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 2014/11/11 06:20:43 UTC

svn commit: r1638028 - in /gump/metadata: profile/gump.xml project/commons-collections-3.x.xml

Author: bodewig
Date: Tue Nov 11 05:20:43 2014
New Revision: 1638028

URL: http://svn.apache.org/r1638028
Log:
commons-collections 3.x is never going to build on Java8

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1638028&r1=1638027&r2=1638028&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Nov 11 05:20:43 2014
@@ -140,6 +140,7 @@
   <project name="antlr"            package="antlr"/>
   <project name="cglib"            package="cglib"/>
   <project name="cglib-nodep"      package="cglib"/>
+  <project name="commons-collections" package="commons-collections3"/>
   <project name="commons-httpclient" package="commons-httpclient"/>
   <project name="concurrent"       package="dougLea"/>
   <project name="dom4j"            package="dom4j"/>

Modified: gump/metadata/project/commons-collections-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-collections-3.x.xml?rev=1638028&r1=1638027&r2=1638028&view=diff
==============================================================================
--- gump/metadata/project/commons-collections-3.x.xml (original)
+++ gump/metadata/project/commons-collections-3.x.xml Tue Nov 11 05:20:43 2014
@@ -22,36 +22,9 @@
     Apache Commons Collections 3.x
   </description>
 
-  <svn repository="asf" dir="commons/proper/collections/tags/PRE_GENERICS_MERGE"/>
-
   <project name="commons-collections">
-    <package>org.apache.commons.collections</package>
-    <description>Collections</description>
-    <mvn2>
-      <property name="skipTests" value="true"/>
-    </mvn2>
-
-    <option project="commons-lang"/>
-    <option project="junit"/>
-    <option project="ant"/>
-
-    <jar name="target/commons-collections-3.3-SNAPSHOT.jar"
+    <jar name="target/commons-collections-3.2.1.jar"
          id="commons-collections"/>
   </project>
 
-  <project name="commons-collections-testframework">
-    <package>org.apache.commons.collections</package>
-    <depend project="commons-collections"><noclasspath/></depend>
-    <home nested="target"/>
-    <jar name="commons-collections-testframework-3.3-SNAPSHOT.jar"/>
-  </project>
-
-  <project name="commons-collections-test">
-    <package>org.apache.commons.collections</package>
-    <description>Collections</description>
-    <mvn2/>
-
-    <depend project="commons-collections"/>
-  </project>
-
 </module>