|  | Manifest-Version: 1.0 | 
|  | Bundle-ManifestVersion: 2 | 
|  | Bundle-Name: %Bundle-Name | 
|  | Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor.tests;singleton:=true | 
|  | Bundle-Version: 2.0.0.qualifier | 
|  | Bundle-Vendor: %Bundle-Vendor | 
|  | Bundle-RequiredExecutionEnvironment: J2SE-1.5 | 
|  | Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)", | 
|  | org.eclipse.wst.xml.xpath2.processor;bundle-version="[2.0,3.0.0)", | 
|  | org.eclipse.wst.xml.xpath2.wtptypes;bundle-version="[2.0,3.0.0)", | 
|  | org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", | 
|  | org.junit;bundle-version="3.8.2", | 
|  | org.w3c.xqts.testsuite;bundle-version="1.0.2", | 
|  | org.eclipse.wst.xml.core;bundle-version="[1.1.0,2.0.0)", | 
|  | org.eclipse.wst.sse.core;bundle-version="[1.1.0,2.0.0)", | 
|  | org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)" | 
|  | Export-Package: org.custommonkey.xmlunit, | 
|  | org.custommonkey.xmlunit.examples, | 
|  | org.custommonkey.xmlunit.exceptions, | 
|  | org.custommonkey.xmlunit.jaxp13, | 
|  | org.custommonkey.xmlunit.util, | 
|  | org.eclipse.wst.xml.xpath2.processor.test, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite.core, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite.dates, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite.functions, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite.numeric, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite.schema, | 
|  | org.eclipse.wst.xml.xpath2.processor.testsuite.userdefined | 
|  | Bundle-Activator: org.eclipse.wst.xml.xpath2.processor.test.XPath20TestPlugin | 
|  | Bundle-ActivationPolicy: lazy | 
|  | Bundle-ClassPath: ., | 
|  | lib/xmlunit-1.2.jar |