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

123456789101112131415
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %Bundle-Name
  4. Automatic-Module-Name: org.eclipse.jgit.ant
  5. Bundle-SymbolicName: org.eclipse.jgit.ant
  6. Bundle-Version: 5.13.0.qualifier
  7. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  8. Import-Package: org.apache.tools.ant,
  9. org.eclipse.jgit.storage.file;version="[5.13.0,5.14.0)"
  10. Bundle-Localization: plugin
  11. Bundle-Vendor: %Bundle-Vendor
  12. Export-Package: org.eclipse.jgit.ant;version="5.13.0",
  13. org.eclipse.jgit.ant.tasks;version="5.13.0";
  14. uses:="org.apache.tools.ant,
  15. org.apache.tools.ant.types"