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 05:21:40 UTC

svn commit: r1308660 - /lucene/dev/branches/branch_3x/build.xml

Author: sarowe
Date: Tue Apr  3 03:21:40 2012
New Revision: 1308660

URL: http://svn.apache.org/viewvc?rev=1308660&view=rev
Log:
drop resolve dependency on get-maven-poms; it breaks packaging

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

Modified: lucene/dev/branches/branch_3x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/build.xml?rev=1308660&r1=1308659&r2=1308660&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/build.xml (original)
+++ lucene/dev/branches/branch_3x/build.xml Tue Apr  3 03:21:40 2012
@@ -63,7 +63,7 @@
   </target>
 
   <property name="version" value="3.6-SNAPSHOT"/>
-  <target name="get-maven-poms" depends="resolve"
+  <target name="get-maven-poms"
           description="Copy Maven POMs from dev-tools/maven/ to their target locations">
     <copy todir="." overwrite="true">
       <fileset dir="${basedir}/dev-tools/maven"/>