no incubating projects
diff --git a/_projectCommon.php b/_projectCommon.php
index ee64862..8a93496 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -51,7 +51,7 @@
 $nodownloads = array(); //components with only information, no downloads, or no builds available yet, "projectkey"
 $nonewsgroup = array(); //components without newsgroup
 $nomailinglist = array(); //components without mailinglist
-$incubating = $projects; // ALL components are incubating
+$incubating =  array(); // ALL components are incubating
 $hasmoved = array(); // components which have moved, and to where
 $nomenclature = "Component"; //are we dealing with "components" or "projects"?
 
@@ -95,7 +95,6 @@
 $Nav->addCustomNav("Javadoc", "$downurl/$PR/javadoc", "_self", 2);
 $Nav->addCustomNav("Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=modeling.tmf", "_self", 2);
 $Nav->addCustomNav("Release Notes", "http://www.eclipse.org/$PR/news/relnotes.php?project=$proj&version=HEAD", "_self", 2);
-$Nav->addCustomNav("Search CVS", "http://www.eclipse.org/$PR/searchcvs.php?q=file%3A+org.eclipse.emf%25%2F" . ($proj?"org.eclipse.emf.".$proj."%2F":"") . "+days%3A+7", "_self", 2);
 
 $Nav->addNavSeparator("Community", "http://wiki.eclipse.org/Modeling_Corner");
 $Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/" . $projectName, "_self", 2);
diff --git a/index.php b/index.php
index 1d3e32e..23982fd 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,7 @@
 	
 
 	<div class="sideitem">
-		<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>
+		<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>Build News</h6>
 		<ul>
 			<li><a href="https://hudson.eclipse.org/xtext/view/Xtext-Xtend/job/xtext-xtend/rssAll">Hudson build feed</a></li>
 		</ul>