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 2012/08/22 11:39:46 UTC

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

Author: hibou
Date: Wed Aug 22 09:39:46 2012
New Revision: 1375959

URL: http://svn.apache.org/viewvc?rev=1375959&view=rev
Log:
fix eclipse folder name

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=1375959&r1=1375958&r2=1375959&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Wed Aug 22 09:39:46 2012
@@ -427,7 +427,7 @@ dist.dev.dir=${basedir}/build
 dist.release.dir=${basedir}/build
 mirrors.url=
 updatesite.url=http://builds.apache.org/job/IvyDE-updatesite/lastSuccessfulBuild/artifact/trunk/build
-baseLocation=${basedir}/dependencies/${jenkins.eclipse.name}
+baseLocation=${basedir}/dependencies/${jenkins.download.sdk.name}
 </echo>
         <delete dir="${basedir}/build" />
     </target>