diff options
author | Thomas Wolf <twolf@apache.org> | 2024-04-10 20:53:33 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2024-04-10 20:54:33 +0200 |
commit | 4b544d32fa0631f8b58bf702341e846ddbf00831 (patch) | |
tree | 901fbffef0bf0a80073f21f23ada165e007c7fc8 /org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | |
parent | 718d121bb38860e66f6e34a4045aa6d5d9490e8a (diff) | |
download | jgit-4b544d32fa0631f8b58bf702341e846ddbf00831.tar.gz jgit-4b544d32fa0631f8b58bf702341e846ddbf00831.zip |
Revert "[releng] Bump Bouncy Castle to 1.78"
This reverts commit 718d121bb38860e66f6e34a4045aa6d5d9490e8a.
Bouncy Castle 1.78 has broken OSGi metadata: the package imports in
MANIFEST.MF are missing. See also [1] and [2].
[1] https://github.com/bcgit/bc-java/issues/1621
[2] https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1968#issuecomment-2048151288
Change-Id: Iedec921215dabe0b63fb0dd7f6a4b28c18f854a0
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml index 4f34fe01a6..e0c790ad90 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml @@ -177,28 +177,28 @@ <bundle id="org.apache.sshd.sftp.source"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcpg-jdk18on"> + <bundle id="bcpg"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcpg-jdk18on.source"> + <bundle id="bcpg.source"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcpkix-jdk18on"> + <bundle id="bcpkix"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcpkix-jdk18on.source"> + <bundle id="bcpkix.source"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcprov-jdk18on"> + <bundle id="bcprov"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcprov-jdk18on.source"> + <bundle id="bcprov.source"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcutil-jdk18on"> + <bundle id="bcutil"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="bcutil-jdk18on.source"> + <bundle id="bcutil.source"> <category name="JGit-dependency-bundles"/> </bundle> <bundle id="org.kohsuke.args4j"> |