Author: hibou
Date: Fri Apr 18 01:55:07 2008
New Revision: 649414
URL: http://svn.apache.org/viewvc?rev=649414&view=rev
Log:
Fix the build path which where not working under 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=649414&r1=649413&r2=649414&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Fri Apr 18 01:55:07 2008
@@ -61,12 +61,12 @@
<java classpath="${eclipse.classpath}"
classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true">
<arg value="-clean" />
<arg line="-application org.eclipse.pde.build.Build" />
- <arg line="-DbaseLocation=${baseLocation}" />
- <arg line="-Dbuilder=${basedir}/builder/component" />
- <arg line="-DmapsPath=${basedir}/builder/maps" />
- <arg line="-DbuildDirectory=${basedir}/work" />
- <arg line="-DDSTAMP=${DSTAMP}" />
- <arg line="-DTSTAMP=${TSTAMP}" />
+ <sysproperty key="baseLocation" value="${baseLocation}"/>
+ <sysproperty key="builder" path="${basedir}/builder/component"/>
+ <sysproperty key="mapsPath" path="${basedir}/builder/maps"/>
+ <sysproperty key="buildDirectory" path="${basedir}/work" />
+ <sysproperty key="DSTAMP" value="${DSTAMP}" />
+ <sysproperty key="TSTAMP" value="${TSTAMP}" />
</java>
<echo>
Zip archive can be found here: