*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index c941a20..cc7b7e1 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -2,24 +2,9 @@
 
 $Nav->setLinkList(null);
 
-$PR = "dash";
-$projectName = "Dash";
-
 $pageAuthor = isset($pageAuthor) ? $pageAuthor : "";
 $pageKeywords = isset($pageKeywords) ? $pageKeywords : "";
 
-$isBuildServer = (preg_match("/^(emft|build)\.eclipse\.org$/", $_SERVER["SERVER_NAME"]));
-$isBuildDotEclipseServer = $_SERVER["SERVER_NAME"] == "build.eclipse.org";
-$isWWWserver = (preg_match("/^(?:www.|)eclipse.org$/", $_SERVER["SERVER_NAME"]));
-$isEclipseCluster = (preg_match("/^(?:www.||download.|download1.|build.)eclipse.org$/", $_SERVER["SERVER_NAME"]));
-$debug = (isset ($_GET["debug"]) && preg_match("/^\d+$/", $_GET["debug"]) ? $_GET["debug"] : -1);
-$writableRoot = ($isBuildServer ? $_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/" : "/home/data/httpd/writable/www.eclipse.org/");
-$writableBuildRoot = $isBuildDotEclipseServer ? "/opt/public/modeling" : "/home/www-data";
-
-$rooturl = "http://" . $_SERVER["HTTP_HOST"] . "/$PR";
-$downurl = ($isBuildServer ? "" : "http://www.eclipse.org");
-$bugurl = "https://bugs.eclipse.org";
-
 if (isset ($_GET["skin"]) && preg_match("/^(Blue|EclipseStandard|Industrial|Lazarus|Miasma|Modern|OldStyle|Phoenix|PhoenixTest|PlainText)$/", $_GET["skin"], $regs))
 {
 	$theme = $regs[1];
@@ -29,33 +14,6 @@
 	$theme = "Lazarus";
 }
 
-$projects = array(
-	$projectName => $PR,
-);
-$proj = "/" . $PR;
-$projct = $PR;
-include_once $_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/scripts.php";
 $Nav->addCustomNav("About This Project", "/projects/project_summary.php?projectid=technology.dash", "", 1);
-$Nav->addNavSeparator($projectName, "$rooturl/");
-$subs = array("Eclipse Monkey" => "http://wiki.eclipse.org/Eclipse_Monkey_Overview", "Commits Explorer" => "http://wiki.eclipse.org/Commits_Explorer", "Ganymatic" => "http://wiki.eclipse.org/Ganymede/Build");
-foreach ($subs as $l => $z) $Nav->addCustomNav($l, "$z", "_self", 2);
-
-$Nav->addNavSeparator("Downloads", "http://www.eclipse.org/dash/monkey-help.php?key=installing");
-$Nav->addCustomNav("Update Manager", "http://download.eclipse.org/technology/dash/update/", "_self", 2);
-
-$Nav->addNavSeparator("Documentation", "http://wiki.eclipse.org/Dash");
-$Nav->addCustomNav("Getting Started", "http://www.eclipse.org/dash/monkey-help.php?key=installing", "_self", 2);
-$Nav->addCustomNav("Plan", "http://wiki.eclipse.org/Dash#Project_Planning", "_self", 2);
-$Nav->addCustomNav("New & Noteworthy", 	"/dash/doc/new.php", 	"_self", 2);
-$Nav->addCustomNav("Search CVS", $rooturl . "/searchcvs.php?q=file%3A+org.eclipse." . strtolower($projectName) . "%2F" . "+days%3A+7", "_self", 2);
-
-$Nav->addNavSeparator("Community", "http://wiki.eclipse.org/Dash");
-$Nav->addCustomNav("Wiki",		"http://wiki.eclipse.org/Dash", "_self", 2);
-$Nav->addCustomNav("Newsgroup Search", "http://www.eclipse.org/search/search.cgi?cmd=Search%21&form=extended&wf=574a74&ps=10&m=all&t=5&ul=%2Fnewslists%2Fnews.eclipse.technology.dash&wm=wrd&t=News&t=Mail", "_self", 2);
-$collist = "%26query_format%3Dadvanced&column_changeddate=on&column_bug_severity=on&column_priority=on&column_rep_platform=on&column_bug_status=on&column_product=on&column_component=on&column_version=on&column_target_milestone=on&column_short_short_desc=on&splitheader=0";
-$Nav->addCustomNav("Open Bugs", "$bugurl/bugs/colchange.cgi?rememberedquery=product%3D" . $projectName . "%26bug_status%3DNEW%26bug_status%3DASSIGNED%26bug_status%3DREOPENED%26order%3Dbugs.bug_status%2Cbugs.target_milestone%2Cbugs.bug_id" . $collist, "_self", 2);
-$Nav->addCustomNav("Submit A Bug", "$bugurl/bugs/enter_bug.cgi?product=" . $projectName, "_self", 2);
-
-$Nav->addCustomNav("Contributors", "http://www.eclipse.org/dash/team.php", "_self", 2);
 
 ?>
diff --git a/_sideCommon.php b/_sideCommon.php
deleted file mode 100644
index d17bd24..0000000
--- a/_sideCommon.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-    $commonside = <<<EOHTML
-	<div class="sideitem">
-		<h6>Releases</h6>
-		<font size=1>
-			<a href="doc/new.php">Eclipse Monkey 0.10</a>
-			<span class="dates">(March 28)</span>
-			<!--<br><i>Eclipse Monkey 0.9 (Feb 12)</i>-->
-		</font>
-	</div> 
-EOHTML
-
-?>
\ No newline at end of file
diff --git a/doc/images/multiple_language_extensibility.png b/doc/images/multiple_language_extensibility.png
deleted file mode 100644
index 1491468..0000000
--- a/doc/images/multiple_language_extensibility.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/new_icon.png b/doc/images/new_icon.png
deleted file mode 100644
index 0d23878..0000000
--- a/doc/images/new_icon.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/new_view_icons.png b/doc/images/new_view_icons.png
deleted file mode 100644
index ce86800..0000000
--- a/doc/images/new_view_icons.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/script_view_startup.png b/doc/images/script_view_startup.png
deleted file mode 100644
index 8f983da..0000000
--- a/doc/images/script_view_startup.png
+++ /dev/null
Binary files differ
diff --git a/doc/images/web_based_views.png b/doc/images/web_based_views.png
deleted file mode 100644
index 6d83d22..0000000
--- a/doc/images/web_based_views.png
+++ /dev/null
Binary files differ
diff --git a/doc/new.html b/doc/new.html
deleted file mode 100644
index 6548a14..0000000
--- a/doc/new.html
+++ /dev/null
@@ -1,121 +0,0 @@
-<html>
-<body bgcolor="FFFFFF">
-
-<!--
-<table border="1" style="border-collapse: collapse" width="100%" id="table128" cellpadding="4" bordercolor="#FFFFFF">
-	<tr>
-		<td bgcolor="#595791" width="7%" align="center"><b>
-		<font color="#FFFFFF" size="1">Release</font></b></td>
-		<td bgcolor="#595791" width="5%" align="center"><b>
-		<font color="#FFFFFF" size="1">Resolved 
-		</font></b></td>
-		<td bgcolor="#595791" width="*" align="center"><b>
-		<font color="#FFFFFF" size="1">Community Contributions</font></b></td>
-	</tr>
-	<tr>
-		<td bgcolor="#E0D0E6"><font size="1">2.0M2<br>
-		<i>Mar. 30</i></font></td>
-		<td bgcolor="#E0D0E6" align="center">
-		<a href="bugzilla">
-		<font size="1">232</font><br><font size="1">bugs</font></a></td>
-		<td bgcolor="#E0D0E6"></font></td>
-	</tr>
-</table>
--->
-
-<!--<p><b>Also see the New &amp; Noteworthy for: 
-<a href="http://eclipse.org/mylar/doc/new-1.0.html">Mylar 0.6-1.0</a></b></p>-->
-
-<h2>New Items in 1.0</h2>
-
-<table cellpadding="10" cellspacing="0" id="table326">
-	<tr>
-		<td align="left" valign="top" width="100" bgcolor=#E0D0E6>
-		<p align="right"><b>Multiple-language Extensibility Update</b></p>
-		</td>
-		<td valign="top" width="*">We've adjusted the API to correctly support mutliple langauges. This should be stable now as
-		part of our 1.0.0 designation.
-		</td>
-	</tr>
-	<tr>
-		<td colspan="2">
-		<hr>
-		</td>
-	</tr>
-</table>
-
-<h2>New Items in 0.10</h2>
-
-<table cellpadding="10" cellspacing="0" id="table326">
-	<tr>
-		<td align="left" valign="top" width="100" bgcolor=#E0D0E6>
-		<p align="right"><b>Multiple-language Extensibility</b></p>
-		</td>
-		<td valign="top" width="*">Eclipse Monkey now contains an
-		infrastructure for supporting multiple runtimes. While JavaScript is
-		the default language, developers can add support for others via
-		extension points.
-		<p><img src="images/multiple_language_extensibility.png">
-		</td>
-	</tr>
-	<tr>
-		<td colspan="2">
-		<hr>
-		</td>
-	</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table332">
-	<tr>
-		<td align="left" valign="top" width="100" bgcolor="#FAF7FB">
-		<p align="right"><b>New Icons</b></p>
-		</td>
-		<td valign="top" width="*">Icons have been upgraded and changed with a new look.
-		<p><img src="images/new_icon.png">
-		<p><img src="images/new_view_icons.png">
-		</td>
-	</tr>
-	<tr>
-		<td colspan="2">
-		<hr>
-		</td>
-	</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table324">
-	<tr>
-		<td align="left" valign="top" width="100" bgcolor="#E0D0E6">
-		<p align="right"><b>Load Scripts From Plugins</b></p>
-		</td>
-		<td valign="top" width="*">Plugins may now specify folders of scripts to load into the default listing of scripts available to the user.
-		<p><img src="images/script_view_startup.png">
-		</td>
-	</tr>
-	<tr>
-		<td colspan="2">
-		<hr>
-		</td>
-	</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0"
-	id="table316">
-	<tr>
-		<td align="left" valign="top" width="100" bgcolor="#FAF7FB">
-		<p align="right"><b>Web-Based Views</b></p>
-		</td>
-		<td valign="top" width="*">Users can now create web-based views with two-way communication between the browser and Java.
-		<p><img src="images/web_based_views.png">
-		</td>
-	</tr>
-	<tr>
-		<td colspan="2">
-		<hr>
-		</td>
-	</tr>
-</table>
-
-<p>&nbsp;</p>
-
-</body>
-</html>
diff --git a/doc/new.php b/doc/new.php
deleted file mode 100644
index 6024f86..0000000
--- a/doc/new.php
+++ /dev/null
@@ -1,40 +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());    # All on the same line to unclutter the user's desktop'
-
-	#*****************************************************************************
-	#
-	#****************************************************************************
-	
-	#
-	$pageTitle 		= "Eclipse Monkey New & Noteworthy";
-	$pageKeywords	= "Eclipse Monkey, Eclipse";
-	$pageAuthor		= "Ingo Muschenetz";
-	
-	$filename = $_SERVER['DOCUMENT_ROOT'] . "/dash/doc/new.html";
-    $dataFile = fopen( $filename, "r" ) ;
-    if ( $dataFile )  {
-    	while (!feof($dataFile))   {
-        	$contents .= fgets($dataFile, 4096);
-    	}
-    	fclose($dataFile);
-    } else  {
-    	die( "fopen failed for $filename" ) ;
-    }
-
-	# Paste your HTML content between the EOHTML markers!	
-	
-	include("_sideCommon.php");
-		
-	$html = <<<EOHTML
-
-<div id="midcolumn" style="width:92%">
-     $contents
-</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/index.php b/index.php
index 9cde7d5..158e6b5 100644
--- a/index.php
+++ b/index.php
Binary files differ
diff --git a/newsgroup b/newsgroup
deleted file mode 100644
index 895f5fe..0000000
--- a/newsgroup
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.technology.dash::A place for discussion of the dash project
-eclipse.platform.dev::Talk about the eclipse platform development here
\ No newline at end of file
diff --git a/project-info/executive-summary.html b/project-info/executive-summary.html
deleted file mode 100644
index 820b25a..0000000
--- a/project-info/executive-summary.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<p>Project Dash was founded in December, 2005.</p>
-<p>
-Current work includes an update to the project dashboards based on simplified (and documented)
-meta-data files maintained by each Eclipse projects' leadership. We have also completed the first public
-distribution of Eclipse Monkey.
-</p>
\ No newline at end of file
diff --git a/project-info/home-page-one-liner.html b/project-info/home-page-one-liner.html
deleted file mode 100644
index c25d1bf..0000000
--- a/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Tools for Committers (Dash)
\ No newline at end of file
diff --git a/project-info/maillist b/project-info/maillist
deleted file mode 100644
index b3c63a9..0000000
--- a/project-info/maillist
+++ /dev/null
@@ -1,3 +0,0 @@
-::dash-dev::Project Dash is a place where the community itself can collaborate on tools for community 
-awareness and collaboration in support of our ultimate objective of committer quality and 
-cooperation.
\ No newline at end of file
diff --git a/project-info/newsgroup b/project-info/newsgroup
deleted file mode 100644
index 719d3cd..0000000
--- a/project-info/newsgroup
+++ /dev/null
@@ -1,3 +0,0 @@
-::eclipse.technology.dash::Project Dash is a place where the community itself can collaborate on tools for community 
-awareness and collaboration in support of our ultimate objective of committer quality and 
-cooperation.
\ No newline at end of file
diff --git a/project-info/plan.xml b/project-info/plan.xml
deleted file mode 100644
index 859d591..0000000
--- a/project-info/plan.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<?xml-stylesheet type="text/xsl" href="http://www.eclipse.org/projects/project-plan.xsl"?>
-<plan plan-format="1.0">
-  <release projectid="technology.dash" version="1.0"/>
-    <introduction><![CDATA[
-    The Dash project has three separate sub-projects. Currently, none of the sub-projects are
-    on track to do a release. Thus this plan document is not a plan for any of the projects,
-    rather it is a file for testing <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=215301">bug 215301</a>.
-    ]]>
-  </introduction>
-  <release_deliverables><![CDATA[
-    The Dash project has one sub-project that delivers an update site (Eclipse Monkey)
-    and two sub-projects that deliver server software running on eclipse.org servers (Commits Explorer and Ganymatic).
-  ]]></release_deliverables>
-  <release_milestones>
-    <!-- <preamble><![CDATA[
-      
-    ]]></preamble> -->
-    <milestone date="7/1/2008" milestone="M1"><![CDATA[ Project refactoring ]]></milestone>
-    <milestone date="12/1/2008" milestone="M2"><![CDATA[ API Freeze ]]></milestone>
-    <milestone date="6/28/2009" milestone="1.0"/>
-    <!-- <postamble><![CDATA[
-      Some more description of the release milestones.
-    ]]></postamble> -->
-  </release_milestones>
-  <target_environments><![CDATA[
-    Eclipse Monkey operates on top of the Eclipse Platform and thus runs on
-    all the target environments that the Platform itself does.
-    <p>
-    Ganymatic runs on the build.eclipse.org server and requires Java 5.0 and Ant 1.7.
-    <p>
-    Commits Explorer runs on the dash.eclipse.org server and requires a current version
-    of Apache, PHP, Perl, and MySQL.
-  ]]>  <internationalization><![CDATA[
-    Eclipse Monkey will be internationalized via Babel, but
-    the team does not commit to testing any languages.
-    ]]></internationalization>
-  </target_environments>
-  <compatibility_with_previous_releases><![CDATA[
-    This version will be compatible with all previous versions as it will include no additional features.
-  ]]></compatibility_with_previous_releases>
-  <themes_and_priorities>
-    <preamble><![CDATA[
-      The Dash project development is driven by the Requirements Council's set of Themes and Priorities.
-    ]]></preamble>
-    <theme name="Appealing to the Broader Community">
-      <committed></committed>
-      <proposed><![CDATA[
-      We propose to do some work on various important features.
-    ]]></proposed>
-      <deferred bugzilla="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;classification=Technology&amp;product=Dash&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="></deferred>
-    </theme>
-    <theme name="Design for Extensibility">
-    </theme>
-  </themes_and_priorities>
-  <appendix name="Project Refactoring"><![CDATA[
-    <p>The Dash project should be refactored into two separate projects: one for the
-    community-driven Eclipse Monkey plug-in and one for the (mostly) EMO-driven server
-    software.</p>
-  ]]></appendix>  
-</plan>
diff --git a/searchcvs.php b/searchcvs.php
deleted file mode 100644
index 440224a..0000000
--- a/searchcvs.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/searchcvs-common.php");
-?>
diff --git a/site.xml b/site.xml
deleted file mode 100644
index 1730259..0000000
--- a/site.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site url="http://download.eclipse.org/technology/dash/update/">
-   <description url="http://download.eclipse.org/technology/dash/update/">
-      Eclipse&apos;s Dash Project - Tools for Community
-   </description>
-   <feature url="features/org.eclipse.eclipsemonkey_0.1.1.jar" id="org.eclipse.eclipsemonkey" version="0.1.1">
-      <category name="Eclipse Monkey"/>
-   </feature>
-   <feature url="features/org.eclipse.eclipsemonkey_0.1.2.jar" id="org.eclipse.eclipsemonkey" version="0.1.2">
-      <category name="Eclipse Monkey"/>
-   </feature>
-   <feature url="features/org.eclipse.eclipsemonkey_0.1.3.jar" id="org.eclipse.eclipsemonkey" version="0.1.3">
-      <category name="Eclipse Monkey"/>
-   </feature>
-   <feature url="features/org.eclipse.eclipsemonkey_0.1.4.jar" id="org.eclipse.eclipsemonkey" version="0.1.4">
-      <category name="Eclipse Monkey"/>
-   </feature>
-   <feature url="features/org.eclipse.eclipsemonkey_0.1.5.jar" id="org.eclipse.eclipsemonkey" version="0.1.5">
-      <category name="Eclipse Monkey"/>
-   </feature>
-   <category-def name="Eclipse Monkey" label="Eclipse Monkey"/>
-</site>
diff --git a/team.php b/team.php
deleted file mode 100644
index 88d3abf..0000000
--- a/team.php
+++ /dev/null
@@ -1,36 +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());    # All on the same line to unclutter the user's desktop'
-
-	$pageTitle 		= "Project Dash Leaders";
-	$pageKeywords	= "";
-	$pageAuthor		= "";
-	
-	include( $_SERVER['DOCUMENT_ROOT']."/org/foundation/scripts/staff_xml.php" );
-	$leaders_as_html = "";
-	$staff = & get_staff();
-	foreach ($staff as $member) {
-	    if( $member->name == "Ward Cunningham"
-	     || $member->name == "Bjorn Freeman-Benson" ) {
-			$member->to_html($leaders_as_html);
-		}
-	}
-	
-	
-	$staff = get_staff_as_html();
-	
-	# Paste your HTML content between the EOHTML markers!	
-	$html = <<<EOHTML
-
-	<div id="midcolumn">
-		<div class="homeitem3col">
-			<h3>Project Dash Leaders</h3>
-			<ul class="midlist">
-			$leaders_as_html
-			</ul>
-		</div>
-	</div>
-
-EOHTML;
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>