| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: org.eclipse.wst.server.http.core.tests |
| Bundle-SymbolicName: org.eclipse.wst.server.http.core.tests |
| Bundle-Version: 1.0.200.qualifier |
| Bundle-ClassPath: tests.jar |
| Bundle-Activator: org.eclipse.wst.server.http.core.tests.TestsPlugin |
| Bundle-Vendor: Eclipse.org |
| Export-Package: org.eclipse.wst.server.http.core.tests |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.core.resources, |
| org.eclipse.debug.core, |
| org.junit;bundle-version="3.8.2", |
| org.eclipse.wst.server.core, |
| org.eclipse.wst.server.http.core |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |