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

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