| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %plugin.name |
| Bundle-SymbolicName: org.eclipse.ecf.tests.datashare |
| Bundle-Version: 2.0.0.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.0/Foundation-1.0, |
| J2SE-1.3 |