You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MANIFEST.MF 1.1KB

123456789101112131415161718192021222324
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %Bundle-Name
  4. Automatic-Module-Name: org.eclipse.jgit.gpg.bc.test
  5. Bundle-SymbolicName: org.eclipse.jgit.gpg.bc.test
  6. Bundle-Version: 5.13.0.qualifier
  7. Bundle-Vendor: %Bundle-Vendor
  8. Bundle-Localization: plugin
  9. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  10. Import-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)"
  21. Export-Package: org.eclipse.jgit.gpg.bc.internal;x-internal:=true,
  22. org.eclipse.jgit.gpg.bc.internal.keys;x-internal:=true
  23. Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
  24. org.hamcrest.library;bundle-version="[1.1.0,2.0.0)"