You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/09/23 06:31:39 UTC

svn commit: r817960 - /gump/metadata/project/commons-collections-3.x.xml

Author: bodewig
Date: Wed Sep 23 04:31:39 2009
New Revision: 817960

URL: http://svn.apache.org/viewvc?rev=817960&view=rev
Log:
use mvn build for collections

Modified:
    gump/metadata/project/commons-collections-3.x.xml

Modified: gump/metadata/project/commons-collections-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-collections-3.x.xml?rev=817960&r1=817959&r2=817960&view=diff
==============================================================================
--- gump/metadata/project/commons-collections-3.x.xml (original)
+++ gump/metadata/project/commons-collections-3.x.xml Wed Sep 23 04:31:39 2009
@@ -27,24 +27,22 @@
   <project name="commons-collections">
     <package>org.apache.commons.collections</package>
     <description>Collections</description>
-    <ant target="dist">
-      <property name="component.version" value="@@DATE@@"/>
-    </ant>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <work nested="build/classes"/>
-    <work nested="build/tests"/>
-    <home nested="build"/>
-    <jar name="commons-collections-@@DATE@@.jar"/>
+    <mvn/>
+
+    <option project="commons-lang-2.x"/>
+    <option project="junit"/>
+    <option project="ant"/>
+
+    <jar name="target/commons-collections-3.3-SNAPSHOT.jar"
+         id="commons-collections"/>
     <!--nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/-->
   </project>
 
   <project name="commons-collections-testframework">
     <package>org.apache.commons.collections</package>
     <depend project="commons-collections"><noclasspath/></depend>
-    <home nested="build"/>
-    <jar name="commons-collections-testframework-@@DATE@@.jar"/>
+    <home nested="target"/>
+    <jar name="commons-collections-testframework-3.3-SNAPSHOT.jar"/>
     <!--nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/-->
   </project>
 </module>