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

123456789101112131415161718
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %plugin_name
  4. Bundle-SymbolicName: org.eclipse.jgit.lfs
  5. Bundle-Version: 4.6.2.qualifier
  6. Bundle-Localization: plugin
  7. Bundle-Vendor: %provider_name
  8. Export-Package: org.eclipse.jgit.lfs;version="4.6.2",
  9. org.eclipse.jgit.lfs.errors;version="4.6.2",
  10. org.eclipse.jgit.lfs.internal;version="4.6.2";x-friends:="org.eclipse.jgit.lfs.test,org.eclipse.jgit.lfs.server.fs,org.eclipse.jgit.lfs.server",
  11. org.eclipse.jgit.lfs.lib;version="4.6.2"
  12. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  13. Import-Package: org.eclipse.jgit.annotations;version="[4.6.2,4.7.0)";resolution:=optional,
  14. org.eclipse.jgit.attributes;version="[4.6.2,4.7.0)",
  15. org.eclipse.jgit.internal.storage.file;version="[4.6.2,4.7.0)",
  16. org.eclipse.jgit.lib;version="[4.6.2,4.7.0)",
  17. org.eclipse.jgit.nls;version="[4.6.2,4.7.0)",
  18. org.eclipse.jgit.util;version="[4.6.2,4.7.0)"