updates for move to technology
diff --git a/_projectCommon.php b/_projectCommon.php
index 11991dc..04437b9 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -89,23 +89,18 @@
 	# Define your project-wide Nav bars here.
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
 	# these are optional
-	#$Nav->addNavSeparator("Target Management", 	"/dsdp/tm/index.php");
-	#$Nav->addCustomNav("About", 		"/dsdp/tm/about.php", 	 "_self", 2);
-	#$Nav->addCustomNav("Downloads", 	"/dsdp/tm/downloads.php", "_self", 2);
-	#$Nav->addCustomNav("Getting Started", "/dsdp/tm/tutorial/index.php",  "_self", 2);
-	#$Nav->addCustomNav("Development", 	"/dsdp/tm/development/index.php", "_self", 2);
 
 	$Nav->setLinkList(array());
 	$branding = <<<EOBRANDING
 <div id="branding">
-<h1><a href="http://eclipse.org/dsdp/rtsc/">Real-Time Software Components (RTSC)</a></h1>
+<h1><a href="http://www.eclipse.org/rtsc/">Real-Time Software Components (RTSC)</a></h1>
 </div>
 EOBRANDING;
 
 	$Menu->setProjectBranding($branding);
 	
 	$Nav->addNavSeparator("RTSC", 	"/dsdp/rtsc");
-	$Nav->addCustomNav("About This Project", "http://www.eclipse.org/projects/project_summary.php?projectid=dsdp.rtsc", "_self", 1);
+	$Nav->addCustomNav("About This Project", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.rtsc", "_self", 1);
 	$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/DSDP/RTSC", "_self", 2); 
 	$Nav->addCustomNav("Mailing List", "https://dev.eclipse.org/mailman/listinfo/dsdp-rtsc-dev", "_self", 2);
 
@@ -114,20 +109,13 @@
 	$Nav->addCustomNav("RTSC-Pedia", "http://rtsc.eclipse.org/docs", "_self", 2);
 
 	$Nav->addNavSeparator("Users", "", "_self", 2);
-	$Nav->addCustomNav("View Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=RTSC&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit", "_self", 2);
+	$Nav->addCustomNav("View Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=Technology&product=RTSC&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit", "_self", 2);
 	$Nav->addCustomNav("Submit a New Bug", "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=RTSC&version=unspecified&component=Core&rep_platform=All&op_sys=All", "_self", 2);
 	$Nav->addCustomNav("Request a Feature", "https://bugs.eclipse.org/bugs/enter_bug.cgi?bug_severity=enhancement&component=Core&product=RTSC", "_self", 2);
 
 	$Nav->addNavSeparator("Team", "", "_self", 2);
 	$Nav->addCustomNav("SVN Repository", "http://dev.eclipse.org/viewcvs/index.cgi/?root=DSDP_RTSC",	"_self", 2);
-	$Nav->addCustomNav("Automated IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=dsdp.rtsc",	"_self", 2);
-	#$Nav->addCustomNav("Downloads", "http://download.eclipse.org/dsdp/tm/downloads/index.php", "_self", 2);
-
-	#$Nav->addCustomNav("Search CVS", "/$PR/searchcvs.php?q=file%3A+org.eclipse.tm%25%2F" . "+days%3A+7", "_self", 2);
-
-	#$collist = "%26query_format%3Dadvanced&amp;column_changeddate=on&amp;column_bug_severity=on&amp;column_priority=on&amp;column_rep_platform=on&amp;column_bug_status=on&amp;column_product=on&amp;column_component=on&amp;column_version=on&amp;column_target_milestone=on&amp;column_short_short_desc=on&amp;splitheader=0";
-	#$Nav->addCustomNav("Open Bugs", "$bugurl/bugs/colchange.cgi?rememberedquery=product%3D" . $projectName . (isset ($bugcoms[$proj]) ? "%26component=$bugcoms[$proj]" : "") . "%26bug_status%3DNEW%26bug_status%3DASSIGNED%26bug_status%3DREOPENED%26order%3Dbugs.bug_status%2Cbugs.target_milestone%2Cbugs.bug_id" . $collist, "_self", 2);
-
-#$App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/dsdp/includes/common.css\"/>\n");
+	$Nav->addCustomNav("Automated IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=technology.rtsc",	"_self", 2);
+	#$Nav->addCustomNav("Downloads", "http://download.eclipse.org/rtsc/downloads/index.php", "_self", 2);
 unset ($bugcoms);
 ?>