Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-02-26 20:59:41 +0000
committerspingel2010-02-26 20:59:41 +0000
commit68afbb99b2fb29406f69f601fa641aa3144d5f1c (patch)
tree1a0cc6cf6b44e450bee945e9e4e8c0ca811ccc3f
parent3fe7a07f2494eb73a4a415646c60062a5c28b7a0 (diff)
downloadorg.eclipse.mylyn-68afbb99b2fb29406f69f601fa641aa3144d5f1c.tar.gz
org.eclipse.mylyn-68afbb99b2fb29406f69f601fa641aa3144d5f1c.tar.xz
org.eclipse.mylyn-68afbb99b2fb29406f69f601fa641aa3144d5f1c.zip
bug 304086: [api] decouple tasks.ui from org.eclipse.search
https://bugs.eclipse.org/bugs/show_bug.cgi?id=304086
-rw-r--r--org.eclipse.mylyn.releng/bin/sign-update-site.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.releng/bin/sign-update-site.sh b/org.eclipse.mylyn.releng/bin/sign-update-site.sh
index 74176273..838a38a1 100644
--- a/org.eclipse.mylyn.releng/bin/sign-update-site.sh
+++ b/org.eclipse.mylyn.releng/bin/sign-update-site.sh
@@ -142,3 +142,6 @@ rezip incubator
/bin/chmod o+r -R $SRC
/usr/bin/find $SRC -type d | xargs chmod +x
rm -R $SRC-DELETE
+
+# clean up
+/bin/rm -R $TMP || true

Back to the top