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

Back to the top