Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-05-05 21:27:01 +0000
committerDavid Williams2013-05-05 21:27:01 +0000
commitcee3342e120862eb769a845c0fd423149c3851f0 (patch)
treee438c3d79f192a7c2984442792132005596bdbd7
parent160642fee437f592e3a3c43ce28513f61b7d28a9 (diff)
downloadeclipse.platform.releng.aggregator-cee3342e120862eb769a845c0fd423149c3851f0.tar.gz
eclipse.platform.releng.aggregator-cee3342e120862eb769a845c0fd423149c3851f0.tar.xz
eclipse.platform.releng.aggregator-cee3342e120862eb769a845c0fd423149c3851f0.zip
Bug 405808 - [CBI] Platform binary distribution (still) contains pack.gz
files
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml1
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml1
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
index 6e9b6a458..74d9e3945 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
@@ -34,6 +34,7 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
+ <includePackedArtifacts>false</includePackedArtifacts>
<dependency-resolution>
<extraRequirements>
<!-- this guarantees proper reactor build order -->
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index 15ed956c8..d99f841b9 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -34,6 +34,7 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
+ <includePackedArtifacts>false</includePackedArtifacts>
<dependency-resolution>
<extraRequirements>
<!-- this guarantees proper reactor build order -->
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
index d90461168..3670f0e34 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
@@ -34,6 +34,7 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
+ <includePackedArtifacts>false</includePackedArtifacts>
<dependency-resolution>
<extraRequirements>
<!-- this guarantees proper reactor build order -->

Back to the top