| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name |
| Bundle-SymbolicName: org.eclipse.test.performance.ui; singleton:=true |
| Bundle-Version: 3.10.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-ActivationPolicy: lazy |
| Bundle-Vendor: %Bundle-Vendor |
| Bundle-Localization: plugin |
| Require-Bundle: org.eclipse.core.runtime, |
| org.junit, |
| org.eclipse.test.performance;bundle-version="3.14.0", |
| org.eclipse.swt;bundle-version="3.5.0";resolution:=optional |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Export-Package: org.eclipse.test.internal.performance.results.db;x-internal:=true, |
| org.eclipse.test.internal.performance.results.ui;x-internal:=true, |
| org.eclipse.test.internal.performance.results.utils;x-internal:=true, |
| org.eclipse.test.performance.ui |
| Automatic-Module-Name: org.eclipse.test.performance.ui |