blob: 321b0a165dfb2c117d094b8c07c700dc0d213e4f [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor
Bundle-Version: 1.1.001.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
java_cup.runtime;bundle-version="0.10.0",
com.ibm.icu;bundle-version="[3.8.0,5.0.0)";resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.wst.xml.xpath2.processor.internal.XPath2Plugin
Export-Package: 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.utils;x-internal:=true
Bundle-Vendor: %provider
Import-Package: com.ibm.icu.text;version="4.0.1"