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 1.6KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %Bundle-Name
  4. Automatic-Module-Name: org.eclipse.jgit.http.apache
  5. Bundle-SymbolicName: org.eclipse.jgit.http.apache
  6. Bundle-Version: 5.1.17.qualifier
  7. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  8. Bundle-Localization: plugin
  9. Bundle-Vendor: %Provider-Name
  10. Bundle-ActivationPolicy: lazy
  11. Import-Package: org.apache.http;version="[4.3.0,5.0.0)",
  12. org.apache.http.client;version="[4.3.0,5.0.0)",
  13. org.apache.http.client.config;version="[4.3.0,5.0.0)",
  14. org.apache.http.client.methods;version="[4.3.0,5.0.0)",
  15. org.apache.http.client.params;version="[4.3.0,5.0.0)",
  16. org.apache.http.config;version="[4.3.0,5.0.0)",
  17. org.apache.http.conn;version="[4.3.0,5.0.0)",
  18. org.apache.http.conn.params;version="[4.3.0,5.0.0)",
  19. org.apache.http.conn.scheme;version="[4.3.0,5.0.0)",
  20. org.apache.http.conn.socket;version="[4.3.0,5.0.0)",
  21. org.apache.http.conn.ssl;version="[4.3.0,5.0.0)",
  22. org.apache.http.entity;version="[4.3.0,5.0.0)",
  23. org.apache.http.impl.client;version="[4.3.0,5.0.0)",
  24. org.apache.http.impl.conn;version="[4.3.0,5.0.0)",
  25. org.apache.http.params;version="[4.3.0,5.0.0)",
  26. org.eclipse.jgit.nls;version="[5.1.17,5.2.0)",
  27. org.eclipse.jgit.transport.http;version="[5.1.17,5.2.0)",
  28. org.eclipse.jgit.util;version="[5.1.17,5.2.0)"
  29. Export-Package: org.eclipse.jgit.transport.http.apache;version="5.1.17";
  30. uses:="org.apache.http.client,
  31. org.eclipse.jgit.transport.http,
  32. org.apache.http.entity,
  33. org.apache.http.client.methods,
  34. javax.net.ssl,
  35. org.eclipse.jgit.util,
  36. org.apache.http",
  37. org.eclipse.jgit.transport.http.apache.internal;x-internal:=true