You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2009/09/16 14:27:19 UTC

svn commit: r815737 - /gump/metadata/project/commons-proper.xml

Author: sebb
Date: Wed Sep 16 12:27:19 2009
New Revision: 815737

URL: http://svn.apache.org/viewvc?rev=815737&view=rev
Log:
Update collections to use M2 build

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=815737&r1=815736&r2=815737&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Sep 16 12:27:19 2009
@@ -194,6 +194,7 @@
     <package>org.apache.commons.collections</package>
     <description>Collections</description>
     <url href="http://commons.apache.org/collections/"/>
+<!--
     <ant basedir="collections" target="dist">
       <property name="component.version" value="@@DATE@@"/>
     </ant>
@@ -207,6 +208,9 @@
     <home nested="collections/build"/>
     <jar name="commons-collections-@@DATE@@.jar"/>
     <javadoc nested="collections/build/docs/apidocs"/>
+-->
+    <mvn basedir="collections"/>
+    <jar name="target/commons-collections-3.3-SNAPSHOT.jar" />
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>