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

Back to the top