Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6d9bb43876069e610034385a13c04d814887ae90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.http.core;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.net,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.repositories.core
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.commons.repositories.http.core;x-internal:=true,
 org.eclipse.mylyn.internal.commons.repositories.http.core;x-internal:=true
Bundle-Localization: plugin
Import-Package: org.apache.commons.logging;version="[1.0.4,2.0.0)",
 org.apache.http;version="4.1.4",
 org.apache.http.message;version="4.1.4",
 org.apache.http.params;version="4.1.4",
 org.apache.http.protocol;version="4.1.4",
 org.apache.http.util;version="4.1.4", 
 org.apache.http.impl;version="4.1.4",
 org.apache.http.auth;version="4.1.2",
 org.apache.http.auth.params;version="4.1.2",
 org.apache.http.client;version="4.1.2",
 org.apache.http.client.methods;version="4.1.2",
 org.apache.http.client.params;version="4.1.2",
 org.apache.http.client.protocol;version="4.1.2",
 org.apache.http.conn;version="4.1.2",
 org.apache.http.conn.params;version="4.1.2",
 org.apache.http.conn.scheme;version="4.1.2",
 org.apache.http.impl.auth;version="4.1.2",
 org.apache.http.impl.conn.tsccm;version="4.1.2",
 org.apache.http.impl.client;version="4.1.2"

Back to the top