diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-03 13:51:46 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-03 13:51:46 +0200 |
commit | e9f4cb1cbad3f8e1d6980507688f2ab0a823e08c (patch) | |
tree | 9ee6cee8fd99a752a0ab64a4f8ffe737674f41c5 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 7861f82029100641742c623404fd9b3d12d0eeb4 (diff) | |
download | jgit-e9f4cb1cbad3f8e1d6980507688f2ab0a823e08c.tar.gz jgit-e9f4cb1cbad3f8e1d6980507688f2ab0a823e08c.zip |
Fix jgit packaging
- new jsch and gpg.bc fragments need to be included in their features
as fragments and require only the jgit bundle (not the jgit feature)
- feature org.eclipse.jgit should no longer include bouncycastle
- add missing url for gpg.bc feature in category.xml
- don't mark features as patch features
Change-Id: I4a46e3fed319221a704b754347a6798b4b199fe4
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 21 |
1 files changed, 0 insertions, 21 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 8d2e8c82df..49932139f1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -57,25 +57,4 @@ version="0.0.0" 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> |