Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9cf920112d8d9269853c8c5b82f0156101d94145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.hello.consumer2
Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.ecf.examples.internal.remoteservices.hello.consumer2.Activator
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.ecf.examples.remoteservices.hello;version="3.0.0",
 org.eclipse.ecf.osgi.services.distribution;version="2.0.0",
 org.eclipse.ecf.remoteservice;version="6.0.0",
 org.eclipse.equinox.concurrent.future;version="1.0.0",
 org.osgi.framework,
 org.osgi.util.tracker
Bundle-ActivationPolicy: lazy
Bundle-Localization: bundle
Require-Bundle: org.eclipse.equinox.common

Back to the top