Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c7bdfd0c33371d40bd248a6fcd16647741ec5091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %bundleProvider
Bundle-SymbolicName: org.eclipse.ecf.examples.loadbalancing.ds.consumer;singleton:=true
Automatic-Module-Name: org.eclipse.ecf.examples.loadbalancing.consumer
Bundle-Version: 1.0.100.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.equinox.common
Import-Package: org.eclipse.ecf.examples.loadbalancing,
 org.eclipse.ecf.remoteservice,
 org.eclipse.equinox.app
Service-Component: OSGI-INF/dataprocessorclient.xml
Bundle-Localization: bundle
Bundle-ActivationPolicy: lazy

Back to the top