2004-01-05 02:09:42 -05:00
|
|
|
<project name="sandbox" default="build-tree">
|
|
|
|
|
2004-01-05 10:54:53 -05:00
|
|
|
<target name="clean">
|
|
|
|
<subant target="clean">
|
|
|
|
<fileset dir="."
|
|
|
|
includes="*/build.xml"
|
|
|
|
/>
|
|
|
|
</subant>
|
|
|
|
</target>
|
|
|
|
|
2004-01-05 02:09:42 -05:00
|
|
|
<target name="build-tree">
|
|
|
|
<subant target="">
|
2004-01-05 10:54:53 -05:00
|
|
|
<!-- Exclude LARM for now,
|
|
|
|
until its build is brought up to speed
|
|
|
|
-->
|
|
|
|
<fileset dir="."
|
|
|
|
includes="*/build.xml"
|
|
|
|
excludes="webcrawler-LARM/build.xml"
|
|
|
|
/>
|
2004-01-05 02:09:42 -05:00
|
|
|
</subant>
|
|
|
|
</target>
|
|
|
|
</project>
|