Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8a6c53c4286f8cdbfc6c7a284a0ccbe370b71cdb (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Timeservice Consumer Declarative Services Example
Bundle-SymbolicName: com.mycorp.examples.timeservice.consumer.ds
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: MyCorp, Inc.
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Service-Component: OSGI-INF/timeservicecomponent.xml
Import-Package: com.mycorp.examples.timeservice;version="1.0.0"

Back to the top