Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 85932d542b4f1e1140023472b06d6c363ac55544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %bundleProvider
Bundle-SymbolicName: org.eclipse.ecf.examples.loadbalancing.ds.consumer;singleton:=true
Bundle-Version: 1.0.0.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

Back to the top