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

12345678910111213141516171819202122232425262728293031323334353637383940
  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.13.0.qualifier
  7. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  8. Bundle-Localization: plugin
  9. Bundle-Vendor: %Bundle-Vendor
  10. Bundle-ActivationPolicy: lazy
  11. Import-Package: org.apache.http;version="[4.3.0,5.0.0)",
  12. org.apache.http.client;version="[4.4.0,5.0.0)",
  13. org.apache.http.client.config;version="[4.4.0,5.0.0)",
  14. org.apache.http.client.methods;version="[4.4.0,5.0.0)",
  15. org.apache.http.client.params;version="[4.4.0,5.0.0)",
  16. org.apache.http.config;version="[4.3.0,5.0.0)",
  17. org.apache.http.conn;version="[4.4.0,5.0.0)",
  18. org.apache.http.conn.params;version="[4.4.0,5.0.0)",
  19. org.apache.http.conn.scheme;version="[4.4.0,5.0.0)",
  20. org.apache.http.conn.socket;version="[4.4.0,5.0.0)",
  21. org.apache.http.conn.ssl;version="[4.4.0,5.0.0)",
  22. org.apache.http.conn.util;version="[4.4.0,5.0.0)",
  23. org.apache.http.entity;version="[4.3.0,5.0.0)",
  24. org.apache.http.impl.client;version="[4.4.0,5.0.0)",
  25. org.apache.http.impl.conn;version="[4.4.0,5.0.0)",
  26. org.apache.http.params;version="[4.3.0,5.0.0)",
  27. org.apache.http.ssl;version="[4.3.0,5.0.0)",
  28. org.eclipse.jgit.annotations;version="[5.13.0,5.14.0)",
  29. org.eclipse.jgit.nls;version="[5.13.0,5.14.0)",
  30. org.eclipse.jgit.transport.http;version="[5.13.0,5.14.0)",
  31. org.eclipse.jgit.util;version="[5.13.0,5.14.0)"
  32. Export-Package: org.eclipse.jgit.transport.http.apache;version="5.13.0";
  33. uses:="org.apache.http.client,
  34. org.eclipse.jgit.transport.http,
  35. org.apache.http.entity,
  36. org.apache.http.client.methods,
  37. javax.net.ssl,
  38. org.eclipse.jgit.util,
  39. org.apache.http",
  40. org.eclipse.jgit.transport.http.apache.internal;x-internal:=true