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/18 09:46:07 UTC

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

Author: bodewig
Date: Fri Sep 18 07:46:07 2009
New Revision: 816505

URL: http://svn.apache.org/viewvc?rev=816505&view=rev
Log:
we seem to have all dependencies of commons-collections' mvn build in place, it no longer needs a separate local repo

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=816505&r1=816504&r2=816505&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Sep 18 07:46:07 2009
@@ -194,20 +194,10 @@
     <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>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <work nested="collections/build/classes"/>
-    <work nested="collections/build/tests"/>
-    <home nested="collections/build"/>
-    <jar name="commons-collections-@@DATE@@.jar"/>
-    <javadoc nested="collections/build/docs/apidocs"/>
--->
-    <mvn basedir="collections" separateLocalRepository="true"/>
+
+    <mvn basedir="collections"/>
+
+    <option project="commons-lang-2.x"/>
     <option project="junit"/>
     <option project="easymock" />
     <option project="ant"/>