[xpand] is not incubating
diff --git a/_projectCommon.php b/_projectCommon.php
index f76937b..8d61ca2 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -37,7 +37,6 @@
 	"org.eclipse.m2t" => array (
 		"jet" => "org.eclipse.jet",
 		"acceleo" => "org.eclipse.acceleo",
-		"xpand" => "org.eclipse.xpand",
 		"m2tcore" => "org.eclipse.m2t.core",
 		"m2tshared" => "org.eclipse.m2t.shared"
 		/* add more here */
@@ -58,7 +57,7 @@
 $nodownloads = array("m2tcore","m2tshared"); //components with only information, no downloads, or no builds available yet, "projectkey"
 $nonewsgroup = array("jet","acceleo","xpand","m2tcore","m2tshared"); //components without newsgroup
 $nomailinglist = array("jet","acceleo","xpand","m2tcore","m2tshared"); //components without mailinglist
-$incubating = array("jet","acceleo","xpand","m2tcore","m2tshared"); // components which are still incubating
+$incubating = array("jet","acceleo","m2tcore","m2tshared"); // components which are still incubating
 $nomenclature = "Component"; //are we dealing with "components" or "projects"?
 
 include_once $_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/scripts.php";