*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index f2063c2..2c3763e 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -4,26 +4,13 @@
 	# See the Committer Tools "How Do I" for list of themes
 	# https://dev.eclipse.org/committers/
 	# Optional: defaults to system theme 
-	$theme = "";
+	$theme = "Miasma";
 
-	$Nav->setLinkList(null);
+	# $Nav->setLinkList(null);
 
 	# 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
-	# Adding JWT specific menus :
-	$Nav->addNavSeparator("		Getting started", 	"/jwt/index.php");
-	$Nav->addCustomNav("		About JWT", 		"/jwt/about.php", "_self", 2);
-	$Nav->addCustomNav("		FAQ", 				"http://wiki.eclipse.org/JWT_FAQ", "_self", 2);
-	$Nav->addCustomNav("		Wiki", 				"http://wiki.eclipse.org/index.php/Java_Workflow_Toolbox_Project", "_self", 2);
-	$Nav->addNavSeparator("		Downloads",			"/jwt/index.php");
-	$Nav->addCustomNav("		All Downloads", 	"http://wiki.eclipse.org/JWT_Downloads", "_self", 2);
-	$Nav->addCustomNav("		Source Code", 		"http://wiki.eclipse.org/JWT_CVS", "_self", 2);
-	$Nav->addNavSeparator("		Development", 		"/jwt/index.php");
-	$Nav->addCustomNav("		Team/Committers", 	"/jwt/team.php", "_self", 2);
-	$Nav->addCustomNav("		Newsgroup", 		"http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt", "_self", 2);
-	$Nav->addCustomNav("		Mailing list", 		"https://dev.eclipse.org/mailman/listinfo/jwt-dev", "_self", 2);
-	$Nav->addCustomNav("		CVS Repository", 	"http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jwt/?root=Technology_Project", "_self", 2);
 
 
 ?>