[119623] WST and JST features have incorrect <requires> list
diff --git a/features/org.eclipse.wst.xml_core.feature/feature.xml b/features/org.eclipse.wst.xml_core.feature/feature.xml
index ae35b8a..487684c 100644
--- a/features/org.eclipse.wst.xml_core.feature/feature.xml
+++ b/features/org.eclipse.wst.xml_core.feature/feature.xml
@@ -8,18 +8,19 @@
       %description
    </description>
 
-
-
    <license url="license.html">
       %license
    </license>
 
-
    <requires>
-      <import feature="org.apache.xerces.feature" version="2.7.0"/>
+      <import feature="org.apache.xerces.feature" version="2.7.0" match="equivalent"/>
+      <import feature="org.eclipse.rcp" version="3.1.1" match="equivalent"/>
+      <import feature="org.eclipse.platform" version="3.1.1" match="equivalent"/>
+      <import feature="org.eclipse.emf" version="2.1.1" match="equivalent"/>
+      <import feature="org.eclipse.wst.common_core.feature" version="1.0.0" match="equivalent"/>
+      <import feature="org.eclipse.xsd" version="2.1.1" match="equivalent"/>
    </requires>
 
-
    <plugin
          id="org.eclipse.wst.xml.core"
          download-size="0"