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/06/17 09:02:08 UTC

svn commit: r668423 - /gump/metadata/project/ant-contrib.xml

Author: bodewig
Date: Tue Jun 17 00:02:08 2008
New Revision: 668423

URL: http://svn.apache.org/viewvc?rev=668423&view=rev
Log:
ant-contrib seems to be using Apache Ivy now

Modified:
    gump/metadata/project/ant-contrib.xml

Modified: gump/metadata/project/ant-contrib.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-contrib.xml?rev=668423&r1=668422&r2=668423&view=diff
==============================================================================
--- gump/metadata/project/ant-contrib.xml (original)
+++ gump/metadata/project/ant-contrib.xml Tue Jun 17 00:02:08 2008
@@ -37,7 +37,7 @@
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="bcel" runtime="true"/>
-    <depend project="ant-contrib-private-ivy"/>
+    <depend project="ivy"/>
 
     <jar name="target/ant-contrib-@@DATE@@.jar" id="ant-contrib"/>
     <license name="docs/LICENSE.txt"/>
@@ -62,7 +62,7 @@
     <depend project="xml-xerces"/>
     <depend project="ant-contrib"/>
     <depend project="bcel"/>
-    <depend project="ant-contrib-private-ivy"/>
+    <depend project="ivy"/>
     <work nested="target/test-classes"/>
     <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
          to="ant-contrib-developers@lists.sourceforge.net"/>