Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-17 09:04:58 +0000
committerAlexander Kurtakov2017-08-17 09:04:58 +0000
commiteaf7d60cc88c5f410ad52af908754b47ac4878f0 (patch)
treebf775262e0e5086c885f91ec5719b3fb67896b9c /eclipse-platform-sources/sources.xml
parent1b38f491d52f844605400eff09791d6a01e03f23 (diff)
downloadeclipse.platform.releng.aggregator-eaf7d60cc88c5f410ad52af908754b47ac4878f0.tar.gz
eclipse.platform.releng.aggregator-eaf7d60cc88c5f410ad52af908754b47ac4878f0.tar.xz
eclipse.platform.releng.aggregator-eaf7d60cc88c5f410ad52af908754b47ac4878f0.zip
Bug 442770 - Produce a source tarball for use by distro integrators
Generate tar.xz file instead of bz2 now that there is new assembly plugin providing support for it. Change-Id: Ic92cc821445739cbeb4ac7f2c13b2938b517aff6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-sources/sources.xml')
-rw-r--r--eclipse-platform-sources/sources.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclipse-platform-sources/sources.xml b/eclipse-platform-sources/sources.xml
index 11ce8035d..cc3385492 100644
--- a/eclipse-platform-sources/sources.xml
+++ b/eclipse-platform-sources/sources.xml
@@ -14,8 +14,7 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>sources</id>
<formats>
- <!-- TODO: For better compression, use tar.xz when maven-assembly-plugin 3.1.0 is released. -->
- <format>tar.bz2</format>
+ <format>tar.xz</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<fileSets>

Back to the top