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:23:19 UTC

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

Author: bodewig
Date: Wed Sep 23 04:23:18 2009
New Revision: 817959

URL: http://svn.apache.org/viewvc?rev=817959&view=rev
Log:
make 3.x version of commons-collections available

Added:
    gump/metadata/project/commons-collections-3.x.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=817959&r1=817958&r2=817959&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Sep 23 04:23:18 2009
@@ -45,6 +45,7 @@
 
   <module href="project/commons-jelly.xml"/>
   <module href="project/commons-codec-11.xml"/>
+  <module href="project/commons-collections-3.x.xml"/>
   <module href="project/commons-lang-2.x.xml"/>
 
 <!-- Apache Lenya -->

Added: gump/metadata/project/commons-collections-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-collections-3.x.xml?rev=817959&view=auto
==============================================================================
--- gump/metadata/project/commons-collections-3.x.xml (added)
+++ gump/metadata/project/commons-collections-3.x.xml Wed Sep 23 04:23:18 2009
@@ -0,0 +1,50 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="commons-collections-3.x" groupId="commons-collections">
+
+  <url href="http://commons.apache.org/collections/"/>
+  <description>
+    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>
+    <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"/>
+    <!--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"/>
+    <!--nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/-->
+  </project>
+</module>

Propchange: gump/metadata/project/commons-collections-3.x.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=817959&r1=817958&r2=817959&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Sep 23 04:23:18 2009
@@ -190,7 +190,7 @@
   </project>
 
 
-  <project name="commons-collections" groupId="commons-collections">
+  <project name="commons-collections4" groupId="org.apache.commons">
     <package>org.apache.commons.collections</package>
     <description>Collections</description>
     <url href="http://commons.apache.org/collections/"/>
@@ -201,14 +201,15 @@
     <option project="junit"/>
     <option project="ant"/>
 
-    <jar name="collections/target/commons-collections-3.3-SNAPSHOT.jar" />
+    <jar name="collections/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">
+  <project name="commons-collections4-testframework">
     <package>org.apache.commons.collections</package>
-    <depend project="commons-collections"><noclasspath/></depend>
+    <depend project="commons-collections4"><noclasspath/></depend>
     <home nested="collections/target"/>
     <jar name="commons-collections-testframework-3.3-SNAPSHOT.jar"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>