| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor |
| Bundle-Version: 2.1.101.qualifier |
| Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)", |
| java_cup.runtime;bundle-version="0.10.0" |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.wst.xml.xpath2.api, |
| org.eclipse.wst.xml.xpath2.api.typesystem, |
| org.eclipse.wst.xml.xpath2.processor, |
| org.eclipse.wst.xml.xpath2.processor.ast, |
| org.eclipse.wst.xml.xpath2.processor.function, |
| org.eclipse.wst.xml.xpath2.processor.internal;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.ast;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.function;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.types;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.types.builtin;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.types.userdefined;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.types.xerces;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.internal.utils;x-internal:=true, |
| org.eclipse.wst.xml.xpath2.processor.util |
| Bundle-Vendor: %provider |
| Bundle-Localization: plugin |
| Import-Package: com.ibm.icu.lang;version="3.8", |
| com.ibm.icu.text;version="3.8", |
| com.ibm.icu.util;version="3.8" |