Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-04-16 17:33:15 +0000
committerDavid Williams2013-04-16 17:33:15 +0000
commit6ad8c84ff3002909173ef25719b96decca053b53 (patch)
treed6e7feaa380030f136279995cafca71b4a3e95dd /eclipse-platform-parent/pom.xml
parent578c7ff8f0a8b4490d4653246e4dae9501c04780 (diff)
downloadeclipse.platform.releng.aggregator-6ad8c84ff3002909173ef25719b96decca053b53.tar.gz
eclipse.platform.releng.aggregator-6ad8c84ff3002909173ef25719b96decca053b53.tar.xz
eclipse.platform.releng.aggregator-6ad8c84ff3002909173ef25719b96decca053b53.zip
Bug 405808 - Platform binary distribution (still) contains pack.gz files
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index ca8e41c7a..947148f8f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -476,7 +476,7 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
- <includePackedArtifacts>true</includePackedArtifacts>
+ <includePackedArtifacts>false</includePackedArtifacts>
</configuration>
</plugin>
<plugin>

Back to the top