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

12345678910111213
  1. Bundle-Localization: plugin
  2. Manifest-Version: 1.0
  3. Bundle-ManifestVersion: 2
  4. Bundle-Name: %plugin_name
  5. Bundle-SymbolicName: org.eclipse.jgit.console
  6. Bundle-Version: 3.6.3.qualifier
  7. Bundle-Vendor: %provider_name
  8. Bundle-RequiredExecutionEnvironment: JavaSE-1.6
  9. Export-Package: org.eclipse.jgit.console;version="3.6.3"
  10. Import-Package: org.eclipse.jgit.errors;version="[3.6.3,3.7.0)",
  11. org.eclipse.jgit.nls;version="[3.6.3,3.7.0)",
  12. org.eclipse.jgit.transport;version="[3.6.3,3.7.0)",
  13. org.eclipse.jgit.util;version="[3.6.3,3.7.0)"