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:49:17 UTC

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

Author: rmuir
Date: Fri Mar  4 12:49:17 2011
New Revision: 1077918

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

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/build.xml

Modified: lucene/dev/branches/branch_3x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build.xml?rev=1077918&r1=1077917&r2=1077918&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/build.xml Fri Mar  4 12:49:17 2011
@@ -825,7 +825,7 @@
 
   <target name="package-src"
           description="Packages the Solr Source Distribution"
-          depends="">
+          depends="dist">
 
     <mkdir dir="${dest}" />