xref: /JGit/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF (revision 4b0c192f2de569cc7039ca4b03fe9eb0e714599c)
13d3df394SMatthias SohnManifest-Version: 1.0
23d3df394SMatthias SohnBundle-ManifestVersion: 2
33d3df394SMatthias SohnBundle-Name: %Bundle-Name
43832527bSKarsten ThomsAutomatic-Module-Name: org.eclipse.jgit.http.apache
53d3df394SMatthias SohnBundle-SymbolicName: org.eclipse.jgit.http.apache
616fd3feeSMatthias SohnBundle-Version: 5.5.0.qualifier
7ab79ce91SMatthias SohnBundle-RequiredExecutionEnvironment: JavaSE-1.8
83d3df394SMatthias SohnBundle-Localization: plugin
9*4b0c192fSMichael KepplerBundle-Vendor: %Bundle-Vendor
104a11534cSMatthias SohnBundle-ActivationPolicy: lazy
11cf5b40fbSDavid PursehouseImport-Package: org.apache.http;version="[4.3.0,5.0.0)",
12cf5b40fbSDavid Pursehouse org.apache.http.client;version="[4.3.0,5.0.0)",
13cf5b40fbSDavid Pursehouse org.apache.http.client.config;version="[4.3.0,5.0.0)",
14cf5b40fbSDavid Pursehouse org.apache.http.client.methods;version="[4.3.0,5.0.0)",
15cf5b40fbSDavid Pursehouse org.apache.http.client.params;version="[4.3.0,5.0.0)",
16cf5b40fbSDavid Pursehouse org.apache.http.config;version="[4.3.0,5.0.0)",
17cf5b40fbSDavid Pursehouse org.apache.http.conn;version="[4.3.0,5.0.0)",
18cf5b40fbSDavid Pursehouse org.apache.http.conn.params;version="[4.3.0,5.0.0)",
19cf5b40fbSDavid Pursehouse org.apache.http.conn.scheme;version="[4.3.0,5.0.0)",
20cf5b40fbSDavid Pursehouse org.apache.http.conn.socket;version="[4.3.0,5.0.0)",
21cf5b40fbSDavid Pursehouse org.apache.http.conn.ssl;version="[4.3.0,5.0.0)",
22cf5b40fbSDavid Pursehouse org.apache.http.entity;version="[4.3.0,5.0.0)",
23cf5b40fbSDavid Pursehouse org.apache.http.impl.client;version="[4.3.0,5.0.0)",
24cf5b40fbSDavid Pursehouse org.apache.http.impl.conn;version="[4.3.0,5.0.0)",
25cf5b40fbSDavid Pursehouse org.apache.http.params;version="[4.3.0,5.0.0)",
2616fd3feeSMatthias Sohn org.eclipse.jgit.annotations;version="[5.5.0,5.6.0)",
2716fd3feeSMatthias Sohn org.eclipse.jgit.nls;version="[5.5.0,5.6.0)",
2816fd3feeSMatthias Sohn org.eclipse.jgit.transport.http;version="[5.5.0,5.6.0)",
2916fd3feeSMatthias Sohn org.eclipse.jgit.util;version="[5.5.0,5.6.0)"
3016fd3feeSMatthias SohnExport-Package: org.eclipse.jgit.transport.http.apache;version="5.5.0";
31cf5b40fbSDavid Pursehouse  uses:="org.apache.http.client,
32cf5b40fbSDavid Pursehouse   org.eclipse.jgit.transport.http,
33cf5b40fbSDavid Pursehouse   org.apache.http.entity,
343d3df394SMatthias Sohn   org.apache.http.client.methods,
35cf5b40fbSDavid Pursehouse   javax.net.ssl,
36cf5b40fbSDavid Pursehouse   org.eclipse.jgit.util,
373a4a5a4eSMatthias Sohn   org.apache.http",
383a4a5a4eSMatthias Sohn org.eclipse.jgit.transport.http.apache.internal;x-internal:=true
39