Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ef6872792f84f650f16b5ce16ff7f03f55d9aa45 (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: %bundle.name
Bundle-SymbolicName: org.eclipse.ecf.examples.provider.remoteservice;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %bundle.provider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.ecf.core;version="3.0.0",
 org.eclipse.ecf.core.events,
 org.eclipse.ecf.core.identity,
 org.eclipse.ecf.core.provider,
 org.eclipse.ecf.core.security,
 org.eclipse.ecf.examples.provider.trivial.identity,
 org.eclipse.ecf.remoteservice;version="6.0.0",
 org.eclipse.ecf.remoteservice.events;version="6.0.0",
 org.eclipse.ecf.remoteservice.util;version="6.0.0",
 org.eclipse.equinox.concurrent.future;version="1.0.0",
 org.osgi.framework;version="1.6.0"
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.6.0"
Export-Package: org.eclipse.ecf.examples.provider.remoteservice.identity,
 org.eclipse.ecf.internal.examples.provider.remoteservice.container;x-internal:=true
Bundle-Localization: plugin

Back to the top