You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by gg...@apache.org on 2012/05/24 15:58:08 UTC

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

Author: ggregory
Date: Thu May 24 13:58:07 2012
New Revision: 1342269

URL: http://svn.apache.org/viewvc?rev=1342269&view=rev
Log:
Make commons-vfs2-sandbox use Maven instead of Ant.

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=1342269&r1=1342268&r2=1342269&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu May 24 13:58:07 2012
@@ -1057,6 +1057,7 @@
   </project>
   
   <project name="commons-vfs2-sandbox">
+    <mvn2 basedir="vfs/sandbox" goal="package"/>
     <mkdir dir="vfs/sandbox/target/classes"/>
     <mkdir dir="vfs/sandbow/target/test-classes"/>
     <ant basedir="vfs/sandbox" target="jar">