2004-01-05 02:09:42 -05:00
|
|
|
<project name="sandbox" default="build-tree">
|
|
|
|
|
2004-01-05 11:35:10 -05:00
|
|
|
<property name="dist.dir" location="dist"/>
|
|
|
|
|
2004-01-05 10:54:53 -05:00
|
|
|
<target name="clean">
|
|
|
|
<subant target="clean">
|
2004-01-05 11:35:10 -05:00
|
|
|
<property name="dist.dir" location="${dist.dir}"/>
|
|
|
|
|
2004-01-05 10:54:53 -05:00
|
|
|
<fileset dir="."
|
|
|
|
includes="*/build.xml"
|
|
|
|
/>
|
|
|
|
</subant>
|
|
|
|
</target>
|
|
|
|
|
2004-01-05 02:09:42 -05:00
|
|
|
<target name="build-tree">
|
|
|
|
<subant target="">
|
2004-01-05 11:35:10 -05:00
|
|
|
<property name="dist.dir" location="${dist.dir}"/>
|
|
|
|
|
2004-01-12 11:41:56 -05:00
|
|
|
<!-- LARM now lives at SourceForge. taglib compiles, but JSP is busted
|
2004-01-05 10:54:53 -05:00
|
|
|
-->
|
|
|
|
<fileset dir="."
|
|
|
|
includes="*/build.xml"
|
2004-01-12 11:41:56 -05:00
|
|
|
excludes="webcrawler-LARM/build.xml,taglib/build.xml"
|
2004-01-05 10:54:53 -05:00
|
|
|
/>
|
2004-01-05 02:09:42 -05:00
|
|
|
</subant>
|
|
|
|
</target>
|
|
|
|
</project>
|