| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: Eclipse Core Tests Runtime |
| Bundle-SymbolicName: org.eclipse.core.tests.runtime; singleton:=true |
| Bundle-Version: 3.20.200.qualifier |
| Bundle-Activator: org.eclipse.core.tests.runtime.RuntimeTestsPlugin |
| Bundle-Vendor: Eclipse.org |
| Export-Package: org.eclipse.core.tests.internal.preferences, |
| org.eclipse.core.tests.internal.runtime, |
| org.eclipse.core.tests.runtime, |
| org.eclipse.core.tests.runtime.jobs, |
| org.eclipse.core.tests.runtime.perf |
| Require-Bundle: org.junit, |
| org.eclipse.test.performance;resolution:=optional, |
| org.eclipse.core.runtime;bundle-version="3.19.0", |
| org.eclipse.core.tests.harness;bundle-version="3.11.0", |
| org.apiguardian;bundle-version="1.1.2" |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Plugin-Class: org.eclipse.core.tests.runtime.RuntimeTestsPlugin |
| Eclipse-BundleShape: dir |
| Automatic-Module-Name: org.eclipse.core.tests.runtime |
| Import-Package: org.eclipse.core.filesystem;resolution:=optional, |
| org.eclipse.jdt.annotation;resolution:=optional |