Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-sources')
-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