You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2015/06/13 01:44:52 UTC

svn commit: r1685195 - in /gump/metadata: profile/gump.xml project/commons-lang-trunk.xml project/commons-proper.xml

Author: billbarker
Date: Fri Jun 12 23:44:51 2015
New Revision: 1685195

URL: http://svn.apache.org/r1685195
Log:
commons-lang3 moved to git, so can't live in commons-proper anymore

Added:
    gump/metadata/project/commons-lang-trunk.xml
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=1685195&r1=1685194&r2=1685195&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Jun 12 23:44:51 2015
@@ -36,6 +36,7 @@
   <module href="project/commons-dbcp-1.x.xml" />
   <module href="project/commons-digester-2.x.xml"/>
   <module href="project/commons-lang-2.x.xml"/>
+  <module href="project/commons-lang-trunk.xml"/>
   <module href="project/commons-pool-1.x.xml"/>
   <module href="project/commons-httpclient.xml"/>
 

Added: gump/metadata/project/commons-lang-trunk.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-lang-trunk.xml?rev=1685195&view=auto
==============================================================================
--- gump/metadata/project/commons-lang-trunk.xml (added)
+++ gump/metadata/project/commons-lang-trunk.xml Fri Jun 12 23:44:51 2015
@@ -0,0 +1,45 @@
+<?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-lang-trunk" groupId="org.apache.commons">
+
+  <url href="http://commons.apache.org/lang/"/>
+  <description>
+    Apache Commons Lang 3
+  </description>
+
+  <git repository="asf-git" dir="/commons-lang.git"/>
+
+  <project name="commons-lang3">
+    <package>org.apache.commons.lang3</package>
+    <description>utilities for the classes that are in java.lang's hierarchy</description>
+
+    <mvn3  goal="package">
+        <property name="skipTests" value="true"/>
+    </mvn3>
+    <option project="easymock"/>
+    <option project="commons-io"/>
+    <option project="hamcrest-java"/>
+    <option project="junit"/>
+    <option project="org.apache.ant"/>
+
+    <jar name="target/commons-lang3-*[0-9T].jar"/>
+    <pom name="pom.xml"/>
+  </project>
+
+
+</module>

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1685195&r1=1685194&r2=1685195&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Jun 12 23:44:51 2015
@@ -227,23 +227,6 @@
     <jar name="commons-jxpath-*[0-9T].jar"/>
   </project>
 
-  <project name="commons-lang3">
-    <package>org.apache.commons.lang3</package>
-    <description>utilities for the classes that are in java.lang's hierarchy</description>
-
-    <mvn3 basedir="lang" goal="package">
-        <property name="skipTests" value="true"/>
-    </mvn3>
-    <option project="easymock"/>
-    <option project="commons-io"/>
-    <option project="hamcrest-java"/>
-    <option project="junit"/>
-    <option project="org.apache.ant"/>
-
-    <jar name="lang/target/commons-lang3-*[0-9T].jar"/>
-    <pom name="lang/pom.xml"/>
-  </project>
-
   <project name="commons-launcher">
     <package>org.apache.commons.launcher</package>
     <ant basedir="launcher" target="dist">