| Manifest-Version: 1.0 | 
 | Bundle-ManifestVersion: 2 | 
 | Bundle-Name: %pluginName | 
 | Bundle-SymbolicName: org.eclipse.vex.ui.tests;singleton:=true | 
 | Bundle-Version: 1.0.0.qualifier | 
 | Bundle-Vendor: %providerName | 
 | Require-Bundle: org.eclipse.ui, | 
 |  org.eclipse.core.runtime, | 
 |  org.eclipse.core.resources, | 
 |  org.eclipse.vex.ui;bundle-version="0.5.0", | 
 |  org.junit;bundle-version="3.8.1", | 
 |  org.eclipse.jface.text;bundle-version="3.0.0" | 
 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 | 
 | Export-Package: org.eclipse.wst.xml.vex.ui.internal.config.tests;x-internal:=true, | 
 |  org.eclipse.wst.xml.vex.ui.internal.editor.tests;x-internal:=true, | 
 |  org.eclipse.wst.xml.vex.ui.internal.tests;x-internal:=true, | 
 |  org.eclipse.wst.xml.vex.ui.tests | 
 | Bundle-Localization: plugin | 
 | Bundle-ClassPath: . |