Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 68d60a7e231df0bbf7c8f766fac0379acfae811c (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: 3.4.0.201406041058-rc3
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
 com.google.gson.annotations;version="[1.6.0,2.2.0]",
 com.google.gson.reflect;version="[1.6.0,2.2.0]",
 com.google.gson.stream;version="[1.6.0,2.2.0]
Export-Package: org.eclipse.egit.github.core;version="3.4.0",
 org.eclipse.egit.github.core.client;version="3.4.0",
 org.eclipse.egit.github.core.event;version="3.4.0",
 org.eclipse.egit.github.core.service;version="3.4.0",
 org.eclipse.egit.github.core.util;version="3.4.0"

Back to the top