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