*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index ff0eec1..6024a88 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -58,7 +58,7 @@
   {
     $theme = "Nova";
     $pageHtml = createRapNavigation() . $html;
-    	$pageHtml .= file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/equinox/right-links.html");
+    	$pageHtml .= file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/rt/right-links.html");
     $App->generatePage( $theme, $Menu, $Nav, $author, $keywords, $title, $pageHtml );
   }
 
diff --git a/index.php b/index.php
index 5243c22..42888a7 100644
--- a/index.php
+++ b/index.php
@@ -121,26 +121,6 @@
 	</div>	

 </div>

 

-<div id="rightcolumn">

-	<div class="sideitem">

-	    <h6>RT News <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=e3109ca0ef00e70403285b7588e457d2&_render=rss" class="rssIcon"><img src="/rt/images/feed.png" alt="feed"/></a></h6>

-	    <div id="rssFeed"></div>

-	    <script type="text/javascript">

-	      $( document ).ready( function () {

-	        $( '#rssFeed' ).rssfeed( 'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3De3109ca0ef00e70403285b7588e457d2%26_render%3Drss',

-	          { limit: 5, header : false, titletag : "h5", date : true, content : false } );

-	      } );

-	    </script>

-	</div>

-

-  <div style="position: relative; margin-bottom: 10px;">

-    <a href="http://www.eclipse.org/eclipsert/"><img alt="EclipseRT"

-        src="/rt/images/EclipseRT.png"

-        style="position: relative; left: 55px; top: 0pt;"/></a>

-  </div>

-

-</div>

-

 EOHTML;

 

 generateRapPage( $App, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html );

diff --git a/quickstart.html b/quickstart.html
deleted file mode 100644
index 873a5a7..0000000
--- a/quickstart.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="0; url=http://eclipse.org/equinox/documents/quickstart.php" />
-   </head>
-   <body>
-      <a href="http://eclipse.org/equinox/documents/quickstart.php">This document has moved</a>
-   </body>
-</html>
\ No newline at end of file
diff --git a/team-leaders.php b/team-leaders.php
index a4e4c45..e88fe84 100644
--- a/team-leaders.php
+++ b/team-leaders.php
@@ -1,5 +1,4 @@
 <?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'
-ini_set('display_errors', 1); ini_set('error_reporting', E_ALL);
 
 	# Begin: page-specific settings.  Change these. 
 	$pageTitle 		= "RT Project Leadership";
diff --git a/testweb/_projectCommon.php b/testweb/_projectCommon.php
deleted file mode 100755
index 260273d..0000000
--- a/testweb/_projectCommon.php
+++ /dev/null
@@ -1,84 +0,0 @@
-<?php
-# 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/
-# Largely copied from the RAP team
-
-ini_set('display_errors', 1); ini_set('error_reporting', E_ALL);
-
-require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/Project.class.php");
-$rtProjects = get_project('rt')->getChildren();
-// $rtProjects = array("rt.ecf", "rt.eclipselink", "rt.equinox", "rt.ercp", "rt.gemini", "rt.jetty", "rt.rap", "rt.riena", "rt.smila", "rt.virgo");
-
-#	$Nav->setLinkList( array() );
-	$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/RT", "_self", 1);
-	$Nav->addCustomNav("Team", "/rt/team-leaders.php", "_self", 1);
-	$Nav->addCustomNav("Mailing Lists", "http://www.eclipse.org/mail/", "_self", 1);
-	
-	$Nav->addNavSeparator("Projects", "index.php");
-	populateProjectNav($rtProjects, $Nav);
-	
-	$Nav->addNavSeparator("Other Runtime Technology", "/eclipsert/participate.php");
-	$Nav->addCustomNav("RCP", "/home/categories/rcp.php", "_self", 1);
-	$Nav->addCustomNav("EMF", "/emf", "_self", 1);
-
-	$Menu->setMenuItemList( array() );
-	$Menu->addMenuItem( "Home", "/RT", "_self" );
-	$Menu->addMenuItem( "Get Started", "/eclipsert/gettingstarted.php", "_self" );
-	$Menu->addMenuItem( "Resources", "/eclipsert/resources.php", "_self" );
-	$Menu->addMenuItem( "Wiki", "http://wiki.eclipse.org/RT", "_self" );
-
-	$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-layout-fixes.css"/>' );
-	$App->AddExtraHtmlHeader( '<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/rt/rap-layout-fixes-ie.css"/><![endif]-->' );
-	$App->AddExtraHtmlHeader( '<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>' );
-	$App->AddExtraHtmlHeader( '<link rel="shortcut icon" href="/rt/images/favicon.ico" />');
-
-//  $App->Promotion = TRUE; # set true to enable current eclipse.org site-wide promo
-
-
-  function createRapNavigation() {
-    $html = <<<EOHTML
-<div id="rap-small-header">
-  <a href="/rt/"><div id="rap-small-logo"></div></a>
-</div>
-<script type="text/javascript">
-  // logo
-  var logo = $( '#logo:first-child' );
-  var newLogo = '<div id="logo"><a href="http://www.eclipse.org">' 
-                + logo.html() + '</a></div>';
-  logo.replaceWith( newLogo );
-</script>
-
-
-EOHTML;
-    
-    return $html;
-  }
-
-  function generateRapPage( $App, $Menu, $Nav, $author, $keywords, $title, $html )
-  {
-    $theme = "Nova";
-    $pageHtml = createRapNavigation() . $html;
-    $App->generatePage( $theme, $Menu, $Nav, $author, $keywords, $title, $pageHtml );
-  }
-
-  function xslt( $xmlFile, $xslFile ) {
-    $xslDoc = new DOMDocument();
-    $xslDoc->load( $xslFile );
-    $xmlDoc = new DOMDocument();
-    $xmlDoc->load( $xmlFile );
-    $proc = new XSLTProcessor();
-    $proc->importStylesheet( $xslDoc );
-    return $proc->transformToXML( $xmlDoc );
-  }
-
-function populateProjectNav($projects, $navBar) {
-	if (! $navBar)
-		return;
-	foreach ($projects as $project) {
-		$projectName = $project->getShortName($project);
-		$projectURL = $project->getProjectURL();
-		$navBar->addCustomNav($projectName, $projectURL, "_self", 1);
-	}
-}
-?>
diff --git a/testweb/charter.php b/testweb/charter.php
deleted file mode 100755
index add3ebd..0000000
--- a/testweb/charter.php
+++ /dev/null
@@ -1,54 +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 		= "RT Project Charter";
-	$pageKeywords	= "RT PMC project lead";
-	$pageAuthor		= "Jeff McAffer";
-	
-$html = <<<EOHTML
-	<div id="midcolumn">
-		<h2>RT Project Charter</h2>
-          <p>This charter was developed in accordance with the <a href="http://www.eclipse.org/projects/dev_process/proposal-phase.php" class="external text" title="http://www.eclipse.org/projects/dev_process/proposal-phase.php" rel="nofollow">Eclipse Development Process</a> and outlines the mission, scope, organization, and development process for the Eclipse Runtime Project (RT). This document extends the <a href="http://www.eclipse.org/projects/dev_process/Eclipse_Standard_TopLevel_Charter_v1.1.php" class="external text" title="http://www.eclipse.org/projects/dev_process/Eclipse_Standard_TopLevel_Charter_v1.1.php" rel="nofollow">Eclipse Standard Top-Level Charter v1.1</a>, and includes the required content and overrides which follow. It is anticipated that as the standard charter is updated, this charter will incorporate the changes and make adjustments as seen fit by the PMC, and with approval from the EMO and board of directors.
-</p>
-
-<h3>Overview</h3>
-
-<p>Since the creation of the Eclipse Rich Client Platform (RCP) and the adoption of Equinox and OSGi in 2004, interest in and use of Eclipse technologies in runtime scenarios has been steadily increasing. Initially, the focus of these runtime efforts was on desktop or client technologies.  The community has steadily found new and innovative uses for Equinox and the Eclipse platform in areas such as <a href="http://www.eclipse.org/ercp/" class="external text" title="http://www.eclipse.org/ercp/" rel="nofollow">devices</a>, <a href="http://www.eclipse.org/rap/" class="external text" title="http://www.eclipse.org/rap/" rel="nofollow">rich internet applications</a> and <a href="http://www.eclipse.org/equinox/server/" class="external text" title="http://www.eclipse.org/equinox/server/" rel="nofollow">servers</a>. 
-
-</p><p>RT is an open source collaborative software development project dedicated to supporting and enhancing these efforts and providing a generic, extensible, standards-based runtime platform.
-</p><p>This document describes the composition and organization of the project, roles and responsibilities of the participants, and development process for the project.
-</p>
-
-
-<h3>Mission</h3>
-<p>RT is designed to foster, promote and house runtime efforts in the Eclipse community.  These efforts strive towards the common goal of providing a uniform component model across a wide variety of computing environments.  The Equinox framework and OSGi form the basis of this infrastructure.  
-</p><p>RT projects target "clients" and "servers" across embedded devices, desktops, and enterprise systems, and provide those intermediate software services which enable applications to be more easily and concisely constructed across these environments.  This supports and extends the Equinox vision of a consistent programming and component model where developers create application domain code that runs on a variety of platforms.  
-</p><p>By providing a consistent symmetric architecture, RT technology enables developers to focus on the business problem at hand and still have many system architecture options available at deployment time.
-</p>
-
-<h3>Scope</h3>
-
-<p>Concretely, RT projects supply the Equinox implementation of the OSGi core framework specification and a set of bundles that implement additional services and other infrastructure for running applications on the Equinox framework and OSGi-based systems.  The nature of this work is scoped as follows:
-</p>
-<ul><li> Developing and delivering the OSGi framework implementation used for all of Eclipse. 
-</li><li> Implementation of all aspects of the OSGi specification (including but not limited to the Enterprise Expert Group, Mobile Expert Group and Vehicle Expert Group work).
-</li><li> Investigation and research related to future versions of OSGi specifications and related runtime issues.
-</li><li> Implementation of key framework services and extensions needed for running Eclipse (e.g., the Eclipse Adaptor, Extension registry) and deemed generally useful to systems using Equinox.
-</li><li> All implementations must be based on OSGi and run on Equinox.
-</li><li> The implementation of generally applicable runtime standards (e.g., OASIS, JCP).
-</li><li> Incidental tooling efforts to enable or facilitate particular runtime functions in conjunction with (e.g., as a component of) a sub-project.
-</li></ul>
-
-<h3>Out of Scope</h3>
-
-<ul><li> Major tooling efforts
-</li><li> Industry-specific vertical technologies
-</li></ul>
-			<p>&nbsp;</p>
-		
-	</div>
-EOHTML;
-
-generateRapPage( $App, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html );
-?>
-
diff --git a/testweb/description.html b/testweb/description.html
deleted file mode 100755
index c9b99dc..0000000
--- a/testweb/description.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<p>RT is designed to foster, promote and house runtime efforts in Eclipse .  
-It is part of a larger <a href="http:/equinox-portal">Equinox Community</a> move to 
-drive Equinox-base technology across a broad range of computing environments and problem domains. 
-These efforts strive
- towards the common goal of providing a uniform component model across a wide variety of computing environments.  The 
- Equinox framework and OSGi form the basis of this infrastructure.  </p>
- 
- <p>Eclipse RT projects target "clients" and "servers" across embedded devices, desktops, and enterprise systems, 
- and provide those intermediate software services which enable applications to be more easily and concisely 
- constructed across these environments.  This supports and extends the Equinox vision of a consistent 
- programming and component model where developers create application domain code that runs on a variety of platforms. </p>
- 
- <p>By providing a consistent symmetric architecture, Eclipse RT technology enables developers to focus on the 
- business problem at hand and still have many system architecture options available at deployment time.
-</p>
\ No newline at end of file
diff --git a/testweb/dir-links.html b/testweb/dir-links.html
deleted file mode 100755
index 059e642..0000000
--- a/testweb/dir-links.html
+++ /dev/null
@@ -1,10 +0,0 @@
-	<div id="rightcolumn">
-		<div class="sideitem">
-		    <h6>Hot links</h6>
-		    <ul>
-              <li><a href="/equinox/documents/quickstart.php">server quickstart</a></li>
-              <li><a href="http://wiki.eclipse.org/Equinox_p2_Getting_Started">provisioning quickstart</a></li>
-	      </ul>
-		</div>
-	</div>
-
diff --git a/testweb/global-links.html b/testweb/global-links.html
deleted file mode 100755
index 36f3051..0000000
--- a/testweb/global-links.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<div id="rightcolumn">
-	<div class="sideitem">
-		<h6>RT links</h6>
-		<ul>
-			<li><a href="/equinox-portal">Equinox Portal</a></li>
-		</ul>
-	</div>
-</div>
diff --git a/testweb/index.php b/testweb/index.php
deleted file mode 100755
index 5243c22..0000000
--- a/testweb/index.php
+++ /dev/null
@@ -1,147 +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'

-

-// ini_set('display_errors', 1); ini_set('error_reporting', E_ALL);

-

-$pageTitle 		= "Eclipse RT Project";

-$pageKeywords	= "equinox, osgi, framework, runtime";

-$pageAuthor = "Jeff McAffer";

-

-$Nav = null; // delete right side navigation

-

-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-big-header.css"/>' );

-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-posts.css"/>' );

-$App->AddExtraHtmlHeader( '<script type="text/javascript" src="/rt/jquery.zrssfeed.min.js"></script>' );

-	

-function populateProjectList($projects) {

-	$result = "\n<ul>";

-	foreach ($projects as $project) {

-		$projectName = $project->getProjectName();

-		if(!$projectName)

-			$projectName = $project->getShortName();

-		if ($projectName) {

-			$projectHeading = "<b>" . $projectName . "</b>";

-			$projectUrl = $project->getProjectUrl();

-			if ($projectUrl)

-				$projectHeading = '<a href="' . $projectUrl . '">' . $projectHeading . "</a>";

-			$result .= "\n\t<li>" . $projectHeading;

-			$para = $project->getParagraph();

-			if ($para)

-				$result .= "<br/>" . $para;

-			else

-				$result .= "<br/>This project apparently has not figured out what they are doing or has not set their paragraph url to something useful.";

-			$result .= "</li>\n";

-		}

-	}

-	$result .= "</ul>\n";	

-	return $result;

-}

-

-$projectList = populateProjectList($rtProjects);

-

-$html = <<<EOHTML

-<div id="big-header">

-  <div id="rap-logo"></div>

-  <div id="rap-big-buttons">

-    <h3>Primary Links</h3>

-    <ul>

-      <li>

-        <a id="rap-button-download" href="/rt/downloads/">

-          <div class="rap-button-icon"></div>

-          <h4>Download</h4>

-          <p>Distributions, Repositories,<br/>Target Components</p>

-        </a>

-      </li>

-      <li>

-        <a id="rap-button-documentation" href="/eclipsert/gettingstarted.php">

-          <div class="rap-button-icon"></div>

-          <h4>Documentation</h4>

-          <p>Tutorials, Examples,<br/>Articles, Reference Docs</p>

-        </a>

-      </li>

-      <li>

-        <a id="rap-button-support" href="/rt/support/">

-          <div class="rap-button-icon"></div>

-          <h4>Support</h4>

-          <p>FAQ, Newsgroup,<br/>Bug Tracker</p>

-        </a>

-      </li>

-      <li>

-        <a id="rap-button-demos" href="/eclipsert/case_studies/case_studies.php">

-          <div class="rap-button-icon"></div>

-          <h4>Case Studies</h4>

-          <p>Adopter stories and experiences<br/></p>

-        </a>

-      </li>

-    </ul>

-  </div>

-</div>

-

-<div id="midcolumn">

-	<div class="homeitem">

-		<h3>Mission Statement</h3>

-		<p>The RT top-level project at Eclipse was created in 2008 (<a href="charter.php">charter</a>, 

-		<a href="/proposals/rt/RT%20creation%20review.pdf">creation review</a>)  as a means of bringing 

-		together various runtime related efforts and 

-		technologies at Eclipse.  RT is designed to foster, promote and house runtime efforts in Eclipse .  

-		It is part of a larger <a href="/eclipsert">EclipseRT Community</a> move to 

-		drive Equinox-base technology across a broad range of computing environments and problem domains. 

-		These efforts strive towards the common goal of providing a uniform component model across a wide 

-		variety of computing environments.  The Equinox framework and OSGi form the basis of this infrastructure.  </p>

-		 

-		 <p>RT projects target "clients" and "servers" across embedded devices, desktops, and enterprise systems, 

-		 and provide those intermediate software services which enable applications to be more easily and concisely 

-		 constructed across these environments.  This supports and extends the Equinox vision of a consistent 

-		 programming and component model where developers create application domain code that runs on a variety of platforms. </p>

-		 

-		 <p>By providing a consistent symmetric architecture, Eclipse RT technology enables developers to focus on the 

-		 business problem at hand and still have many system architecture options available at deployment time.

-		</p>

-	</div>

-

-	<div class="homeitem">

-		<h3>RT Projects</h3>

-		<p>As a top-level project, RT is overseen by a <a href="/rt/team-leaders.php">Project Management Committee</a> (PMC).

-		Most of the real work however, is done in sub-projects. The <a href="/rt/charter.php">RT Project Charter</a> 

-		describes the organization of the project, roles and responsibilities of the participants, and top level 

-		development process for the projects. 

-

-		$projectList

-		

-	</div>

-      	  

-	<div class="homeitem">

-		<h3>Getting Started and Involved</h3>

-		<p>Looking to find out more about RT and runtime technology at eclipse.org? The easiest way is to try it out. See the general 

-		<a href="http://eclipse.org/eclipsert/gettingstarted.php">EclipseRT Technology Getting Started Guide</a> 

-		for how tutorials and webinars on how to work with the runtime technology at eclipse.org.</p>

-

-		<p>If you want to get involved, find out more, ask questions, report bugs, get (or contribute :-) code, 

-		check out the <a href="http://eclipse.org/newsportal/thread.php?group=eclipse.rt">RT newsgroup</a>

-		or the newsgroups and mailing lists for the various RT projects. </p>

-	</div>	

-</div>

-

-<div id="rightcolumn">

-	<div class="sideitem">

-	    <h6>RT News <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=e3109ca0ef00e70403285b7588e457d2&_render=rss" class="rssIcon"><img src="/rt/images/feed.png" alt="feed"/></a></h6>

-	    <div id="rssFeed"></div>

-	    <script type="text/javascript">

-	      $( document ).ready( function () {

-	        $( '#rssFeed' ).rssfeed( 'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3De3109ca0ef00e70403285b7588e457d2%26_render%3Drss',

-	          { limit: 5, header : false, titletag : "h5", date : true, content : false } );

-	      } );

-	    </script>

-	</div>

-

-  <div style="position: relative; margin-bottom: 10px;">

-    <a href="http://www.eclipse.org/eclipsert/"><img alt="EclipseRT"

-        src="/rt/images/EclipseRT.png"

-        style="position: relative; left: 55px; top: 0pt;"/></a>

-  </div>

-

-</div>

-

-EOHTML;

-

-generateRapPage( $App, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html );

-?>

diff --git a/testweb/quickstart.html b/testweb/quickstart.html
deleted file mode 100755
index 873a5a7..0000000
--- a/testweb/quickstart.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="0; url=http://eclipse.org/equinox/documents/quickstart.php" />
-   </head>
-   <body>
-      <a href="http://eclipse.org/equinox/documents/quickstart.php">This document has moved</a>
-   </body>
-</html>
\ No newline at end of file
diff --git a/testweb/team-leaders.php b/testweb/team-leaders.php
deleted file mode 100755
index e88fe84..0000000
--- a/testweb/team-leaders.php
+++ /dev/null
@@ -1,83 +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 		= "RT Project Leadership";
-	$pageKeywords	= "RT PMC project lead";
-	$pageAuthor		= "Jeff McAffer";
-	
-$html = <<<EOHTML
-	<div id="midcolumn">
-		<h2>Who's running this project?</h2>
-      <p>The RT Project is managed by a small group known as the RT  Project Management Committee (PMC). 
-      We strive to have each RT sub-project represented on the PMC. Listed here are the current PMC members: </p>
-
-			<h3>Project Management Committee Members</h3>
-		      <ul>
-		        <li> 
-		          <b>Jeff McAffer, <a href="http://eclipsesource.com">EclipseSource</a>, RT PMC co-lead</b><br>
-		          Jeff leads the Eclipse <a href="http://eclipse.org/equinox">Equinox 
-		          OSGi</a>, <a href="http://eclipse.org/rcp">RCP</a> and <a href="http://eclipse.org/orbit">Orbit</a>
-		          teams and is co-founder and CTO of <a href="http://eclipsesource.com">EclipseSource</a>. He is one 
-		          of the architects of the Eclipse Platform and a co-author of <a href="http://eclipsercp.org">The Eclipse Rich 
-		          Client Platform</a> and <a href="http://equinoxosgi.org">Equinox and OSGi - The power behind Eclipse</a> 
-		          (Addison-Wesley).  Jeff co-leads the Eclipse <a href="http://eclipse.org/rt/team-leaders.php">RT PMC</a> 
-		          and is a member of the <a href="http://eclipse.org/eclipse/team-leaders.php">Eclipse Project PMC</a>, the 
-		          <a href="http://eclipse.org/tools/team-leaders.php">Tools Project PMC</a>, the Eclipse Architecture Council 
-		          and the Eclipse Foundation Board of Directors.  Jeff is currently interested all aspects of Eclipse componentry 
-		          from designing, developing and building bundles to deploying, installing and ultimately running them.  Previous 
-		          lives include being a Senior Technical Staff Member at IBM, work in distributed/parallel OO computing (Server 
-		          Smalltalk, massively parallel Smalltalk, etc) as well as expert systems, meta-level architectures and a PhD 
-		          at the University of Tokyo.
-		        </li>
-
-		        <li> 
-		          <b><a name="jochen"></a>Jochen Krause, EclipseSource, RT PMC co-lead</b><br>
-		          Jochen Krause co-leads the Eclipse Rich Ajax Platform (RAP) and Eclipse Runtime projects, and is a member 
-		          of the Eclipse Foundation Board of Directors and Architecture Council. Jochen has had a leadership role in 
-		          the Eclipse community since its inception in 2002, and today is focused on driving Eclipse to be an application 
-		          platform for web and desktop. Jochen is a founder of <a href="http://eclipsesource.com">EclipseSource</a> and has been bringing Eclipse technology 
-		          to enterprise customers, while guiding strategic technical contributions to Eclipse. EclipseSource staff are 
-		          involved in many Eclipse projects such as Equinox, PDE, RAP, ECF, p2, Riena, Eclipse Packaging and g-Eclipse.
-		       </li>
-				<li>
-					<b>Christian Campo, Riena</b>
-				</li>
-		        <li> 
-		          <b>Doug Clarke, EclipseLink</b>
-		       </li>
-				<li>
-					<b>Mike Keith, Gemini</b>
-				</li>
-				<li>
-					<b>Markus Kuppe, ECF</b>
-				</li>
-				<li>
-					<b>Jesse McConnell, Jetty</b>
-				</li>
-				<li>
-					<b>Glyn Norminton, Virgo</b>
-				</li>
-				<li>
-					<b>Mark Rogalski, eRCP</b>
-				</li>
-				<li>
-					<b>Sebastian Voigt, SmiLa</b>
-				</li>
-		        <li> 
-		          <b>Thomas Watson, IBM, <a href="http://eclipse.org/equinox">Equinox co-lead</a></b><br>
-	              Tom is a member of the Eclipse <a href="http://eclipse.org/rt/team-leaders.php">RT PMC</a> and 
-	              co-leads the <a href="http://eclipse.org/equinox">Equinox Project</a> at Eclipse. Tom's focus is on 
-	              modularity and the OSGi Framework design and development. Tom is the lead developer for the Equinox OSGi 
-	              Framework implementation. Tom is also a leader in the specification development process at the OSGi Alliance.
-	              In particular, Tom participates in the Core Platform Export Group at the OSGi Alliance and is currently 
-	              working on the next OSGi specification.
-		       </li>
-			</ul>
-
-			<p>&nbsp;</p>
-
-	</div>
-EOHTML;
-
-generateRapPage( $App, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html );
-?>