1Manifest-Version: 1.0 2Bundle-ManifestVersion: 2 3Bundle-Name: %Bundle-Name 4Automatic-Module-Name: org.eclipse.jgit.gpg.bc.test 5Bundle-SymbolicName: org.eclipse.jgit.gpg.bc.test 6Bundle-Version: 5.13.0.qualifier 7Bundle-Vendor: %Bundle-Vendor 8Bundle-Localization: plugin 9Bundle-RequiredExecutionEnvironment: JavaSE-1.8 10Import-Package: org.bouncycastle.jce.provider;version="[1.65.0,2.0.0)", 11 org.bouncycastle.openpgp;version="[1.65.0,2.0.0)", 12 org.bouncycastle.openpgp.operator;version="[1.65.0,2.0.0)", 13 org.bouncycastle.openpgp.operator.jcajce;version="[1.65.0,2.0.0)", 14 org.bouncycastle.util.encoders;version="[1.65.0,2.0.0)", 15 org.eclipse.jgit.gpg.bc.internal;version="[5.13.0,5.14.0)", 16 org.eclipse.jgit.gpg.bc.internal.keys;version="[5.13.0,5.14.0)", 17 org.eclipse.jgit.util.sha1;version="[5.13.0,5.14.0)", 18 org.junit;version="[4.13,5.0.0)", 19 org.junit.runner;version="[4.13,5.0.0)", 20 org.junit.runners;version="[4.13,5.0.0)" 21Export-Package: org.eclipse.jgit.gpg.bc.internal;x-internal:=true, 22 org.eclipse.jgit.gpg.bc.internal.keys;x-internal:=true 23Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)", 24 org.hamcrest.library;bundle-version="[1.1.0,2.0.0)" 25