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: 4.0.0.qualifier
  7. Bundle-Vendor: %provider_name
  8. Bundle-RequiredExecutionEnvironment: JavaSE-1.6
  9. Export-Package: org.eclipse.jgit.console;version="4.0.0"
  10. Import-Package: org.eclipse.jgit.errors;version="[4.0.0,4.1.0)",
  11. org.eclipse.jgit.nls;version="[4.0.0,4.1.0)",
  12. org.eclipse.jgit.transport;version="[4.0.0,4.1.0)",
  13. org.eclipse.jgit.util;version="[4.0.0,4.1.0)"