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 2017/06/09 00:01:10 UTC

svn commit: r1798147 - in /gump/metadata: profile/gump.xml project/commons-cli.xml project/commons-proper.xml

Author: billbarker
Date: Fri Jun  9 00:01:09 2017
New Revision: 1798147

URL: http://svn.apache.org/viewvc?rev=1798147&view=rev
Log:
commons-cli has moved to git

Added:
    gump/metadata/project/commons-cli.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=1798147&r1=1798146&r2=1798147&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Jun  9 00:01:09 2017
@@ -31,6 +31,7 @@
   <module href="project/commons-proper.xml"/>
   <module href="project/jakarta-bsf.xml"/>
 
+  <module href="project/commons-cli.xml" />
   <module href="project/commons-codec-1.x.xml" />
   <module href="project/commons-collections-3.x.xml"/>
   <module href="project/commons-compress.xml"/>

Added: gump/metadata/project/commons-cli.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-cli.xml?rev=1798147&view=auto
==============================================================================
--- gump/metadata/project/commons-cli.xml (added)
+++ gump/metadata/project/commons-cli.xml Fri Jun  9 00:01:09 2017
@@ -0,0 +1,49 @@
+<?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-cli" groupId="org.apache.commons">
+
+  <url href="http://commons.apache.org/cli/"/>
+  <description>
+    Apache Commons Cli
+  </description>
+
+  <git repository="asf-git" dir="/commons-cli.git"/>
+
+  <project name="commons-cli" groupId="commons-cli">
+    <package>org.apache.commons.cli</package>
+    <description>Commons CLI Package</description>
+    <url href="http://commons.apache.org/cli/"/>
+
+    <mvn3 basedir="cli"/>
+
+    <depend project="org.apache.ant" inherit="runtime"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+
+    <!-- downloaded by mvn -->
+    <option project="commons-collections"/>
+
+    <work nested="cli/target/classes"/>
+    <work nested="cli/target/test-classes"/>
+
+    <home nested="cli/target"/>
+    <jar name="commons-cli-*[0-9T].jar"/>
+   </project>
+
+
+</module>

Propchange: gump/metadata/project/commons-cli.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=1798147&r1=1798146&r2=1798147&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Jun  9 00:01:09 2017
@@ -72,27 +72,6 @@
     <license name="LICENSE.txt"/>
   </project>
 
-  <project name="commons-cli" groupId="commons-cli">
-    <package>org.apache.commons.cli</package>
-    <description>Commons CLI Package</description>
-    <url href="http://commons.apache.org/cli/"/>
-
-    <mvn3 basedir="cli"/>
-
-    <depend project="org.apache.ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-
-    <!-- downloaded by mvn -->
-    <option project="commons-collections"/>
-
-    <work nested="cli/target/classes"/>
-    <work nested="cli/target/test-classes"/>
-
-    <home nested="cli/target"/>
-    <jar name="commons-cli-*[0-9T].jar"/>
-  </project>
-
   <project name="commons-collections4" groupId="org.apache.commons">
     <package>org.apache.commons.collections4</package>
     <description>Commons collections Package</description>