Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cc5d9239df0f0aff00731025dde1293c7d34a649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example Timeservice Consumer
Bundle-SymbolicName: com.mycorp.examples.timeservice.consumer
Bundle-Version: 1.1.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.eclipse.ecf.osgi.services.remoteserviceadmin;version="1.2.0",
 org.osgi.framework,
 org.osgi.service.remoteserviceadmin;version="1.0.0",
 org.osgi.util.tracker

Back to the top