Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2022-05-31 16:21:02 +0000
committerFrank Becker2022-05-31 16:21:02 +0000
commitfc9c054c8b1c5c907ca4e2186a663e0c3b3671db (patch)
tree6a6ae8c2d20393f387a82d5d4633aa558e8ea9f8
parentb9754ec4f92d01d754d35c78e57459be87069dbf (diff)
downloadorg.eclipse.mylyn-fc9c054c8b1c5c907ca4e2186a663e0c3b3671db.tar.gz
org.eclipse.mylyn-fc9c054c8b1c5c907ca4e2186a663e0c3b3671db.tar.xz
org.eclipse.mylyn-fc9c054c8b1c5c907ca4e2186a663e0c3b3671db.zip
570526: release Mylyn 3.25.3 (remove pack200)m_3_25_x
Change-Id: I8e5d40c7e05877a4a3b109205d6aefebfea506dc Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=570526 Signed-off-by: Frank Becker <eclipse@frank-becker.de>
-rw-r--r--org.eclipse.mylyn-site/pack-and-sign/build.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.mylyn-site/pack-and-sign/build.xml b/org.eclipse.mylyn-site/pack-and-sign/build.xml
index 79465a08..14ec8c16 100644
--- a/org.eclipse.mylyn-site/pack-and-sign/build.xml
+++ b/org.eclipse.mylyn-site/pack-and-sign/build.xml
@@ -52,13 +52,6 @@
</fileset>
</zip>
- <!-- pack200 -->
-
- <antcall target="pack">
- <param name="args" value="-pack"/>
- <param name="site" value="${projectDir}/site"/>
- </antcall>
-
<!-- does not work
<antcall target="add-mirrors-url"/>
-->

Back to the top