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 739B

1234567891011121314151617
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %plugin_name
  4. Bundle-SymbolicName: org.eclipse.jgit.archive
  5. Bundle-Version: 3.0.0.qualifier
  6. Bundle-Vendor: %provider_name
  7. Bundle-Localization: plugin
  8. Bundle-RequiredExecutionEnvironment: J2SE-1.5
  9. Import-Package: org.apache.commons.compress.archivers;version="[1.3,2.0)",
  10. org.apache.commons.compress.archivers.tar;version="[1.3,2.0)",
  11. org.apache.commons.compress.archivers.zip;version="[1.3,2.0)",
  12. org.eclipse.jgit.api;version="[3.0.0,3.1.0)",
  13. org.eclipse.jgit.lib;version="[3.0.0,3.1.0)",
  14. org.osgi.framework;version="[4.0,5.0)"
  15. Bundle-ActivationPolicy: lazy
  16. Bundle-Activator: org.eclipse.jgit.archive.FormatActivator
  17. Export-Package: org.eclipse.jgit.archive;version="3.0.0"