reordered richtext feature to come before base feature
diff --git a/org.eclipse.epf.product.feature/feature.xml b/org.eclipse.epf.product.feature/feature.xml
index 33ccaec..00f97f2 100644
--- a/org.eclipse.epf.product.feature/feature.xml
+++ b/org.eclipse.epf.product.feature/feature.xml
@@ -24,6 +24,10 @@
          version="0.0.0"/>
 
    <includes
+         id="org.eclipse.epf.richtext.feature"
+         version="0.0.0"/>
+
+   <includes
          id="org.eclipse.epf.base.feature"
          version="0.0.0"/>
 
@@ -39,8 +43,4 @@
          id="org.eclipse.equinox.executable"
          version="0.0.0"/>
 
-   <includes
-         id="org.eclipse.epf.richtext.feature"
-         version="0.0.0"/>
-
 </feature>