[misc] removed some old informations
diff --git a/_projectCommon.php b/_projectCommon.php
index 500dc35..8294c31 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -33,12 +33,7 @@
 
 /* sub-projects/components in cvs for projects/components above (if any) */
 /* "cvsname" => array("shortname" => "cvsname") */
-$cvscoms = array(
-	"org.eclipse.tmf" => array (
-		"xtext" => "org.eclipse.xtext",
-		/* add more here */
-	)
-);
+$cvscoms = array();
 
 $projects = array(
 	"Xtext" => "xtext",
diff --git a/xtext/index.php b/xtext/index.php
index 9fd9096..7f46ac8 100644
--- a/xtext/index.php
+++ b/xtext/index.php
@@ -19,7 +19,7 @@
 	#
 	# Begin: page-specific settings.  Change these. 
 	$pageTitle 		= "Xtext";
-	$pageKeywords	= "DSLs, oAW, Xtext, Eclipse, MDD, MDSD";
+	$pageKeywords	= "DSL, Xtext, Eclipse, Xtend";
 	$pageAuthor		= "Sven Efftinge";
 	
 	# Add page-specific Nav bars here