blob: 3764434ce4e4cc31671eb84eb1dc1daa4b37067e [file] [log] [blame]
dacarverd0be4e62009-01-29 03:41:17 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
nitind8ee53f82010-05-24 04:21:26 +00003Bundle-Name: %Bundle-Name
dacarver36b34282009-01-30 07:12:58 +00004Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor.tests;singleton:=true
jmollerc99dd942010-07-02 22:29:43 +00005Bundle-Version: 1.1.1
nitind8ee53f82010-05-24 04:21:26 +00006Bundle-Vendor: %Bundle-Vendor
jmollerc2c4f572010-07-05 23:08:16 +00007Bundle-RequiredExecutionEnvironment: J2SE-1.5
dacarver71f3cb22009-02-21 01:17:09 +00008Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
dacarver36b34282009-01-30 07:12:58 +00009 org.eclipse.wst.xml.xpath2.processor;bundle-version="[1.0.0,2.0.0)",
dacarver71f3cb22009-02-21 01:17:09 +000010 org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
jmollerb3322a32010-07-07 23:50:26 +000011 org.junit;bundle-version="3.8.2",
dacarver23c40122009-11-13 23:26:23 +000012 org.w3c.xqts.testsuite;bundle-version="1.0.2",
dacarverc7c271f2009-11-14 01:14:33 +000013 org.eclipse.wst.xml.core;bundle-version="[1.1.0,2.0.0)",
14 org.eclipse.wst.sse.core;bundle-version="[1.1.0,2.0.0)",
15 org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)"
dacarverc14cd362009-05-27 20:27:48 +000016Export-Package: org.custommonkey.xmlunit,
17 org.custommonkey.xmlunit.examples,
18 org.custommonkey.xmlunit.exceptions,
19 org.custommonkey.xmlunit.jaxp13,
20 org.custommonkey.xmlunit.util,
21 org.eclipse.wst.xml.xpath2.processor.test,
dacarver901d37b2009-06-05 01:18:17 +000022 org.eclipse.wst.xml.xpath2.processor.testsuite,
23 org.eclipse.wst.xml.xpath2.processor.testsuite.core,
24 org.eclipse.wst.xml.xpath2.processor.testsuite.dates,
25 org.eclipse.wst.xml.xpath2.processor.testsuite.functions,
dacarver5a68c492009-10-14 18:10:56 +000026 org.eclipse.wst.xml.xpath2.processor.testsuite.numeric,
dacarverf31cccf2009-10-15 04:07:33 +000027 org.eclipse.wst.xml.xpath2.processor.testsuite.schema,
dacarverf9129c52009-10-18 14:19:00 +000028 org.eclipse.wst.xml.xpath2.processor.testsuite.userdefined
dacarver36b34282009-01-30 07:12:58 +000029Bundle-Activator: org.eclipse.wst.xml.xpath2.processor.test.XPath20TestPlugin
dacarver71f3cb22009-02-21 01:17:09 +000030Bundle-ActivationPolicy: lazy
dacarverc14cd362009-05-27 20:27:48 +000031Bundle-ClassPath: .,
32 lib/xmlunit-1.2.jar