mirror of https://github.com/apache/lucene.git
20 lines
439 B
XML
20 lines
439 B
XML
<?xml version="1.0"?>
|
|
<project name="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"
|
|
/>
|
|
|
|
<import file="../contrib-build.xml"/>
|
|
</project>
|