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

1234567891011121314151617
  1. Bundle-Localization: plugin
  2. Manifest-Version: 1.0
  3. Bundle-ManifestVersion: 2
  4. Bundle-Name: %Bundle-Name
  5. Automatic-Module-Name: org.eclipse.jgit.ant.test
  6. Bundle-SymbolicName: org.eclipse.jgit.ant.test
  7. Bundle-Vendor: %Bundle-Vendor
  8. Bundle-Version: 5.13.0.qualifier
  9. Bundle-ActivationPolicy: lazy
  10. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  11. Import-Package: org.apache.tools.ant,
  12. org.eclipse.jgit.ant.tasks;version="[5.13.0,5.14.0)",
  13. org.eclipse.jgit.junit;version="[5.13.0,5.14.0)",
  14. org.eclipse.jgit.lib;version="[5.13.0,5.14.0)",
  15. org.eclipse.jgit.util;version="[5.13.0,5.14.0)",
  16. org.hamcrest.core;version="[1.1.0,2.0.0)",
  17. org.junit;version="[4.13,5.0.0)"