summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-01-04 01:40:29 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2013-01-05 18:30:08 +0100
commit00739e6f708465d43d7756e0a3ad5a699bf869cb (patch)
tree98ff64af3eae5d14c97105c4ba9023ce08e7d258 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature
parentc8c258169f8c46ef8ea959cd6d5b705237876ba8 (diff)
downloadjgit-00739e6f708465d43d7756e0a3ad5a699bf869cb.tar.gz
jgit-00739e6f708465d43d7756e0a3ad5a699bf869cb.zip
Do not install unnecessary Orbit bundles
The org.eclipse.jgit.orbit.feature introduced recently in order to install 3rd party Orbit dependencies is a too coarse grained approach and has the effect to install some dependencies only needed for org.eclipse.jgit.pgm when installing org.eclipse.jgit.feature. Hence include the required 3rd party bundles into the respective jgit features directly in order to avoid this problem. Bug: 397356 Change-Id: I3a4a07de42808e787515a6865875d9513542d3f8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
index b2fa61a872..b69e1ef5d2 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
@@ -23,7 +23,6 @@
</url>
<requires>
- <import plugin="org.kohsuke.args4j" version="2.0.0" match="compatible"/>
<import feature="org.eclipse.jgit" version="2.3.0" match="equivalent"/>
</requires>
@@ -48,4 +47,17 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.commons.compress"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.kohsuke.args4j"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>