Skip to main content
summaryrefslogtreecommitdiffstats
blob: ea9bc68ea31dfa3f24f8afbfa81bc8d9229cd184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.ecf.osgi.services.remoteserviceadmin
Bundle-Version: 2.0.200.qualifier
Bundle-Activator: org.eclipse.ecf.internal.osgi.services.remoteserviceadmin.Activator
Bundle-Vendor: %bundle.provider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: bundle
Export-Package: org.eclipse.ecf.internal.osgi.services.remoteserviceadmin;x-internal:=true,
 org.eclipse.ecf.osgi.services.remoteserviceadmin;version="1.0.0"
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.6.0",
 org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy;bundle-version="1.0.0",
 org.eclipse.osgi.services.remoteserviceadmin
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.ecf.core;version="3.0.0",
 org.eclipse.ecf.core.identity,
 org.eclipse.ecf.core.security,
 org.eclipse.ecf.core.util,
 org.eclipse.ecf.discovery;version="4.0.0",
 org.eclipse.ecf.discovery.identity,
 org.eclipse.ecf.remoteservice;version="6.0.0",
 org.eclipse.ecf.remoteservice.events;version="6.0.0",
 org.eclipse.equinox.concurrent.future;version="1.0.0",
 org.eclipse.osgi.framework.eventmgr,
 org.osgi.framework;version="1.3.0",
 org.osgi.framework.wiring;version="[1.0,2.0)",
 org.osgi.service.event,
 org.osgi.service.log,
 org.osgi.util.tracker
DynamicImport-Package: *

Back to the top