summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-06-02 01:56:20 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-06-02 01:56:20 +0200
commite3977c71430f8772ff800a6f819b9b48d4eed09f (patch)
tree1afa4d58ca4e6487e6268bdcca99871e9d01d57b /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
parentc327e74b462dd836a84aad48055c6ace8b84b521 (diff)
downloadjgit-e3977c71430f8772ff800a6f819b9b48d4eed09f.tar.gz
jgit-e3977c71430f8772ff800a6f819b9b48d4eed09f.zip
Include o.e.j.archive into o.e.jgit feature
Also the pgm feature should depend on the jgit feature to ensure that all needed bundles are available. Change-Id: I670e8262cdace4323d3883717efe4b5e5e06f4c7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml18
1 files changed, 4 insertions, 14 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 f1d9830543..11d7939ddd 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
@@ -22,6 +22,10 @@
<discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
</url>
+ <includes
+ id="org.eclipse.jgit"
+ version="0.0.0"/>
+
<requires>
<import feature="org.eclipse.jgit" version="3.0.0" match="equivalent"/>
</requires>
@@ -41,24 +45,10 @@
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"/>
- <plugin
- id="javaewah"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>