Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-04-29 13:25:22 +0000
committerPascal Rapicault2015-04-29 13:25:22 +0000
commita925ebd017a8a1576838ea936a9ab405b45d82a9 (patch)
treef7c4f4c34a87da8b099ef663da1f9d30cd6ab8c3
parent9b1fa1cad604207e24f41d6affcb28aa7c011ffb (diff)
downloadrt.equinox.p2-a925ebd017a8a1576838ea936a9ab405b45d82a9.tar.gz
rt.equinox.p2-a925ebd017a8a1576838ea936a9ab405b45d82a9.tar.xz
rt.equinox.p2-a925ebd017a8a1576838ea936a9ab405b45d82a9.zip
Add tukaani.xz bundle to p2 core featureI20150429-2000I20150429-1330I20150429-1230I20150429-1030
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index 63e6ca3cb..1b79bfbb0 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -204,4 +204,11 @@
fragment="true"
unpack="false"/>
+ <plugin
+ id="org.tukaani.xz"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top