Removed incubation section
diff --git a/index.php b/index.php
index d0cda40..1d3e32e 100644
--- a/index.php
+++ b/index.php
@@ -14,32 +14,12 @@
 </div>
 
 <div id="rightcolumn">
-	<div class="sideitem">
-	   <h6>Incubation</h6>
-	   <p>Some components are currently in their <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">Validation (Incubation) Phase</a>.</p> 
-	   <div align="center"><a href="http://www.eclipse.org/projects/what-is-incubation.php"><img 
-	        align="center" src="http://www.eclipse.org/images/egg-incubation.png" 
-	        border="0" /></a></div>
-	</div>
+	
 
 	<div class="sideitem">
-		<h6>News</h6>
-		<?php getNews(4, "whatsnew", file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/modeling/tmf/news/news.xml")); ?>
+		<h6><a href="https://hudson.eclipse.org/xtext/view/Xtext-Xtend/job/xtext-xtend/rssAll"><img style="float:right" alt="Build Feeds" src="/modeling/images/rss-atom10.gif"/></a>
 		<ul>
-			<li><a href="/modeling/tmf/news-whatsnew.php">Older news</a></li>
-		</ul>
-	</div>
-
-	<div class="sideitem">
-		<h6><a href="/modeling/tmf/feeds/"><img style="float:right" alt="Build Feeds" src="/modeling/images/rss-atom10.gif"/></a>
-		<?php 
-		$tmp = array_flip($projects);
-		print ($tmp && isset($tmp[$proj]) && $tmp[$proj] ? $tmp[$proj] . " " : "");
-		?>
-		Build News</h6>
-		<?php build_news($cvsprojs, $cvscoms, $proj); ?>
-		<ul>
-			<li><a href="/modeling/tmf/news-whatsnew.php#build">Other build news</a></li>
+			<li><a href="https://hudson.eclipse.org/xtext/view/Xtext-Xtend/job/xtext-xtend/rssAll">Hudson build feed</a></li>
 		</ul>
 	</div>
 
@@ -56,7 +36,6 @@
 		<ul>
 			<li><a href="http://www.eclipse.org/modeling/">Eclipse Modeling</a></li>
 			<li>Web: <a href="http://www.eclipse.org/emf/">EMF</a>, 
-			<a href="http://www.eclipse.org/modeling/gmf/">GMF</a>, 
 			<a href="http://www.eclipse.org/modeling/m2t/">M2T</a></li>
 			<li>Wiki: <a href="http://wiki.eclipse.org/index.php/Category:EMF">EMF</a>, 
 			<a href="http://wiki.eclipse.org/index.php/Category:GMF">GMF</a>,
@@ -71,7 +50,7 @@
 ob_end_clean();
 
 $pageTitle = "Eclipse Modeling - TMF - Home";
-$pageKeywords = "Xtext TCS Textual Modeling Domain-specific language DSL"; // TODO: add something here
+$pageKeywords = "Xtext Textual Modeling Domain-specific language DSL"; // TODO: add something here
 $pageAuthor = "Sven Efftinge, Nick Boldt";
 
 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/modeling/includes/index.css"/>' . "\n");
diff --git a/xtext/index.php b/xtext/index.php
index f4e9b66..9fd9096 100644
--- a/xtext/index.php
+++ b/xtext/index.php
@@ -2,7 +2,7 @@
 	header('Location: http://wiki.eclipse.org/xtext');
 	exit();
 
- 																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+ 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
 
 	#*****************************************************************************
 	#