Skip to main content
summaryrefslogtreecommitdiffstats
blob: cd90db0e4cf4a62aeb0f5ac21b73e436c6ce99d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.datashare
Bundle-Version: 1.0.0
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"

Back to the top