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/31 18:27:48 UTC

svn commit: r617165 - /ant/ivy/site/target/history/latest-milestone/samples/build.xml

Author: xavier
Date: Thu Jan 31 09:27:37 2008
New Revision: 617165

URL: http://svn.apache.org/viewvc?rev=617165&view=rev
Log:
update site

Modified:
    ant/ivy/site/target/history/latest-milestone/samples/build.xml

Modified: ant/ivy/site/target/history/latest-milestone/samples/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/latest-milestone/samples/build.xml?rev=617165&r1=617164&r2=617165&view=diff
==============================================================================
--- ant/ivy/site/target/history/latest-milestone/samples/build.xml (original)
+++ ant/ivy/site/target/history/latest-milestone/samples/build.xml Thu Jan 31 09:27:37 2008
@@ -38,7 +38,7 @@
 	
 	<!-- here is the version of ivy we will use. change this property to try a newer 
          version if you want -->
-	<property name="ivy.install.version" value="2.0.0-alpha-2-incubating" />
+	<property name="ivy.install.version" value="2.0.0-beta1" />
 	<property name="ivy.jar.dir" value="${basedir}/ivy" />
 	<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
 
@@ -50,7 +50,7 @@
     	<mkdir dir="${ivy.jar.dir}"/>
 		<!-- download Ivy from web site so that it can be used even without any special installation -->
 		<echo message="installing ivy..."/>
-    	<get src="http://people.apache.org/~xavier/ivy/${ivy.install.version}/ivy.jar"
+    	<get src="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
     		 dest="${ivy.jar.file}" usetimestamp="true"/>
     </target>