Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b5ece7c2af64bbc0a44466f7ba1eef0627ca20b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.hello.host;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.examples.remoteservices.hello.host.Activator
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4
Import-Package: org.eclipse.ecf.core;version="3.0.0",
 org.eclipse.ecf.core.identity;version="3.0.0",
 org.eclipse.ecf.examples.remoteservices.hello,
 org.eclipse.ecf.examples.remoteservices.hello.impl,
 org.eclipse.ecf.osgi.services.discovery;version="1.1.0",
 org.eclipse.ecf.osgi.services.distribution;version="1.0.0",
 org.eclipse.equinox.app;version="1.0.0",
 org.osgi.framework,
 org.osgi.util.tracker;version="1.4.2"
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.equinox.common
Bundle-Localization: bundle
Export-Package: org.eclipse.ecf.internal.examples.remoteservices.hello.host;x-internal:=true

Back to the top