mirror of https://github.com/apache/lucene.git
gettin jiggy with ant 1.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79313c8f43
commit
ed38b4fab0
|
@ -2,26 +2,25 @@
|
||||||
|
|
||||||
<property name="dist.dir" location="dist"/>
|
<property name="dist.dir" location="dist"/>
|
||||||
|
|
||||||
<target name="clean">
|
<macrodef name="crawl">
|
||||||
<subant target="clean">
|
<attribute name="target"/>
|
||||||
|
<sequential>
|
||||||
|
<subant target="@{target}" failonerror="false">
|
||||||
<property name="dist.dir" location="${dist.dir}"/>
|
<property name="dist.dir" location="${dist.dir}"/>
|
||||||
|
|
||||||
<fileset dir="."
|
|
||||||
includes="*/build.xml"
|
|
||||||
/>
|
|
||||||
</subant>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="build-tree">
|
|
||||||
<subant target="">
|
|
||||||
<property name="dist.dir" location="${dist.dir}"/>
|
|
||||||
|
|
||||||
<!-- LARM now lives at SourceForge. taglib compiles, but JSP is busted
|
|
||||||
-->
|
|
||||||
<fileset dir="."
|
<fileset dir="."
|
||||||
includes="*/build.xml"
|
includes="*/build.xml"
|
||||||
excludes="webcrawler-LARM/build.xml,taglib/build.xml"
|
excludes="webcrawler-LARM/build.xml,taglib/build.xml"
|
||||||
/>
|
/>
|
||||||
</subant>
|
</subant>
|
||||||
|
</sequential>
|
||||||
|
</macrodef>
|
||||||
|
|
||||||
|
<target name="clean">
|
||||||
|
<crawl target="clean"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="build-tree">
|
||||||
|
<crawl target=""/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue