You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by eb...@apache.org on 2008/08/04 15:31:27 UTC

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

Author: ebourg
Date: Mon Aug  4 06:31:27 2008
New Revision: 682381

URL: http://svn.apache.org/viewvc?rev=682381&view=rev
Log:
Updated the project description for commons-configuration to use Maven 1

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=682381&r1=682380&r2=682381&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Aug  4 06:31:27 2008
@@ -244,14 +244,14 @@
     <!-- Standard Maven target to produce Javadocs, source -->
     <!-- and binary distributions.                         -->
     
-    <ant basedir="configuration" buildfile="build-gump.xml" target="jar">
+    <maven basedir="configuration" goal="jar">
       <property name="maven.final.name" value="commons-configuration-@@DATE@@"/>
-    </ant>
+    </maven>
     
     <!-- All Maven projects need Ant and Xerces to build. -->
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
-     <depend project="xml-apis"/>
+    <depend project="xml-apis"/>
 
     <depend project="commons-beanutils"/>
     <depend project="commons-collections"/>