You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by rg...@apache.org on 2009/01/08 08:09:38 UTC

svn commit: r732626 - /gump/metadata/project/commons-proper.xml

Author: rgoers
Date: Wed Jan  7 23:09:38 2009
New Revision: 732626

URL: http://svn.apache.org/viewvc?rev=732626&view=rev
Log:
commons vfs uses maven 2

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

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=732626&r1=732625&r2=732626&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Jan  7 23:09:38 2009
@@ -829,10 +829,8 @@
   </project>
 
   <project name="commons-vfs">
-    <mkdir dir="vfs/target/classes"/>
-    <mkdir dir="vfs/target/test-classes"/>
-    <ant basedir="vfs" target="dist">
-      <property name="final.name" value="commons-vfs-@@DATE@@"/>
+    <mvn basedir="cli" goal="package">
+      <property name="maven.final.name" value="commons-vfs-@@DATE@@"/>
     </ant>
     <package>org.apache.commons.vfs</package>
     <depend project="ant"/>
@@ -844,14 +842,14 @@
     <!--depend project="commons-compress"/-->
     <option project="commons-httpclient-2.0-branch"/>
     <depend project="commons-net"/>
-    <depend project="slide-webdavclient" ids="client-webdavlib"/>
+    <!--<depend project="slide-webdavclient" ids="client-webdavlib"/>-->
     <option project="jcifs"/>
     <option project="jsch"/>
     
     <work nested="vfs/target/classes"/>
     <work nested="vfs/target/test-classes"/>
     <home nested="vfs/target"/>
-    <jar name="commons-vfs-@@DATE@@.jar"/>
+    <jar name="commons-vfs-2.0-SNAPSHOT.jar"/>
     <javadoc module="commons-sandbox" nested="target/docs/apidocs"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>