Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f2dca6cb86819476ec518c719c11fc5e62d8207d (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.r_osgi;singleton:=true
Bundle-Version: 3.2.100.qualifier
Import-Package: org.eclipse.ecf.core.util.reflection,
 org.eclipse.equinox.concurrent.future;version="1.0.0",
 org.osgi.framework;version="1.3.0",
 org.osgi.util.tracker;version="1.3.3"
Require-Bundle: org.eclipse.ecf;bundle-version="3.1.0",
 org.eclipse.ecf.provider,
 org.eclipse.ecf.remoteservice;bundle-version="5.0.0",
 org.eclipse.equinox.common,
 ch.ethz.iks.r_osgi.remote
Bundle-Activator: org.eclipse.ecf.internal.provider.r_osgi.Activator
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.provider.r_osgi.identity;version="3.2.0"
Bundle-Vendor: %plugin.provider
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.3
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
DynamicImport-Package: *

Back to the top