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

1234567891011121314151617181920212223242526272829303132
  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.2.1.qualifier
  6. Bundle-RequiredExecutionEnvironment: JavaSE-1.7
  7. Bundle-Localization: plugin
  8. Bundle-Vendor: %Provider-Name
  9. Bundle-ActivationPolicy: lazy
  10. Import-Package: org.apache.commons.logging;version="[1.1.1,2.0.0)",
  11. org.apache.http;version="[4.1.0,5.0.0)",
  12. org.apache.http.client;version="[4.1.0,5.0.0)",
  13. org.apache.http.client.methods;version="[4.1.0,5.0.0)",
  14. org.apache.http.client.params;version="[4.1.0,5.0.0)",
  15. org.apache.http.conn;version="[4.1.0,5.0.0)",
  16. org.apache.http.conn.params;version="[4.1.0,5.0.0)",
  17. org.apache.http.conn.scheme;version="[4.1.0,5.0.0)",
  18. org.apache.http.conn.ssl;version="[4.1.0,5.0.0)",
  19. org.apache.http.entity;version="[4.1.0,5.0.0)",
  20. org.apache.http.impl.client;version="[4.1.0,5.0.0)",
  21. org.apache.http.impl.client.cache;version="[4.1.0,5.0.0)",
  22. org.apache.http.params;version="[4.1.0,5.0.0)",
  23. org.eclipse.jgit.nls;version="[4.2.1,4.3.0)",
  24. org.eclipse.jgit.transport.http;version="[4.2.1,4.3.0)",
  25. org.eclipse.jgit.util;version="[4.2.1,4.3.0)"
  26. Export-Package: org.eclipse.jgit.transport.http.apache;version="4.2.1";
  27. uses:="org.eclipse.jgit.transport.http,
  28. javax.net.ssl,
  29. org.apache.http.client,
  30. org.apache.http.client.methods,
  31. org.apache.http",
  32. org.eclipse.jgit.transport.http.apache.internal;x-internal:=true