mirror of https://github.com/apache/lucene.git
8 lines
206 B
XML
8 lines
206 B
XML
|
<project name="sandbox" default="build-tree">
|
||
|
|
||
|
<target name="build-tree">
|
||
|
<subant target="">
|
||
|
<fileset dir="." includes="*/build.xml" excludes="./build.xml"/>
|
||
|
</subant>
|
||
|
</target>
|
||
|
</project>
|