diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 01:56:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 01:56:20 +0200 |
commit | e3977c71430f8772ff800a6f819b9b48d4eed09f (patch) | |
tree | 1afa4d58ca4e6487e6268bdcca99871e9d01d57b /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | |
parent | c327e74b462dd836a84aad48055c6ace8b84b521 (diff) | |
download | jgit-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.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 5f94674a8e..bae5a49cf9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -30,6 +30,13 @@ unpack="false"/> <plugin + id="org.eclipse.jgit.archive" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="com.jcraft.jsch" download-size="0" install-size="0" @@ -43,4 +50,11 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.apache.commons.compress" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> |