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

1234567891011121314151617
  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: 2.1.0.qualifier
  7. Bundle-ActivationPolicy: lazy
  8. Bundle-RequiredExecutionEnvironment: JavaSE-1.6
  9. Import-Package: org.apache.tools.ant,
  10. org.apache.tools.ant.types,
  11. org.eclipse.jgit.ant.tasks;version="2.1.0",
  12. org.eclipse.jgit.junit,
  13. org.eclipse.jgit.lib;version="2.1.0",
  14. org.eclipse.jgit.storage.file;version="2.1.0",
  15. org.eclipse.jgit.util;version="2.1.0",
  16. org.hamcrest;version="1.1.0",
  17. org.junit;version="[4.0.0,5.0.0)"