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 2008/11/20 16:51:51 UTC

svn commit: r719259 - /ant/ivy/ivyde/trunk/build.xml

Author: hibou
Date: Thu Nov 20 07:51:51 2008
New Revision: 719259

URL: http://svn.apache.org/viewvc?rev=719259&view=rev
Log:
Make the install-ivy target also work on windows

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

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=719259&r1=719258&r2=719259&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Thu Nov 20 07:51:51 2008
@@ -226,7 +226,7 @@
                 <fileset dir="${ivy.work.dir}" includes="distrib/apache-ivy-*/ivy-*.jar"/>
             </first>
         </path>
-        <property name="ivy.jar.url" value="file://${toString:ivy.jar.path}" />
+        <makeurl property="ivy.jar.url" file="${toString:ivy.jar.path}" />
         <echo message="${ivy.jar.url}" />
     </target>