Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b35dd3ba8f50e5a5600f1b06d3bb08d197ade09a (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
Manifest-Version: 1.0
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="1.6.0",
 com.google.gson.annotations;version="1.6.0",
 com.google.gson.reflect;version="1.6.0",
 org.apache.http;version="4.1.0",
 org.apache.http.auth;version="4.1.0",
 org.apache.http.client;version="4.1.0",
 org.apache.http.client.entity;version="4.1.0",
 org.apache.http.client.methods;version="4.1.0",
 org.apache.http.client.protocol;version="4.1.0",
 org.apache.http.client.utils;version="4.1.0",
 org.apache.http.entity;version="4.1.0",
 org.apache.http.impl.auth;version="4.1.0",
 org.apache.http.impl.client;version="4.1.0",
 org.apache.http.message;version="4.1.0",
 org.apache.http.protocol;version="4.1.0"
Export-Package: org.eclipse.egit.github.core,
 org.eclipse.egit.github.core.client,
 org.eclipse.egit.github.core.service,
 org.eclipse.egit.github.core.util

Back to the top