You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/02 18:19:24 UTC

svn commit: r1308417 - in /lucene/dev/branches/branch_3x: lucene/build.xml solr/build.xml

Author: rmuir
Date: Mon Apr  2 16:19:24 2012
New Revision: 1308417

URL: http://svn.apache.org/viewvc?rev=1308417&view=rev
Log:
add temp placeholder tasks for jenkins

Modified:
    lucene/dev/branches/branch_3x/lucene/build.xml
    lucene/dev/branches/branch_3x/solr/build.xml

Modified: lucene/dev/branches/branch_3x/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/build.xml?rev=1308417&r1=1308416&r2=1308417&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/build.xml Mon Apr  2 16:19:24 2012
@@ -616,4 +616,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>

Modified: lucene/dev/branches/branch_3x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build.xml?rev=1308417&r1=1308416&r2=1308417&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/build.xml Mon Apr  2 16:19:24 2012
@@ -730,4 +730,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>