| 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: 7.5.0.qualifier |
| Bundle-Vendor: %Bundle-Vendor |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: JavaSE-17 |
| Bundle-SCM: url=https://github.com/eclipse-jgit/jgit, connection=scm:git:https://eclipse.gerrithub.io/eclipse-jgit/jgit.git, developerConnection=scm:git:https://eclipse.gerrithub.io/a/eclipse-jgit/jgit.git |
| Require-Bundle: org.hamcrest.core;bundle-version="[1.3.0,2.0.0)" |
| Import-Package: org.bouncycastle.asn1.cryptlib;version="[1.80.0,2.0.0)", |
| org.bouncycastle.jce.provider;version="[1.80.0,2.0.0)", |
| org.bouncycastle.openpgp;version="[1.80.0,2.0.0)", |
| org.bouncycastle.openpgp.operator;version="[1.80.0,2.0.0)", |
| org.bouncycastle.openpgp.operator.jcajce;version="[1.80.0,2.0.0)", |
| org.bouncycastle.util.encoders;version="[1.80.0,2.0.0)", |
| org.eclipse.jgit.gpg.bc.internal;version="[7.5.0,7.6.0)", |
| org.eclipse.jgit.gpg.bc.internal.keys;version="[7.5.0,7.6.0)", |
| org.eclipse.jgit.util.sha1;version="[7.5.0,7.6.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 |