From 73739e7a4bb8c3f7a54aa940f863ee9855a1f3e3 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Thu, 12 Oct 2017 11:16:41 +0300 Subject: [PATCH] Configured platform build to produce pack200 artifacts This improves download times of platform artifacts from platform sdk P2 repositories for all consumers. refs #7396 --- features/pom.xml | 14 --------- .../org.simantics.tycho.configuration/pom.xml | 31 +++++++++++++++++++ 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index da300eedb..9ccec7a55 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -83,20 +83,6 @@ - - org.eclipse.tycho - tycho-p2-plugin - ${tycho.version} - - - attach-p2-metadata - package - - p2-metadata - - - - diff --git a/releng/org.simantics.tycho.configuration/pom.xml b/releng/org.simantics.tycho.configuration/pom.xml index 53fe3b985..91de53571 100644 --- a/releng/org.simantics.tycho.configuration/pom.xml +++ b/releng/org.simantics.tycho.configuration/pom.xml @@ -58,6 +58,7 @@ target-platform-configuration ${tycho.version} + true org.simantics @@ -94,6 +95,36 @@ tycho-source-feature-plugin ${tycho.extras.version} + + org.eclipse.tycho.extras + tycho-pack200b-plugin + ${tycho.extras.version} + + + pack200-pack + + pack + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho.version} + + + attach-p2-metadata + package + + p2-metadata + + + + + false + + -- 2.43.2