| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name |
| Automatic-Module-Name: org.eclipse.jgit.gpg.bc.test |
| Bundle-SymbolicName: org.eclipse.jgit.gpg.bc.test |
| Bundle-Version: 6.10.0.qualifier |
| Bundle-Vendor: %Bundle-Vendor |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Require-Bundle: org.hamcrest.core;bundle-version="[1.3.0,2.0.0)" |
| Import-Package: org.bouncycastle.jce.provider;version="[1.65.0,2.0.0)", |
| org.bouncycastle.openpgp;version="[1.65.0,2.0.0)", |
| org.bouncycastle.openpgp.operator;version="[1.65.0,2.0.0)", |
| org.bouncycastle.openpgp.operator.jcajce;version="[1.65.0,2.0.0)", |
| org.bouncycastle.util.encoders;version="[1.65.0,2.0.0)", |
| org.eclipse.jgit.gpg.bc.internal;version="[6.10.0,6.11.0)", |
| org.eclipse.jgit.gpg.bc.internal.keys;version="[6.10.0,6.11.0)", |
| org.eclipse.jgit.util.sha1;version="[6.10.0,6.11.0)", |
| org.junit;version="[4.13,5.0.0)", |
| org.junit.runner;version="[4.13,5.0.0)", |
| org.junit.runners;version="[4.13,5.0.0)" |
| Export-Package: org.eclipse.jgit.gpg.bc.internal;x-internal:=true, |
| org.eclipse.jgit.gpg.bc.internal.keys;x-internal:=true |