| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: org.eclipse.wst.server.tests.performance |
| Bundle-SymbolicName: org.eclipse.wst.server.tests.performance |
| Bundle-Version: 1.0.500.qualifier |
| Bundle-ClassPath: performance.jar |
| Bundle-Activator: org.eclipse.wst.server.tests.performance.TestsPlugin |
| Bundle-Vendor: Eclipse.org |
| Export-Package: org.eclipse.wst.server.tests.performance, |
| org.eclipse.wst.server.tests.performance.common |
| Require-Bundle: org.junit, |
| org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.eclipse.core.resources, |
| org.eclipse.test.performance, |
| org.eclipse.wst.server.core, |
| org.eclipse.wst.server.ui, |
| org.eclipse.wst.server.ui.tests |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |