mirror of https://github.com/apache/lucene.git
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:
parent
d46c69e9ad
commit
a62b8828be
|
@ -128,4 +128,8 @@
|
||||||
</sequential>
|
</sequential>
|
||||||
</target>
|
</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>
|
</project>
|
||||||
|
|
|
@ -540,4 +540,9 @@
|
||||||
<property name="core.compiled" value="true"/>
|
<property name="core.compiled" value="true"/>
|
||||||
<property name="lucene-core.uptodate" value="true"/>
|
<property name="lucene-core.uptodate" value="true"/>
|
||||||
</target>
|
</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>
|
</project>
|
||||||
|
|
|
@ -724,4 +724,9 @@
|
||||||
<copy verbose="true" file="${analysis-common.res.dir}/tr/stopwords.txt"
|
<copy verbose="true" file="${analysis-common.res.dir}/tr/stopwords.txt"
|
||||||
tofile="${analysis.conf.dest}/stopwords_tr.txt"/>
|
tofile="${analysis.conf.dest}/stopwords_tr.txt"/>
|
||||||
</target>
|
</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>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue