You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by eb...@apache.org on 2008/08/04 14:51:56 UTC

svn commit: r682368 - in /gump/metadata: profile/gump.xml project/commons-cli-1.0.x.xml project/commons-proper.xml

Author: ebourg
Date: Mon Aug  4 05:51:55 2008
New Revision: 682368

URL: http://svn.apache.org/viewvc?rev=682368&view=rev
Log:
Merged the Commons CLI 1.x module into the Apache Commons module
Maven 2 is now used to build Commons CLI 1.x

Removed:
    gump/metadata/project/commons-cli-1.0.x.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=682368&r1=682367&r2=682368&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Aug  4 05:51:55 2008
@@ -49,7 +49,6 @@
 
   <module href="project/commons-jelly.xml"/>
   <module href="project/commons-codec-11.xml"/>
-  <module href="project/commons-cli-1.0.x.xml"/>
   <module href="project/commons-el-10.xml"/>
 
 <!-- Apache Lenya -->

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=682368&r1=682367&r2=682368&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Aug  4 05:51:55 2008
@@ -107,6 +107,32 @@
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
 
+  <project name="commons-cli">
+    <package>org.apache.commons.cli</package>
+    <description>Commons CLI Package</description>
+    <url href="http://commons.apache.org/cli/"/>
+
+    <!-- Standard Maven target to produce Javadocs, source -->
+    <!-- and binary distributions.                         -->
+
+    <mvn goal="package">
+      <property name="gump" value="true"/>
+      <property name="maven.final.name" value="commons-cli-@@DATE@@"/>
+    </mvn>
+
+    <!-- All Maven projects need Ant and Xerces to build. -->
+    <depend project="ant" inherit="runtime"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+
+    <work nested="target/classes"/>
+    <home nested="target"/>
+    <jar name="commons-cli-@@DATE@@.jar"/>
+    <javadoc nested="docs/apidocs"/>
+
+    <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+
   <project name="commons-cli2">
     <package>org.apache.commons.cli2</package>
     <description>Commons CLI Package</description>
@@ -124,9 +150,6 @@
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
 
-    <depend project="commons-logging"/>
-    <depend project="commons-lang"/>
-
     <work nested="target/classes"/>
     <home nested="cli/target"/>
     <jar name="commons-cli-@@DATE@@.jar"/>