Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dda00a364ed8f8e2e954fa605f1bb1c5372f9cde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example Timeservice Host
Bundle-SymbolicName: com.mycorp.examples.timeservice.host
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: com.mycorp.examples.timeservice;version="1.0.0",
 org.osgi.framework,
 org.osgi.service.remoteserviceadmin;version="1.0.0"
Bundle-Activator: com.mycorp.examples.timeservice.host.Activator

Back to the top