aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-10-02 21:54:53 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-02 16:56:52 +0100
commit4380921d66b98eb8433667574a0b4e0a6836fe8b (patch)
tree802cfbe3ffa8e1fb30d118bf8b94fb042f77bf13 /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature
parent485e4f9cf1f94c7de47c9df620e4965e600f7549 (diff)
downloadjgit-4380921d66b98eb8433667574a0b4e0a6836fe8b.tar.gz
jgit-4380921d66b98eb8433667574a0b4e0a6836fe8b.zip
Don't install 3rd party dependency bundles via features
Instead provide them only in the p2 repository. This way they are available when installing from the jgit p2 repository but we are not enforcing the version we bring but can also use the version available in Eclipse if it matches our requirements. Bug: 514326 Bug: 566475 Change-Id: I3e8d0bad12cfb0c1003ade3e6f13e9af35626f14 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml
index 383287a851..45560b4d67 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml
@@ -34,25 +34,4 @@
fragment="true"
unpack="false"/>
- <plugin
- id="org.bouncycastle.bcpg"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.bouncycastle.bcpkix"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.bouncycastle.bcprov"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>