Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab6fcfc35e3670a1f1c6640bef1176339a9ae419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 4.4.0.201606011500-rc2
Bundle-Vendor: %providerName
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.4.0",
 org.eclipse.egit.github.core.client;version="4.4.0",
 org.eclipse.egit.github.core.event;version="4.4.0",
 org.eclipse.egit.github.core.service;version="4.4.0",
 org.eclipse.egit.github.core.util;version="4.4.0"

Back to the top