2002-07-10 21:12:56 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<project name="lucene-ant" default="default">
|
|
|
|
|
|
|
|
<description>
|
|
|
|
Lucene Ant integration
|
|
|
|
</description>
|
|
|
|
|
2004-01-05 02:09:42 -05:00
|
|
|
<path id="additional.dependencies">
|
|
|
|
<!-- TODO: make ${tidy.jar} property -->
|
|
|
|
<pathelement location="lib/Tidy.jar"/>
|
2002-07-10 21:12:56 -04:00
|
|
|
</path>
|
|
|
|
|
2004-01-05 02:09:42 -05:00
|
|
|
<pathconvert property="project.classpath"
|
|
|
|
targetos="unix"
|
|
|
|
refid="additional.dependencies"
|
2002-07-10 21:12:56 -04:00
|
|
|
/>
|
|
|
|
|
2004-01-05 02:09:42 -05:00
|
|
|
<import file="../common.xml"/>
|
2002-07-10 21:12:56 -04:00
|
|
|
</project>
|