Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5b418d6df24d2fdbc91b28a12e8ccb4fc709d19c (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example Timeservice Consumer DS
Bundle-SymbolicName: com.mycorp.examples.timeservice.consumer.ds
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse.org - ECF
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