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"/>


Reply via email to