| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: VEX Core Tests |
| Bundle-SymbolicName: org.eclipse.wst.xml.vex.core.tests |
| Bundle-Version: 0.5.0.qualifier |
| Bundle-Activator: org.eclipse.wst.xml.vex.core.tests.VEXCoreTestPlugin |
| Bundle-Vendor: Eclipse.org |
| Require-Bundle: org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.eclipse.wst.xml.vex.core;bundle-version="0.5.0", |
| org.junit;bundle-version="3.8.1" |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.wst.xml.vex.core.internal.css;x-internal:=true, |
| org.eclipse.wst.xml.vex.core.internal.dom;x-internal:=true, |
| org.eclipse.wst.xml.vex.core.internal.layout;x-internal:=true, |
| org.eclipse.wst.xml.vex.core.tests |