Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9503e766e10c7d5a6ff8010a95a8de6b5aa5187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Datashare Tests Plug-in
Bundle-SymbolicName: org.eclipse.ecf.tests.datashare
Bundle-Version: 1.0.0.20070212
Bundle-Activator: org.eclipse.ecf.tests.datashare.Activator
Bundle-Vendor: eclipse.org
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