Removes the incubator page
diff --git a/incubator/.project b/incubator/.project
deleted file mode 100644
index 124515d..0000000
--- a/incubator/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>pde-incubator</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/incubator/component-links.html b/incubator/component-links.html
deleted file mode 100644
index 61d1ed9..0000000
--- a/incubator/component-links.html
+++ /dev/null
@@ -1,9 +0,0 @@
-	<div id="rightcolumn">
-		
- <div class="sideitem">
-   <h6>Incubation</h6>
-   <div align="center"><a href="/projects/what-is-incubation.php"><img 
-        align="center" src="/images/egg-incubation.png" 
-        border="0" alt="Incubation" /></a></div>
- </div>
-	</div>
diff --git a/incubator/dependency-visualization/getsource.php b/incubator/dependency-visualization/getsource.php
deleted file mode 100644
index 1d32af1..0000000
--- a/incubator/dependency-visualization/getsource.php
+++ /dev/null
@@ -1,81 +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'
-
-	#*****************************************************************************
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "PDE Incubator Dependency Visualization";
-	$pageKeywords	= "pde, build, ui, plug-in, development, environment, bundle, incubator, visualization, zest";
-	
-	# Add page-specific Nav bars here
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
-	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
-
-	# End: page-specific settings
-	#
-		
-	# Paste your HTML content between the markers!	
-ob_start();
-?>		
-
-	<div id="midcolumn">
-		<h1><A HREF="http://www.eclipse.org/pde/incubator/dependency-visualization/index.php"><?= $pageTitle ?></A></h1>
-		
-	<p class=bar>Accessing The Source Code</p>
-<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
-	<tr>
-      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-      <td width="98%">Select the CVS Perspective.<BR>
-      <IMG SRC="images/selectCVS.jpg"></IMG>
-    </td>
-  </tr>
-  <tr>
-      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-      <td width="98%">Add a repository location by right clicking on the CVS 
-      Repository View and selecting Repository Location from the context menu.<BR>
-      <IMG SRC="images/createRepository.jpg"></IMG>
-    </td>
-  </tr>
-  <tr>
-      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-      <td width="98%">Create a connection profile using the following values:<BR>
-      <ul>
-      <li><B>Host:</B> dev.eclipse.org
-      <li><b>Repository Path:</B> /cvsroot/eclipse
-      <li><b>User:</b>anonymous
-      <li><b>Connection type:</b>pserver
-      </ul>
-      <i>Leave all other values as their defaults.</I>.<BR>
-      <IMG SRC="images/connectionProfile.jpg"></IMG>
-    </td>
-  </tr>
-    <tr>
-      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-      <td width="98%">Select pde-incubator -> visualization -> plugins -> org.eclipse.pde.visualization.dependency.  
-      Right click, and select "Check Out".<BR>
-      <IMG SRC="images/checkout.jpg"></IMG>
-    </td>
-  </tr>
-  </table>
-		
-		
-		
-<p>&nbsp;</p>
-	</div>
-
-<?php
-	include $_SERVER['DOCUMENT_ROOT'] . "/pde/incubator/component-links.html";
-	if (file_exists("dir-links.html")) {include "dir-links.html";}
-?>
-<?php
-	$html = ob_get_contents();
-	ob_end_clean();
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/incubator/dependency-visualization/images/checkout.jpg b/incubator/dependency-visualization/images/checkout.jpg
deleted file mode 100644
index 2446efb..0000000
--- a/incubator/dependency-visualization/images/checkout.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/images/connectionProfile.jpg b/incubator/dependency-visualization/images/connectionProfile.jpg
deleted file mode 100644
index 84bc826..0000000
--- a/incubator/dependency-visualization/images/connectionProfile.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/images/createRepository.jpg b/incubator/dependency-visualization/images/createRepository.jpg
deleted file mode 100644
index d4a9584..0000000
--- a/incubator/dependency-visualization/images/createRepository.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/images/icon-save.gif b/incubator/dependency-visualization/images/icon-save.gif
deleted file mode 100644
index d1966ad..0000000
--- a/incubator/dependency-visualization/images/icon-save.gif
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/images/pde_graph_view.JPG b/incubator/dependency-visualization/images/pde_graph_view.JPG
deleted file mode 100644
index 9a45493..0000000
--- a/incubator/dependency-visualization/images/pde_graph_view.JPG
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/images/selectCVS.jpg b/incubator/dependency-visualization/images/selectCVS.jpg
deleted file mode 100644
index f5df4a2..0000000
--- a/incubator/dependency-visualization/images/selectCVS.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/index.php b/incubator/dependency-visualization/index.php
deleted file mode 100644
index b1d8757..0000000
--- a/incubator/dependency-visualization/index.php
+++ /dev/null
@@ -1,104 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<?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'
-
-    #*****************************************************************************
-    #
-    #
-    #****************************************************************************
-    
-    #
-    # Begin: page-specific settings.  Change these. 
-    $pageTitle      = "PDE Incubator Dependency Visualization";
-    $pageKeywords   = "pde, build, ui, plug-in, development, environment, bundle, incubator, visualization, zest";
-    
-    # Add page-specific Nav bars here
-    # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-    # $Nav->addNavSeparator("My Page Links",    "downloads.php");
-    # $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
-    # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
-
-    # End: page-specific settings
-    #
-        
-    # Paste your HTML content between the markers!  
-ob_start();
-?>
-
-<html>
-    <head>
-        <meta name="generator" content="HTML Tidy, see www.w3.org">
-
-        <title></title>
-    </head>
-
-    <body>
-        <div id="midcolumn">
-            <h1><?= $pageTitle ?>
-            </h1>
-
-            <p class="bar">Overview</p>
-
-            <p>The dependency visualization aims to provide a set
-            of views to assist with plug-in dependency analysis
-            tasks. In particular, the views will provide cognitive
-            support to people as they attempt to understand the
-            dependencies between their plug-ins.<br>
-            <br>
-             This tool is part of the <a href=
-            "http://www.eclipse.org/eclipse/incubator">Eclipse
-            Incubator</a> project. For a complete description of
-            Eclipse incubation please read <a href=
-            "http://www.eclipse.org/projects/what-is-incubation.php">
-            this.</a></p>
-            <img alt="" width="600px" src=
-            "images/pde_graph_view.JPG"> 
-
-            <p class="bar">Bugs and Feature Requests</p>
-            We use the <a href=
-            "https://bugs.eclipse.org/bugs/">Eclipse Bugzilla
-            System</a> for tracking issues with the Plug-in
-            Dependency Visualization Incubator project.<br>
-            <br>
-             Click <a href=
-            "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bpde+viz%5D&classification=Eclipse&product=PDE&component=Incubators&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
-            here</a> for a list of currently opened bugs.<br>
-            <br>
-             
-
-            <p class="bar">M2 Available</p>
-            <a href="new/index.php"> New &amp; Noteworthy</a> (2009-04-13)
-
-			<br><br>
-            <ul>
-                <li>
-                <b>http://download.eclipse.org/eclipse/pde/incubator/visualization/site</b>(Eclipse 3.4 or later)
-                </li>
-            </ul>
-
-			<br>
-			
-            <p class="bar">Accessing Source Code</p>
-            The PDE Dependency Visualization tool is 
-            available in CVS. The tool is built using the <a href=
-            "http://www.eclipse.org/mylar/zest.php">Zest</a>
-            toolkit and <a href=
-            "http://www.eclipse.org/gef/">Draw2D</a>. In order to
-            get the source and build the PDE Dependency
-            Visualization Tool follow the instructions found <a
-            href="getsource.php">here</a>.<br>
-            <br>
-             
-        </div>
-        <?php
-                        include $_SERVER['DOCUMENT_ROOT'] . "/pde/incubator/component-links.html";
-                        if (file_exists("dir-links.html")) {include "dir-links.html";}
-                    ?><?php
-                        $html = ob_get_contents();
-                        ob_end_clean();
-
-                        # Generate the web page
-                        $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-                    ?>
-    </body>
-</html>
-
diff --git a/incubator/dependency-visualization/new/images/dep_analysis.jpg b/incubator/dependency-visualization/new/images/dep_analysis.jpg
deleted file mode 100644
index 0799351..0000000
--- a/incubator/dependency-visualization/new/images/dep_analysis.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/new/images/error_reporting.jpg b/incubator/dependency-visualization/new/images/error_reporting.jpg
deleted file mode 100644
index 85d46af..0000000
--- a/incubator/dependency-visualization/new/images/error_reporting.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/new/images/screenshot.jpg b/incubator/dependency-visualization/new/images/screenshot.jpg
deleted file mode 100644
index 40e11f0..0000000
--- a/incubator/dependency-visualization/new/images/screenshot.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/new/images/search.jpg b/incubator/dependency-visualization/new/images/search.jpg
deleted file mode 100644
index 514f26f..0000000
--- a/incubator/dependency-visualization/new/images/search.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/new/images/version_number.jpg b/incubator/dependency-visualization/new/images/version_number.jpg
deleted file mode 100644
index d7b54f3..0000000
--- a/incubator/dependency-visualization/new/images/version_number.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/new/images/zoom_levels.jpg b/incubator/dependency-visualization/new/images/zoom_levels.jpg
deleted file mode 100644
index a93deef..0000000
--- a/incubator/dependency-visualization/new/images/zoom_levels.jpg
+++ /dev/null
Binary files differ
diff --git a/incubator/dependency-visualization/new/index.php b/incubator/dependency-visualization/new/index.php
deleted file mode 100644
index ea380d1..0000000
--- a/incubator/dependency-visualization/new/index.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 		= "PDE Dependency Visualizatoin New & Noteworthy";

-	$pageKeywords	= "PDE, Incubator, Eclipse";

-	$pageAuthor		= "Ian Bull";

-	

-	$filename = $_SERVER['DOCUMENT_ROOT'] . "/pde/incubator/dependency-visualization/new/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);

-?>

diff --git a/incubator/dependency-visualization/new/new.html b/incubator/dependency-visualization/new/new.html
deleted file mode 100644
index 250339b..0000000
--- a/incubator/dependency-visualization/new/new.html
+++ /dev/null
@@ -1,112 +0,0 @@
-<html>
-<body bgcolor="FFFFFF">
-
-
-
-<h1><a name="task-list">Version M1 - Plug-in Dependency Visualization: New &amp; Noteworthy</a></h1>
-
-<hr>
-
-<table cellpadding="10" cellspacing="0" id="table365" width=100%>
-		<tr>
-			<td align="left" valign="top" width="15%" bgcolor=#ffe7a5>
-			<p align="right"><b>Dependency Analysis</b></p>
-			</td>
-			<td valign="top" width="70%">
-			<p class="MsoPlainText">Three dependency analysis tools have been added to the control panel.
-			By selecting a bundle, the shortest path, all paths and <b>smart</b> path to this bundle can be 
-			highlighted.  Shortest and all paths are self explanatory. <b>Smart path</b> shows <B>all</B> the shortest paths from the directly required bundles to the selected one. <p class="MsoPlainText">
-		
-			<img border="0" src="images/dep_analysis.jpg"></td>
-		</tr>
-		<tr>
-			<td colspan="2">
-			<hr>
-			</td>
-		</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table367" width=100%>
-		<tr>
-			<td align="left" valign="top" width="15%" bgcolor=#ffe7a5>
-			<p align="right"><b>Error Reporting</b></p>
-			</td>
-			<td valign="top" width="70%">
-			<p class="MsoPlainText">To help plug-in developers track and fix errors, an error reporting feature has been added to highlight paths to bunldes that
-			cannot be resolved.<p class="MsoPlainText">
-			<img border="0" src="images/error_reporting.jpg"></td>
-		</tr>
-		<tr>
-			<td colspan="2">
-			<hr>
-			</td>
-		</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table367" width=100%>
-		<tr>
-			<td align="left" valign="top" width="15%" bgcolor=#ffe7a5>
-			<p align="right"><b>Plug-in Searching</b></p>
-			</td>
-			<td valign="top" width="70%">
-			<p class="MsoPlainText">The search text box can be used to highlight all plug-ins that match a particular string.  In this case, all the bundles that contain
-			the string <tt>org.eclipse.mylyn</tt> are highlighted. <p class="MsoPlainText">
-			<img border="0" src="images/search.jpg"></td>
-		</tr>
-		<tr>
-			<td colspan="2">
-			<hr>
-			</td>
-		</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table367" width=100%>
-		<tr>
-			<td align="left" valign="top" width="15%" bgcolor=#ffe7a5>
-			<p align="right"><b>Screenshot Tool</b></p>
-			</td>
-			<td valign="top" width="70%">
-			<p class="MsoPlainText">The screen-shot tool can be used to create a PNG from the Plug-in Dependency Graph. <p class="MsoPlainText">
-			<img border="0" src="images/screenshot.jpg"></td>
-		</tr>
-		<tr>
-			<td colspan="2">
-			<hr>
-			</td>
-		</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table367" width=100%>
-		<tr>
-			<td align="left" valign="top" width="15%" bgcolor=#ffe7a5>
-			<p align="right"><b>Zoom Levels</b></p>
-			</td>
-			<td valign="top" width="70%">
-			<p class="MsoPlainText">Several zoom-levels have been pre-defined and are available through the view's context menu.<p class="MsoPlainText">
-			<img border="0" src="images/zoom_levels.jpg"></td>
-		</tr>
-		<tr>
-			<td colspan="2">
-			<hr>
-			</td>
-		</tr>
-</table>
-
-<table cellpadding="10" cellspacing="0" id="table367" width=100%>
-		<tr>
-			<td align="left" valign="top" width="15%" bgcolor=#ffe7a5>
-			<p align="right"><b>Toggle Bundle Version Numbers</b></p>
-			</td>
-			<td valign="top" width="70%">
-			<p class="MsoPlainText">A Version number toggle is available to show plug-in developers which particular bundle has been resolved.<p class="MsoPlainText">
-			<img border="0" src="images/version_number.jpg"></td>
-		</tr>
-		<tr>
-			<td colspan="2">
-			<hr>
-			</td>
-		</tr>
-</table>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/incubator/index.php b/incubator/index.php
deleted file mode 100644
index 03627a9..0000000
--- a/incubator/index.php
+++ /dev/null
@@ -1,82 +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'
-
-	#*****************************************************************************
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "PDE Incubator";
-	$pageKeywords	= "pde, build, ui, plug-in, development, environment, bundle, incubator";
-	
-	# Add page-specific Nav bars here
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
-	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
-
-	# End: page-specific settings
-	#
-		
-	# Paste your HTML content between the markers!	
-ob_start();
-?>		
-
-<div id="midcolumn">
-	<h1><?= $pageTitle ?></h1>
-	<p class=bar>Mission Statement</p>
-		<p>
-		The goal of the PDE Incubator is to do experimental, forward-looking work outside of the constraints of the 
-		regular release cycles. While not necessarily targeting the next Eclipse release, our work in the 
-		incubator is always focused on delivering new capabilities into the development stream.  
-		In particular, the PDE Incubator will focus on tools and technologies to assist with 
-		plug-in development, providing plug-in developers more cognitive 
-		support for the tasks they perform every day.
-		<br>
-		<blockquote><i>In PDE we do tooling, but our business is people!</i></blockquote>
-		</p>
-	<p class=bar>Current Work Areas</p>
-		<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
-			<tr>
-		      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-		      <td width="98%"><a href="dependency-visualization/index.php" target="_top"><b>Dependency Visualization</b></a><br>
-			    Views designed to assist with plug-in dependency analysis tasks.</td>
-			</tr>
-			<tr>
-		      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-		      <td width="98%"><a href="http://wiki.eclipse.org/PDE/Incubator/DS" target="_top"><b>Declarative Services Tooling</b></a><br>
-			    Tooling around the declarative services (DS) specification from OSGi</td>
-			</tr>
-			<tr>
-		      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-		      <td width="98%"><a href="http://wiki.eclipse.org/PDE/Incubator/ProductCustomization" target="_top"><b>Product Customization Tooling</b></a><br>
-			    Tooling built around the Equinox Transformations component</td>
-			</tr>
-	  	</table>
-	  	
-	  	<p class=bar>Graduated Work</p>
-		<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
-		  	<tr>
-		      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-		      <td width="98%"><a href="spy/index.php" target="_top"><b>Plug-in Spy</b></a><br>
-		    	A way for a plug-in developer to introspect Eclipse to aid plug-in development.</td>
-		  	</tr>
-		  	<tr>
-		      <td width="2%" align=RIGHT valign=TOP><img src="http://eclipse.org/images/Adarrow.gif" width="16" height="16" border="0"></td>
-		      <td width="98%"><a href="http://wiki.eclipse.org/PDE_UI_Incubator_ApiTools" target="_top"><b>API Tooling</b></a><br>
-		    	A collection of utilities that can be used in API maintenance and consistency checks.</td>
-		  	</tr>
-	  	</table>
-</div>
-<?php
-	include $_SERVER['DOCUMENT_ROOT'] . "/pde/incubator/component-links.html";
-	if (file_exists("dir-links.html")) {include "dir-links.html";}
-?>
-<?php
-	$html = ob_get_contents();
-	ob_end_clean();
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/incubator/pde-incubator.css b/incubator/pde-incubator.css
deleted file mode 100644
index 1be040c..0000000
--- a/incubator/pde-incubator.css
+++ /dev/null
@@ -1,51 +0,0 @@
-
-#main-title {
-margin-bottom: 5px;
-margin-left: 0;
-margin-right: 0;
-padding-top: 17px;
-padding-bottom: 1px;
-padding-left: 25px;
-padding-right: 100px;
-background-color: #cc6600;
-border-bottom: 2px #666633 solid;
-color: #f0f0e1;
-font-weight: bold;
-font-size: 1.2em;
-letter-spacing: 5px;
-text-align: left;
-}
-
-p.bar {
-	background-image: url(/eclipse.org-common/themes/Phoenix/images/header_bg.gif);
-	background-position: top left;
-	background-repeat: repeat-x;
-	background-color: #669;
-	color: #fff;
-	/*  font-size: 1.1em;  */
-	font-size: 110%;
-	font-weight: bold;
-	margin-left: 0;
-	margin-right: 4px;	
-	padding-top: 2px;
-	padding-bottom: 2px;
-	padding-left: 5px;
-	padding-right: 1px;
-}
-
-p.subbar {
-	background-image: url(/eclipse.org-common/themes/Phoenix/images/searchbar_bg.gif);
-	background-position: bottom left;
-	background-repeat: repeat-x;
-	background-color: #595791;
-	color: #000;
-	/*  font-size: 1.1em;  */
-	font-size: 110%;
-	font-weight: bold;
-	margin-left: 0;
-	margin-right: 4px;
-	padding-top: 2px;
-	padding-bottom: 2px;
-	padding-left: 5px;
-	padding-right: 1px;
-}
diff --git a/incubator/spy/images/spy.png b/incubator/spy/images/spy.png
deleted file mode 100644
index 48651dd..0000000
--- a/incubator/spy/images/spy.png
+++ /dev/null
Binary files differ
diff --git a/incubator/spy/index.php b/incubator/spy/index.php
deleted file mode 100644
index 2d8541e..0000000
--- a/incubator/spy/index.php
+++ /dev/null
@@ -1,69 +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'
-
-	#*****************************************************************************
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "PDE Incubator Spy";
-	$pageKeywords	= "pde, build, ui, plug-in, development, environment, bundle, incubator, spy";
-	
-	# Add page-specific Nav bars here
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
-	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
-	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
-
-	# End: page-specific settings
-	#
-		
-	# Paste your HTML content between the markers!	
-ob_start();
-?>		
-
-	<div id="midcolumn">
-		<h1><?= $pageTitle ?></h1>
-
-			<img align="center" src="images/spy.png"/>
-
-			<p class=bar>Overview</p>
-			<p>
-			The plug-in spy aims to provide a simple tool to introspect Eclipse in terms of what a plug-in developer would find useful. Simply hit <b>ALT+SHIFT+F1</b> on what you're looking at, and Plug-in Spy will be presented to you with relevant information.
-			This tool is part of the <A HREF="http://www.eclipse.org/eclipse/incubator">Eclipse Incubator</a> project.  
-			For a complete description of Eclipse incubation please read 
-			<A HREF="http://www.eclipse.org/projects/what-is-incubation.php">this.</a>
-			</p>
-			
-			<p>
-				<b>Note, the Plug-in Spy has graduated and will be in the Eclipse 3.4 release.</b>
-			</p>
-			
-			<p class=bar>Bugs and Feature Requests</p>
-			We use the <A HREF="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla System</a>
-			for tracking issues with the Plug-in Spy Incubator project.<BR><BR> 
-			Click <A HREF="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bspy%5D&classification=Eclipse&product=PDE&component=Incubators&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">here</a> 
-			for a list of currently opened bugs.
-			</p>
-			
-			<p class=bar>Accessing Source Code</p>
-			Since Plug-in Spy has graduated from incubation, it's located in the <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.runtime">org.eclipse.pde.runtime</a> plug-in in CVS.
-				
-</p>
-		
-      
-<p>&nbsp;</p>
-	</div>
-
-<?php
-	include $_SERVER['DOCUMENT_ROOT'] . "/pde/incubator/component-links.html";
-	if (file_exists("dir-links.html")) {include "dir-links.html";}
-?>
-<?php
-	$html = ob_get_contents();
-	ob_end_clean();
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>