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
|
|
|
/>
|
|
|
|
|
2004-01-05 15:54:53 +00:00
|
|
|
<property name="src.dir" location="src/main"/>
|
|
|
|
|
2004-01-05 07:09:42 +00:00
|
|
|
<import file="../common.xml"/>
|
2002-07-11 01:12:56 +00:00
|
|
|
</project>
|