refinement: Remove manually created contact page
diff --git a/_projectCommon.php b/_projectCommon.php
index 20d531f..fe99542 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -30,7 +30,7 @@
 	$Nav->addNavSeparator("Support", "/osee/support/", "_self", 3);
 	$Nav->addCustomNav("Mailing List", "https://dev.eclipse.org/mailman/listinfo/osee-dev", "_self", 3);
 	$Nav->addCustomNav("Forum", "http://www.eclipse.org/forums/index.php?t=thread&frm_id=68", "_self", 3);
-	$Nav->addCustomNav("Contacts", "/osee/contact/", "_self", 3);
+   $Nav->addCustomNav("Contacts", "https://projects.eclipse.org/projects/technology.osee/who", "_self", 3);
    
    $Nav->addNavSeparator("Getting Involved", "/osee/developers/", "_self", 3);
 	$Nav->addCustomNav("Source Code", "http://git.eclipse.org/c/osee/org.eclipse.osee.git/", "_self", 3);
diff --git a/contact/_index.html b/contact/_index.html
deleted file mode 100644
index 52a439f..0000000
--- a/contact/_index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<h2>Committers</h2>
-<table border="0" width="100%"><tr>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/KenAguilar.jpg"/><br/>Ken Aguilar<br/>Boeing<br/>Framework, Test<br/></td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/RyanBrooks.jpg"/><br/><a href="http://www.eclipsecon.org/2010/index.php?page=presenters/#Ryan_Brooks">Ryan Brooks</a><br/>Boeing<br>OSEE Project Lead<br/>Framework, Define, ATS, Test</td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/DonDunne.jpg"/><br/><a href="http://www.eclipsecon.org/2009/index.php?page=presenters/#Donald_G._Dunne">Don Dunne</a><br/>Boeing<br>OSEE Project Lead<br/>Framework, ATS</td>
-</tr><tr>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/RobertoEscobar.jpg"/><br/><a href="http://www.eclipsecon.org/2009/index.php?page=presenters/#Roberto_Escobar">Robert Escobar</a><br/>Boeing<br/>Framework, Define</td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/AndyFinkbeiner.jpg"/><br/><a href="http://www.eclipsecon.org/2008/index.php?page=presenters/#Andrew_Finkbeiner">Andrew Finkbeiner</a><br/>Boeing<br/>Framework, Test</td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/MikeM_120x120.jpg"/><br/>Michael Masterson<br/>Boeing<br/>Framework, Test</td>
-</tr><tr>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/JeffPhillips.jpg"/><br/><a href="http://www.eclipsecon.org/2008/index.php?page=presenters/#Jeff_Phillips">Jeff Phillips</a><br/>Boeing<br/>Framework, Define</td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/MegumiTelles.jpg"/><br/>Megumi Telles</a><br/>Boeing<br/>Framework, ATS</td>
-</table>
-
-<h2>Contributors</h2>
-<table border="0" width="100%">
-<tr >
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/eclipseface.png"/><br/>Paul Walfogel<br/>Boeing<br/>Define</td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/AndyJury.jpg"/><br/>Andy Jury<br/>Boeing<br/>Test</td>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/TheronVirgin.jpg"/><br/>Theron Virgin<br/>Boeing<br/>Define, Test</td>
-</tr>
-<tr>
-<td width="33%" height="200" align="center" valign="bottom"><img border="0" src="../images/team/eclipseface.png"/><br/>Stephan Eberle<br/>Geensys<br>Define, Framework, Application Dev</td>
-</tr>
-</table>
-
-<h2>Interested Parties</h2>
-<table border="0" width="100%">
-<tr><td colspan="3">Your Name Here</td></tr>
-</table>
diff --git a/contact/_sidePanel.html b/contact/_sidePanel.html
deleted file mode 100644
index 0dd6825..0000000
--- a/contact/_sidePanel.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<h6>Submit Yourself</h6>
-<p>Not on this list? Information wrong or missing? 
- Attach your details and a photo (or URL) to 
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=224930">bug 224930</a>.
-</p>
diff --git a/contact/index.php b/contact/index.php
deleted file mode 100644
index 80981a1..0000000
--- a/contact/index.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php  																														
-   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
-   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
-   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
-   $App 	= new App();
-   $Nav	= new Nav();
-   $Menu = new Menu();
-   include($App->getProjectCommon());
-   
-   #*****************************************************************************
-	
-	$pageTitle 		= "OSEE - Contacts";
-	$pageKeywords	= "OSEE, Open, System, Engineering, Environment, Eclipse, Define, ATS, OTE, Application Framework";
-	
-	#*****************************************************************************
-	
-	$html  = '<div id="midcolumn">';
-	$html .= file_get_contents('_index.html');
-	$html .= '</div>';
-	
-	$html .= '<div id="rightcolumn">';
-	$html .= '<div class="sideitem">';
-	$html .= file_get_contents('_sidePanel.html');
-	$html .= '</div>';
-	$html .= '</div>';
-	
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>