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:31:00 UTC

svn commit: r1308662 - /lucene/dev/trunk/build.xml

Author: sarowe
Date: Tue Apr  3 03:30:59 2012
New Revision: 1308662

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

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1308662&r1=1308661&r2=1308662&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Tue Apr  3 03:30:59 2012
@@ -66,7 +66,7 @@
   </target>
 
   <property name="version" value="4.0-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"/>