From 4c44ce7f18b6b1fa9f68b32ee285b8604c645978 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Mon, 13 Apr 2020 17:56:35 +0200 Subject: [PATCH] Remove packed version of egit.doc from update site egit.doc is the biggest contributor to the update site. The pack200 compressed version is almost as big as the not packed version. Therefore do not even try to create a packed version of that bundle. This removes 5 MB from each update site that we publish. This cannot be tested locally, since the signing profile cannot be executed locally. Running with the default profile works fine locally. Change-Id: I49908c706693d2bd01effb0716f596818effdc37 Signed-off-by: Michael Keppler Signed-off-by: Matthias Sohn --- org.eclipse.egit.doc/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/org.eclipse.egit.doc/pom.xml b/org.eclipse.egit.doc/pom.xml index ebf025e88..ae3b5a16f 100644 --- a/org.eclipse.egit.doc/pom.xml +++ b/org.eclipse.egit.doc/pom.xml @@ -61,6 +61,21 @@ + + + org.eclipse.tycho.extras + tycho-pack200a-plugin + + true + + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + + true + + -- 2.11.4.GIT