You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/04/03 23:15:23 UTC

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

Author: sarowe
Date: Tue Apr  3 21:15:23 2012
New Revision: 1309152

URL: http://svn.apache.org/viewvc?rev=1309152&view=rev
Log:
LUCENE-3944: in solr/build.xml, when invoking the dist-maven target under internal modules core, solrj, test-framework, and webapp, pass through *uptodate and *compiled property values

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

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1309152&r1=1309151&r2=1309152&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Tue Apr  3 21:15:23 2012
@@ -538,6 +538,7 @@
   <target name="generate-maven-artifacts" depends="install-maven-tasks">
     <sequential>
       <subant target="dist-maven" inheritall="false" >
+        <propertyset refid="uptodate.and.compiled.properties"/>
         <fileset dir="core" includes="build.xml"/>
         <fileset dir="solrj" includes="build.xml"/>
         <fileset dir="test-framework" includes="build.xml"/>