Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-09-30 11:20:27 +0000
committerMarkus Knauer2009-09-30 11:20:27 +0000
commitcfc453786f210a806f4a402cbdfdc24d29550ef9 (patch)
treedfd9b7c408240ff32bb2cb04c00b075528aef14c
parent3de75fe5b07e10e3ad57d462ce6c004f25e9e775 (diff)
downloadorg.eclipse.epp.packages-cfc453786f210a806f4a402cbdfdc24d29550ef9.tar.gz
org.eclipse.epp.packages-cfc453786f210a806f4a402cbdfdc24d29550ef9.tar.xz
org.eclipse.epp.packages-cfc453786f210a806f4a402cbdfdc24d29550ef9.zip
cleaning target platform
-rw-r--r--features/org.eclipse.epp.allpackages.helios.feature/build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.helios.feature/build.xml b/features/org.eclipse.epp.allpackages.helios.feature/build.xml
index 87ea4f0f..138645c6 100644
--- a/features/org.eclipse.epp.allpackages.helios.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.helios.feature/build.xml
@@ -167,7 +167,7 @@
</target>
- <target name="clean.all" depends="clean.buckminster,clean.workspace,clean.build">
+ <target name="clean.all" depends="clean.buckminster,clean.workspace,clean.build,clean.tp">
<delete dir="${buildtools}/director" />
</target>
@@ -179,6 +179,10 @@
<delete dir="${build.root}/buildresult" />
</target>
+ <target name="clean.tp">
+ <delete dir="${targetPlatformPath}" />
+ </target>
+
<target name="clean.buckminster">
<delete dir="${buildtools}/buckminster" />
</target>

Back to the top