The project-info.class.php file was removed.

The reference is breaking the website (it returns a "Server error"). The
class doesn't seem to be needed here, so I've just removed (commented
out) the reference. While I'm at it, I've set the theme to NULL so that
the site will just pick up the default theme.

Change-Id: I825b3b230ced2b1878d0f1f2cbfdd2b51017a432
Signed-off-by: Wayne Beaton <wayne.beaton@eclipse-foundation.org>
diff --git a/_projectCommon.php b/_projectCommon.php
index bc9e888..64f2c74 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -3,9 +3,9 @@
 # Set the theme for your project's web pages.
 # See the Committer Tools "How Do I" for list of themes
 # https://dev.eclipse.org/committers/
-$theme = "solstice";
+$theme = NULL;
 
-require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");
+// require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");
 
 #$branding = <<<EOBRANDING
 #<div id="branding">