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 2012/04/12 08:06:18 UTC

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

Author: billbarker
Date: Thu Apr 12 06:06:18 2012
New Revision: 1325127

URL: http://svn.apache.org/viewvc?rev=1325127&view=rev
Log:
commons-chain doesn't support ant anymore

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=1325127&r1=1325126&r2=1325127&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu Apr 12 06:06:18 2012
@@ -144,9 +144,7 @@
     <description>GoF "Chain of Responsibility" pattern</description>
     <url href="http://commons.apache.org/chain/"/>
 
-    <ant basedir="chain" buildfile="build.xml" target="jar">
-      <property name="final.name" value="commons-chain-@@DATE@@"/>
-    </ant>
+    <mvn2 basedir="chain" />
 
     <depend project="jsfri" ids="jsf-api"/>
     <depend project="ant" inherit="runtime"/>
@@ -159,11 +157,9 @@
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
 
-    <work nested="chain/target/classes"/>
-    <work nested="chain/target/test-classes"/>
 
     <home nested="chain/target"/>
-    <jar name="commons-chain-@@DATE@@.jar"/>
+    <jar name="commons-chain-*[0-9T].jar"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>