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.gpg.bc.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.gpg.bc.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml | 3 |
1 files changed, 2 insertions, 1 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 9b8b824ab5..c99b62e34a 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 @@ -23,7 +23,7 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="5.8.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.8.0" match="equivalent"/> </requires> <plugin @@ -31,6 +31,7 @@ download-size="0" install-size="0" version="0.0.0" + fragment="true" unpack="false"/> <plugin |