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.4KB

1234567891011121314151617181920212223242526272829
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %Bundle-Name
  4. Automatic-Module-Name: org.eclipse.jgit.gpg.bc
  5. Bundle-SymbolicName: org.eclipse.jgit.gpg.bc;singleton:=true
  6. Fragment-Host: org.eclipse.jgit;bundle-version="[5.8.2,5.9.0)"
  7. Bundle-Vendor: %Bundle-Vendor
  8. Bundle-Localization: plugin
  9. Bundle-Version: 5.8.2.qualifier
  10. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  11. Import-Package: org.bouncycastle.bcpg;version="[1.65.0,2.0.0)",
  12. org.bouncycastle.gpg;version="[1.65.0,2.0.0)",
  13. org.bouncycastle.gpg.keybox;version="[1.65.0,2.0.0)",
  14. org.bouncycastle.gpg.keybox.jcajce;version="[1.65.0,2.0.0)",
  15. org.bouncycastle.jce.provider;version="[1.65.0,2.0.0)",
  16. org.bouncycastle.openpgp;version="[1.65.0,2.0.0)",
  17. org.bouncycastle.openpgp.operator;version="[1.65.0,2.0.0)",
  18. org.bouncycastle.openpgp.operator.jcajce;version="[1.65.0,2.0.0)",
  19. org.bouncycastle.util.encoders;version="[1.65.0,2.0.0)",
  20. org.eclipse.jgit.annotations;version="[5.8.2,5.9.0)",
  21. org.eclipse.jgit.api.errors;version="[5.8.2,5.9.0)",
  22. org.eclipse.jgit.errors;version="[5.8.2,5.9.0)",
  23. org.eclipse.jgit.lib;version="[5.8.2,5.9.0)",
  24. org.eclipse.jgit.nls;version="[5.8.2,5.9.0)",
  25. org.eclipse.jgit.transport;version="[5.8.2,5.9.0)",
  26. org.eclipse.jgit.util;version="[5.8.2,5.9.0)",
  27. org.slf4j;version="[1.7.0,2.0.0)"
  28. Export-Package: org.eclipse.jgit.gpg.bc.internal;version="5.8.2";
  29. x-friends:="org.eclipse.jgit.gpg.bc.test"