blob: 6ce3af6c9ecb7f33c6afd22ddcb0b0c8fd3abd1f [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.xpath.core; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.wst.xml.xpath.core;uses:="org.osgi.framework,org.eclipse.core.runtime",
org.eclipse.wst.xml.xpath.core.util;
uses:="org.apache.xml.utils,
org.w3c.dom.traversal,
org.apache.xpath.objects,
org.w3c.dom,
org.apache.xpath.compiler"
Require-Bundle: org.eclipse.core.runtime.compatibility;bundle-version="[3.2.0,4.0.0)",
org.apache.xalan;bundle-version="[2.7.1,2.8.0)",
org.eclipse.wst.xml.xpath2.processor;bundle-version="[1.0.0,2.0.0)"