Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d0f8e4548f531d14faecb1b5ef85046b4a9cb0bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.hello.host.rs
Automatic-Module-Name: org.eclipse.ecf.examples.remoteservices.hello.host.rs
Bundle-Vendor: %bundleProvider
Bundle-Version: 1.0.100.qualifier
Bundle-Activator: org.eclipse.ecf.internal.examples.remoteservices.hello.host.rs.Activator
Bundle-ActivationPolicy: lazy
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;version="3.0.0",
 org.eclipse.ecf.examples.remoteservices.hello.impl;version="3.0.0",
 org.eclipse.ecf.remoteservice,
 org.osgi.framework;version="1.3.0",
 org.osgi.util.tracker
Require-Bundle: org.eclipse.equinox.common
Bundle-Localization: bundle

Back to the top