bodewig 2005/06/08 06:12:11
Modified: project jakarta-commons-configuration-10.xml
Log:
Support for Ant builds seems to be gone
Revision Changes Path
1.7 +2 -2 gump/project/jakarta-commons-configuration-10.xml
Index: jakarta-commons-configuration-10.xml
===================================================================
RCS file: /home/cvs/gump/project/jakarta-commons-configuration-10.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jakarta-commons-configuration-10.xml 9 May 2005 08:18:14 -0000 1.6
+++ jakarta-commons-configuration-10.xml 8 Jun 2005 13:12:11 -0000 1.7
@@ -28,9 +28,9 @@
<!-- Standard Maven target to produce Javadocs, source -->
<!-- and binary distributions. -->
- <ant buildfile="build-gump.xml" target="jar">
+ <maven goal="jar">
<property name="maven.final.name" value="commons-configuration-1.0"/>
- </ant>
+ </maven>
<!-- All Maven projects need Ant and Xerces to build. -->
<depend project="ant" inherit="runtime"/>
|