1Manifest-Version: 1.0 2Bundle-ManifestVersion: 2 3Bundle-Name: %Bundle-Name 4Automatic-Module-Name: org.eclipse.jgit.http.apache 5Bundle-SymbolicName: org.eclipse.jgit.http.apache 6Bundle-Version: 5.13.0.qualifier 7Bundle-RequiredExecutionEnvironment: JavaSE-1.8 8Bundle-Localization: plugin 9Bundle-Vendor: %Bundle-Vendor 10Bundle-ActivationPolicy: lazy 11Import-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)" 32Export-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 41