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"/>
|
||||
|
||||
<target name="clean">
|
||||
<subant target="clean">
|
||||
<property name="dist.dir" location="${dist.dir}"/>
|
||||
<macrodef name="crawl">
|
||||
<attribute name="target"/>
|
||||
<sequential>
|
||||
<subant target="@{target}" failonerror="false">
|
||||
<property name="dist.dir" location="${dist.dir}"/>
|
||||
|
||||
<fileset dir="."
|
||||
includes="*/build.xml"
|
||||
/>
|
||||
</subant>
|
||||
<fileset dir="."
|
||||
includes="*/build.xml"
|
||||
excludes="webcrawler-LARM/build.xml,taglib/build.xml"
|
||||
/>
|
||||
</subant>
|
||||
</sequential>
|
||||
</macrodef>
|
||||
|
||||
<target name="clean">
|
||||
<crawl target="clean"/>
|
||||
</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="."
|
||||
includes="*/build.xml"
|
||||
excludes="webcrawler-LARM/build.xml,taglib/build.xml"
|
||||
/>
|
||||
</subant>
|
||||
<crawl target=""/>
|
||||
</target>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue