xref: /JGit/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF (revision cf5b40fb8199bce7cc4320fea6a528216a410de6)
13d3df394SMatthias SohnManifest-Version: 1.0
23d3df394SMatthias SohnBundle-ManifestVersion: 2
33d3df394SMatthias SohnBundle-Name: %Bundle-Name
43d3df394SMatthias SohnBundle-SymbolicName: org.eclipse.jgit.http.apache
59d4ffcc1SMatthias SohnBundle-Version: 4.6.0.qualifier
6ab79ce91SMatthias SohnBundle-RequiredExecutionEnvironment: JavaSE-1.8
73d3df394SMatthias SohnBundle-Localization: plugin
83d3df394SMatthias SohnBundle-Vendor: %Provider-Name
94a11534cSMatthias SohnBundle-ActivationPolicy: lazy
10*cf5b40fbSDavid PursehouseImport-Package: org.apache.http;version="[4.3.0,5.0.0)",
11*cf5b40fbSDavid Pursehouse org.apache.http.client;version="[4.3.0,5.0.0)",
12*cf5b40fbSDavid Pursehouse org.apache.http.client.config;version="[4.3.0,5.0.0)",
13*cf5b40fbSDavid Pursehouse org.apache.http.client.methods;version="[4.3.0,5.0.0)",
14*cf5b40fbSDavid Pursehouse org.apache.http.client.params;version="[4.3.0,5.0.0)",
15*cf5b40fbSDavid Pursehouse org.apache.http.config;version="[4.3.0,5.0.0)",
16*cf5b40fbSDavid Pursehouse org.apache.http.conn;version="[4.3.0,5.0.0)",
17*cf5b40fbSDavid Pursehouse org.apache.http.conn.params;version="[4.3.0,5.0.0)",
18*cf5b40fbSDavid Pursehouse org.apache.http.conn.scheme;version="[4.3.0,5.0.0)",
19*cf5b40fbSDavid Pursehouse org.apache.http.conn.socket;version="[4.3.0,5.0.0)",
20*cf5b40fbSDavid Pursehouse org.apache.http.conn.ssl;version="[4.3.0,5.0.0)",
21*cf5b40fbSDavid Pursehouse org.apache.http.entity;version="[4.3.0,5.0.0)",
22*cf5b40fbSDavid Pursehouse org.apache.http.impl.client;version="[4.3.0,5.0.0)",
23*cf5b40fbSDavid Pursehouse org.apache.http.impl.client.cache;version="[4.3.0,5.0.0)",
24*cf5b40fbSDavid Pursehouse org.apache.http.impl.conn;version="[4.3.0,5.0.0)",
25*cf5b40fbSDavid Pursehouse org.apache.http.params;version="[4.3.0,5.0.0)",
269d4ffcc1SMatthias Sohn org.eclipse.jgit.nls;version="[4.6.0,4.7.0)",
279d4ffcc1SMatthias Sohn org.eclipse.jgit.transport.http;version="[4.6.0,4.7.0)",
289d4ffcc1SMatthias Sohn org.eclipse.jgit.util;version="[4.6.0,4.7.0)"
299d4ffcc1SMatthias SohnExport-Package: org.eclipse.jgit.transport.http.apache;version="4.6.0";
30*cf5b40fbSDavid Pursehouse  uses:="org.apache.http.client,
31*cf5b40fbSDavid Pursehouse   org.eclipse.jgit.transport.http,
32*cf5b40fbSDavid Pursehouse   org.apache.http.entity,
333d3df394SMatthias Sohn   org.apache.http.client.methods,
34*cf5b40fbSDavid Pursehouse   javax.net.ssl,
35*cf5b40fbSDavid Pursehouse   org.eclipse.jgit.util,
363a4a5a4eSMatthias Sohn   org.apache.http",
373a4a5a4eSMatthias Sohn org.eclipse.jgit.transport.http.apache.internal;x-internal:=true
38