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

12345678910111213141516
  1. Bundle-Localization: plugin
  2. Manifest-Version: 1.0
  3. Bundle-ManifestVersion: 2
  4. Bundle-Name: %plugin_name
  5. Bundle-SymbolicName: org.eclipse.jgit.ant.test
  6. Bundle-Version: 4.2.1.qualifier
  7. Bundle-ActivationPolicy: lazy
  8. Bundle-RequiredExecutionEnvironment: JavaSE-1.7
  9. Import-Package: org.apache.tools.ant,
  10. org.eclipse.jgit.ant.tasks;version="[4.2.1,4.3.0)",
  11. org.eclipse.jgit.internal.storage.file;version="[4.2.1,4.3.0)",
  12. org.eclipse.jgit.junit;version="[4.2.1,4.3.0)",
  13. org.eclipse.jgit.lib;version="[4.2.1,4.3.0)",
  14. org.eclipse.jgit.util;version="[4.2.1,4.3.0)",
  15. org.hamcrest;version="[1.1.0,2.0.0)",
  16. org.junit;version="[4.0.0,5.0.0)"