Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6283a13e981e81b3ab7f0d3b45bb5f6c4a7c86c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit GitHub API Core
Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 4.0.1.201506240215-r
Bundle-Vendor: Eclipse EGit
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.google.gson;version="[1.6.0,3.0.0)",
 com.google.gson.annotations;version="[1.6.0,3.0.0)",
 com.google.gson.reflect;version="[1.6.0,3.0.0)",
 com.google.gson.stream;version="[1.6.0,3.0.0)"
Export-Package: org.eclipse.egit.github.core;version="4.0.1",
 org.eclipse.egit.github.core.client;version="4.0.1",
 org.eclipse.egit.github.core.service;version="4.0.1",
 org.eclipse.egit.github.core.util;version="4.0.1"

Back to the top