Author: maartenc
Date: Tue Jan  9 13:24:29 2007
New Revision: 494589

URL: http://svn.apache.org/viewvc?view=rev&rev=494589
Log:
re-added ivy download which was deleted by accident

Modified:
    incubator/ivy/trunk/build.xml

Modified: incubator/ivy/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/trunk/build.xml?view=diff&rev=494589&r1=494588&r2=494589
==============================================================================
--- incubator/ivy/trunk/build.xml (original)
+++ incubator/ivy/trunk/build.xml Tue Jan  9 13:24:29 2007
@@ -19,6 +19,8 @@
        <mkdir dir="${ivy.jar.dir}"/>
                <!-- download Ivy from web site so that it can be used even 
without any special installation -->
                <!-- use a non standard location during migration to apache -->
+       <get 
src="http://people.apache.org/~antoine/ivy/ivy-${ivy.install.version}.jar";
+                dest="${ivy.jar.file}" usetimestamp="true"/>
        </target>
        
        <target name="init-ivy" depends="download-ivy">


Reply via email to