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:45:55 UTC

svn commit: r1798164 - /gump/metadata/project/commons-cli.xml

Author: billbarker
Date: Fri Jun  9 00:45:55 2017
New Revision: 1798164

URL: http://svn.apache.org/viewvc?rev=1798164&view=rev
Log:
commons-cli doesn't have a basedir anymore

Modified:
    gump/metadata/project/commons-cli.xml

Modified: gump/metadata/project/commons-cli.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-cli.xml?rev=1798164&r1=1798163&r2=1798164&view=diff
==============================================================================
--- gump/metadata/project/commons-cli.xml (original)
+++ gump/metadata/project/commons-cli.xml Fri Jun  9 00:45:55 2017
@@ -29,7 +29,7 @@
     <description>Commons CLI Package</description>
     <url href="http://commons.apache.org/cli/"/>
 
-    <mvn3 basedir="cli"/>
+    <mvn3 />
 
     <depend project="org.apache.ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
@@ -38,10 +38,10 @@
     <!-- downloaded by mvn -->
     <option project="commons-collections"/>
 
-    <work nested="cli/target/classes"/>
-    <work nested="cli/target/test-classes"/>
+    <work nested="target/classes"/>
+    <work nested="target/test-classes"/>
 
-    <home nested="cli/target"/>
+    <home nested="target"/>
     <jar name="commons-cli-*[0-9T].jar"/>
    </project>