*UNDO* [371693] Features in WTP Common Tools should require other features instead of include
diff --git a/features/org.eclipse.wst.common_ui.feature/feature.xml b/features/org.eclipse.wst.common_ui.feature/feature.xml
index d666ed3..b93ba0f 100644
--- a/features/org.eclipse.wst.common_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.common_ui.feature/feature.xml
@@ -19,9 +19,9 @@
       %license
    </license>
 
-   <requires>
-      <import feature="org.eclipse.wst.common_core.feature" version="3.4.0"/>
-   </requires>
+   <includes
+         id="org.eclipse.wst.common_core.feature"
+         version="0.0.0"/>
 
    <plugin
          id="org.eclipse.wst.common.frameworks.ui"