You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2008/04/09 10:20:03 UTC

svn commit: r646217 - /gump/metadata/project/commons-sandbox.xml

Author: bodewig
Date: Wed Apr  9 01:20:01 2008
New Revision: 646217

URL: http://svn.apache.org/viewvc?rev=646217&view=rev
Log:
looks like a Maven2 build for me

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

Modified: gump/metadata/project/commons-sandbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-sandbox.xml?rev=646217&r1=646216&r2=646217&view=diff
==============================================================================
--- gump/metadata/project/commons-sandbox.xml (original)
+++ gump/metadata/project/commons-sandbox.xml Wed Apr  9 01:20:01 2008
@@ -54,24 +54,15 @@
     <description>Functor: Function Objects</description>
     <url href="http://commons.apache.org/sandbox/functor/"/>
     
-    <maven basedir="functor" goal="jar">
-      <property name="maven.final.name" value="commons-functor-@@DATE@@"/>
-      <property name="maven.jar.xerces" project="xml-xerces"
-        reference="jarpath"/>
-    </maven>
+    <mvn basedir="functor" goal="jar"/>
    
     <depend project="ant" inherit="runtime"/>
     <depend project="junit"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     
-    <work nested="functor/target/classes"/>
-    <work nested="functor/target/test-classes"/>
-    
-    <!-- unit tests load resources from source tree -->
-    <work nested="functor/src/test"/>
     <home nested="functor/target"/>
-    <jar name="commons-functor-@@DATE@@.jar"/>
+    <jar name="commons-functor-1.0-SNAPSHOT.jar"/>
     <javadoc nested="functor/docs/apidocs"/>
 
     <nag to="dev@commons.apache.org"