You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/01/03 10:37:16 UTC

svn commit: r608393 - in /ant/ivy/ivyde/trunk: build.properties build.xml

Author: xavier
Date: Thu Jan  3 01:37:16 2008
New Revision: 608393

URL: http://svn.apache.org/viewvc?rev=608393&view=rev
Log:
upgrade to Ivy 2.0 beta 1

Modified:
    ant/ivy/ivyde/trunk/build.properties
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.properties
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.properties?rev=608393&r1=608392&r2=608393&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.properties (original)
+++ ant/ivy/ivyde/trunk/build.properties Thu Jan  3 01:37:16 2008
@@ -7,7 +7,7 @@
 
 ivy.minimum.javaversion=1.4
 debug.mode=on
-ivy.install.version=2.0.0-alpha2-incubating
+ivy.install.version=2.0.0-beta1
 
 source.ivyde-eclipse.jar = src/java/
 output.ivyde-eclipse.jar = bin/

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=608393&r1=608392&r2=608393&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Thu Jan  3 01:37:16 2008
@@ -2,7 +2,7 @@
 	<property environment="env"/>
 	<property file="build.properties"/>
 
-	<property name="ivy.install.version" value="2.0.0-alpha2-incubating" />
+	<property name="ivy.install.version" value="2.0.0-beta1" />
 
 	<!-- =================================================================
                IVY AUTO INSTALL
@@ -23,7 +23,7 @@
     	<mkdir dir="${ivy.zip.dir}"/>
     	<mkdir dir="${ivy.home}/tmp"/>
 		<!-- download Ivy from web site so that it can be used even without any special installation -->
-    	<get src="http://people.apache.org/dist/incubator/ivy/${ivy.install.version}/apache-ivy-${ivy.install.version}-bin.zip"
+    	<get src="http://www.apache.org/dist/ant/ivy/${ivy.install.version}/apache-ivy-${ivy.install.version}-bin.zip"
     		 dest="${ivy.zip.dir}/apache-ivy-${ivy.install.version}-bin.zip" usetimestamp="true"/>
 		<unzip src="${ivy.zip.dir}/apache-ivy-${ivy.install.version}-bin.zip" dest="${ivy.home}/tmp" />
 		<copy verbose="true" failonerror="true" file="${ivy.home}/tmp/apache-ivy-${ivy.install.version}/ivy-${ivy.install.version}.jar" tofile="${ivy.jar.file}"/>