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 2011/03/04 13:45:36 UTC

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

Author: rmuir
Date: Fri Mar  4 12:45:36 2011
New Revision: 1077916

URL: http://svn.apache.org/viewvc?rev=1077916&view=rev
Log:
package-src depends on dist target to work

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=1077916&r1=1077915&r2=1077916&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Fri Mar  4 12:45:36 2011
@@ -832,7 +832,7 @@
 
   <target name="package-src"
           description="Packages the Solr Source Distribution"
-          depends="">
+          depends="dist">
 
     <mkdir dir="${dest}" />