You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/01/31 10:54:28 UTC

svn commit: r739533 - /ant/ivy/updatesite/trunk/build.xml

Author: hibou
Date: Sat Jan 31 09:54:27 2009
New Revision: 739533

URL: http://svn.apache.org/viewvc?rev=739533&view=rev
Log:
Fix the path to the last successful build of Ivy

Modified:
    ant/ivy/updatesite/trunk/build.xml

Modified: ant/ivy/updatesite/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/build.xml?rev=739533&r1=739532&r2=739533&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Sat Jan 31 09:54:27 2009
@@ -329,7 +329,7 @@
     </target>
 
     <target name="hudson-find-ivy-jar">
-        <property name="ivy.jar" value="${basedir}/../../../Ivy/lastSuccessful/archive/trunk/build/artifact/ivy.jar" />
+        <property name="ivy.jar" value="${basedir}/../../../Ivy/lastSuccessful/archive/trunk/build/artifact/jars/ivy.jar" />
     </target>
 
     <target name="hudson-find-ivyde-zip">