Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 15d1e0727db0085f98f57260318209326eef535e (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example GitHub Service API
Bundle-SymbolicName: com.mycorp.examples.githubservice
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: com.mycorp.examples.githubservice;version="1.0.0"

Back to the top