| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: Common Eclipse Runtime Tests |
| Bundle-SymbolicName: org.eclipse.equinox.common.tests;singleton:=true |
| Bundle-Version: 3.10.300.qualifier |
| Automatic-Module-Name: org.eclipse.equinox.common.tests |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Bundle-ActivationPolicy: lazy |
| Require-Bundle: org.junit, |
| org.eclipse.equinox.common;bundle-version="3.10.300", |
| org.eclipse.core.tests.harness;bundle-version="3.11.400", |
| org.eclipse.equinox.registry;bundle-version="3.8.200" |
| Import-Package: org.eclipse.osgi.service.localization, |
| org.osgi.framework, |
| org.osgi.service.packageadmin, |
| org.osgi.util.tracker |