Author: hibou
Date: Tue Nov 6 22:23:49 2012
New Revision: 1406378
URL: http://svn.apache.org/viewvc?rev=1406378&view=rev
Log:
Clean zip before unzipping
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=1406378&r1=1406377&r2=1406378&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Tue Nov 6 22:23:49 2012
@@ -533,6 +533,8 @@ You have to specify the Ivy to install w
</target>
<target name="hudson-unzip-eclipse" depends="hudson-check-unzip-eclipse"
unless="hudson.eclipse.unzipped">
+ <delete dir="${basedir}/dependencies/eclipse" failonerror="false" />
+ <delete dir="${basedir}/dependencies/${hudson.download.sdk.name}"
failonerror="false" />
<unzip src="${basedir}/dependencies/${hudson.download.sdk.name}.zip"
dest="${basedir}/dependencies/" />
<unzip src="${basedir}/dependencies/${hudson.download.wtp.name}.zip"
dest="${basedir}/dependencies/" />
<unzip src="${basedir}/dependencies/${hudson.download.emf.name}.zip"
dest="${basedir}/dependencies/" />