You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2007/10/05 22:58:23 UTC

svn commit: r582386 - /gump/metadata/project/ivy.xml

Author: maartenc
Date: Fri Oct  5 13:58:22 2007
New Revision: 582386

URL: http://svn.apache.org/viewvc?rev=582386&view=rev
Log:
Moved bootstrapping classes from build/ant to build/bootstrap

Modified:
    gump/metadata/project/ivy.xml

Modified: gump/metadata/project/ivy.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ivy.xml?rev=582386&r1=582385&r2=582386&view=diff
==============================================================================
--- gump/metadata/project/ivy.xml (original)
+++ gump/metadata/project/ivy.xml Fri Oct  5 13:58:22 2007
@@ -45,7 +45,7 @@
     <depend project="slide-webdavclient" ids="client-webdavlib" runtime="true" />
     <depend project="jsch" runtime="true" />
 
-    <work nested="build/classes/ant"/>
+    <work nested="build/classes/bootstrap"/>
     <work nested="build/classes/core"/>
 
     <jar name="build/artifact/ivy-@@DATE@@.jar" id="ivy"/>