add temporary placeholder targets for jenkins

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-03-30 15:50:57 +00:00
parent d46c69e9ad
commit a62b8828be
3 changed files with 14 additions and 0 deletions

View File

@ -128,4 +128,8 @@
</sequential>
</target>
<!-- temporarily added before LUCENE-3930, to avoid
any broken builds from timing issues: so hudson
won't invoke ant target that does not exist -->
<target name="clean-jars"/>
</project>

View File

@ -540,4 +540,9 @@
<property name="core.compiled" value="true"/>
<property name="lucene-core.uptodate" value="true"/>
</target>
<!-- temporarily added before LUCENE-3930, to avoid
any broken builds from timing issues: so hudson
won't invoke ant target that does not exist -->
<target name="clean-jars"/>
</project>

View File

@ -724,4 +724,9 @@
<copy verbose="true" file="${analysis-common.res.dir}/tr/stopwords.txt"
tofile="${analysis.conf.dest}/stopwords_tr.txt"/>
</target>
<!-- temporarily added before LUCENE-3930, to avoid
any broken builds from timing issues: so hudson
won't invoke ant target that does not exist -->
<target name="clean-jars"/>
</project>