Temporarily remove xtext feature from build to release 0.7.2

The xtext feature is not yet part of the official release.

Change-Id: Ie515a16bc2336373dc49e2e5fbee737646b5e1c1
Signed-off-by: Ernesto Posse <eposse@gmail.com>
diff --git a/releng/codegen/pom.xml b/releng/codegen/pom.xml
index 41c6a0f..b355d65 100644
--- a/releng/codegen/pom.xml
+++ b/releng/codegen/pom.xml
@@ -12,7 +12,7 @@
 		<module>site</module>
 		<module>../../features/codegen/org.eclipse.papyrusrt.codegen-feature</module>
 		<module>../../features/runtime/org.eclipse.papyrusrt.rts-feature</module>
-		<module>../../features/xtext/org.eclipse.papyrusrt.xtumlrt.xtext.feature</module>
+<!-- 		<module>../../features/xtext/org.eclipse.papyrusrt.xtumlrt.xtext.feature</module> -->
 		<module>../../plugins/umlrt/codegen/org.eclipse.papyrusrt.codegen</module>
 		<module>../../plugins/umlrt/codegen/org.eclipse.papyrusrt.codegen.cpp</module>
 		<module>../../plugins/umlrt/codegen/org.eclipse.papyrusrt.codegen.cpp.profile</module>
@@ -30,9 +30,9 @@
 		<module>../../plugins/umlrt/modellib/org.eclipse.papyrusrt.rts</module>
 		<module>../../plugins/xtumlrt/metamodel/org.eclipse.papyrusrt.xtumlrt.common.model</module>
 		<module>../../plugins/xtumlrt/metamodel/org.eclipse.papyrusrt.xtumlrt.umlrt.model</module>
-		<module>../../plugins/xtumlrt/xtext/org.eclipse.papyrusrt.xtumlrt.xtext</module>
-		<module>../../plugins/xtumlrt/xtext/org.eclipse.papyrusrt.xtumlrt.xtext.ui</module>
-		<module>../../plugins/xtumlrt/xtext/org.eclipse.papyrusrt.xtumlrt.xtext.codegen.ui</module>
+<!-- 		<module>../../plugins/xtumlrt/xtext/org.eclipse.papyrusrt.xtumlrt.xtext</module> -->
+<!-- 		<module>../../plugins/xtumlrt/xtext/org.eclipse.papyrusrt.xtumlrt.xtext.ui</module> -->
+<!-- 		<module>../../plugins/xtumlrt/xtext/org.eclipse.papyrusrt.xtumlrt.xtext.codegen.ui</module> -->
 		<module>../../tests/junit/umlrt/codegen/org.eclipse.papyrusrt.codegen.cpp.test</module>
 		<module>../../tests/junit/umlrt/codegen/org.eclipse.papyrusrt.codegen.lang.test</module>
 		<module>../../tests/junit/umlrt/codegen/org.eclipse.papyrusrt.codegen.lang.cpp.test</module>
diff --git a/releng/codegen/site/category.xml b/releng/codegen/site/category.xml
index c96d7a9..34c6075 100644
--- a/releng/codegen/site/category.xml
+++ b/releng/codegen/site/category.xml
@@ -6,9 +6,6 @@
    <feature url="features/org.eclipse.papyrusrt.rts-feature_0.7.2.qualifier.jar" id="org.eclipse.papyrusrt.rts-feature" version="0.7.2.qualifier">
       <category name="org.eclipse.papyrusrt.main"/>
    </feature>
-   <feature url="features/org.eclipse.papyrusrt.xtumlrt.xtext.feature_0.7.2.qualifier.jar" id="org.eclipse.papyrusrt.xtumlrt.xtext.feature" version="0.7.2.qualifier">
-      <category name="org.eclipse.papyrusrt.main"/>
-   </feature>
    <category-def name="org.eclipse.papyrusrt.main" label="PapyrusRT">
       <description>
          The PapyrusRT code generator, runtime system and textual syntax support.