| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: ECL Core Tests |
| Bundle-SymbolicName: org.eclipse.rcptt.ecl.core.tests;singleton:=true |
| Bundle-Version: 1.5.2.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: Eclipse RCP Testing Tool Project |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| Export-Package: org.eclipse.rcptt.ecl.core.tests, |
| org.eclipse.rcptt.ecl.core.tests.model, |
| org.eclipse.rcptt.ecl.core.tests.model.impl, |
| org.eclipse.rcptt.ecl.core.tests.model.util |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.emf.ecore;visibility:=reexport, |
| org.eclipse.rcptt.ecl.core;visibility:=reexport, |
| org.junit |
| Bundle-ActivationPolicy: lazy |