mirror of https://github.com/apache/lucene.git
23 lines
490 B
XML
23 lines
490 B
XML
<?xml version="1.0"?>
|
|
|
|
<project name="lucene-ant" default="default">
|
|
|
|
<description>
|
|
Lucene Ant integration
|
|
</description>
|
|
|
|
<path id="additional.dependencies">
|
|
<!-- TODO: make ${tidy.jar} property -->
|
|
<pathelement location="lib/Tidy.jar"/>
|
|
</path>
|
|
|
|
<pathconvert property="project.classpath"
|
|
targetos="unix"
|
|
refid="additional.dependencies"
|
|
/>
|
|
|
|
<property name="src.dir" location="src/main"/>
|
|
|
|
<import file="../common.xml"/>
|
|
</project>
|