You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/06/26 00:04:58 UTC

svn commit: r958131 - /ant/ivy/core/trunk/build-release.xml

Author: maartenc
Date: Fri Jun 25 22:04:58 2010
New Revision: 958131

URL: http://svn.apache.org/viewvc?rev=958131&view=rev
Log:
Use fixed working revision in tutorial output

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

Modified: ant/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=958131&r1=958130&r2=958131&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Fri Jun 25 22:04:58 2010
@@ -160,6 +160,7 @@
         <replace dir="${output.dir}" token="${tutorial.local}" value="/home/ivy/.ivy2/local" />
         <replace dir="${output.dir}" token="${ivy.jar.location}" value="//home/ivy/ivy.jar" />
 		<replace dir="${output.dir}" token="-f build.xml " value="" />
+		<replace dir="${output.dir}" token="${ivy.revision}" value="working@apache" />
 		
 		<copy todir="${doc.tmp.dir}/tutorial/log">
 			<fileset dir="${output.dir}" />