Bug 477864 Remove dependency on o.e.c.runtime.compatibility bundle
diff --git a/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF
index d932540..679a0bf 100644
--- a/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xml.xpath.core/META-INF/MANIFEST.MF
@@ -15,8 +15,7 @@
    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)",
+Require-Bundle: org.apache.xalan;bundle-version="[2.7.1,2.8.0)",
  org.eclipse.wst.xml.xpath2.processor;bundle-version="[2.0.0,3.0.0)",
  org.eclipse.wst.xml.core;bundle-version="1.1.0",
  org.eclipse.core.resources;bundle-version="3.5.0",
diff --git a/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF
index 35ce79c..de381dc 100644
--- a/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xml.xpath.ui/META-INF/MANIFEST.MF
@@ -21,8 +21,7 @@
  org.eclipse.core.resources;bundle-version="3.5.0",
  org.apache.xalan;bundle-version="2.7.1",
  org.eclipse.wst.xml.xpath2.processor;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.wst.xml.xpath2.wtptypes;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.core.runtime.compatibility;bundle-version="3.2.0"
+ org.eclipse.wst.xml.xpath2.wtptypes;bundle-version="[2.0.0,3.0.0)"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.eclipse.wst.xml.xpath.ui.internal;x-friends:="org.eclipse.wst.xsl.*",