diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-20 16:41:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-20 17:09:34 +0200 |
commit | 26d36848fef202a69bfb75667d2a2617572e29fd (patch) | |
tree | b64675cbd83d008a63a48d0904874bdb47fa88f2 /org.eclipse.jgit.packaging | |
parent | 81cd70d5d049c875aae235660a4f978824846c87 (diff) | |
download | jgit-26d36848fef202a69bfb75667d2a2617572e29fd.tar.gz jgit-26d36848fef202a69bfb75667d2a2617572e29fd.zip |
Add org.bouncycastle.bcutil to p2 repository
Bug: 575621
Change-Id: I57de7af9f9b236cac570d9c10c3d1c3886720868
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | 6 |
1 files changed, 6 insertions, 0 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 a56cf0a1f2..ca0935a514 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml @@ -147,6 +147,12 @@ <bundle id="org.bouncycastle.bcprov.source"> <category name="JGit-dependency-bundles"/> </bundle> + <bundle id="org.bouncycastle.bcutil"> + <category name="JGit-dependency-bundles"/> + </bundle> + <bundle id="org.bouncycastle.bcutil.source"> + <category name="JGit-dependency-bundles"/> + </bundle> <bundle id="org.kohsuke.args4j"> <category name="JGit-dependency-bundles"/> </bundle> |