| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.vex.ui.tests;singleton:=true |
| Bundle-Version: 1.2.0.qualifier |
| Bundle-Vendor: %providerName |
| Require-Bundle: org.eclipse.vex.core;bundle-version="[1.2.0,2.0.0)", |
| org.eclipse.vex.core.tests;bundle-version="[1.2.0,2.0.0)", |
| org.eclipse.vex.ui;bundle-version="[1.2.0,2.0.0)", |
| org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)", |
| org.eclipse.core.resources;bundle-version="[3.8.0,4.0.0)", |
| org.eclipse.ui;bundle-version="[3.105.0,4.0.0)", |
| org.eclipse.jface.text;bundle-version="[3.8.0,4.0.0)", |
| org.w3c.css.sac;bundle-version="[1.3.0,2.0.0)", |
| org.junit;bundle-version="4.11.0" |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| Bundle-Localization: plugin |
| Bundle-ClassPath: . |
| Export-Package: org.eclipse.vex.ui.internal.config.tests;x-internal:=true, |
| org.eclipse.vex.ui.internal.contenttype.tests;x-internal:=true, |
| org.eclipse.vex.ui.internal.editor.tests;x-internal:=true, |
| org.eclipse.vex.ui.internal.namespace.tests;x-internal:=true, |
| org.eclipse.vex.ui.internal.outline.tests;x-internal:=true, |
| tests.resources |