Author: nickboldt
Date: 2010-10-21 13:02:55 -0400 (Thu, 21 Oct 2010)
New Revision: 25983
Modified:
trunk/build/target-platform/build.xml
Log:
purge previous eclipse install to avoid conflicts w/ Eclipse feature versions
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-21 16:48:58 UTC (rev 25982)
+++ trunk/build/target-platform/build.xml 2010-10-21 17:02:55 UTC (rev 25983)
@@ -103,6 +103,10 @@
<get src="${eclipse.URL}/${eclipse.file}"
dest="${WORKINGDIR}/${eclipse.file}" />
</then>
</if>
+
+ <!-- purge previous eclipse install to avoid conflicts w/ Eclipse feature versions
-->
+ <delete dir="${WORKINGDIR}/eclipse" includeemptydirs="true"
quiet="true" />
+
<untar compression="gzip" dest="${WORKINGDIR}"
src="${WORKINGDIR}/${eclipse.file}" overwrite="true" />
<!-- add 70M delta pack, eg.
http://download.eclipse.org/eclipse/downloads/drops/M20101006-0936/downlo...
-->