You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/10/17 21:12:48 UTC

svn commit: r585700 - /incubator/ivy/core/trunk/build-release.xml

Author: xavier
Date: Wed Oct 17 14:12:44 2007
New Revision: 585700

URL: http://svn.apache.org/viewvc?rev=585700&view=rev
Log:
fix: dependency on renamed target

Modified:
    incubator/ivy/core/trunk/build-release.xml

Modified: incubator/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build-release.xml?rev=585700&r1=585699&r2=585700&view=diff
==============================================================================
--- incubator/ivy/core/trunk/build-release.xml (original)
+++ incubator/ivy/core/trunk/build-release.xml Wed Oct 17 14:12:44 2007
@@ -173,7 +173,7 @@
 	</target>
 	
 	<target name="prepare-snapshot" 
-	        depends="localivy, clean-ivy-home, clean, clean-lib, snapshot-version, install, clean-examples, coverage-report" />
+	        depends="/localivy, clean-ivy-home, clean, clean-lib, snapshot-version, install, clean-examples, coverage-report" />
 	<target name="snapshot" 
 			depends="prepare-snapshot, snapshot-src, snapshot-bin, snapshot-jars, snapshot-xsd, snapshot-checksums" 
 			description="used for nightly and integration builds"/>