diff --git a/incubator/_projectCommon.php b/incubator/_projectCommon.php
index 1c0e594275a663a2e43c0d6ae45810d37592bc89..632751813098a02282d52a0d8c211316d6fe56c9 100644
--- a/incubator/_projectCommon.php
+++ b/incubator/_projectCommon.php
@@ -13,18 +13,11 @@ $App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/web
 # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
 # these are optional
 $Nav->setLinkList(null);
-$Nav->addCustomNav( "About This Project", "/projects/project_summary.php?projectid=webtools.incubator", "_self", 1  );
 $Nav->addNavSeparator("WTP Home", "/webtools/");
-$Nav->addNavSeparator("WTP Incubator", "/webtools/incubator");
-$Nav->addCustomNav("XQDT", "https://wiki.eclipse.org/XQDT", "_self", 2);
-$Nav->addCustomNav("XST", "#", "_self", 2);
-$Nav->addCustomNav("VEX", "https://wiki.eclipse.org/WTP/VisualEditorForXML", "_self", 2);
-$Nav->addCustomNav("JSF Facelets", "#", "_self", 2);
 $Nav->addNavSeparator("Downloads", 		"http://download.eclipse.org/webtools/downloads/");
 $Nav->addNavSeparator("Documentation", 		"/webtools/documentation/");
 $Nav->addCustomNav("Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=webtools.incubator", "_self", 2);
 $Nav->addNavSeparator("Community", 	"/webtools/community/");
 $Nav->addCustomNav("Wiki", 		"https://wiki.eclipse.org/Category:Eclipse_Web_Tools_Platform_Project", 		"_self", 2);
-$Nav->addCustomNav("Newsgroup", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools", "_self", 2);
-$Nav->addCustomNav("Mailing List", 	"http://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev", "_self", 2);
+$Nav->addCustomNav("Forums", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools", "_self", 2);
 ?>
diff --git a/incubator/index.php b/incubator/index.php
index 50385685dddf31591f761709cf9379ed86fd5d62..aea3d3e8987704f80b140f836f43f6beb7b93312 100644
--- a/incubator/index.php
+++ b/incubator/index.php
@@ -1,6 +1,6 @@
 <?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 = "WTP Incubator";
-$pageKeywords = "Eclipse WTP webtools XML IDE XQuery JSF VEX XQDT Secuiryt XST JAX WS";
+$pageKeywords = "Eclipse WTP webtools";
 $pageAuthor ="Ugur Yildirim @ Eteration A.S.";
 
 //include( 'rightcolumn.php' );
diff --git a/incubator/index.xml b/incubator/index.xml
index 4fa35ee985ac992ec724bf241f174b31e7de1f22..c5e95926dd8418d43e977d59fec284cb3b758c0a 100644
--- a/incubator/index.xml
+++ b/incubator/index.xml
@@ -6,57 +6,6 @@
     <body>
     <h1>WTP Incubator</h1>
 	<h4>Project Overview</h4>
-	<p>The WTP Incubator is a generalized incubating project to foster the creation and development of new components of
-	WTP subprojects, before they become part of a release.</p>
-	<h2>JavaScript Components</h2>
-	<h3>VJET Development Tools</h3>
-	<p>The <a href="http://eclipse.org/vjet/">VJET JavaScript IDE</a> is an Eclipse plugin that provides a fully integrated development
-	 environment for JavaScript - from authoring, to execution/test, and debugging. The project page contains information about the
-	  project status, user guides, tutorials, and other useful information.</p>
-	<h2>Source Editing Components</h2>
-	<h3>XQuery Development Tools</h3>
-	<p>The <a href="https://wiki.eclipse.org/XQDT">XQuery Development Tools (XQDT)</a> component provides support for XQuery inside
-	Eclipse. Our goal is to have seamless integration with the Eclipse
-	platform and the existing XQuery engines but also to create a user
-	experience consistent with both XQuery and Eclipse standards. The
-	<a href="https://wiki.eclipse.org/XQDT">eclipse wiki</a> page contains information about the project status,
-	user guides, tutorials, and other useful information.</p>
-	<h3>XML Security Tools</h3>
-	<p>The XML Security Tools (XST) component supports signing, verifying as well as en- and decrypting of arbitrary XML documents
-	based on the recommendations of the World Wide Web Consortium. See the <a
-	href="https://wiki.eclipse.org/XML_Security_Tools_Proposal">proposal</a> and the <a
-	href="https://wiki.eclipse.org/WTP/XMLSecurityTools">XML Security Tools Wiki Page</a> for more information
-	about this component.</p>
-	<h3>Visual XML Editor (VEX)</h3>
-	<p>The <a href="https://wiki.eclipse.org/WTP/VisualXMLEditor/Proposal">Visual XML Editor</a> is a set of plugins that
-	provide WYSIWYG editing ability for XML files. This can be used regardless of the XML involved, and uses CSS stylesheets
-	to provide the formatting for the presentation layer. All that is needed is an stylesheet and an appropriate XML file to
-	edit. It hides the XML tags from the user, allow them to have a word processor like experience but store the information
-	in the native XML format.</p>
-	<h3>Service Interface and Data Types Editors</h3>
-	<p>The Service Interface and Data Types editors are Eclipse form-based
-	WSDL and XSD editors. They provide easy-to-use, unified user interface
-	and facilitating developers with quick and efficient application
-	development in all WS and XSD related areas. In order not to restrict
-	WSDL and XSD experts to the visual-editing capabilities of the tooling
-	they also provide feature rich text-editing capabilities based on the
-	WTP Structured Text Editor. See the
-	<a href="https://wiki.eclipse.org/WTP/Service_Interface_and_Data_Types_Editors/Proposal">proposal</a>
-	and the <a href="https://wiki.eclipse.org/Service_Interface_and_Data_Types_Editors">wiki page</a>
-	for more information about this component.</p>
-	<h2>JSF Components</h2>
-	<h3>JSF Facelets Tools Project</h3>
-	<p>The JSF Facelets Tools project will enable the current features of the JSF Tools Project in a dynamic web project
-	for Facelets. See the <a href="/webtools/incubator/proposals/JSF Facelets Tools Proposal.html">JSF
-	Facelets Tools Project proposal</a> for detailed information on the project. The <a
-	    href="https://wiki.eclipse.org/JSF_Facelets_Tools_Project">JSF Facelets Tools Project Wiki</a> has the project status
-	and other developer resources.</p>
-	<h2>JPT Components</h2>
-	<h3>JPA Diagram Editor Project</h3>
-	<p>The JPA Diagram Editor project will allow the JPA developer to create, view, and edit her/his JPA model as diagram.
-	See the <a href="https://wiki.eclipse.org/WTP/JPA_Diagram_Editor/Proposal">JPA Diagram Editor project proposal</a> 
-	for detailed information on the project. The <a
-	    href="https://wiki.eclipse.org/JPA_Diagram_Editor_Project">JPA Diagram Editor Project Wiki</a> has the project status
-	and other developer resources.</p>	
+	<p>The WTP Incubator has been <a href="https://projects.eclipse.org/projects/webtools.incubator">archived</a>.</p>
     </body>
 </html>
diff --git a/project-info/inc-description.html b/project-info/inc-description.html
index c88a299e865c0fdbf233baa7f376348addf67e07..bf110551fb97921de88527cb174d91aa670b7937 100644
--- a/project-info/inc-description.html
+++ b/project-info/inc-description.html
@@ -1,2 +1 @@
-The WTP Incubator Project consists of components that are new, under
-development, but not yet ready or planned for release.
+The WTP Incubator Project has been archived.