Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a781d4de0009a362bfdefaf982d0a46bc3105edd (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: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.datashare
Automatic-Module-Name: org.eclipse.ecf.tests.datashare
Bundle-Version: 2.0.100.qualifier
Bundle-Activator: org.eclipse.ecf.tests.datashare.Activator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.equinox.common,
 org.eclipse.ecf,
 org.eclipse.ecf.datashare,
 org.eclipse.ecf.tests,
 org.junit
Eclipse-LazyStart: true
Import-Package: org.osgi.framework;version="1.4.0"
Export-Package: org.eclipse.ecf.tests.datashare
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.3

Back to the top