| 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: 5.13.0.qualifier |
| Bundle-Vendor: %Bundle-Vendor |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 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="[5.13.0,5.14.0)", |
| org.eclipse.jgit.gpg.bc.internal.keys;version="[5.13.0,5.14.0)", |
| org.eclipse.jgit.util.sha1;version="[5.13.0,5.14.0)", |
| org.hamcrest;version="[1.1.0,3.0.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 |