You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/11/30 19:53:23 UTC

svn commit: r1415787 - /lucene/dev/trunk/solr/common-build.xml

Author: uschindler
Date: Fri Nov 30 18:53:23 2012
New Revision: 1415787

URL: http://svn.apache.org/viewvc?rev=1415787&view=rev
Log:
Fix: Pass all props and refs down on antcall delegation...

Modified:
    lucene/dev/trunk/solr/common-build.xml

Modified: lucene/dev/trunk/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/common-build.xml?rev=1415787&r1=1415786&r2=1415787&view=diff
==============================================================================
--- lucene/dev/trunk/solr/common-build.xml (original)
+++ lucene/dev/trunk/solr/common-build.xml Fri Nov 30 18:53:23 2012
@@ -435,6 +435,6 @@
   
   <!-- hack for now to disable *all* Solr tests on Jenkins when "tests.disable-solr" property is set -->
   <target name="test" unless="tests.disable-solr">
-    <antcall target="common.test"/>
+    <antcall target="common.test" inheritrefs="true" inheritall="true"/>
   </target>
 </project>