Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: e30ff2c901641dc2db11a7524947f2f61b040f87 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                 
                                    
                           
                                               



                                                        



                                                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit GitHub API Core
Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 4.0.2.201509141540-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.2",
 org.eclipse.egit.github.core.client;version="4.0.2",
 org.eclipse.egit.github.core.service;version="4.0.2",
 org.eclipse.egit.github.core.util;version="4.0.2"

Back to the top