Fix HTTP 500 error

Signed-off-by: Denis Roy <denis.roy@eclipse-foundation.org>
diff --git a/_projectCommon.php b/_projectCommon.php
index 9a2b7e0..4f3b8af 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -6,12 +6,6 @@
 	# Optional: defaults to system theme 
 	$theme = "solstice";
 	
-    # see http://www.eclipse.org/projects/dev_process/project-status-infrastructure/left-menu.php
-    require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");
-    $projectInfo = new ProjectInfo("technology.packaging");
-    $projectInfo->generate_common_nav( $Nav );
-
-
 	# 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