Skip to main content
summaryrefslogtreecommitdiffstats
blob: eedb15b7650b74158f60b51e973907f8e78a43f7 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories.http.tests;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.net,
 org.junit;bundle-version="4.8.2",
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.repositories.core,
 org.eclipse.mylyn.commons.repositories.http.core,
 org.eclipse.mylyn.commons.sdk.util
Export-Package: org.eclipse.mylyn.commons.repositories.http.tests;x-internal:=true
Bundle-Vendor: Eclipse Mylyn
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