diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 65655cb7922e87a582759d77f1390e419ff23c0d..0000000000000000000000000000000000000000
--- a/.cvsignore
+++ /dev/null
@@ -1,5 +0,0 @@
-sample_3col.php
-sample_4col.php
-sample_busypage.php
-sample_list.php
-template.php
diff --git a/.project b/.project
deleted file mode 100644
index 49c98a52ef02c3109cadf5ea041812862cdf01fd..0000000000000000000000000000000000000000
--- a/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>www-tm</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 651887cb9ea711ce409fc7d30705caba6df42111..0000000000000000000000000000000000000000
--- a/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-#Wed Mar 05 13:00:00 CET 2008
-eclipse.preferences.version=1
-encoding//meetingnotes/DSDP-TM_MeetingNotes_20051107.htm=windows-1252
-encoding//meetingnotes/ff01_chicago/DSDPTM_Brainstorming_2005-10-14.htm=windows-1252
-encoding/<project>=ISO-8859-1
diff --git a/.settings/org.eclipse.ltk.core.refactoring.prefs b/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644
index ea3342ecfb2dc1c519e4c5da9fc46e626d136744..0000000000000000000000000000000000000000
--- a/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Fri Feb 08 19:53:33 CET 2008
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/TM_press_text_2006_06.php b/TM_press_text_2006_06.php
deleted file mode 100644
index ad7c9e2a2829d40a389e8d8a67a0c2e4e1bee92b..0000000000000000000000000000000000000000
--- a/TM_press_text_2006_06.php
+++ /dev/null
@@ -1,127 +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'
-
-	#*****************************************************************************
-	#
-	# tm_press_text_2006_06.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-06-09
-	#
-	# Description: TM Press Release Jun 2006
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Press Text: Target Management - Jun 2006";
-	$pageKeywords	= "Target, Embedded, Device, Press, Article";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-<h2>Target Management Project</h2>
-
-<p>The Target Management Project is creating frameworks and a consistent UI 
-for accessing remote compute resources from Eclipse. The current code base
- (Remote Systems Explorer, RSE) supports remote file, shell and process
-  access through a supplied Java based agent, or standard protocols like FTP
-  and secure shell (ssh). Adopters are currently writing extensions to bring
-  their own proprietary protocols into the framework for accessing devices
-  like hardware debuggers. A 1.0 release is planned for October 20, a functional
-  complete milestone (M3) is planned for June 30. A 2.0 release shall be aligned
-  with Eclipse 3.3 in June 2007.</p>
- 
-<p>For the 2.0 release planning and the longer term future, the TM project
-participants are dealing with advanced extensions to the framework in
-various technology sub-groups (see 
-<a href="http://wiki.eclipse.org/TM">http://wiki.eclipse.org/TM</a>).
-Active discussions are also going on for collaboration with other Eclipse
-Projects, especially the 
- <a href="http://www.eclipse.org/cdt">CDT project</a>, the 
- <a href="http://www.eclipse.org/ecf">Eclipse Communication Framework (ECF)</a>, the 
- <a href="http://www.eclipse.org/ptp">Parallel Tools Platform (PTP)</a>, and the
- <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/main.html">
- Eclipse Platform/Team group.</a>
-A comprehensive 
- <a href="http://www.eclipse.org/tm/doc/TM_Use_Cases_v1.1c.pdf">document
- outlining the use-cases</a> and applicability
-of the Target Management Project is available from the "Getting Started"
-area on the Project Website at 
-  <a href="http://www.eclipse.org/tm">http://www.eclipse.org/tm</a>.
-</p> 
- 
-<h4>active project participants:</h4>
-<ul><li>IBM - 3 committers + 1 contributor, core RSE development</li>
-    <li>Windriver - 1 committer, contributed ssh services, lots of testing, project lead and communications</li>
-    <li>PalmSource - contributed CDT Launch</li>
-    <li>Symbian - bugfixes, about to contribute zeroconf-discovery</li>
-    <li>PTP Project/LANL - testing on Macintosh, EFS, ssh</li>
-</ul>
- 
-<h4>active adopters:</h4>
-<ul><li>Freescale - writing proprietary wizards for JTAG on RSE</li>
-    <li>Accelerated Technology - about to write proprietary Services for JTAG on RSE</li>
-    <li>Montavista</li>
-    <li>Siemens</li>
-</ul>
- 
-<h4>features committed to CVS:</h4> 
-<ul><li>Remote file system access through ssh, ftp or dstore protocols</li>
-    <li>Remote shell (command) access through ssh or dstore protocols</li>
-    <li>Remote process access through dstore protocol on Linux</li>
-    <li>dstore protocol implementation and agent for remote search, remote archive exploring, remote process and other pluggable miners</li>
-    <li>CDT Remote Launch Integration Example</li>
-    <li>Common UI - Single consistent view, including filters</li>
-    <li>Team sharing of connection and filter definitions</li>
-    <li>Framework for plugging in custom protocols, services and subsystems</li>
-</ul>
-
-<h4>what features are coming next:</h4> 
-<ul><li>user-defined menus and actions for instant access to remote programs</li>
-    <li>import/export wizards for fast remote file transfer</li>
-    <li>Apache Commons Net integration for FTP, Telnet</li>
-    <li>Bring documentation/examples up-to-date</li>
-</ul>
- 
-<h4>release plans:</h4> 
-<ul><li>1.0 release planned for October 20
-    <ul><li>M3 milestone (June 30) to be feature complete</li>
-    </ul></li>
-    <li>2.0 release planned with Eclipse 3.3 June 2007</li>
-</ul>
- 
-<h4>recruiting efforts:</h4>
-<ul><li>A lot of companies is already active on the TM project, we continue to lower the bar for using and extending the RSE</li>
-    <li>Communications with other Eclipse projects, e.g. Platform/Team, TPTP and WTP. They all have some need for remote system access.</li>
-    <li>RSE ssh tools will be useful for every Eclipse committer, we want to give simple access through an update site (and announce
-  publicly among all committers) our M3 milestone end of june</li>
-</ul>
-
-<h4>quotation from the project lead:</h4>
-"The real benefit of RSE is that it gathers lots of totally heterogeneous systems and subsystems under a single consistent view." 
-
-<p/>
-	</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/_projectCommon.php b/_projectCommon.php
deleted file mode 100644
index 02e8eb168c2384cc5a7e49a4f73245a706049b4a..0000000000000000000000000000000000000000
--- a/_projectCommon.php
+++ /dev/null
@@ -1,140 +0,0 @@
-<?php
-
-# <modeling variables>
-$PR = "tm";
-$projectName = "Target Management";
-
-$isEMFserver = (preg_match("/^emf(?:\.torolab\.ibm\.com)$/", $_SERVER["SERVER_NAME"]));
-$isBuildServer = (preg_match("/^(dsdp|build)\.eclipse\.org$/", $_SERVER["SERVER_NAME"])) || $isEMFserver;
-$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"] . "/dsdp/includes/" : "/home/data/httpd/writable/dsdp/");
-$writableBuildRoot = $isBuildDotEclipseServer ? "/opt/public/dsdp" : "/home/www-data";
-
-$rooturl = "http://" . $_SERVER["HTTP_HOST"] . "/$PR";
-$downurl = ($isBuildServer ? "" : "http://www.eclipse.org");
-$bugurl = "https://bugs.eclipse.org";
-
-# 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/
-# Optional: defaults to system theme 
-#$theme = "Lazarus";
-if (isset ($_GET["skin"]) && preg_match("/^(Blue|EclipseStandard|Industrial|Lazarus|Miasma|Modern|OldStyle|Phoenix|PhoenixTest|PlainText)$/", $_GET["skin"], $regs))
-{
-	$theme = $regs[1];
-}
-else
-{
-	$theme = "Lazarus";
-}
-
-/* projects/components in cvs */
-/* "proj" => "cvsname" */
-#$cvsprojs = array (); /* should always be empty */
-$cvsprojs = array (
-	"rse" => "org.eclipse.tm.rse"
-);
-
-/* sub-projects/components in cvs for projects/components above (if any) */
-/* "cvsname" => array("shortname" => "cvs-subname") */
-$cvscoms = array(
-	"org.eclipse.tm.core" => array (
-		"terminal" => "terminal",
-		"discovery" => "discovery"
-		/* add more here */
-	)
-);
-
-/* Readable Project names: "bugzilla component" => "shortname" */
-$projects = array(
-	"RSE" => "rse",
-	#"TCF" => "tcf",
-	"Terminal" => "terminal",
-	#"Core" => "discovery",
-);
-
-$bugcoms = array_flip($projects);
-$bugcoms = preg_replace("/ /", "%20", $bugcoms);
-
-$extraprojects = array(); //components with only downloads, no info yet, "prettyname" => "directory"
-$nodownloads = array("coordinated","jcrm","temporality", "emf4net"); //components with only information, no downloads, or no builds available yet, "projectkey"
-$nonewsgroup = array(); //components without newsgroup
-$nomailinglist = array(); //components without mailinglist
-#$incubating = $projects; // ALL components are incubating
-$incubating = array("tcf"); //Only TCF is incubating for now
-$hasmoved = array(
-	"query" => "emf", "transaction" => "emf", "validation" => "emf",
-	"eodm" => "mdt", "ocl" => "mdt",
-	"jet" => "m2t", "jeteditor" => "m2t"); // components which have moved, and to where
-$nomenclature = "Component"; //are we dealing with "components" or "projects"?
-
-include_once $_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/scripts.php";
-
-$regs = null;
-$proj = (isset($_GET["project"]) && preg_match("/^(" . join("|", $projects) . ")$/", $_GET["project"], $regs) ? $regs[1] : getProjectFromPath($PR));
-$projct= preg_replace("#^/#", "", $proj);
-
-$buildtypes = array(
-	"R" => "Release",
-	"S" => "Stable",
-	"I" => "Integration",
-	"M" => "Maintenance",
-	"N" => "Nightly"
-);
-# </modeling variables>
-
-	# Define your project-wide Nav bars here.
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	#$Nav->addNavSeparator("Target Management", 	"/tm/index.php");
-	#$Nav->addCustomNav("About", 		"/tm/about.php", 	 "_self", 2);
-	#$Nav->addCustomNav("Downloads", 	"/tm/downloads.php", "_self", 2);
-	#$Nav->addCustomNav("Getting Started", "/tm/tutorial/index.php",  "_self", 2);
-	#$Nav->addCustomNav("Development", 	"/tm/development/index.php", "_self", 2);
-
-	$Nav->setLinkList(array());
-	$branding = <<<EOBRANDING
-<div id="branding">
-<h1><a href="http://eclipse.org/tm/">Target Management (RSE)</a></h1>
-</div>
-EOBRANDING;
-
-	$Menu->setProjectBranding($branding);
-	
-	$Nav->addNavSeparator("Target Management", 	"/tm");
-	$Nav->addCustomNav("About This Project", "http://www.eclipse.org/projects/project_summary.php?projectid=tools.tm", "_self", 1);
-	#$Nav->addCustomNav("About", "/tm/tm-new/about", "_self", 2);
-	#$Nav->addCustomNav("Team", "/tm/tm-new/team",	"_self", 2);
-	$Nav->addCustomNav("Team", "/tm/development/contributors.php",	"_self", 2);
-	#$Nav->addCustomNav("Demos", "/tm/tm-new/demos", "_self", 2);
-	#$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/TM", "_self", 2); 
-
-	$Nav->addNavSeparator("Users", "", "_self", 2);
-	$Nav->addCustomNav("Getting Started", "/tm/tutorial/index.php", "_self", 2);
-	$Nav->addCustomNav("Downloads", "http://download.eclipse.org/tm/downloads/index.php", "_self", 2);
-	$Nav->addCustomNav("FAQ (wiki)", "http://wiki.eclipse.org/TM_and_RSE_FAQ", "_self", 2);
-	$Nav->addCustomNav("Newsgroup", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.tm", "_self", 2);
-	$Nav->addCustomNav("Bugs", "/tm/bugs", "_self", 2);
-
-	$Nav->addNavSeparator("Integrators", "", "_self", 2);
-	$Nav->addCustomNav("API Plan", "/tm/development/plan.php", "_self", 2);
-	$Nav->addCustomNav("Documents", "/tm/doc/", "_self", 2);
-	#$Nav->addCustomNav("Release Notes", "/$PR/news/relnotes.php?project=$proj&amp;version=HEAD", "_self", 2);
-	#$Nav->addCustomNav("Legal", "tm/development/tm-log.csv", "_self", 2);
-
-	$Nav->addNavSeparator("Contributors", "/tm/development/contributors.php", "_self", 2);
-	$Nav->addCustomNav("Contributing (wiki)", "http://wiki.eclipse.org/TM_and_RSE_FAQ#Working_on_TM_.2F_RSE", "_self", 2);
-	$Nav->addCustomNav("Mailing List", "https://dev.eclipse.org/mailman/listinfo/tm-dev", "_self", 2);
-	$Nav->addCustomNav("CVS", "/tm/development/cvs_setup.php", "_self", 2);
-	$Nav->addCustomNav("Development Tools", "/tm/development/", "_self", 2);
-	$Nav->addCustomNav("Search CVS", "/$PR/searchcvs.php?q=file%3A+org.eclipse.tm%25%2F" . "+days%3A+7", "_self", 2);
-
-	$collist = "%26query_format%3Dadvanced&amp;column_changeddate=on&amp;column_bug_severity=on&amp;column_priority=on&amp;column_rep_platform=on&amp;column_bug_status=on&amp;column_product=on&amp;column_component=on&amp;column_version=on&amp;column_target_milestone=on&amp;column_short_short_desc=on&amp;splitheader=0";
-	#$Nav->addCustomNav("Open Bugs", "$bugurl/bugs/colchange.cgi?rememberedquery=product%3D" . $projectName . (isset ($bugcoms[$proj]) ? "%26component=$bugcoms[$proj]" : "") . "%26bug_status%3DNEW%26bug_status%3DASSIGNED%26bug_status%3DREOPENED%26order%3Dbugs.bug_status%2Cbugs.target_milestone%2Cbugs.bug_id" . $collist, "_self", 2);
-
-#$App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/dsdp/includes/common.css\"/>\n");
-unset ($bugcoms);
-?>
diff --git a/about.php b/about.php
deleted file mode 100644
index 6cf2079e8425013acc875a88760aca69776dcfcf..0000000000000000000000000000000000000000
--- a/about.php
+++ /dev/null
@@ -1,120 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "About Target Management";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-	<h2>Mission Statement</h2>
-    The Target Management project creates data models and frameworks
-    to configure and manage remote systems, their connections, and their services.
-    </P>
-    <UL>
-      <LI><I>Remote systems</I> (aka targets) can range from large-scale host computers, multi-board 
-      or multi-core parallel systems to target boards without even a CPU or FPGA (connected
-      by a hardware debugging box).</LI>
-      <LI><I>Configuration</I> means dealing with board description files from a variety of sources,
-      displaying remote system components and manipulating board and connection properties.</LI>
-      <LI><I>Management</I> means maintaining a list of remote systems which is team
-      shareable and available to other subsystems, creating groups of systems when appropriate,
-      and handling access control to targets that are shared in a team (board lab).</LI>
-      <LI><I>Connections</I> can range from TCP/IP standard protocols like FTP or telnet,
-	  secure encryption, authentication and firewall tunnelling (ssh), to serial line terminal and 
-	  vendor-specific protocols for remote agent and on-chip debugging (JTAG) solutions.
-	  We want connection schemes and protocols to be pluggable in our framework.</LI>
-	  <LI><I>Services</I> on remote systems include downloading software and data,
-      launching single or multiple configurations, starting and stopping cores,
-      resetting and querying target information.</LI>
-    </UL>
-    <P>
-    Since there are many different vendors and solutions around in the device software
-    space, the main charter of target management is to provide data models and frameworks
-    that are flexible and open enough for vendor-specific extensions. Sample implementations 
-    are provided for TCP/IP Secure Shell (ssh) connections, FTP data transfer, Telnet and
-    Windows CE connections. In addition to that, a lightweight Terminal view is provided
-    as a standalone offering.</p>
-    <p>
-    Current releases can be downloaded for evaluation
-    <a href="http://download.eclipse.org/tm/downloads/">here</a>.
-	  <div class="homeitem3col">
-		<h3>For more information, see the</h3>
-    	<ul>
-    	<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">
-      		Target Management Overview Slides</a>
-    	  	which include a diagram of the envisioned components and architecture for our project
-    	  	(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT</a>
-    	  	| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">PDF</a>).
-    	  	</li>
-		<li><a href="http://live.eclipse.org/node/229">TM Webinar</a>:
-		  goals, architecture, future plans and online demo
-		  (<a href="http://live.eclipse.org/node/229">50 minute full recording</a> |
-		  <a href="http://www.eclipse.org/projects/slides/TM_Webinar_Slides_070412.ppt">PPT slides</a>)
-		  </li> 
-    	<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">
-      		Target Management Use-Case Document</a> 
-      		to understand what scenarios we want to cover with our project.</li>
-		<li><a href="/tm/development/plan.php">
-			Target Management Project Planning</a> 
-			to understand what features and releases are coming next.</li>
-		</ul>
-	  </div>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>				
-				<li><a href="/tm/tutorial/index.php"
-					target="_self">TM Getting Started</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://live.eclipse.org/node/229">TM Webinar</a>
-				    </li>
-				<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-				    TM 3.0 Release Review Slides</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<li><a href="/tm/development/plan.php"
-					target="_self">TM Project Plan</a></li>
-			</ul>
-		</div>
-
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/apiscan/3.2_nonapi_use/TM-NonAPI-Use.launch b/apiscan/3.2_nonapi_use/TM-NonAPI-Use.launch
deleted file mode 100644
index 4d2555d1ea752206d73bf821d63747a03148a332..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/TM-NonAPI-Use.launch
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.pde.api.tools.usescan">
-<listAttribute key="org.eclipse.pde.api.tools.ui.API_PATTERNS_LIST">
-<listEntry value=".*\.provisional.*"/>
-<listEntry value="org\.eclipse\.(rse|tm|dstore).*"/>
-</listAttribute>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.BASELINE_NAME" value="TM 3.2"/>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.DESCRIPTION" value="Target Management 3.2 Report on Illegal API Use"/>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.INSTALL_PATH" value=""/>
-<intAttribute key="org.eclipse.pde.api.tools.ui.SEARCH_MODIFIERS" value="126"/>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.SEARCH_SCOPE" value="org\.eclipse\.(rse|tm|dstore).*"/>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.TARGET_HANDLE" value="local:1257515977343.target"/>
-<intAttribute key="org.eclipse.pde.api.tools.ui.TARGET_KIND" value="2"/>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.TARGET_SCOPE" value="org\.eclipse.*"/>
-<stringAttribute key="org.eclipse.pde.api.tools.ui.XML_PATH" value="d:/tmp/tm_helios_nonapi_use"/>
-</launchConfiguration>
diff --git a/apiscan/3.2_nonapi_use/html/index.html b/apiscan/3.2_nonapi_use/html/index.html
deleted file mode 100644
index 33b9381ce50e85e42f2e161330a4655b4b47de97..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/index.html
+++ /dev/null
@@ -1,233 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="The root index page for the entire API use scan"><title>Bundle usage information</title>
-</head>
-<body>
-<h3>Bundle usage information</h3>
-<h4>Scan Details</h4>
-<table border="0px" title="Scan Details"width="50%"><tr>
-<td width="14%">Date of the Scan:</td>
-<td width="36%">Jun 11, 2010 7:20:45 PM</td>
-</tr>
-<tr>
-<td width="14%">Description:</td>
-<td width="36%">Target Management 3.2 Report on Illegal API Use</td>
-</tr>
-<tr>
-<td width="14%">Includes API References:</td>
-<td width="36%">false</td>
-</tr>
-<tr>
-<td width="14%">Includes Internal References:</td>
-<td width="36%">true</td>
-</tr>
-<tr>
-<td width="14%">Includes Illegal Use:</td>
-<td width="36%">true</td>
-</tr>
-<tr>
-<td width="14%">Baseline Location:</td>
-<td width="36%">D:\Eclipse\tm_3.2_baseline\eclipse\plugins</td>
-</tr>
-<tr>
-<td width="14%">Scope Pattern:</td>
-<td width="36%">org\.eclipse.*</td>
-</tr>
-<tr>
-<td width="14%">Reference Pattern:</td>
-<td width="36%">org\.eclipse\.(rse|tm|dstore).*</td>
-</tr>
-<tr>
-<td width="14%">Report Location:</td>
-<td width="36%">d:\tmp\tm_helios_nonapi_use\xml</td>
-</tr>
-<tr>
-<td width="14%">API Patterns:</td>
-<td width="36%">[Ljava.lang.String;@1bd69ad.*\.provisional.*<br>org\.eclipse\.(rse|tm|dstore).*<br></td>
-</tr>
-<tr>
-<td width="14%">Internal Patterns:</td>
-<td width="36%">None</td>
-</tr>
-<tr>
-<td width="14%">Archive Patterns:</td>
-<td width="36%">None</td>
-</tr>
-<tr>
-<td width="14%">From Filter Patterns:</td>
-<td width="36%">None</td>
-</tr>
-<tr>
-<td width="14%">To Filter Patterns:</td>
-<td width="36%">None</td>
-</tr>
-</table>
-<h4>Additional Bundle Information</h4>
-<p>Bundles that were <a href="./not_searched.html">not searched</a></p>
-<p>References to or from an in-lined Java element will not be reported.</p>
-<p><table width="20%" border="1"><tr>
-<td width="25px" bgcolor="#F2C3C3">
-&nbsp;</td>
-<td width="82%">Marks internal references</td>
-</tr>
-<tr>
-<td width="25px" bgcolor="#E0E0E0">
-&nbsp;</td>
-<td width="82%">Marks illegal use references</td>
-</tr>
-</table>
-</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" align="center" width="20%" title="The version or version range of the bundle""><b>Version</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.compare (3.5.100.I20100526-0800)/index.html">org.eclipse.compare</a></b></td>
-	<td align="left">3.5.100.I20100526-0800</td>
-	<td align="center">0</td>
-	<td align="center">18</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.core.resources (3.6.0.v20100526-0737)/index.html">org.eclipse.core.resources</a></b></td>
-	<td align="left">3.6.0.v20100526-0737</td>
-	<td align="center">0</td>
-	<td align="center">8</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.debug.core (3.6.0.v20100519)/index.html">org.eclipse.debug.core</a></b></td>
-	<td align="left">3.6.0.v20100519</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.dstore.core (3.2.0.v201006030345)/index.html">org.eclipse.dstore.core</a></b></td>
-	<td align="left">3.2.0.v201006030345</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.jface (3.6.0.I20100601-0800)/index.html">org.eclipse.jface</a></b></td>
-	<td align="left">3.6.0.I20100601-0800</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">6</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.core (3.1.100.v201003151933)/index.html">org.eclipse.rse.core</a></b></td>
-	<td align="left">3.1.100.v201003151933</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">8</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.services (3.2.0.v201006041352)/index.html">org.eclipse.rse.services</a></b></td>
-	<td align="left">3.2.0.v201006041352</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">4</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/index.html">org.eclipse.rse.subsystems.files.core</a></b></td>
-	<td align="left">3.2.0.v201005221100</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.ui (3.1.100.v201005282245)/index.html">org.eclipse.rse.ui</a></b></td>
-	<td align="left">3.1.100.v201005282245</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">3</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.search (3.6.0.v20100520-0800)/index.html">org.eclipse.search</a></b></td>
-	<td align="left">3.6.0.v20100520-0800</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/index.html">org.eclipse.swt.win32.win32.x86</a></b></td>
-	<td align="left">3.6.0.v3650b</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.team.core (3.5.100.I20100527-0800)/index.html">org.eclipse.team.core</a></b></td>
-	<td align="left">3.5.100.I20100527-0800</td>
-	<td align="center">0</td>
-	<td align="center">3</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.team.ui (3.5.100.I20100527-0800)/index.html">org.eclipse.team.ui</a></b></td>
-	<td align="left">3.5.100.I20100527-0800</td>
-	<td align="center">0</td>
-	<td align="center">7</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.ide (3.6.0.I20100601-0800)/index.html">org.eclipse.ui.ide</a></b></td>
-	<td align="left">3.6.0.I20100601-0800</td>
-	<td align="center">0</td>
-	<td align="center">29</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.workbench (3.6.0.I20100603-1100)/index.html">org.eclipse.ui.workbench</a></b></td>
-	<td align="left">3.6.0.I20100603-1100</td>
-	<td align="center">0</td>
-	<td align="center">13</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-</body>
-</html>
diff --git a/apiscan/3.2_nonapi_use/html/meta.html b/apiscan/3.2_nonapi_use/html/meta.html
deleted file mode 100644
index 0dbb76e1003cb9905906e3eb2f7037ecea26d0cb..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/meta.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Use Scan Information</title>
-</head>
-<body>
-<h3>Use Scan Information</h3>
-<h4>Scan Details</h4>
-<table border="0px" title="Scan Details"width="50%"><tr>
-<td width="14%">Date of the Scan:</td>
-<td width="36%">Jun 11, 2010 7:20:45 PM</td>
-</tr>
-<tr>
-<td width="14%">Description:</td>
-<td width="36%">Target Management 3.2 Report on Illegal API Use</td>
-</tr>
-<tr>
-<td width="14%">Includes API References:</td>
-<td width="36%">false</td>
-</tr>
-<tr>
-<td width="14%">Includes Internal References:</td>
-<td width="36%">true</td>
-</tr>
-<tr>
-<td width="14%">Includes Illegal Use:</td>
-<td width="36%">true</td>
-</tr>
-<tr>
-<td width="14%">Baseline Location:</td>
-<td width="36%">D:\Eclipse\tm_3.2_baseline\eclipse\plugins</td>
-</tr>
-<tr>
-<td width="14%">Scope Pattern:</td>
-<td width="36%">org\.eclipse.*</td>
-</tr>
-<tr>
-<td width="14%">Reference Pattern:</td>
-<td width="36%">org\.eclipse\.(rse|tm|dstore).*</td>
-</tr>
-<tr>
-<td width="14%">Report Location:</td>
-<td width="36%">d:\tmp\tm_helios_nonapi_use\xml</td>
-</tr>
-<tr>
-<td width="14%">API Patterns:</td>
-<td width="36%">[Ljava.lang.String;@1bd69ad.*\.provisional.*<br>org\.eclipse\.(rse|tm|dstore).*<br></td>
-</tr>
-<tr>
-<td width="14%">Internal Patterns:</td>
-<td width="36%">None</td>
-</tr>
-<tr>
-<td width="14%">Archive Patterns:</td>
-<td width="36%">None</td>
-</tr>
-<tr>
-<td width="14%">From Filter Patterns:</td>
-<td width="36%">None</td>
-</tr>
-<tr>
-<td width="14%">To Filter Patterns:</td>
-<td width="36%">None</td>
-</tr>
-</table>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/missing.html b/apiscan/3.2_nonapi_use/html/missing.html
deleted file mode 100644
index 36aae1d359aa317c67a289fde958ce87a6a77dd9..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/missing.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Missing Required Bundles</title>
-</head>
-<body>
-<h3>Missing Required Bundles</h3>
-No required bundles are missing.<br></table>
-<br><a href="not_searched.html">Back to not-searched bundle index</a>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/not_searched.html b/apiscan/3.2_nonapi_use/html/not_searched.html
deleted file mode 100644
index 3970a8c0e1ec71a11b7cfe4c6aaf9b8fd950b60a..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/not_searched.html
+++ /dev/null
@@ -1,3929 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>List of bundles that were not searched</title>
-<style type="text/css">
-			.main{		font-family:Arial, Helvetica, sans-serif;}
-			.main h3 {	font-family:Arial, Helvetica, sans-serif;
-						background-color:#FFFFFF;
-						font-size:14px;
-						margin:0.1em;}
-			.main h4 { 	background-color:#CCCCCC;
-						margin:0.15em;}
-			a.typeslnk{	font-family:Arial, Helvetica, sans-serif;
-					   	text-decoration:none;
-					   	margin-left:0.25em;}
-			a.typeslnk:hover{text-decoration:underline;}
-			.types{	display:none;
-					margin-bottom:0.25em;
-					margin-top:0.25em;
-					margin-right:0.25em;
-				   	margin-left:0.75em;} 
-		</style>
-<script type="text/javascript">
-			function expand(location){
-			   if(document.getElementById){
-				  var childhtml = location.firstChild;
-				  if(!childhtml.innerHTML) {
-				  	childhtml = childhtml.nextSibling;
-				  }
-				  childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-				  var parent = location.parentNode.parentNode;
-				  childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-				  childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-				}
-			}  
-		</script>
-<noscript>
-<style type="text/css">
-				.types{display:block;}
-				.kinds{display:block;}
-			</style>
-</noscript>
-</head>
-<body>
-<h3>
-			Bundles that were not searched
-		</h3>
-<p>
-					A summary of the missing required bundles is <a href="missing.html">available here</a>.
-				</p>
-<p>
-					Click an entry in the table below to reveal the details of why it was not searched.
-				</p>
-<div align="left" class="main">
-<table border="1" width="60%">
-<tr bgcolor="#E0C040">
-<td><b>Skipped Bundles</b></td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>ch.qos.logback.classic (0.9.19.v20100519-1505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>ch.qos.logback.core (0.9.19.v20100419-1216)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>ch.qos.logback.slf4j (0.9.19.v20100519-1910)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>com.ibm.icu (4.2.1.v20100412)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>com.jcraft.jsch (0.1.41.v200903070017)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>J2SE-1.5 (J2SE-1.5)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>javax.activation (1.1.0.v201005080500)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>javax.mail (1.4.0.v201005080615)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>javax.mail.glassfish (1.4.1.v201005082020)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>javax.servlet (2.5.0.v200910301333)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>javax.servlet.jsp (2.0.0.v200806031607)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.ant (1.7.1.v20100518-1145)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.commons.codec (1.3.0.v20100518-1140)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.commons.el (1.0.0.v201004212143)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.commons.httpclient (3.1.0.v201005080502)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.commons.logging (1.0.4.v201005080501)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.commons.net (2.0.0.v200905272248)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.jasper (5.5.17.v201004212143)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.lucene (1.9.1.v20100518-1140)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.apache.lucene.analysis (1.9.1.v20100518-1140)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ant.core (3.2.200.v20100427)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ant.optional.junit (3.2.200)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.core (5.2.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.core.win32 (5.2.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.debug.core (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.debug.mi.core (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.debug.mi.ui (6.1.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.debug.ui (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.doc.user (5.1.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.dsf (2.1.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.dsf.gdb (3.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.dsf.gdb.ui (2.1.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.dsf.ui (2.1.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.gdb (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.gdb.ui (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.launch (6.1.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.make.core (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.make.ui (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.managedbuilder.core (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.managedbuilder.gnu.ui (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.managedbuilder.ui (7.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.p2 (1.0.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.cdt.ui (5.2.0.201006071606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.compare (3.5.100.I20100526-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.compare.core (3.5.100.I20100526-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.compare.win32 (1.0.100.I20100505-1245)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.boot (3.1.200.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.commands (3.6.0.I20100512-1500)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.contenttype (3.4.100.v20100505-1235)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.databinding (1.3.100.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.databinding.beans (1.2.100.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.databinding.observable (1.3.0.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.databinding.property (1.3.0.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.expressions (3.4.200.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.externaltools (1.0.0.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.filebuffers (3.5.100.v20100520-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.filesystem (1.3.0.v20100526-0737)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.filesystem.win32.x86 (1.1.200.v20100505-1235)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.jobs (3.5.0.v20100515)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.net (1.2.100.I20100511-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.net.win32.x86 (1.0.100.I20100511-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.resources (3.6.0.v20100526-0737)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.resources.win32.x86 (3.5.100.v20100505-1345)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.runtime (3.6.0.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.runtime.compatibility (3.2.100.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.runtime.compatibility.auth (3.2.200.v20100517)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.runtime.compatibility.registry (3.3.0.v20100520)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.core.variables (3.2.400.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.debug.core (3.6.0.v20100519)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.debug.ui (3.6.0.v20100601-1530)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf (3.1.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.filetransfer (4.0.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.identity (3.1.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.provider.filetransfer (3.1.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.provider.filetransfer.httpclient (4.0.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ecf.ssl (1.0.0.v20100529-0735)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.common (2.6.0.v20100607-0756)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.common.ui (2.6.0.v20100607-0756)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.ecore (2.6.0.v20100607-0756)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.ecore.change (2.5.0.v20100521-1846)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.ecore.edit (2.6.0.v20100607-0756)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.ecore.xmi (2.5.0.v20100521-1846)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.edit (2.6.0.v20100607-0756)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.emf.edit.ui (2.6.0.v20100607-0756)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.app (1.3.0.v20100512)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.common (3.6.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.concurrent (1.0.100.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.ds (1.2.0.v20100507)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.event (1.2.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.frameworkadmin (2.0.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.frameworkadmin.equinox (1.0.200.v20100505)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.http.jetty (2.0.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.http.registry (1.1.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.http.servlet (1.1.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.jsp.jasper (1.0.200.v20100421)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.jsp.jasper.registry (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.launcher (1.1.0.v20100507)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.launcher.win32.win32.x86 (1.1.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.artifact.repository (1.1.0.v20100513)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.console (1.0.200.v20100601)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.core (2.0.0.v20100510)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.director (2.0.0.v20100525)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.director.app (1.0.200.v20100527)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.directorywatcher (1.0.200.v20100601)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.engine (2.0.0.v20100606)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.extensionlocation (1.2.0.v20100518)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.garbagecollector (1.0.100.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.jarprocessor (1.0.200.v20100503a)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.metadata (2.0.0.v20100601)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.metadata.generator (1.0.200.v20100503a)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.metadata.repository (1.1.0.v20100513)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.operations (2.0.0.v20100510)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.publisher (1.1.0.v20100513)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.ql (2.0.0.v20100503a)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.reconciler.dropins (1.1.0.v20100525)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.repository (2.0.0.v20100519)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.repository.tools (2.0.0.v20100520)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.touchpoint.eclipse (2.0.0.v20100513)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.touchpoint.natives (1.0.200.v20100503a)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.ui (2.0.0.v20100518)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.ui.sdk (1.0.100.v20100513)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.0.v20100507-1815)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.updatechecker (1.1.100.v20100503a)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.p2.updatesite (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.preferences (3.3.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.registry (3.5.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.security (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.security.ui (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.security.win32.x86 (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.simpleconfigurator (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.simpleconfigurator.manipulator (2.0.0.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.equinox.util (1.0.200.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.help (3.5.0.v20100524)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.help.appserver (3.1.400.v20100427)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.help.base (3.5.0.v201006080911)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.help.ui (3.5.0.v20100517)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.help.webapp (3.5.0.v20100507)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.jface (3.6.0.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.jface.databinding (1.4.0.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.jface.text (3.6.0.v20100526-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.jsch.core (1.1.200.I20100505-1245)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.jsch.ui (1.1.300.I20100505-1245)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ltk.core.refactoring (3.5.100.v20100526-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ltk.ui.refactoring (3.5.0.v20100526-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.net4j.jms.api (3.0.0.v20100519-1649)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.osgi (3.6.0.v20100517)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.osgi.services (3.2.100.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.osgi.util (3.2.100.v20100503)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.platform (3.6.0.v201006080911)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.platform.doc.user (3.6.0.v20100608)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.rcp (3.6.0.v201006080911)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.search (3.6.0.v20100520-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.swt (3.6.0.v3650b)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.team.core (3.5.100.I20100527-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.team.ui (3.5.100.I20100527-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.test (3.3.0)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.text (3.5.0.v20100601-1300)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui (3.6.0.I20100603-1100)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.browser (3.3.0.v20100517)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.cheatsheets (3.4.0.v20100427)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.console (3.5.0.v20100526)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.editors (3.6.0.v20100520-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.externaltools (3.2.0.v20100427)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.forms (3.5.0.v20100427)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.ide (3.6.0.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.ide.application (1.0.200.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.intro (3.4.0.v20100427)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.intro.universal (3.2.400.v20100517)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.navigator (3.5.0.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.navigator.resources (3.4.200.I20100601-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.net (1.2.100.I20100505-1245)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.presentations.r21 (3.2.200.I20100517-1500)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.views (3.5.0.I20100527-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.views.properties.tabbed (3.5.100.I20100509-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.win32 (3.2.200.I20100509-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.workbench (3.6.0.I20100603-1100)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.workbench.compatibility (3.2.100.I20100511-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.ui.workbench.texteditor (3.6.0.v20100520-0800)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.update.configurator (3.3.100.v20100512)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.update.core (3.2.400.v20100512)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.update.core.win32 (3.2.200.v20100512)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.update.scheduler (3.2.300.v20100512)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.eclipse.update.ui (3.2.300.v20100512)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.junit (3.8.2.v3_8_2_v20100427-1100)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.mortbay.jetty.server (6.1.23.v201004211559)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.mortbay.jetty.util (6.1.23.v201004211559)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.sat4j.core (2.2.0.v20100429)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.sat4j.pb (2.2.0.v20100429)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-<tr>
-<td>
-<h3>
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)"><span>[+] </span>org.slf4j.api (1.5.11.v20100519-1910)
-											</a></b>
-</h3>
-<div class="types">
-<table border="0" width="100%">
-<tr>
-<td bgcolor="#CCCCCC"><b>Details</b></td>
-</tr>
-<tr align="left">
-<pre>
-<td>This component was excluded from the search by the search parameters.</td>
-</pre>
-</tr>
-</table>
-</div>
-</td>
-</tr>
-</table>
-</div>
-<p>
-<a href="index.html">Back to bundle summary</a>
-</p>
-<p>
-<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Strict" height="31" width="88"></a>
-</p>
-</body>
-</html>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/index.html
deleted file mode 100644
index 0d04b4ef4424095d09817f86f2ac594215d795b4..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/index.html	
+++ /dev/null
@@ -1,127 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.compare (3.5.100.I20100526-0800)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.compare (3.5.100.I20100526-0800)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.compare.internal.BufferedResourceNode.html">org.eclipse.compare.internal.BufferedResourceNode</a></b></td>
-	<td align="center">0</td>
-	<td align="center">10</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.compare.internal.CompareUIPlugin.html">org.eclipse.compare.internal.CompareUIPlugin</a></b></td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.compare.internal.Utilities.html">org.eclipse.compare.internal.Utilities</a></b></td>
-	<td align="center">0</td>
-	<td align="center">6</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.compare.structuremergeviewer.DiffTreeViewer.html">org.eclipse.compare.structuremergeviewer.DiffTreeViewer</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.compare (3.5.100.I20100526-0800)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.files.ui</b></td>
-	<td>3.1.100.v201005221100</td>
-	<td align="center">20</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.BufferedResourceNode.html b/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.BufferedResourceNode.html
deleted file mode 100644
index 6835eb57b7d58d4de8a6a978ac18287e4b00b54f..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.BufferedResourceNode.html	
+++ /dev/null
@@ -1,196 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>BufferedResourceNode usage details</title>
-</head>
-<body>
-<h3>BufferedResourceNode usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.compare.internal.BufferedResourceNode has 10 total references to 3 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.BufferedResourceNode">
-<span>[+] </span>BufferedResourceNode
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CASTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)</td>
-<td align="center">232</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)</td>
-<td align="center">236</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANCEOF</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)</td>
-<td align="center">231</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)</td>
-<td align="center">235</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANTIATION</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)</td>
-<td align="center">114</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)</td>
-<td align="center">118</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.BufferedResourceNode.BufferedResourceNode(org.eclipse.core.resources.IResource) : void">
-<span>[+] </span>BufferedResourceNode(IResource) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CONSTRUCTOR_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)</td>
-<td align="center">114</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)</td>
-<td align="center">118</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.BufferedResourceNode.commit(org.eclipse.core.runtime.IProgressMonitor) : void">
-<span>[+] </span>commit(IProgressMonitor) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)</td>
-<td align="center">232</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)</td>
-<td align="center">236</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.CompareUIPlugin.html b/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.CompareUIPlugin.html
deleted file mode 100644
index e3f97ccaed699e37e49b9148afb63892c68de0f4..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.CompareUIPlugin.html	
+++ /dev/null
@@ -1,124 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>CompareUIPlugin usage details</title>
-</head>
-<body>
-<h3>CompareUIPlugin usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.compare.internal.CompareUIPlugin has 2 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.CompareUIPlugin.getImage(org.eclipse.core.runtime.IAdaptable) : org.eclipse.swt.graphics.Image">
-<span>[+] </span>getImage(IAdaptable) : Image
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)</td>
-<td align="center">228</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.CompareUIPlugin.getShell() : org.eclipse.swt.widgets.Shell">
-<span>[+] </span>getShell() : Shell
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)</td>
-<td align="center">194</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.Utilities.html b/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.Utilities.html
deleted file mode 100644
index e71649dee9a4712400671313346071196a7cf523..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.internal.Utilities.html	
+++ /dev/null
@@ -1,180 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Utilities usage details</title>
-</head>
-<body>
-<h3>Utilities usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.compare.internal.Utilities has 6 total references to 4 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.Utilities.getFormattedString(java.util.ResourceBundle, java.lang.String, java.lang.String) : java.lang.String">
-<span>[+] </span>getFormattedString(ResourceBundle, String, String) : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)</td>
-<td align="center">262</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.Utilities.getString(java.util.ResourceBundle, java.lang.String) : java.lang.String">
-<span>[+] </span>getString(ResourceBundle, String) : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.1.execute(IProgressMonitor)</td>
-<td align="center">283</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)</td>
-<td align="center">209</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)</td>
-<td align="center">192</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.Utilities.getString(java.lang.String) : java.lang.String">
-<span>[+] </span>getString(String) : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.prepareInput(IProgressMonitor)</td>
-<td align="center">163</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.internal.Utilities.readString(java.io.InputStream, java.lang.String) : java.lang.String">
-<span>[+] </span>readString(InputStream, String) : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.updateDocument(IDocument, IStreamContentAccessor)</td>
-<td align="center">308</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.structuremergeviewer.DiffTreeViewer.html b/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.structuremergeviewer.DiffTreeViewer.html
deleted file mode 100644
index abfc7a17c7ec918b2e8e61fc2adc4da6528c265e..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.compare.structuremergeviewer.DiffTreeViewer.html	
+++ /dev/null
@@ -1,106 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>DiffTreeViewer usage details</title>
-</head>
-<body>
-<h3>DiffTreeViewer usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.compare.structuremergeviewer.DiffTreeViewer has 2 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.compare.structuremergeviewer.DiffTreeViewer">
-<span>[+] </span>DiffTreeViewer
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>EXTENDS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.2</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="An anonymous type defined in org.eclipse.rse.files.ui.compare.SystemCompareInput.createDiffViewer(Composite) illegally extends DiffTreeViewer">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.compare.SystemCompareInput.2</td>
-<td align="center">188</td>
-<td align="center"><span class="typeslnk" title="An anonymous type defined in org.eclipse.rse.files.ui.compare.SystemCompareInput.createDiffViewer(Composite) illegally extends DiffTreeViewer">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/index.html
deleted file mode 100644
index a05d5c3b07ae031577a24ca5f6e012047d91bde4..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/index.html	
+++ /dev/null
@@ -1,129 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.core.resources (3.6.0.v20100526-0737)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.core.resources (3.6.0.v20100526-0737)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.core.internal.resources.InternalWorkspaceJob.html">org.eclipse.core.internal.resources.InternalWorkspaceJob</a></b></td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.core.internal.resources.Resource.html">org.eclipse.core.internal.resources.Resource</a></b></td>
-	<td align="center">0</td>
-	<td align="center">4</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.core.internal.utils.UniversalUniqueIdentifier.html">org.eclipse.core.internal.utils.UniversalUniqueIdentifier</a></b></td>
-	<td align="center">0</td>
-	<td align="center">3</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.core.resources (3.6.0.v20100526-0737)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.files.ui</b></td>
-	<td>3.1.100.v201005221100</td>
-	<td align="center">4</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.tests</b></td>
-	<td>3.2.0.v201006050745</td>
-	<td align="center">3</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.ui</b></td>
-	<td>3.1.100.v201005282245</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.resources.InternalWorkspaceJob.html b/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.resources.InternalWorkspaceJob.html
deleted file mode 100644
index f28ec70329d558b6f589e4056363b6c2d581aae7..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.resources.InternalWorkspaceJob.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>InternalWorkspaceJob usage details</title>
-</head>
-<body>
-<h3>InternalWorkspaceJob usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.core.internal.resources.InternalWorkspaceJob has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.core.internal.resources.InternalWorkspaceJob.run(org.eclipse.core.runtime.IProgressMonitor) : org.eclipse.core.runtime.IStatus">
-<span>[+] </span>run(IProgressMonitor) : IStatus
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.view.SystemViewDataDropAdapter.performDrop(Object)</td>
-<td align="center">299</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.resources.Resource.html b/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.resources.Resource.html
deleted file mode 100644
index 027d571dc6b419585ad3c6ed8992119c3325e958..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.resources.Resource.html	
+++ /dev/null
@@ -1,134 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Resource usage details</title>
-</head>
-<body>
-<h3>Resource usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.core.internal.resources.Resource has 4 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.core.internal.resources.Resource">
-<span>[+] </span>Resource
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CASTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.tempFileAvailable(IFile, IRemoteFile)</td>
-<td align="center">204</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.downloadResourceToWorkspace(IRemoteFile, IProgressMonitor)</td>
-<td align="center">1362</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.core.internal.resources.Resource.getPropertyManager() : org.eclipse.core.internal.properties.IPropertyManager">
-<span>[+] </span>getPropertyManager() : IPropertyManager
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.tempFileAvailable(IFile, IRemoteFile)</td>
-<td align="center">204</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.downloadResourceToWorkspace(IRemoteFile, IProgressMonitor)</td>
-<td align="center">1362</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.utils.UniversalUniqueIdentifier.html b/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.utils.UniversalUniqueIdentifier.html
deleted file mode 100644
index 054661e8ccf2c0efa893c1382f5b63d31d8ab4f9..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.core.internal.utils.UniversalUniqueIdentifier.html	
+++ /dev/null
@@ -1,147 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>UniversalUniqueIdentifier usage details</title>
-</head>
-<body>
-<h3>UniversalUniqueIdentifier usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.core.internal.utils.UniversalUniqueIdentifier has 3 total references to 3 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.core.internal.utils.UniversalUniqueIdentifier">
-<span>[+] </span>UniversalUniqueIdentifier
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANTIATION</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.tests.synchronize.SynchronizeTestBase.getUniqueString()</td>
-<td align="center">164</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.core.internal.utils.UniversalUniqueIdentifier.UniversalUniqueIdentifier() : void">
-<span>[+] </span>UniversalUniqueIdentifier() : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CONSTRUCTOR_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.tests.synchronize.SynchronizeTestBase.getUniqueString()</td>
-<td align="center">164</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.core.internal.utils.UniversalUniqueIdentifier.toString() : java.lang.String">
-<span>[+] </span>toString() : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.tests.synchronize.SynchronizeTestBase.getUniqueString()</td>
-<td align="center">164</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.debug.core (3.6.0.v20100519)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.debug.core (3.6.0.v20100519)/index.html
deleted file mode 100644
index 4fb657377c6669ac45e167c09fde2d73ab38ba37..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.debug.core (3.6.0.v20100519)/index.html	
+++ /dev/null
@@ -1,103 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.debug.core (3.6.0.v20100519)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.debug.core (3.6.0.v20100519)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.debug.core.DebugException.html">org.eclipse.debug.core.DebugException</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.debug.core (3.6.0.v20100519)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.tm.tcf.debug</b></td>
-	<td>0.3.0.201006081604</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.debug.core (3.6.0.v20100519)/org.eclipse.debug.core.DebugException.html b/apiscan/3.2_nonapi_use/html/org.eclipse.debug.core (3.6.0.v20100519)/org.eclipse.debug.core.DebugException.html
deleted file mode 100644
index 2fba3015789ccb50ad285ef687f3f7b909edb03e..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.debug.core (3.6.0.v20100519)/org.eclipse.debug.core.DebugException.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>DebugException usage details</title>
-</head>
-<body>
-<h3>DebugException usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.debug.core.DebugException has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.debug.core.DebugException">
-<span>[+] </span>DebugException
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>EXTENDS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.tm.internal.tcf.debug.model.TCFError</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.tm.internal.tcf.debug.model.TCFError illegally extends org.eclipse.debug.core.DebugException">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.dstore.core (3.2.0.v201006030345)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.dstore.core (3.2.0.v201006030345)/index.html
deleted file mode 100644
index 89b00cfe1fe6d78c61928f5d0ad8e442f0452d18..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.dstore.core (3.2.0.v201006030345)/index.html	
+++ /dev/null
@@ -1,103 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.dstore.core (3.2.0.v201006030345)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.dstore.core (3.2.0.v201006030345)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.dstore.core.client.ConnectionStatus.html">org.eclipse.dstore.core.client.ConnectionStatus</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.dstore.core (3.2.0.v201006030345)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.connectorservice.dstore</b></td>
-	<td>3.1.100.v201005281600</td>
-	<td align="center">2</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.dstore.core (3.2.0.v201006030345)/org.eclipse.dstore.core.client.ConnectionStatus.html b/apiscan/3.2_nonapi_use/html/org.eclipse.dstore.core (3.2.0.v201006030345)/org.eclipse.dstore.core.client.ConnectionStatus.html
deleted file mode 100644
index d5f87b12385e150c9b9c5ac75045014c8252947c..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.dstore.core (3.2.0.v201006030345)/org.eclipse.dstore.core.client.ConnectionStatus.html	
+++ /dev/null
@@ -1,106 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ConnectionStatus usage details</title>
-</head>
-<body>
-<h3>ConnectionStatus usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.dstore.core.client.ConnectionStatus has 2 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.dstore.core.client.ConnectionStatus">
-<span>[+] </span>ConnectionStatus
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANTIATION</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.changePassword(ClientConnection, SystemSignonInformation, IServerLauncherProperties, IProgressMonitor, String)</td>
-<td align="center">1493</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService illegally instantiates org.eclipse.dstore.core.client.ConnectionStatus">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.connectWithREXEC(SystemSignonInformation, IRemoteServerLauncher, IProgressMonitor)</td>
-<td align="center">572</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService illegally instantiates org.eclipse.dstore.core.client.ConnectionStatus">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/index.html
deleted file mode 100644
index 63dfe2046564e4add279d47e1492337486a66b72..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/index.html	
+++ /dev/null
@@ -1,116 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.jface (3.6.0.I20100601-0800)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.jface (3.6.0.I20100601-0800)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.jface.viewers.TableViewer.html">org.eclipse.jface.viewers.TableViewer</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.jface.viewers.TreeViewer.html">org.eclipse.jface.viewers.TreeViewer</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">5</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.jface (3.6.0.I20100601-0800)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.ui</b></td>
-	<td>3.1.100.v201005282245</td>
-	<td align="center">5</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.useractions</b></td>
-	<td>1.1.100.v200905272300</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.jface.viewers.TableViewer.html b/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.jface.viewers.TableViewer.html
deleted file mode 100644
index 90370fdf3779220260c5c3334b3ccfed5c87d5fb..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.jface.viewers.TableViewer.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>TableViewer usage details</title>
-</head>
-<body>
-<h3>TableViewer usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.jface.viewers.TableViewer has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.jface.viewers.TableViewer">
-<span>[+] </span>TableViewer
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>EXTENDS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.ui.view.SystemTableView</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.ui.view.SystemTableView illegally extends org.eclipse.jface.viewers.TableViewer">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.jface.viewers.TreeViewer.html b/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.jface.viewers.TreeViewer.html
deleted file mode 100644
index 07d24d4f0cdc0fbac1aab7353fc12c1440192b11..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.jface.viewers.TreeViewer.html	
+++ /dev/null
@@ -1,121 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>TreeViewer usage details</title>
-</head>
-<body>
-<h3>TreeViewer usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.jface.viewers.TreeViewer has 5 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.jface.viewers.TreeViewer">
-<span>[+] </span>TreeViewer
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>EXTENDS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.filters.SystemFilterWorkWithFilterPoolsTreeViewer</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.ui.filters.SystemFilterWorkWithFilterPoolsTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.view.SafeTreeViewer</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.ui.view.SafeTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.view.SystemTableTreeView</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.ui.view.SystemTableTreeView illegally extends org.eclipse.jface.viewers.TreeViewer">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.view.team.SystemTeamView</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.ui.view.team.SystemTeamView illegally extends org.eclipse.jface.viewers.TreeViewer">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.useractions.ui.uda.SystemUDBaseTreeView</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.useractions.ui.uda.SystemUDBaseTreeView illegally extends org.eclipse.jface.viewers.TreeViewer">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/index.html
deleted file mode 100644
index 1026f9008d51668ee8a0bf945190843d44be8a29..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/index.html	
+++ /dev/null
@@ -1,145 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.rse.core (3.1.100.v201003151933)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.rse.core (3.1.100.v201003151933)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider.html">org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.core.model.IRSEModelObject.html">org.eclipse.rse.core.model.IRSEModelObject</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.core.model.ISystemContentsType.html">org.eclipse.rse.core.model.ISystemContentsType</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">3</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.core.subsystems.ISubSystem.html">org.eclipse.rse.core.subsystems.ISubSystem</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.core.subsystems.ISubSystemConfiguration.html">org.eclipse.rse.core.subsystems.ISubSystemConfiguration</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.rse.core (3.1.100.v201003151933)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.subsystems.files.core</b></td>
-	<td>3.2.0.v201005221100</td>
-	<td align="center">3</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.ui</b></td>
-	<td>3.1.100.v201005282245</td>
-	<td align="center">3</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.useractions</b></td>
-	<td>1.1.100.v200905272300</td>
-	<td align="center">2</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider.html
deleted file mode 100644
index 8c23526e156eb93cee6a777d8ba054937abd74c9..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ISystemFilterPoolReferenceManagerProvider usage details</title>
-</head>
-<body>
-<h3>ISystemFilterPoolReferenceManagerProvider usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider">
-<span>[+] </span>ISystemFilterPoolReferenceManagerProvider
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.core.subsystems.SubSystem</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.core.subsystems.SubSystem illegally implements org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.model.IRSEModelObject.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.model.IRSEModelObject.html
deleted file mode 100644
index 78cd8f8a9297bc3d3d987abf741f26c1533c8f0a..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.model.IRSEModelObject.html	
+++ /dev/null
@@ -1,106 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>IRSEModelObject usage details</title>
-</head>
-<body>
-<h3>IRSEModelObject usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.core.model.IRSEModelObject has 2 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.core.model.IRSEModelObject">
-<span>[+] </span>IRSEModelObject
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>EXTENDS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.useractions.IUserActionModel</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.useractions.IUserActionModel illegally extends org.eclipse.rse.core.model.IRSEModelObject">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.useractions.IUserActionContext</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.useractions.IUserActionContext illegally extends org.eclipse.rse.core.model.IRSEModelObject">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.model.ISystemContentsType.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.model.ISystemContentsType.html
deleted file mode 100644
index 5f2f684e64f1d64dc93fb35de96757d9d91797d4..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.model.ISystemContentsType.html	
+++ /dev/null
@@ -1,111 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ISystemContentsType usage details</title>
-</head>
-<body>
-<h3>ISystemContentsType usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.core.model.ISystemContentsType has 3 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.core.model.ISystemContentsType">
-<span>[+] </span>ISystemContentsType
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.subsystems.files.core.subsystems.RemoteFolderChildrenContentsType</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFolderChildrenContentsType illegally implements org.eclipse.rse.core.model.ISystemContentsType">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileChildrenContentsType</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileChildrenContentsType illegally implements org.eclipse.rse.core.model.ISystemContentsType">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultsContentsType</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultsContentsType illegally implements org.eclipse.rse.core.model.ISystemContentsType">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.subsystems.ISubSystem.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.subsystems.ISubSystem.html
deleted file mode 100644
index bc1020810c8dc28b9a5fff48276888d93ffe04ee..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.subsystems.ISubSystem.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ISubSystem usage details</title>
-</head>
-<body>
-<h3>ISubSystem usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.core.subsystems.ISubSystem has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.core.subsystems.ISubSystem">
-<span>[+] </span>ISubSystem
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.core.subsystems.SubSystem</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.core.subsystems.SubSystem illegally implements org.eclipse.rse.core.subsystems.ISubSystem">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.subsystems.ISubSystemConfiguration.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.subsystems.ISubSystemConfiguration.html
deleted file mode 100644
index 7ced66b8a14b20022cf37e60e31efb87ead1ccc3..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.core.subsystems.ISubSystemConfiguration.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ISubSystemConfiguration usage details</title>
-</head>
-<body>
-<h3>ISubSystemConfiguration usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.core.subsystems.ISubSystemConfiguration has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.core.subsystems.ISubSystemConfiguration">
-<span>[+] </span>ISubSystemConfiguration
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.core.subsystems.SubSystemConfiguration</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.core.subsystems.SubSystemConfiguration illegally implements org.eclipse.rse.core.subsystems.ISubSystemConfiguration">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/index.html
deleted file mode 100644
index 02f51535c5e2f586e4162c864dd91b2176b9c3ad..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/index.html	
+++ /dev/null
@@ -1,132 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.rse.services (3.2.0.v201006041352)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.rse.services (3.2.0.v201006041352)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.services.files.IFileService.html">org.eclipse.rse.services.files.IFileService</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.services.processes.IProcessService.html">org.eclipse.rse.services.processes.IProcessService</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.services.search.ISearchService.html">org.eclipse.rse.services.search.ISearchService</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.services.shells.IShellService.html">org.eclipse.rse.services.shells.IShellService</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.rse.services (3.2.0.v201006041352)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.services.dstore</b></td>
-	<td>3.1.100.v201005200200</td>
-	<td align="center">3</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.tm.tcf.rse</b></td>
-	<td>0.3.0.201006081604</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.files.IFileService.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.files.IFileService.html
deleted file mode 100644
index bd56ad0919eb45692f238a89a27993f262156c5a..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.files.IFileService.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>IFileService usage details</title>
-</head>
-<body>
-<h3>IFileService usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.services.files.IFileService has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.services.files.IFileService">
-<span>[+] </span>IFileService
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.services.dstore.files.DStoreFileService</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.services.dstore.files.DStoreFileService illegally implements org.eclipse.rse.services.files.IFileService">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.processes.IProcessService.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.processes.IProcessService.html
deleted file mode 100644
index 890ca594721a987018547ae8462d74a823f25bf8..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.processes.IProcessService.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>IProcessService usage details</title>
-</head>
-<body>
-<h3>IProcessService usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.services.processes.IProcessService has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.services.processes.IProcessService">
-<span>[+] </span>IProcessService
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.tm.internal.tcf.rse.processes.TCFProcessService</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.tm.internal.tcf.rse.processes.TCFProcessService illegally implements org.eclipse.rse.services.processes.IProcessService">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.search.ISearchService.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.search.ISearchService.html
deleted file mode 100644
index 12ad02e9952a78570b7489151aa2e07f5e036f55..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.search.ISearchService.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ISearchService usage details</title>
-</head>
-<body>
-<h3>ISearchService usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.services.search.ISearchService has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.services.search.ISearchService">
-<span>[+] </span>ISearchService
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.services.dstore.search.DStoreSearchService</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.services.dstore.search.DStoreSearchService illegally implements org.eclipse.rse.services.search.ISearchService">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.shells.IShellService.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.shells.IShellService.html
deleted file mode 100644
index cf8b21b3aede4a074c16ecab8ad49fb2b5835792..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.shells.IShellService.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>IShellService usage details</title>
-</head>
-<body>
-<h3>IShellService usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.services.shells.IShellService has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.services.shells.IShellService">
-<span>[+] </span>IShellService
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.services.dstore.shells.DStoreShellService</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.services.dstore.shells.DStoreShellService illegally implements org.eclipse.rse.services.shells.IShellService">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/index.html
deleted file mode 100644
index 2bbbc9a2e22d772253c4af4f7ed9f1e8ef1645db..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/index.html	
+++ /dev/null
@@ -1,108 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile.html">org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.subsystems.files.dstore</b></td>
-	<td>2.1.100.v200905272300</td>
-	<td align="center">1</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.subsystems.files.local</b></td>
-	<td>2.1.101.v200907301400</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile.html
deleted file mode 100644
index 59419d4267b9ed4bec29ce800ad05bebf7b5a612..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile.html	
+++ /dev/null
@@ -1,106 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>IVirtualRemoteFile usage details</title>
-</head>
-<body>
-<h3>IVirtualRemoteFile usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile has 2 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile">
-<span>[+] </span>IVirtualRemoteFile
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.subsystems.files.dstore.DStoreVirtualFile</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.subsystems.files.dstore.DStoreVirtualFile illegally implements org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile via org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.subsystems.files.local.model.LocalVirtualFile</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.subsystems.files.local.model.LocalVirtualFile illegally implements org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile via org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.ui (3.1.100.v201005282245)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.ui (3.1.100.v201005282245)/index.html
deleted file mode 100644
index af45468bc43863c6eae49cba6a9fdb13c7ee5e27..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.ui (3.1.100.v201005282245)/index.html	
+++ /dev/null
@@ -1,108 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.rse.ui (3.1.100.v201005282245)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.rse.ui (3.1.100.v201005282245)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.rse.ui.view.AbstractSystemViewAdapter.html">org.eclipse.rse.ui.view.AbstractSystemViewAdapter</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">3</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.rse.ui (3.1.100.v201005282245)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.files.ui</b></td>
-	<td>3.1.100.v201005221100</td>
-	<td align="center">2</td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.shells.ui</b></td>
-	<td>3.0.200.v201006041352</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.ui.view.AbstractSystemViewAdapter.html b/apiscan/3.2_nonapi_use/html/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.ui.view.AbstractSystemViewAdapter.html
deleted file mode 100644
index d676acd4bc7a9056618b420fb243288f1b150c0b..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.ui.view.AbstractSystemViewAdapter.html	
+++ /dev/null
@@ -1,111 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>AbstractSystemViewAdapter usage details</title>
-</head>
-<body>
-<h3>AbstractSystemViewAdapter usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.rse.ui.view.AbstractSystemViewAdapter has 3 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors() : org.eclipse.ui.views.properties.IPropertyDescriptor[]">
-<span>[+] </span>getUniquePropertyDescriptors() : IPropertyDescriptor[]
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>OVERRIDE</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.view.SystemViewRemoteSearchResultAdapter.getUniquePropertyDescriptors()</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteSearchResultAdapter.getUniquePropertyDescriptors() illegally overrides org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.view.SystemViewRemoteFileAdapter.getUniquePropertyDescriptors()</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteFileAdapter.getUniquePropertyDescriptors() illegally overrides org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()">ILLEGAL_API</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.shells.ui.view.SystemViewRemoteOutputAdapter.getUniquePropertyDescriptors()</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.shells.ui.view.SystemViewRemoteOutputAdapter.getUniquePropertyDescriptors() illegally overrides org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.search (3.6.0.v20100520-0800)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.search (3.6.0.v20100520-0800)/index.html
deleted file mode 100644
index 77865b83788a5c1460c348f1d5173e9caf84fdcd..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.search (3.6.0.v20100520-0800)/index.html	
+++ /dev/null
@@ -1,103 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.search (3.6.0.v20100520-0800)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.search (3.6.0.v20100520-0800)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.search.internal.ui.SearchMessages.html">org.eclipse.search.internal.ui.SearchMessages</a></b></td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.search (3.6.0.v20100520-0800)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.files.ui</b></td>
-	<td>3.1.100.v201005221100</td>
-	<td align="center">2</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.search (3.6.0.v20100520-0800)/org.eclipse.search.internal.ui.SearchMessages.html b/apiscan/3.2_nonapi_use/html/org.eclipse.search (3.6.0.v20100520-0800)/org.eclipse.search.internal.ui.SearchMessages.html
deleted file mode 100644
index f305a513336073e4bcd0ec51406d5959d157fd3b..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.search (3.6.0.v20100520-0800)/org.eclipse.search.internal.ui.SearchMessages.html	
+++ /dev/null
@@ -1,124 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>SearchMessages usage details</title>
-</head>
-<body>
-<h3>SearchMessages usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.search.internal.ui.SearchMessages has 2 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.search.internal.ui.SearchMessages.SearchDialog_customize">
-<span>[+] </span>SearchDialog_customize
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>GETS_STATIC_FIELD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.search.SystemSearchPage.createControl(Composite)</td>
-<td align="center">1100</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.search.internal.ui.SearchMessages.SearchDialog_searchAction">
-<span>[+] </span>SearchDialog_searchAction
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>GETS_STATIC_FIELD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.search.SystemSearchPage.createControl(Composite)</td>
-<td align="center">1101</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/index.html
deleted file mode 100644
index 4b8f69681e6c9f67a35745fbf750778ac179ce2b..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/index.html	
+++ /dev/null
@@ -1,103 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#E0E0E0">
-	<td><b><a href="./org.eclipse.swt.widgets.TypedListener.html">org.eclipse.swt.widgets.TypedListener</a></b></td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#E0E0E0">
-	<td><b>org.eclipse.rse.ui</b></td>
-	<td>3.1.100.v201005282245</td>
-	<td align="center">1</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/org.eclipse.swt.widgets.TypedListener.html b/apiscan/3.2_nonapi_use/html/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/org.eclipse.swt.widgets.TypedListener.html
deleted file mode 100644
index 4bd2ed9a78b7ed7ba279db3c399cc91b011f9393..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/org.eclipse.swt.widgets.TypedListener.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>TypedListener usage details</title>
-</head>
-<body>
-<h3>TypedListener usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.swt.widgets.TypedListener has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.swt.widgets.TypedListener.TypedListener(org.eclipse.swt.internal.SWTEventListener) : void">
-<span>[+] </span>TypedListener(SWTEventListener) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CONSTRUCTOR_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.ui.widgets.InheritControl.addSelectionListener(SelectionListener)</td>
-<td align="center">120</td>
-<td align="center"><span class="typeslnk" title="org.eclipse.rse.ui.widgets.InheritControl illegally references constructor org.eclipse.swt.widgets.TypedListener">ILLEGAL_API</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.team.core (3.5.100.I20100527-0800)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.team.core (3.5.100.I20100527-0800)/index.html
deleted file mode 100644
index 5ff6ebdef46fea847b836c989a2a4310720b3a25..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.team.core (3.5.100.I20100527-0800)/index.html	
+++ /dev/null
@@ -1,103 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.team.core (3.5.100.I20100527-0800)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.team.core (3.5.100.I20100527-0800)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.team.internal.core.mapping.LocalResourceVariant.html">org.eclipse.team.internal.core.mapping.LocalResourceVariant</a></b></td>
-	<td align="center">0</td>
-	<td align="center">3</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.team.core (3.5.100.I20100527-0800)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.importexport</b></td>
-	<td>1.2.100.v201003010830</td>
-	<td align="center">3</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.team.internal.core.mapping.LocalResourceVariant.html b/apiscan/3.2_nonapi_use/html/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.team.internal.core.mapping.LocalResourceVariant.html
deleted file mode 100644
index a5968d7d63845d746f487e845d2455402e7e2b17..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.team.internal.core.mapping.LocalResourceVariant.html	
+++ /dev/null
@@ -1,136 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>LocalResourceVariant usage details</title>
-</head>
-<body>
-<h3>LocalResourceVariant usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.team.internal.core.mapping.LocalResourceVariant has 3 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.core.mapping.LocalResourceVariant">
-<span>[+] </span>LocalResourceVariant
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANCEOF</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.RSEResourceVariantComparator.compare(IResource, IResourceVariant)</td>
-<td align="center">73</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANTIATION</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.subscriber.FileSystemSubscriber.getSyncInfo(IResource, IResourceVariant, IResourceVariant)</td>
-<td align="center">188</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.core.mapping.LocalResourceVariant.LocalResourceVariant(org.eclipse.core.resources.IResource) : void">
-<span>[+] </span>LocalResourceVariant(IResource) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CONSTRUCTOR_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.subscriber.FileSystemSubscriber.getSyncInfo(IResource, IResourceVariant, IResourceVariant)</td>
-<td align="center">188</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/index.html
deleted file mode 100644
index 4a81a380c3a0f0d02442d7051989e5347a72cc00..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/index.html	
+++ /dev/null
@@ -1,119 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.team.ui (3.5.100.I20100527-0800)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.team.ui (3.5.100.I20100527-0800)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.team.internal.ui.TeamUIMessages.html">org.eclipse.team.internal.ui.TeamUIMessages</a></b></td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.team.internal.ui.TeamUIPlugin.html">org.eclipse.team.internal.ui.TeamUIPlugin</a></b></td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.team.internal.ui.Utils.html">org.eclipse.team.internal.ui.Utils</a></b></td>
-	<td align="center">0</td>
-	<td align="center">4</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.team.ui (3.5.100.I20100527-0800)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.importexport</b></td>
-	<td>1.2.100.v201003010830</td>
-	<td align="center">7</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.TeamUIMessages.html b/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.TeamUIMessages.html
deleted file mode 100644
index f862207248fe4e288ef6f60bf8fce50e639def2c..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.TeamUIMessages.html	
+++ /dev/null
@@ -1,124 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>TeamUIMessages usage details</title>
-</head>
-<body>
-<h3>TeamUIMessages usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.team.internal.ui.TeamUIMessages has 2 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.ui.TeamUIMessages.ModelMergeOperation_0">
-<span>[+] </span>ModelMergeOperation_0
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>GETS_STATIC_FIELD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.MergeOperation.1.1.run()</td>
-<td align="center">85</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.ui.TeamUIMessages.ModelMergeOperation_1">
-<span>[+] </span>ModelMergeOperation_1
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>GETS_STATIC_FIELD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.MergeOperation.1.1.run()</td>
-<td align="center">85</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.TeamUIPlugin.html b/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.TeamUIPlugin.html
deleted file mode 100644
index dbe0d8f532ba6aed7fa65f737122e5b7a4ae2003..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.TeamUIPlugin.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>TeamUIPlugin usage details</title>
-</head>
-<body>
-<h3>TeamUIPlugin usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.team.internal.ui.TeamUIPlugin has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.ui.TeamUIPlugin.log(org.eclipse.core.runtime.CoreException) : void">
-<span>[+] </span>log(CoreException) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.FileSystemSynchronizeParticipant.FileSystemSynchronizeParticipant(SynchronizationContext)</td>
-<td align="center">241</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.Utils.html b/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.Utils.html
deleted file mode 100644
index 582c2951a67089348cccbd999963d732eae87fd7..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.team.internal.ui.Utils.html	
+++ /dev/null
@@ -1,134 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Utils usage details</title>
-</head>
-<body>
-<h3>Utils usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.team.internal.ui.Utils has 4 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.ui.Utils.getResource(java.lang.Object) : org.eclipse.core.resources.IResource">
-<span>[+] </span>getResource(Object) : IResource
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.FileSystemSynchronizeParticipant.FileSystemParticipantActionGroup.fillContextMenu(IMenuManager)</td>
-<td align="center">157</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.team.internal.ui.Utils.getResourceMapping(java.lang.Object) : org.eclipse.core.resources.mapping.ResourceMapping">
-<span>[+] </span>getResourceMapping(Object) : ResourceMapping
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.ModelMergeAction.getResourceMappings(IStructuredSelection)</td>
-<td align="center">56</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.ModelPutAction.getResourceMappings(IStructuredSelection)</td>
-<td align="center">55</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.synchronize.filesystem.ui.ModelGetAction.getResourceMappings(IStructuredSelection)</td>
-<td align="center">52</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/index.html
deleted file mode 100644
index 37603013175fb902b5364eb566613bda9d19b13a..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/index.html	
+++ /dev/null
@@ -1,116 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.ui.ide (3.6.0.I20100601-0800)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.ui.ide (3.6.0.I20100601-0800)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.ide.dialogs.IElementFilter.html">org.eclipse.ui.internal.ide.dialogs.IElementFilter</a></b></td>
-	<td align="center">0</td>
-	<td align="center">8</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.html">org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup</a></b></td>
-	<td align="center">0</td>
-	<td align="center">21</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.ui.ide (3.6.0.I20100601-0800)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.files.ui</b></td>
-	<td>3.1.100.v201005221100</td>
-	<td align="center">14</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.importexport</b></td>
-	<td>1.2.100.v201003010830</td>
-	<td align="center">15</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.ui.internal.ide.dialogs.IElementFilter.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.ui.internal.ide.dialogs.IElementFilter.html
deleted file mode 100644
index 08118698f36a04f20b897fa0bbc2a9080c73cd54..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.ui.internal.ide.dialogs.IElementFilter.html	
+++ /dev/null
@@ -1,157 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>IElementFilter usage details</title>
-</head>
-<body>
-<h3>IElementFilter usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.ide.dialogs.IElementFilter has 8 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.IElementFilter">
-<span>[+] </span>IElementFilter
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>DECLARED_FIELD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.11.val$filter</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.13.val$filter</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>IMPLEMENTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.12</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.10</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>LOCAL_VAR_DECLARED</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.setupSelectionsBasedOnSelectedTypes()</td>
-<td align="center">1164</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.setupSelectionsBasedOnImportData()</td>
-<td align="center">1231</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>PARAMETER</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.13.13(RemoteImportWizardPage1, IElementFilter)</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.11.11(RemoteImportWizardPage1, IElementFilter)</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.html
deleted file mode 100644
index fdbe0abc92a2d10c51e22a77b4824d486051bd6d..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.html	
+++ /dev/null
@@ -1,427 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ResourceTreeAndListGroup usage details</title>
-</head>
-<body>
-<h3>ResourceTreeAndListGroup usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup has 21 total references to 12 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-<span>[+] </span>ResourceTreeAndListGroup
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>EXTENDS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.ResourceTreeAndListGroup(org.eclipse.swt.widgets.Composite, java.lang.Object, org.eclipse.jface.viewers.ITreeContentProvider, org.eclipse.jface.viewers.ILabelProvider, org.eclipse.jface.viewers.IStructuredContentProvider, org.eclipse.jface.viewers.ILabelProvider, int, boolean) : void">
-<span>[+] </span>ResourceTreeAndListGroup(Composite, Object, ITreeContentProvider, ILabelProvider, IStructuredContentProvider, ILabelProvider, int, boolean) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>SUPER_CONSTRUCTORMETHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.SystemFileTreeAndListGroup(Composite, Object, ITreeContentProvider, ILabelProvider, IStructuredContentProvider, ILabelProvider, int, int, int)</td>
-<td align="center">68</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.addCheckStateListener(org.eclipse.jface.viewers.ICheckStateListener) : void">
-<span>[+] </span>addCheckStateListener(ICheckStateListener) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.addCheckStateListener(ICheckStateListener)</td>
-<td align="center">275</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.getAllCheckedListItems() : java.util.List">
-<span>[+] </span>getAllCheckedListItems() : List
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.getSelectedFiles()</td>
-<td align="center">291</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.getListTable() : org.eclipse.swt.widgets.Table">
-<span>[+] </span>getListTable() : Table
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.setEnabled(boolean)</td>
-<td align="center">230</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.populateListViewer(java.lang.Object) : void">
-<span>[+] </span>populateListViewer(Object) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.refreshFiles()</td>
-<td align="center">133</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.removeCheckStateListener(org.eclipse.jface.viewers.ICheckStateListener) : void">
-<span>[+] </span>removeCheckStateListener(ICheckStateListener) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.removeCheckStateListener(ICheckStateListener)</td>
-<td align="center">282</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent) : void">
-<span>[+] </span>selectionChanged(SelectionChangedEvent) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_SPECIAL</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.selectionChanged(SelectionChangedEvent)</td>
-<td align="center">146</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>OVERRIDE</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.selectionChanged(SelectionChangedEvent)</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.QueryAllJob.2.run()</td>
-<td align="center">207</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.QueryAllJob.2.run()</td>
-<td align="center">211</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setAllSelections(boolean) : void">
-<span>[+] </span>setAllSelections(boolean) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.3.widgetSelected(SelectionEvent)</td>
-<td align="center">464</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.4.widgetSelected(SelectionEvent)</td>
-<td align="center">476</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.QueryAllJob.1.run()</td>
-<td align="center">160</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setFocus() : void">
-<span>[+] </span>setFocus() : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.setVisible(boolean)</td>
-<td align="center">1306</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.handleSourceBrowseButtonPressed()</td>
-<td align="center">909</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.createControl(Composite)</td>
-<td align="center">397</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setRoot(java.lang.Object) : void">
-<span>[+] </span>setRoot(Object) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_SPECIAL</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.setRoot(Object)</td>
-<td align="center">159</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>OVERRIDE</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.setRoot(Object)</td>
-<td align="center">-1</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.resetSelection()</td>
-<td align="center">991</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.updateSelections(java.util.Map) : void">
-<span>[+] </span>updateSelections(Map) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.setupSelectionsBasedOnSelectedTypes()</td>
-<td align="center">548</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/index.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/index.html
deleted file mode 100644
index a858846013ab64c273b9df1c2a53cdd702d859aa..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/index.html	
+++ /dev/null
@@ -1,140 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>Types used in org.eclipse.ui.workbench (3.6.0.I20100603-1100)</title>
-</head>
-<body>
-<h3>Types used in org.eclipse.ui.workbench (3.6.0.I20100603-1100)</h3>
-<p>The list of all referencing bundles is available <a href="#bundles">here</a>.</p>
-<h4>References</h4>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="30%"><b>Referenced Type</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="API references are references that are only made to public API of a bundle"><b>API</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal references are references that are only made to internal non-API of a bundle"><b>Internal</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Internal-Permissible references are references that are only made to internal non-API of a bundle, but are allowed via the x-friends directive"><b>Internal-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Fragment-Permissible references are references that are made to internal non-API of a host bundle by a fragment"><b>Fragment-Permissible</b></td>
-	<td bgcolor="#E0C040" align="center" width="8%" title="Illegal references are ones made to API that has restrictions"><b>Illegal</b></td>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.WorkbenchImages.html">org.eclipse.ui.internal.WorkbenchImages</a></b></td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.WorkbenchPage.html">org.eclipse.ui.internal.WorkbenchPage</a></b></td>
-	<td align="center">0</td>
-	<td align="center">4</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.dialogs.FileExtensionDialog.html">org.eclipse.ui.internal.dialogs.FileExtensionDialog</a></b></td>
-	<td align="center">0</td>
-	<td align="center">5</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.html">org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog</a></b></td>
-	<td align="center">0</td>
-	<td align="center">2</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b><a href="./org.eclipse.ui.internal.progress.ProgressMessages.html">org.eclipse.ui.internal.progress.ProgressMessages</a></b></td>
-	<td align="center">0</td>
-	<td align="center">1</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-	<td align="center">0</td>
-</tr>
-</table>
-<br><h4>Referencing Bundles</h4>
-<p>The following bundles have references to org.eclipse.ui.workbench (3.6.0.I20100603-1100)</p>
-<a name="bundles"></a>
-<table border="1" width="80%">
-<tr>
-	<td bgcolor="#E0C040" width="50%"><b>Bundle</b></td>
-	<td bgcolor="#E0C040" width="20%" align="center"><b>Version</b></td>
-	<td bgcolor="#E0C040" width="10%" align="center"><b>Reference Count</b></td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.files.ui</b></td>
-	<td>3.1.100.v201005221100</td>
-	<td align="center">10</td>
-</tr>
-<tr bgcolor="#F2C3C3">
-	<td><b>org.eclipse.rse.ui</b></td>
-	<td>3.1.100.v201005282245</td>
-	<td align="center">3</td>
-</tr>
-</table>
-<p><a href="../index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.WorkbenchImages.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.WorkbenchImages.html
deleted file mode 100644
index cbcf867ed0fa8677138990db33cc6fae5acb2aea..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.WorkbenchImages.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>WorkbenchImages usage details</title>
-</head>
-<body>
-<h3>WorkbenchImages usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.WorkbenchImages has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.WorkbenchImages.getImageDescriptor(java.lang.String) : org.eclipse.jface.resource.ImageDescriptor">
-<span>[+] </span>getImageDescriptor(String) : ImageDescriptor
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INVOKED_STATIC</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.getImageFor(ISystemFileTransferModeMapping)</td>
-<td align="center">615</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.WorkbenchPage.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.WorkbenchPage.html
deleted file mode 100644
index 770c8fc2170aa37f583b646d4c4fa7413d736d96..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.WorkbenchPage.html	
+++ /dev/null
@@ -1,134 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>WorkbenchPage usage details</title>
-</head>
-<body>
-<h3>WorkbenchPage usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.WorkbenchPage has 4 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.WorkbenchPage">
-<span>[+] </span>WorkbenchPage
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CASTS</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile.openEditor()</td>
-<td align="center">1640</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileOpenWithMenu.hackOpenEditor(SystemEditableRemoteFile, IEditorDescriptor)</td>
-<td align="center">322</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.WorkbenchPage.openEditorFromDescriptor(org.eclipse.ui.IEditorInput, org.eclipse.ui.IEditorDescriptor, boolean, org.eclipse.ui.IMemento) : org.eclipse.ui.IEditorPart">
-<span>[+] </span>openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento) : IEditorPart
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile.openEditor()</td>
-<td align="center">1640</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileOpenWithMenu.hackOpenEditor(SystemEditableRemoteFile, IEditorDescriptor)</td>
-<td align="center">322</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.dialogs.FileExtensionDialog.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.dialogs.FileExtensionDialog.html
deleted file mode 100644
index c7b5b63a4902810334fed8a5efeaa4f577f03209..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.dialogs.FileExtensionDialog.html	
+++ /dev/null
@@ -1,182 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>FileExtensionDialog usage details</title>
-</head>
-<body>
-<h3>FileExtensionDialog usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.dialogs.FileExtensionDialog has 5 total references to 4 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.dialogs.FileExtensionDialog">
-<span>[+] </span>FileExtensionDialog
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANTIATION</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()</td>
-<td align="center">720</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>LOCAL_VAR_DECLARED</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()</td>
-<td align="center">720</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.dialogs.FileExtensionDialog.FileExtensionDialog(org.eclipse.swt.widgets.Shell) : void">
-<span>[+] </span>FileExtensionDialog(Shell) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CONSTRUCTOR_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()</td>
-<td align="center">720</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.dialogs.FileExtensionDialog.getExtension() : java.lang.String">
-<span>[+] </span>getExtension() : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()</td>
-<td align="center">725</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.dialogs.FileExtensionDialog.getName() : java.lang.String">
-<span>[+] </span>getName() : String
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>VIRTUAL_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()</td>
-<td align="center">724</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.html
deleted file mode 100644
index 52c68b91e4a546daac22f07bc4fb43217a107b2f..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.html	
+++ /dev/null
@@ -1,124 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>WorkbenchPreferenceDialog usage details</title>
-</head>
-<body>
-<h3>WorkbenchPreferenceDialog usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog has 2 total references to 2 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog">
-<span>[+] </span>WorkbenchPreferenceDialog
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>INSTANTIATION</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.actions.SystemShowPreferencesPageAction.run()</td>
-<td align="center">131</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.WorkbenchPreferenceDialog(org.eclipse.swt.widgets.Shell, org.eclipse.jface.preference.PreferenceManager) : void">
-<span>[+] </span>WorkbenchPreferenceDialog(Shell, PreferenceManager) : void
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>CONSTRUCTOR_METHOD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.actions.SystemShowPreferencesPageAction.run()</td>
-<td align="center">131</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.progress.ProgressMessages.html b/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.progress.ProgressMessages.html
deleted file mode 100644
index 725c0356d0b542906f290fd5b5f9534b3096537a..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/html/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.ui.internal.progress.ProgressMessages.html	
+++ /dev/null
@@ -1,101 +0,0 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-	.main {		font-family:Arial, Helvetica, sans-serif;
-	}
-	.main h3 {
-		font-family:Arial, Helvetica, sans-serif;
-		ackground-color:#FFFFFF;
-		font-size:14px;
-		margin:0.1em;
-	}
-	.main h4 {
-		background-color:#CCCCCC;
-		margin:0.15em;
-	}
-	a.typeslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	a.typeslnk:hover {
-		text-decoration:underline;
-	}
-	a.kindslnk {
-		font-family:Arial, Helvetica, sans-serif;
-		text-decoration:none;
-		margin-left:0.25em;
-	}
-	.types {
-		display:none;
-		margin-bottom:0.25em;
-		margin-top:0.25em;
-		margin-right:0.25em;
-		margin-left:0.75em;
-	}
-</style>
-<script type="text/javascript">
-	function expand(location) {
-		if(document.getElementById) {
-			var childhtml = location.firstChild;
-			if(!childhtml.innerHTML) {
-				childhtml = childhtml.nextSibling;
-			}
-			childhtml.innerHTML = childhtml.innerHTML == '[+] ' ? '[-] ' : '[+] ';
-			var parent = location.parentNode;
-			childhtml = parent.nextSibling.style ? parent.nextSibling : parent.nextSibling.nextSibling;
-			childhtml.style.display = childhtml.style.display == 'block' ? 'none' : 'block';
-		}
-	}
-</script>
-<noscript>
-	<style type="text/css">
-		.types {display:block;}
-		.kinds{display:block;}
-	</style>
-</noscript>
-<title>ProgressMessages usage details</title>
-</head>
-<body>
-<h3>ProgressMessages usage details</h3>
-<h4>Summary</h4>
-<p>org.eclipse.ui.internal.progress.ProgressMessages has 1 total references to 1 different members.</p>
-<h4>Reference Details</h4>
-<p>Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.</p>
-<div align="left" class="main"><table border="1" width="80%">
-<tr>
-<td bgcolor="#E0C040"><b>Member</b></td>
-</tr>
-<tr>
-<td align="left">
-<b><a href="javascript:void(0)" class="typeslnk" onclick="expand(this)" title="org.eclipse.ui.internal.progress.ProgressMessages.PendingUpdateAdapter_PendingLabel">
-<span>[+] </span>PendingUpdateAdapter_PendingLabel
-</a>
-</b><div colspan="6" class="types">
-<table width="100%" border="0" cellspacing="1" cellpadding="6">
-<tr align="left"> 
-<td colspan="3" bgcolor="#CCCCCC"><b>GETS_STATIC_FIELD</b></td>
-</tr>
-<tr bgcolor="#E0C040"><td align="left" width="84%"><b>Reference Location</b></td>
-<td align="center" width="8%"><b>Line Number</b></td>
-<td align="center" width="8%"><b>Visibility</b></td>
-</tr>
-<tr>
-<td>org.eclipse.rse.internal.ui.view.SystemView.CheckPending.run()</td>
-<td align="center">2587</td>
-<td align="center"><span class="typeslnk">PRIVATE</span></td>
-</tr>
-</table>
-
-</div>
-</tr>
-</table>
-</div>
-<p><a href="index.html">Back to bundle index</a>
-</p>
-<p>
-	<a href="http://validator.w3.org/check?uri=referer">
-<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
diff --git a/apiscan/3.2_nonapi_use/xml/meta.xml b/apiscan/3.2_nonapi_use/xml/meta.xml
deleted file mode 100644
index f8ed3d9a0e0fe6198d94d2b9f15224799b0d6561..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/meta.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<metadata>
-    <flags value="6"/>
-    <runatdate value="Jun 11, 2010 7:20:45 PM"/>
-    <description value="Target Management 3.2 Report on Illegal API Use"/>
-    <baselinelocation value="D:\Eclipse\tm_3.2_baseline\eclipse\plugins"/>
-    <reportlocation value="d:\tmp\tm_helios_nonapi_use\xml"/>
-    <scopepattern value="org\.eclipse.*"/>
-    <referencepattern value="org\.eclipse\.(rse|tm|dstore).*"/>
-    <apipatterns>
-        <pattern value=".*\.provisional.*"/>
-        <pattern value="org\.eclipse\.(rse|tm|dstore).*"/>
-    </apipatterns>
-    <internalpatterns/>
-    <archivepatterns/>
-</metadata>
diff --git a/apiscan/3.2_nonapi_use/xml/not_searched.xml b/apiscan/3.2_nonapi_use/xml/not_searched.xml
deleted file mode 100644
index 6d411c9f924963ca72407fc9d8f413f21b6c7814..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/not_searched.xml
+++ /dev/null
@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<components>
-    <component details="This component was excluded from the search by the search parameters." id="J2SE-1.5" version="J2SE-1.5"/>
-    <component details="This component was excluded from the search by the search parameters." id="ch.qos.logback.classic" version="0.9.19.v20100519-1505"/>
-    <component details="This component was excluded from the search by the search parameters." id="ch.qos.logback.core" version="0.9.19.v20100419-1216"/>
-    <component details="This component was excluded from the search by the search parameters." id="ch.qos.logback.slf4j" version="0.9.19.v20100519-1910"/>
-    <component details="This component was excluded from the search by the search parameters." id="com.ibm.icu" version="4.2.1.v20100412"/>
-    <component details="This component was excluded from the search by the search parameters." id="com.jcraft.jsch" version="0.1.41.v200903070017"/>
-    <component details="This component was excluded from the search by the search parameters." id="javax.activation" version="1.1.0.v201005080500"/>
-    <component details="This component was excluded from the search by the search parameters." id="javax.mail" version="1.4.0.v201005080615"/>
-    <component details="This component was excluded from the search by the search parameters." id="javax.mail.glassfish" version="1.4.1.v201005082020"/>
-    <component details="This component was excluded from the search by the search parameters." id="javax.servlet" version="2.5.0.v200910301333"/>
-    <component details="This component was excluded from the search by the search parameters." id="javax.servlet.jsp" version="2.0.0.v200806031607"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.ant" version="1.7.1.v20100518-1145"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.commons.codec" version="1.3.0.v20100518-1140"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.commons.el" version="1.0.0.v201004212143"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.commons.httpclient" version="3.1.0.v201005080502"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.commons.logging" version="1.0.4.v201005080501"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.commons.net" version="2.0.0.v200905272248"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.jasper" version="5.5.17.v201004212143"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.lucene" version="1.9.1.v20100518-1140"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.apache.lucene.analysis" version="1.9.1.v20100518-1140"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ant.core" version="3.2.200.v20100427"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ant.optional.junit" version="3.2.200"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.core" version="5.2.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.core.win32" version="5.2.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.debug.core" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.debug.mi.core" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.debug.mi.ui" version="6.1.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.debug.ui" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.doc.user" version="5.1.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.dsf" version="2.1.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.dsf.gdb" version="3.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.dsf.gdb.ui" version="2.1.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.dsf.ui" version="2.1.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.gdb" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.gdb.ui" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.launch" version="6.1.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.make.core" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.make.ui" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.managedbuilder.core" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.managedbuilder.gnu.ui" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.managedbuilder.ui" version="7.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.p2" version="1.0.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.cdt.ui" version="5.2.0.201006071606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.compare" version="3.5.100.I20100526-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.compare.core" version="3.5.100.I20100526-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.compare.win32" version="1.0.100.I20100505-1245"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.boot" version="3.1.200.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.commands" version="3.6.0.I20100512-1500"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.contenttype" version="3.4.100.v20100505-1235"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.databinding" version="1.3.100.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.databinding.beans" version="1.2.100.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.databinding.observable" version="1.3.0.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.databinding.property" version="1.3.0.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.expressions" version="3.4.200.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.externaltools" version="1.0.0.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.filebuffers" version="3.5.100.v20100520-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.filesystem" version="1.3.0.v20100526-0737"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.filesystem.win32.x86" version="1.1.200.v20100505-1235"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.jobs" version="3.5.0.v20100515"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.net" version="1.2.100.I20100511-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.net.win32.x86" version="1.0.100.I20100511-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.resources" version="3.6.0.v20100526-0737"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.resources.win32.x86" version="3.5.100.v20100505-1345"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.runtime" version="3.6.0.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.runtime.compatibility" version="3.2.100.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.runtime.compatibility.auth" version="3.2.200.v20100517"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.runtime.compatibility.registry" version="3.3.0.v20100520"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.core.variables" version="3.2.400.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.debug.core" version="3.6.0.v20100519"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.debug.ui" version="3.6.0.v20100601-1530"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf" version="3.1.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.filetransfer" version="4.0.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.identity" version="3.1.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.provider.filetransfer" version="3.1.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.provider.filetransfer.httpclient" version="4.0.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.provider.filetransfer.httpclient.ssl" version="1.0.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.provider.filetransfer.ssl" version="1.0.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ecf.ssl" version="1.0.0.v20100529-0735"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.common" version="2.6.0.v20100607-0756"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.common.ui" version="2.6.0.v20100607-0756"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.ecore" version="2.6.0.v20100607-0756"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.ecore.change" version="2.5.0.v20100521-1846"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.ecore.edit" version="2.6.0.v20100607-0756"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.ecore.xmi" version="2.5.0.v20100521-1846"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.edit" version="2.6.0.v20100607-0756"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.emf.edit.ui" version="2.6.0.v20100607-0756"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.app" version="1.3.0.v20100512"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.common" version="3.6.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.concurrent" version="1.0.100.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.ds" version="1.2.0.v20100507"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.event" version="1.2.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.frameworkadmin" version="2.0.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.frameworkadmin.equinox" version="1.0.200.v20100505"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.http.jetty" version="2.0.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.http.registry" version="1.1.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.http.servlet" version="1.1.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.jsp.jasper" version="1.0.200.v20100421"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.jsp.jasper.registry" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.launcher" version="1.1.0.v20100507"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.launcher.win32.win32.x86" version="1.1.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.artifact.repository" version="1.1.0.v20100513"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.console" version="1.0.200.v20100601"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.core" version="2.0.0.v20100510"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.director" version="2.0.0.v20100525"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.director.app" version="1.0.200.v20100527"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.directorywatcher" version="1.0.200.v20100601"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.engine" version="2.0.0.v20100606"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.extensionlocation" version="1.2.0.v20100518"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.garbagecollector" version="1.0.100.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.jarprocessor" version="1.0.200.v20100503a"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.metadata" version="2.0.0.v20100601"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.metadata.generator" version="1.0.200.v20100503a"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.metadata.repository" version="1.1.0.v20100513"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.operations" version="2.0.0.v20100510"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.publisher" version="1.1.0.v20100513"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.ql" version="2.0.0.v20100503a"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.reconciler.dropins" version="1.1.0.v20100525"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.repository" version="2.0.0.v20100519"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.repository.tools" version="2.0.0.v20100520"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.touchpoint.eclipse" version="2.0.0.v20100513"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.touchpoint.natives" version="1.0.200.v20100503a"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.ui" version="2.0.0.v20100518"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.ui.sdk" version="1.0.100.v20100513"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.ui.sdk.scheduler" version="1.0.0.v20100507-1815"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.updatechecker" version="1.1.100.v20100503a"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.p2.updatesite" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.preferences" version="3.3.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.registry" version="3.5.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.security" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.security.ui" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.security.win32.x86" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.simpleconfigurator" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.simpleconfigurator.manipulator" version="2.0.0.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.equinox.util" version="1.0.200.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.help" version="3.5.0.v20100524"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.help.appserver" version="3.1.400.v20100427"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.help.base" version="3.5.0.v201006080911"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.help.ui" version="3.5.0.v20100517"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.help.webapp" version="3.5.0.v20100507"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.jface" version="3.6.0.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.jface.databinding" version="1.4.0.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.jface.text" version="3.6.0.v20100526-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.jsch.core" version="1.1.200.I20100505-1245"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.jsch.ui" version="1.1.300.I20100505-1245"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ltk.core.refactoring" version="3.5.100.v20100526-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ltk.ui.refactoring" version="3.5.0.v20100526-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.net4j.jms.api" version="3.0.0.v20100519-1649"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.osgi" version="3.6.0.v20100517"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.osgi.services" version="3.2.100.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.osgi.util" version="3.2.100.v20100503"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.platform" version="3.6.0.v201006080911"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.platform.doc.user" version="3.6.0.v20100608"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.rcp" version="3.6.0.v201006080911"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.search" version="3.6.0.v20100520-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.swt" version="3.6.0.v3650b"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.swt.win32.win32.x86" version="3.6.0.v3650b"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.team.core" version="3.5.100.I20100527-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.team.ui" version="3.5.100.I20100527-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.test" version="3.3.0"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.text" version="3.5.0.v20100601-1300"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui" version="3.6.0.I20100603-1100"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.browser" version="3.3.0.v20100517"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.cheatsheets" version="3.4.0.v20100427"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.console" version="3.5.0.v20100526"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.editors" version="3.6.0.v20100520-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.externaltools" version="3.2.0.v20100427"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.forms" version="3.5.0.v20100427"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.ide" version="3.6.0.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.ide.application" version="1.0.200.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.intro" version="3.4.0.v20100427"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.intro.universal" version="3.2.400.v20100517"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.navigator" version="3.5.0.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.navigator.resources" version="3.4.200.I20100601-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.net" version="1.2.100.I20100505-1245"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.presentations.r21" version="3.2.200.I20100517-1500"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.views" version="3.5.0.I20100527-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.views.properties.tabbed" version="3.5.100.I20100509-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.win32" version="3.2.200.I20100509-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.workbench" version="3.6.0.I20100603-1100"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.workbench.compatibility" version="3.2.100.I20100511-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.ui.workbench.texteditor" version="3.6.0.v20100520-0800"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.update.configurator" version="3.3.100.v20100512"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.update.core" version="3.2.400.v20100512"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.update.core.win32" version="3.2.200.v20100512"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.update.scheduler" version="3.2.300.v20100512"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.eclipse.update.ui" version="3.2.300.v20100512"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.junit" version="3.8.2.v3_8_2_v20100427-1100"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.mortbay.jetty.server" version="6.1.23.v201004211559"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.mortbay.jetty.util" version="6.1.23.v201004211559"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.sat4j.core" version="2.2.0.v20100429"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.sat4j.pb" version="2.2.0.v20100429"/>
-    <component details="This component was excluded from the search by the search parameters." id="org.slf4j.api" version="1.5.11.v20100519-1910"/>
-</components>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 925c759e8cc2781efc4375a1b66b0695599bc979..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.compare (3.5.100.I20100526-0800)" reference_count="2" reference_visibility="22">
-    <target name="org.eclipse.compare.structuremergeviewer.DiffTreeViewer" type="org.eclipse.compare.structuremergeviewer.DiffTreeViewer">
-        <reference_kind flags="1" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" message_arguments="An anonymous type defined in org.eclipse.rse.files.ui.compare.SystemCompareInput.createDiffViewer(Composite) illegally extends DiffTreeViewer" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.2" type="org.eclipse.rse.files.ui.compare.SystemCompareInput$2"/>
-            <reference linenumber="188" message_arguments="An anonymous type defined in org.eclipse.rse.files.ui.compare.SystemCompareInput.createDiffViewer(Composite) illegally extends DiffTreeViewer" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.2" type="org.eclipse.rse.files.ui.compare.SystemCompareInput$2"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml
deleted file mode 100644
index a66432d45b5faf520b5f101e613bf0b8c2747fb2..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.compare (3.5.100.I20100526-0800)" reference_count="12" reference_visibility="2">
-    <target member="&lt;init&gt;" name="org.eclipse.compare.internal.BufferedResourceNode.BufferedResourceNode(IResource)" signature="(Lorg/eclipse/core/resources/IResource;)V" type="org.eclipse.compare.internal.BufferedResourceNode">
-        <reference_kind flags="0" kind="64" reference_kind_name="CONSTRUCTOR_METHOD">
-            <reference linenumber="114" member="getStructure" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)" signature="(Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/compare/structuremergeviewer/IStructureComparator;" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-            <reference linenumber="118" member="getStructure" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)" signature="(Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/compare/structuremergeviewer/IStructureComparator;" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-        </reference_kind>
-    </target>
-    <target member="getString" name="org.eclipse.compare.internal.Utilities.getString(String)" signature="(Ljava/lang/String;)Ljava/lang/String;" type="org.eclipse.compare.internal.Utilities">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="163" member="prepareInput" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.prepareInput(IProgressMonitor)" signature="(Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/lang/Object;" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-        </reference_kind>
-    </target>
-    <target member="commit" name="org.eclipse.compare.internal.BufferedResourceNode.commit(IProgressMonitor)" signature="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.compare.internal.BufferedResourceNode">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="232" member="commit" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)" signature="(Lorg/eclipse/compare/structuremergeviewer/DiffNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-            <reference linenumber="236" member="commit" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)" signature="(Lorg/eclipse/compare/structuremergeviewer/DiffNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-        </reference_kind>
-    </target>
-<target member="getImage" name="org.eclipse.compare.internal.CompareUIPlugin.getImage(IAdaptable)" signature="(Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/swt/graphics/Image;" type="org.eclipse.compare.internal.CompareUIPlugin">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="228" member="doFromHistory" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)" signature="(Lorg/eclipse/core/resources/IFile;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction"/>
-        </reference_kind>
-    </target>
-    <target member="getShell" name="org.eclipse.compare.internal.CompareUIPlugin.getShell()" signature="()Lorg/eclipse/swt/widgets/Shell;" type="org.eclipse.compare.internal.CompareUIPlugin">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="194" member="doFromHistory" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)" signature="(Lorg/eclipse/core/resources/IFile;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction"/>
-        </reference_kind>
-    </target>
-    <target member="getFormattedString" name="org.eclipse.compare.internal.Utilities.getFormattedString(ResourceBundle, String, String)" signature="(Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" type="org.eclipse.compare.internal.Utilities">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="262" member="doFromHistory" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)" signature="(Lorg/eclipse/core/resources/IFile;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction"/>
-        </reference_kind>
-    </target>
-    <target member="readString" name="org.eclipse.compare.internal.Utilities.readString(InputStream, String)" signature="(Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String;" type="org.eclipse.compare.internal.Utilities">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="308" member="updateDocument" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.updateDocument(IDocument, IStreamContentAccessor)" signature="(Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/compare/IStreamContentAccessor;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction"/>
-        </reference_kind>
-    </target>
-    <target member="getString" name="org.eclipse.compare.internal.Utilities.getString(ResourceBundle, String)" signature="(Ljava/util/ResourceBundle;Ljava/lang/String;)Ljava/lang/String;" type="org.eclipse.compare.internal.Utilities">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="283" member="execute" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.1.execute(IProgressMonitor)" signature="(Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction$1"/>
-            <reference linenumber="209" member="doFromHistory" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)" signature="(Lorg/eclipse/core/resources/IFile;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction"/>
-            <reference linenumber="192" member="doFromHistory" origin="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction.doFromHistory(IFile)" signature="(Lorg/eclipse/core/resources/IFile;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemEditionAction"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml
deleted file mode 100644
index 5f503b4ae69ec8a3c3f40ec60964c39b410f11a9..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.compare (3.5.100.I20100526-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.compare (3.5.100.I20100526-0800)" reference_count="6" reference_visibility="2">
-    <target name="org.eclipse.compare.internal.BufferedResourceNode" type="org.eclipse.compare.internal.BufferedResourceNode">
-        <reference_kind flags="0" kind="524288" reference_kind_name="INSTANCEOF">
-            <reference linenumber="231" member="commit" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)" signature="(Lorg/eclipse/compare/structuremergeviewer/DiffNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-            <reference linenumber="235" member="commit" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)" signature="(Lorg/eclipse/compare/structuremergeviewer/DiffNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="134217728" reference_kind_name="INSTANTIATION">
-            <reference linenumber="114" member="getStructure" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)" signature="(Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/compare/structuremergeviewer/IStructureComparator;" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-            <reference linenumber="118" member="getStructure" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.getStructure(IResource)" signature="(Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/compare/structuremergeviewer/IStructureComparator;" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="262144" reference_kind_name="CASTS">
-            <reference linenumber="232" member="commit" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)" signature="(Lorg/eclipse/compare/structuremergeviewer/DiffNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-            <reference linenumber="236" member="commit" origin="org.eclipse.rse.files.ui.compare.SystemCompareInput.commit(DiffNode, IProgressMonitor)" signature="(Lorg/eclipse/compare/structuremergeviewer/DiffNode;Lorg/eclipse/core/runtime/IProgressMonitor;)V" type="org.eclipse.rse.files.ui.compare.SystemCompareInput"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml
deleted file mode 100644
index aeba17c168fed9710c407db028ae222464d08926..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.core.resources (3.6.0.v20100526-0737)" reference_count="2" reference_visibility="2">
-    <target member="getPropertyManager" name="org.eclipse.core.internal.resources.Resource.getPropertyManager()" signature="()Lorg/eclipse/core/internal/properties/IPropertyManager;" type="org.eclipse.core.internal.resources.Resource">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="204" member="tempFileAvailable" origin="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.tempFileAvailable(IFile, IRemoteFile)" signature="(Lorg/eclipse/core/resources/IFile;Lorg/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile;)Z" type="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility"/>
-            <reference linenumber="1362" member="downloadResourceToWorkspace" origin="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.downloadResourceToWorkspace(IRemoteFile, IProgressMonitor)" signature="(Lorg/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/lang/Object;" type="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml
deleted file mode 100644
index 13db3eae1d21fd51fe813be5c07e0c8fa0bacf7e..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.core.resources (3.6.0.v20100526-0737)" reference_count="2" reference_visibility="2">
-    <target name="org.eclipse.core.internal.resources.Resource" type="org.eclipse.core.internal.resources.Resource">
-        <reference_kind flags="0" kind="262144" reference_kind_name="CASTS">
-            <reference linenumber="204" member="tempFileAvailable" origin="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.tempFileAvailable(IFile, IRemoteFile)" signature="(Lorg/eclipse/core/resources/IFile;Lorg/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile;)Z" type="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility"/>
-            <reference linenumber="1362" member="downloadResourceToWorkspace" origin="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility.downloadResourceToWorkspace(IRemoteFile, IProgressMonitor)" signature="(Lorg/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/lang/Object;" type="org.eclipse.rse.files.ui.resources.UniversalFileTransferUtility"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.tests (3.2.0.v201006050745)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.tests (3.2.0.v201006050745)/PRIVATE/method_references.xml
deleted file mode 100644
index 1ec72e4fc011d23df52286e408ce7f1355aac768..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.tests (3.2.0.v201006050745)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.tests (3.2.0.v201006050745)" referee="org.eclipse.core.resources (3.6.0.v20100526-0737)" reference_count="2" reference_visibility="2">
-    <target member="&lt;init&gt;" name="org.eclipse.core.internal.utils.UniversalUniqueIdentifier.UniversalUniqueIdentifier()" signature="()V" type="org.eclipse.core.internal.utils.UniversalUniqueIdentifier">
-        <reference_kind flags="0" kind="64" reference_kind_name="CONSTRUCTOR_METHOD">
-            <reference linenumber="164" member="getUniqueString" origin="org.eclipse.rse.tests.synchronize.SynchronizeTestBase.getUniqueString()" signature="()Ljava/lang/String;" type="org.eclipse.rse.tests.synchronize.SynchronizeTestBase"/>
-        </reference_kind>
-    </target>
-    <target member="toString" name="org.eclipse.core.internal.utils.UniversalUniqueIdentifier.toString()" signature="()Ljava/lang/String;" type="org.eclipse.core.internal.utils.UniversalUniqueIdentifier">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="164" member="getUniqueString" origin="org.eclipse.rse.tests.synchronize.SynchronizeTestBase.getUniqueString()" signature="()Ljava/lang/String;" type="org.eclipse.rse.tests.synchronize.SynchronizeTestBase"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.tests (3.2.0.v201006050745)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.tests (3.2.0.v201006050745)/PRIVATE/type_references.xml
deleted file mode 100644
index fd903050a96e293aa0d01bd00609d8069a4e4f7f..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.tests (3.2.0.v201006050745)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.tests (3.2.0.v201006050745)" referee="org.eclipse.core.resources (3.6.0.v20100526-0737)" reference_count="1" reference_visibility="2">
-    <target name="org.eclipse.core.internal.utils.UniversalUniqueIdentifier" type="org.eclipse.core.internal.utils.UniversalUniqueIdentifier">
-        <reference_kind flags="0" kind="134217728" reference_kind_name="INSTANTIATION">
-            <reference linenumber="164" member="getUniqueString" origin="org.eclipse.rse.tests.synchronize.SynchronizeTestBase.getUniqueString()" signature="()Ljava/lang/String;" type="org.eclipse.rse.tests.synchronize.SynchronizeTestBase"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/method_references.xml
deleted file mode 100644
index 3dc227c83d9ea4a98c23f978f970c50b5373027e..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.core.resources (3.6.0.v20100526-0737)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.core.resources (3.6.0.v20100526-0737)" reference_count="1" reference_visibility="2">
-    <target member="run" name="org.eclipse.core.internal.resources.InternalWorkspaceJob.run(IProgressMonitor)" signature="(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;" type="org.eclipse.core.internal.resources.InternalWorkspaceJob">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="299" member="performDrop" origin="org.eclipse.rse.internal.ui.view.SystemViewDataDropAdapter.performDrop(Object)" signature="(Ljava/lang/Object;)Z" type="org.eclipse.rse.internal.ui.view.SystemViewDataDropAdapter"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.debug.core (3.6.0.v20100519)/org.eclipse.tm.tcf.debug (0.3.0.201006081604)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.debug.core (3.6.0.v20100519)/org.eclipse.tm.tcf.debug (0.3.0.201006081604)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 33be386e7498497f83c9dca3627bbe0d1dfedfdf..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.debug.core (3.6.0.v20100519)/org.eclipse.tm.tcf.debug (0.3.0.201006081604)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.tm.tcf.debug (0.3.0.201006081604)" referee="org.eclipse.debug.core (3.6.0.v20100519)" reference_count="1" reference_visibility="22">
-    <target name="org.eclipse.debug.core.DebugException" type="org.eclipse.debug.core.DebugException">
-        <reference_kind flags="1" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" message_arguments="org.eclipse.tm.internal.tcf.debug.model.TCFError illegally extends org.eclipse.debug.core.DebugException" origin="org.eclipse.tm.internal.tcf.debug.model.TCFError" type="org.eclipse.tm.internal.tcf.debug.model.TCFError"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.dstore.core (3.2.0.v201006030345)/org.eclipse.rse.connectorservice.dstore (3.1.100.v201005281600)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.dstore.core (3.2.0.v201006030345)/org.eclipse.rse.connectorservice.dstore (3.1.100.v201005281600)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 1b2efe2e482a731f7dff1fc6f07fb5161b3ba123..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.dstore.core (3.2.0.v201006030345)/org.eclipse.rse.connectorservice.dstore (3.1.100.v201005281600)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.connectorservice.dstore (3.1.100.v201005281600)" referee="org.eclipse.dstore.core (3.2.0.v201006030345)" reference_count="2" reference_visibility="22">
-    <target name="org.eclipse.dstore.core.client.ConnectionStatus" type="org.eclipse.dstore.core.client.ConnectionStatus">
-        <reference_kind flags="1" kind="134217728" reference_kind_name="INSTANTIATION">
-            <reference linenumber="1493" member="changePassword" message_arguments="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService illegally instantiates org.eclipse.dstore.core.client.ConnectionStatus" origin="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.changePassword(ClientConnection, SystemSignonInformation, IServerLauncherProperties, IProgressMonitor, String)" signature="(Lorg/eclipse/dstore/core/client/ClientConnection;Lorg/eclipse/rse/core/model/SystemSignonInformation;Lorg/eclipse/rse/core/subsystems/IServerLauncherProperties;Lorg/eclipse/core/runtime/IProgressMonitor;Ljava/lang/String;)Lorg/eclipse/dstore/core/client/ConnectionStatus;" type="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService"/>
-            <reference linenumber="572" member="connectWithREXEC" message_arguments="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService illegally instantiates org.eclipse.dstore.core.client.ConnectionStatus" origin="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.connectWithREXEC(SystemSignonInformation, IRemoteServerLauncher, IProgressMonitor)" signature="(Lorg/eclipse/rse/core/model/SystemSignonInformation;Lorg/eclipse/rse/core/subsystems/IRemoteServerLauncher;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/dstore/core/client/ConnectionStatus;" type="org.eclipse.rse.connectorservice.dstore.DStoreConnectorService"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 9328cd35926e37653a2cc6770c2b2b663e50e828..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.jface (3.6.0.I20100601-0800)" reference_count="5" reference_visibility="22">
-    <target name="org.eclipse.jface.viewers.TreeViewer" type="org.eclipse.jface.viewers.TreeViewer">
-        <reference_kind flags="1" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.ui.filters.SystemFilterWorkWithFilterPoolsTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer" origin="org.eclipse.rse.internal.ui.filters.SystemFilterWorkWithFilterPoolsTreeViewer" type="org.eclipse.rse.internal.ui.filters.SystemFilterWorkWithFilterPoolsTreeViewer"/>
-        <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.ui.view.SafeTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer" origin="org.eclipse.rse.internal.ui.view.SafeTreeViewer" type="org.eclipse.rse.internal.ui.view.SafeTreeViewer"/>
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.ui.view.SystemTableTreeView illegally extends org.eclipse.jface.viewers.TreeViewer" origin="org.eclipse.rse.internal.ui.view.SystemTableTreeView" type="org.eclipse.rse.internal.ui.view.SystemTableTreeView"/>
-        <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.ui.view.team.SystemTeamView illegally extends org.eclipse.jface.viewers.TreeViewer" origin="org.eclipse.rse.internal.ui.view.team.SystemTeamView" type="org.eclipse.rse.internal.ui.view.team.SystemTeamView"/>
-        </reference_kind>
-    </target>
-<target name="org.eclipse.jface.viewers.TableViewer" type="org.eclipse.jface.viewers.TableViewer">
-        <reference_kind flags="1" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.ui.view.SystemTableView illegally extends org.eclipse.jface.viewers.TableViewer" origin="org.eclipse.rse.ui.view.SystemTableView" type="org.eclipse.rse.ui.view.SystemTableView"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.rse.useractions (1.1.100.v200905272300)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.rse.useractions (1.1.100.v200905272300)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 73ca7f55ea801ce6c335ff80ef5a9c2cdc6c76ac..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.jface (3.6.0.I20100601-0800)/org.eclipse.rse.useractions (1.1.100.v200905272300)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.useractions (1.1.100.v200905272300)" referee="org.eclipse.jface (3.6.0.I20100601-0800)" reference_count="1" reference_visibility="22">
-    <target name="org.eclipse.jface.viewers.TreeViewer" type="org.eclipse.jface.viewers.TreeViewer">
-        <reference_kind flags="1" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.useractions.ui.uda.SystemUDBaseTreeView illegally extends org.eclipse.jface.viewers.TreeViewer" origin="org.eclipse.rse.internal.useractions.ui.uda.SystemUDBaseTreeView" type="org.eclipse.rse.internal.useractions.ui.uda.SystemUDBaseTreeView"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index d0f69968172edf02863fe535533953756b201260..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)" referee="org.eclipse.rse.core (3.1.100.v201003151933)" reference_count="3" reference_visibility="22">
-    <target name="org.eclipse.rse.core.model.ISystemContentsType" type="org.eclipse.rse.core.model.ISystemContentsType">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFolderChildrenContentsType illegally implements org.eclipse.rse.core.model.ISystemContentsType" origin="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFolderChildrenContentsType" type="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFolderChildrenContentsType"/>
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileChildrenContentsType illegally implements org.eclipse.rse.core.model.ISystemContentsType" origin="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileChildrenContentsType" type="org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileChildrenContentsType"/>
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultsContentsType illegally implements org.eclipse.rse.core.model.ISystemContentsType" origin="org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultsContentsType" type="org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultsContentsType"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 53345a93d1ab28e000210588a62e31491588d906..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.rse.core (3.1.100.v201003151933)" reference_count="3" reference_visibility="22">
-    <target name="org.eclipse.rse.core.subsystems.ISubSystemConfiguration" type="org.eclipse.rse.core.subsystems.ISubSystemConfiguration">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.core.subsystems.SubSystemConfiguration illegally implements org.eclipse.rse.core.subsystems.ISubSystemConfiguration" origin="org.eclipse.rse.core.subsystems.SubSystemConfiguration" type="org.eclipse.rse.core.subsystems.SubSystemConfiguration"/>
-        </reference_kind>
-    </target>
-    <target name="org.eclipse.rse.core.subsystems.ISubSystem" type="org.eclipse.rse.core.subsystems.ISubSystem">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.core.subsystems.SubSystem illegally implements org.eclipse.rse.core.subsystems.ISubSystem" origin="org.eclipse.rse.core.subsystems.SubSystem" type="org.eclipse.rse.core.subsystems.SubSystem"/>
-        </reference_kind>
-    </target>
-    <target name="org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider" type="org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.core.subsystems.SubSystem illegally implements org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider" origin="org.eclipse.rse.core.subsystems.SubSystem" type="org.eclipse.rse.core.subsystems.SubSystem"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.useractions (1.1.100.v200905272300)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.useractions (1.1.100.v200905272300)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index bdab7ffc6c960b6e873b28414c9b5f9c99882743..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.core (3.1.100.v201003151933)/org.eclipse.rse.useractions (1.1.100.v200905272300)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.useractions (1.1.100.v200905272300)" referee="org.eclipse.rse.core (3.1.100.v201003151933)" reference_count="2" reference_visibility="22">
-    <target name="org.eclipse.rse.core.model.IRSEModelObject" type="org.eclipse.rse.core.model.IRSEModelObject">
-        <reference_kind flags="1" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.useractions.IUserActionModel illegally extends org.eclipse.rse.core.model.IRSEModelObject" origin="org.eclipse.rse.internal.useractions.IUserActionModel" type="org.eclipse.rse.internal.useractions.IUserActionModel"/>
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.useractions.IUserActionContext illegally extends org.eclipse.rse.core.model.IRSEModelObject" origin="org.eclipse.rse.internal.useractions.IUserActionContext" type="org.eclipse.rse.internal.useractions.IUserActionContext"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.dstore (3.1.100.v201005200200)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.dstore (3.1.100.v201005200200)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 9d2650e7250173ec8c552f8ca1860d9058747f1f..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.rse.services.dstore (3.1.100.v201005200200)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.services.dstore (3.1.100.v201005200200)" referee="org.eclipse.rse.services (3.2.0.v201006041352)" reference_count="3" reference_visibility="22">
-    <target name="org.eclipse.rse.services.files.IFileService" type="org.eclipse.rse.services.files.IFileService">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.services.dstore.files.DStoreFileService illegally implements org.eclipse.rse.services.files.IFileService" origin="org.eclipse.rse.internal.services.dstore.files.DStoreFileService" type="org.eclipse.rse.internal.services.dstore.files.DStoreFileService"/>
-        </reference_kind>
-    </target>
-<target name="org.eclipse.rse.services.search.ISearchService" type="org.eclipse.rse.services.search.ISearchService">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.services.dstore.search.DStoreSearchService illegally implements org.eclipse.rse.services.search.ISearchService" origin="org.eclipse.rse.internal.services.dstore.search.DStoreSearchService" type="org.eclipse.rse.internal.services.dstore.search.DStoreSearchService"/>
-        </reference_kind>
-    </target>
-<target name="org.eclipse.rse.services.shells.IShellService" type="org.eclipse.rse.services.shells.IShellService">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.services.dstore.shells.DStoreShellService illegally implements org.eclipse.rse.services.shells.IShellService" origin="org.eclipse.rse.internal.services.dstore.shells.DStoreShellService" type="org.eclipse.rse.internal.services.dstore.shells.DStoreShellService"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.tm.tcf.rse (0.3.0.201006081604)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.tm.tcf.rse (0.3.0.201006081604)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 184dd53edad0a6bdf8c339084209b7cb89b070cc..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.services (3.2.0.v201006041352)/org.eclipse.tm.tcf.rse (0.3.0.201006081604)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.tm.tcf.rse (0.3.0.201006081604)" referee="org.eclipse.rse.services (3.2.0.v201006041352)" reference_count="1" reference_visibility="22">
-    <target name="org.eclipse.rse.services.processes.IProcessService" type="org.eclipse.rse.services.processes.IProcessService">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.tm.internal.tcf.rse.processes.TCFProcessService illegally implements org.eclipse.rse.services.processes.IProcessService" origin="org.eclipse.tm.internal.tcf.rse.processes.TCFProcessService" type="org.eclipse.tm.internal.tcf.rse.processes.TCFProcessService"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.dstore (2.1.100.v200905272300)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.dstore (2.1.100.v200905272300)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index b3082c067f57c20e7b25e3eef2b679e833a00697..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.dstore (2.1.100.v200905272300)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.subsystems.files.dstore (2.1.100.v200905272300)" referee="org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)" reference_count="1" reference_visibility="22">
-    <target name="org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile" type="org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.subsystems.files.dstore.DStoreVirtualFile illegally implements org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile via org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile" origin="org.eclipse.rse.internal.subsystems.files.dstore.DStoreVirtualFile" type="org.eclipse.rse.internal.subsystems.files.dstore.DStoreVirtualFile"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.local (2.1.101.v200907301400)/ILLEGAL_API/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.local (2.1.101.v200907301400)/ILLEGAL_API/type_references.xml
deleted file mode 100644
index 6f0dab9ead4cbb3c4ac949e3ece13e5b5fb983c4..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)/org.eclipse.rse.subsystems.files.local (2.1.101.v200907301400)/ILLEGAL_API/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.subsystems.files.local (2.1.101.v200907301400)" referee="org.eclipse.rse.subsystems.files.core (3.2.0.v201005221100)" reference_count="1" reference_visibility="22">
-    <target name="org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile" type="org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile">
-        <reference_kind flags="1" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" message_arguments="org.eclipse.rse.internal.subsystems.files.local.model.LocalVirtualFile illegally implements org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile via org.eclipse.rse.subsystems.files.core.subsystems.IVirtualRemoteFile" origin="org.eclipse.rse.internal.subsystems.files.local.model.LocalVirtualFile" type="org.eclipse.rse.internal.subsystems.files.local.model.LocalVirtualFile"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/ILLEGAL_API/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/ILLEGAL_API/method_references.xml
deleted file mode 100644
index 569bf60a395e1129d148b4065b04c8514fb45822..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/ILLEGAL_API/method_references.xml	
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.rse.ui (3.1.100.v201005282245)" reference_count="2" reference_visibility="22">
-    <target member="getUniquePropertyDescriptors" name="org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()" signature="()[Lorg/eclipse/ui/views/properties/IPropertyDescriptor;" type="org.eclipse.rse.ui.view.AbstractSystemViewAdapter">
-        <reference_kind flags="1" kind="268435456" reference_kind_name="OVERRIDE">
-            <reference linenumber="-1" member="getUniquePropertyDescriptors" message_arguments="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteSearchResultAdapter.getUniquePropertyDescriptors() illegally overrides org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()" origin="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteSearchResultAdapter.getUniquePropertyDescriptors()" signature="()[Lorg/eclipse/ui/views/properties/IPropertyDescriptor;" type="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteSearchResultAdapter"/>
-            <reference linenumber="-1" member="getUniquePropertyDescriptors" message_arguments="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteFileAdapter.getUniquePropertyDescriptors() illegally overrides org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()" origin="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteFileAdapter.getUniquePropertyDescriptors()" signature="()[Lorg/eclipse/ui/views/properties/IPropertyDescriptor;" type="org.eclipse.rse.internal.files.ui.view.SystemViewRemoteFileAdapter"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.shells.ui (3.0.200.v201006041352)/ILLEGAL_API/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.shells.ui (3.0.200.v201006041352)/ILLEGAL_API/method_references.xml
deleted file mode 100644
index 33cef323f82c086f6d3bc8ceb70857943180420e..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.rse.ui (3.1.100.v201005282245)/org.eclipse.rse.shells.ui (3.0.200.v201006041352)/ILLEGAL_API/method_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.shells.ui (3.0.200.v201006041352)" referee="org.eclipse.rse.ui (3.1.100.v201005282245)" reference_count="1" reference_visibility="22">
-    <target member="getUniquePropertyDescriptors" name="org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()" signature="()[Lorg/eclipse/ui/views/properties/IPropertyDescriptor;" type="org.eclipse.rse.ui.view.AbstractSystemViewAdapter">
-        <reference_kind flags="1" kind="268435456" reference_kind_name="OVERRIDE">
-            <reference linenumber="-1" member="getUniquePropertyDescriptors" message_arguments="org.eclipse.rse.shells.ui.view.SystemViewRemoteOutputAdapter.getUniquePropertyDescriptors() illegally overrides org.eclipse.rse.ui.view.AbstractSystemViewAdapter.getUniquePropertyDescriptors()" origin="org.eclipse.rse.shells.ui.view.SystemViewRemoteOutputAdapter.getUniquePropertyDescriptors()" signature="()[Lorg/eclipse/ui/views/properties/IPropertyDescriptor;" type="org.eclipse.rse.shells.ui.view.SystemViewRemoteOutputAdapter"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.search (3.6.0.v20100520-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/field_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.search (3.6.0.v20100520-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/field_references.xml
deleted file mode 100644
index b3f728ed5b46731ca5dcee7c846726731f4c0fa5..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.search (3.6.0.v20100520-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/field_references.xml	
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Fields" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.search (3.6.0.v20100520-0800)" reference_count="2" reference_visibility="2">
-    <target member="SearchDialog_searchAction" name="org.eclipse.search.internal.ui.SearchMessages.SearchDialog_searchAction" type="org.eclipse.search.internal.ui.SearchMessages">
-        <reference_kind flags="0" kind="2048" reference_kind_name="GETS_STATIC_FIELD">
-            <reference linenumber="1101" member="createControl" origin="org.eclipse.rse.internal.files.ui.search.SystemSearchPage.createControl(Composite)" signature="(Lorg/eclipse/swt/widgets/Composite;)V" type="org.eclipse.rse.internal.files.ui.search.SystemSearchPage"/>
-        </reference_kind>
-    </target>
-    <target member="SearchDialog_customize" name="org.eclipse.search.internal.ui.SearchMessages.SearchDialog_customize" type="org.eclipse.search.internal.ui.SearchMessages">
-        <reference_kind flags="0" kind="2048" reference_kind_name="GETS_STATIC_FIELD">
-            <reference linenumber="1100" member="createControl" origin="org.eclipse.rse.internal.files.ui.search.SystemSearchPage.createControl(Composite)" signature="(Lorg/eclipse/swt/widgets/Composite;)V" type="org.eclipse.rse.internal.files.ui.search.SystemSearchPage"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/method_references.xml
deleted file mode 100644
index 4eb18cc9265c1c47cd4c81d09c9eb0fcf5780177..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)/org.eclipse.rse.ui (3.1.100.v201005282245)/ILLEGAL_API/method_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.swt.win32.win32.x86 (3.6.0.v3650b)" reference_count="1" reference_visibility="22">
-    <target member="&lt;init&gt;" name="org.eclipse.swt.widgets.TypedListener.TypedListener(SWTEventListener)" signature="(Lorg/eclipse/swt/internal/SWTEventListener;)V" type="org.eclipse.swt.widgets.TypedListener">
-        <reference_kind flags="1" kind="64" reference_kind_name="CONSTRUCTOR_METHOD">
-            <reference linenumber="120" member="addSelectionListener" message_arguments="org.eclipse.rse.ui.widgets.InheritControl illegally references constructor org.eclipse.swt.widgets.TypedListener" origin="org.eclipse.rse.ui.widgets.InheritControl.addSelectionListener(SelectionListener)" signature="(Lorg/eclipse/swt/events/SelectionListener;)V" type="org.eclipse.rse.ui.widgets.InheritControl"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml
deleted file mode 100644
index 5968be9f2583a81b987eb184143b59097f36f49c..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.importexport (1.2.100.v201003010830)" referee="org.eclipse.team.core (3.5.100.I20100527-0800)" reference_count="1" reference_visibility="2">
-    <target member="&lt;init&gt;" name="org.eclipse.team.internal.core.mapping.LocalResourceVariant.LocalResourceVariant(IResource)" signature="(Lorg/eclipse/core/resources/IResource;)V" type="org.eclipse.team.internal.core.mapping.LocalResourceVariant">
-        <reference_kind flags="0" kind="64" reference_kind_name="CONSTRUCTOR_METHOD">
-            <reference linenumber="188" member="getSyncInfo" origin="org.eclipse.rse.internal.synchronize.filesystem.subscriber.FileSystemSubscriber.getSyncInfo(IResource, IResourceVariant, IResourceVariant)" signature="(Lorg/eclipse/core/resources/IResource;Lorg/eclipse/team/core/variants/IResourceVariant;Lorg/eclipse/team/core/variants/IResourceVariant;)Lorg/eclipse/team/core/synchronize/SyncInfo;" type="org.eclipse.rse.internal.synchronize.filesystem.subscriber.FileSystemSubscriber"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/type_references.xml
deleted file mode 100644
index bcd43a25638f481b9ddfcdd76bb8c6f5db340590..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.core (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.importexport (1.2.100.v201003010830)" referee="org.eclipse.team.core (3.5.100.I20100527-0800)" reference_count="2" reference_visibility="2">
-    <target name="org.eclipse.team.internal.core.mapping.LocalResourceVariant" type="org.eclipse.team.internal.core.mapping.LocalResourceVariant">
-        <reference_kind flags="0" kind="524288" reference_kind_name="INSTANCEOF">
-            <reference linenumber="73" member="compare" origin="org.eclipse.rse.internal.synchronize.RSEResourceVariantComparator.compare(IResource, IResourceVariant)" signature="(Lorg/eclipse/core/resources/IResource;Lorg/eclipse/team/core/variants/IResourceVariant;)Z" type="org.eclipse.rse.internal.synchronize.RSEResourceVariantComparator"/>
-        </reference_kind>
-    <reference_kind flags="0" kind="134217728" reference_kind_name="INSTANTIATION">
-            <reference linenumber="188" member="getSyncInfo" origin="org.eclipse.rse.internal.synchronize.filesystem.subscriber.FileSystemSubscriber.getSyncInfo(IResource, IResourceVariant, IResourceVariant)" signature="(Lorg/eclipse/core/resources/IResource;Lorg/eclipse/team/core/variants/IResourceVariant;Lorg/eclipse/team/core/variants/IResourceVariant;)Lorg/eclipse/team/core/synchronize/SyncInfo;" type="org.eclipse.rse.internal.synchronize.filesystem.subscriber.FileSystemSubscriber"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/field_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/field_references.xml
deleted file mode 100644
index 15985205dc024206550128d9a61cb5d3a0d1f17f..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/field_references.xml	
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Fields" origin="org.eclipse.rse.importexport (1.2.100.v201003010830)" referee="org.eclipse.team.ui (3.5.100.I20100527-0800)" reference_count="2" reference_visibility="2">
-    <target member="ModelMergeOperation_0" name="org.eclipse.team.internal.ui.TeamUIMessages.ModelMergeOperation_0" type="org.eclipse.team.internal.ui.TeamUIMessages">
-        <reference_kind flags="0" kind="2048" reference_kind_name="GETS_STATIC_FIELD">
-            <reference linenumber="85" member="run" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.MergeOperation.1.1.run()" signature="()V" type="org.eclipse.rse.internal.synchronize.filesystem.ui.MergeOperation$1$1"/>
-        </reference_kind>
-    </target>
-    <target member="ModelMergeOperation_1" name="org.eclipse.team.internal.ui.TeamUIMessages.ModelMergeOperation_1" type="org.eclipse.team.internal.ui.TeamUIMessages">
-        <reference_kind flags="0" kind="2048" reference_kind_name="GETS_STATIC_FIELD">
-            <reference linenumber="85" member="run" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.MergeOperation.1.1.run()" signature="()V" type="org.eclipse.rse.internal.synchronize.filesystem.ui.MergeOperation$1$1"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml
deleted file mode 100644
index 49bd97d9b1ab8fb90c26b56b15b0a001993039f4..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.team.ui (3.5.100.I20100527-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.importexport (1.2.100.v201003010830)" referee="org.eclipse.team.ui (3.5.100.I20100527-0800)" reference_count="5" reference_visibility="2">
-    <target member="log" name="org.eclipse.team.internal.ui.TeamUIPlugin.log(CoreException)" signature="(Lorg/eclipse/core/runtime/CoreException;)V" type="org.eclipse.team.internal.ui.TeamUIPlugin">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="241" member="&lt;init&gt;" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.FileSystemSynchronizeParticipant.FileSystemSynchronizeParticipant(SynchronizationContext)" signature="(Lorg/eclipse/team/core/mapping/provider/SynchronizationContext;)V" type="org.eclipse.rse.internal.synchronize.filesystem.ui.FileSystemSynchronizeParticipant"/>
-        </reference_kind>
-    </target>
-    <target member="getResourceMapping" name="org.eclipse.team.internal.ui.Utils.getResourceMapping(Object)" signature="(Ljava/lang/Object;)Lorg/eclipse/core/resources/mapping/ResourceMapping;" type="org.eclipse.team.internal.ui.Utils">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="56" member="getResourceMappings" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.ModelMergeAction.getResourceMappings(IStructuredSelection)" signature="(Lorg/eclipse/jface/viewers/IStructuredSelection;)[Lorg/eclipse/core/resources/mapping/ResourceMapping;" type="org.eclipse.rse.internal.synchronize.filesystem.ui.ModelMergeAction"/>
-            <reference linenumber="55" member="getResourceMappings" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.ModelPutAction.getResourceMappings(IStructuredSelection)" signature="(Lorg/eclipse/jface/viewers/IStructuredSelection;)[Lorg/eclipse/core/resources/mapping/ResourceMapping;" type="org.eclipse.rse.internal.synchronize.filesystem.ui.ModelPutAction"/>
-            <reference linenumber="52" member="getResourceMappings" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.ModelGetAction.getResourceMappings(IStructuredSelection)" signature="(Lorg/eclipse/jface/viewers/IStructuredSelection;)[Lorg/eclipse/core/resources/mapping/ResourceMapping;" type="org.eclipse.rse.internal.synchronize.filesystem.ui.ModelGetAction"/>
-        </reference_kind>
-    </target>
-    <target member="getResource" name="org.eclipse.team.internal.ui.Utils.getResource(Object)" signature="(Ljava/lang/Object;)Lorg/eclipse/core/resources/IResource;" type="org.eclipse.team.internal.ui.Utils">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="157" member="fillContextMenu" origin="org.eclipse.rse.internal.synchronize.filesystem.ui.FileSystemSynchronizeParticipant.FileSystemParticipantActionGroup.fillContextMenu(IMenuManager)" signature="(Lorg/eclipse/jface/action/IMenuManager;)V" type="org.eclipse.rse.internal.synchronize.filesystem.ui.FileSystemSynchronizeParticipant$FileSystemParticipantActionGroup"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml
deleted file mode 100644
index 59a2728fd3fa7fa1f71808d878754b3e9f8a187c..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.ui.ide (3.6.0.I20100601-0800)" reference_count="13" reference_visibility="2">
-    <target member="removeCheckStateListener" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.removeCheckStateListener(ICheckStateListener)" signature="(Lorg/eclipse/jface/viewers/ICheckStateListener;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="282" member="removeCheckStateListener" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.removeCheckStateListener(ICheckStateListener)" signature="(Lorg/eclipse/jface/viewers/ICheckStateListener;)V" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm"/>
-        </reference_kind>
-    </target>
-    <target member="getListTable" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.getListTable()" signature="()Lorg/eclipse/swt/widgets/Table;" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="230" member="setEnabled" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.setEnabled(boolean)" signature="(Z)V" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm"/>
-        </reference_kind>
-    </target>
-    <target member="getAllCheckedListItems" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.getAllCheckedListItems()" signature="()Ljava/util/List;" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="291" member="getSelectedFiles" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.getSelectedFiles()" signature="()[Lorg/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile;" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm"/>
-        </reference_kind>
-    </target>
-    <target member="addCheckStateListener" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.addCheckStateListener(ICheckStateListener)" signature="(Lorg/eclipse/jface/viewers/ICheckStateListener;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="275" member="addCheckStateListener" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.addCheckStateListener(ICheckStateListener)" signature="(Lorg/eclipse/jface/viewers/ICheckStateListener;)V" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm"/>
-        </reference_kind>
-    </target>
-    <target member="updateSelections" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.updateSelections(Map)" signature="(Ljava/util/Map;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="548" member="setupSelectionsBasedOnSelectedTypes" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.setupSelectionsBasedOnSelectedTypes()" signature="()V" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm"/>
-        </reference_kind>
-    </target>
-    <target member="setAllSelections" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setAllSelections(boolean)" signature="(Z)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="464" member="widgetSelected" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.3.widgetSelected(SelectionEvent)" signature="(Lorg/eclipse/swt/events/SelectionEvent;)V" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm$3"/>
-            <reference linenumber="476" member="widgetSelected" origin="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm.4.widgetSelected(SelectionEvent)" signature="(Lorg/eclipse/swt/events/SelectionEvent;)V" type="org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFilesForm$4"/>
-        </reference_kind>
-    </target>
-<target member="populateListViewer" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.populateListViewer(Object)" signature="(Ljava/lang/Object;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="133" member="refreshFiles" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.refreshFiles()" signature="()V" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-    </target>
-    <target member="setRoot" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setRoot(Object)" signature="(Ljava/lang/Object;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="268435456" reference_kind_name="OVERRIDE">
-            <reference linenumber="-1" member="setRoot" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.setRoot(Object)" signature="(Ljava/lang/Object;)V" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="1048576" reference_kind_name="INVOKED_SPECIAL">
-            <reference linenumber="159" member="setRoot" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.setRoot(Object)" signature="(Ljava/lang/Object;)V" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-    </target>
-    <target member="&lt;init&gt;" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.ResourceTreeAndListGroup(Composite, Object, ITreeContentProvider, ILabelProvider, IStructuredContentProvider, ILabelProvider, int, boolean)" signature="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/Object;Lorg/eclipse/jface/viewers/ITreeContentProvider;Lorg/eclipse/jface/viewers/ILabelProvider;Lorg/eclipse/jface/viewers/IStructuredContentProvider;Lorg/eclipse/jface/viewers/ILabelProvider;IZ)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="536870912" reference_kind_name="SUPER_CONSTRUCTORMETHOD">
-            <reference linenumber="68" member="&lt;init&gt;" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.SystemFileTreeAndListGroup(Composite, Object, ITreeContentProvider, ILabelProvider, IStructuredContentProvider, ILabelProvider, int, int, int)" signature="(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/Object;Lorg/eclipse/jface/viewers/ITreeContentProvider;Lorg/eclipse/jface/viewers/ILabelProvider;Lorg/eclipse/jface/viewers/IStructuredContentProvider;Lorg/eclipse/jface/viewers/ILabelProvider;III)V" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-    </target>
-    <target member="selectionChanged" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.selectionChanged(SelectionChangedEvent)" signature="(Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="268435456" reference_kind_name="OVERRIDE">
-            <reference linenumber="-1" member="selectionChanged" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.selectionChanged(SelectionChangedEvent)" signature="(Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="1048576" reference_kind_name="INVOKED_SPECIAL">
-            <reference linenumber="146" member="selectionChanged" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup.selectionChanged(SelectionChangedEvent)" signature="(Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml
deleted file mode 100644
index 660f56b89ea80680b703341fa9c24a7eaf738757..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.ui.ide (3.6.0.I20100601-0800)" reference_count="1" reference_visibility="2">
-    <target name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="1" reference_kind_name="EXTENDS">
-            <reference linenumber="-1" origin="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup" type="org.eclipse.rse.internal.files.ui.widgets.SystemFileTreeAndListGroup"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml
deleted file mode 100644
index 24a0d57ddec325b46ae9a4a7cc0b8c2fc527011a..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.importexport (1.2.100.v201003010830)" referee="org.eclipse.ui.ide (3.6.0.I20100601-0800)" reference_count="7" reference_visibility="2">
-    <target member="setRoot" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setRoot(Object)" signature="(Ljava/lang/Object;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="991" member="resetSelection" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.resetSelection()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1"/>
-        </reference_kind>
-    </target>
-    <target member="selectionChanged" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.selectionChanged(SelectionChangedEvent)" signature="(Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="207" member="run" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.QueryAllJob.2.run()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$QueryAllJob$2"/>
-            <reference linenumber="211" member="run" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.QueryAllJob.2.run()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$QueryAllJob$2"/>
-        </reference_kind>
-    </target>
-    <target member="setFocus" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setFocus()" signature="()V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="1306" member="setVisible" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.setVisible(boolean)" signature="(Z)V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1"/>
-            <reference linenumber="909" member="handleSourceBrowseButtonPressed" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.handleSourceBrowseButtonPressed()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1"/>
-            <reference linenumber="397" member="createControl" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.createControl(Composite)" signature="(Lorg/eclipse/swt/widgets/Composite;)V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1"/>
-        </reference_kind>
-    </target>
-    <target member="setAllSelections" name="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup.setAllSelections(boolean)" signature="(Z)V" type="org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="160" member="run" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.QueryAllJob.1.run()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$QueryAllJob$1"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/type_references.xml
deleted file mode 100644
index af0c45af0d48f24227a025d51c94fd71564b8933..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.ide (3.6.0.I20100601-0800)/org.eclipse.rse.importexport (1.2.100.v201003010830)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.importexport (1.2.100.v201003010830)" referee="org.eclipse.ui.ide (3.6.0.I20100601-0800)" reference_count="8" reference_visibility="2">
-    <target name="org.eclipse.ui.internal.ide.dialogs.IElementFilter" type="org.eclipse.ui.internal.ide.dialogs.IElementFilter">
-        <reference_kind flags="0" kind="33554432" reference_kind_name="LOCAL_VAR_DECLARED">
-            <reference linenumber="1164" member="setupSelectionsBasedOnSelectedTypes" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.setupSelectionsBasedOnSelectedTypes()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1"/>
-            <reference linenumber="1231" member="setupSelectionsBasedOnImportData" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.setupSelectionsBasedOnImportData()" signature="()V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="16" reference_kind_name="PARAMETER">
-            <reference linenumber="-1" member="&lt;init&gt;" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.13.13(RemoteImportWizardPage1, IElementFilter)" signature="(Lorg/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1;Lorg/eclipse/ui/internal/ide/dialogs/IElementFilter;)V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$13"/>
-            <reference linenumber="-1" member="&lt;init&gt;" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.11.11(RemoteImportWizardPage1, IElementFilter)" signature="(Lorg/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1;Lorg/eclipse/ui/internal/ide/dialogs/IElementFilter;)V" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$11"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="2" reference_kind_name="IMPLEMENTS">
-            <reference linenumber="-1" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.12" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$12"/>
-            <reference linenumber="-1" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.10" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$10"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="4" reference_kind_name="DECLARED_FIELD">
-            <reference linenumber="-1" member="val$filter" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.11.val$filter" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$11"/>
-            <reference linenumber="-1" member="val$filter" origin="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1.13.val$filter" type="org.eclipse.rse.internal.importexport.files.RemoteImportWizardPage1$13"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml
deleted file mode 100644
index 4804b5e9871db149e75af0037d59134731a41692..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.ui.workbench (3.6.0.I20100603-1100)" reference_count="6" reference_visibility="2">
-    <target member="openEditorFromDescriptor" name="org.eclipse.ui.internal.WorkbenchPage.openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento)" signature="(Lorg/eclipse/ui/IEditorInput;Lorg/eclipse/ui/IEditorDescriptor;ZLorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;" type="org.eclipse.ui.internal.WorkbenchPage">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="1640" member="openEditor" origin="org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile.openEditor()" signature="()V" type="org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile"/>
-        <reference linenumber="322" member="hackOpenEditor" origin="org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileOpenWithMenu.hackOpenEditor(SystemEditableRemoteFile, IEditorDescriptor)" signature="(Lorg/eclipse/rse/files/ui/resources/SystemEditableRemoteFile;Lorg/eclipse/ui/IEditorDescriptor;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileOpenWithMenu"/>
-        </reference_kind>
-    </target>
-<target member="getExtension" name="org.eclipse.ui.internal.dialogs.FileExtensionDialog.getExtension()" signature="()Ljava/lang/String;" type="org.eclipse.ui.internal.dialogs.FileExtensionDialog">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="725" member="promptForResourceType" origin="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()" signature="()V" type="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage"/>
-        </reference_kind>
-    </target>
-    <target member="getName" name="org.eclipse.ui.internal.dialogs.FileExtensionDialog.getName()" signature="()Ljava/lang/String;" type="org.eclipse.ui.internal.dialogs.FileExtensionDialog">
-        <reference_kind flags="0" kind="256" reference_kind_name="VIRTUAL_METHOD">
-            <reference linenumber="724" member="promptForResourceType" origin="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()" signature="()V" type="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage"/>
-        </reference_kind>
-    </target>
-    <target member="&lt;init&gt;" name="org.eclipse.ui.internal.dialogs.FileExtensionDialog.FileExtensionDialog(Shell)" signature="(Lorg/eclipse/swt/widgets/Shell;)V" type="org.eclipse.ui.internal.dialogs.FileExtensionDialog">
-        <reference_kind flags="0" kind="64" reference_kind_name="CONSTRUCTOR_METHOD">
-            <reference linenumber="720" member="promptForResourceType" origin="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()" signature="()V" type="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage"/>
-        </reference_kind>
-    </target>
-    <target member="getImageDescriptor" name="org.eclipse.ui.internal.WorkbenchImages.getImageDescriptor(String)" signature="(Ljava/lang/String;)Lorg/eclipse/jface/resource/ImageDescriptor;" type="org.eclipse.ui.internal.WorkbenchImages">
-        <reference_kind flags="0" kind="128" reference_kind_name="INVOKED_STATIC">
-            <reference linenumber="615" member="getImageFor" origin="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.getImageFor(ISystemFileTransferModeMapping)" signature="(Lorg/eclipse/rse/subsystems/files/core/model/ISystemFileTransferModeMapping;)Lorg/eclipse/swt/graphics/Image;" type="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml
deleted file mode 100644
index b0252cacdb4b0efaf258cac6431199ac27ba6a8f..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.files.ui (3.1.100.v201005221100)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.files.ui (3.1.100.v201005221100)" referee="org.eclipse.ui.workbench (3.6.0.I20100603-1100)" reference_count="4" reference_visibility="2">
-    <target name="org.eclipse.ui.internal.WorkbenchPage" type="org.eclipse.ui.internal.WorkbenchPage">
-        <reference_kind flags="0" kind="262144" reference_kind_name="CASTS">
-            <reference linenumber="1640" member="openEditor" origin="org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile.openEditor()" signature="()V" type="org.eclipse.rse.files.ui.resources.SystemEditableRemoteFile"/>
-        <reference linenumber="322" member="hackOpenEditor" origin="org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileOpenWithMenu.hackOpenEditor(SystemEditableRemoteFile, IEditorDescriptor)" signature="(Lorg/eclipse/rse/files/ui/resources/SystemEditableRemoteFile;Lorg/eclipse/ui/IEditorDescriptor;)V" type="org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileOpenWithMenu"/>
-        </reference_kind>
-    </target>
-<target name="org.eclipse.ui.internal.dialogs.FileExtensionDialog" type="org.eclipse.ui.internal.dialogs.FileExtensionDialog">
-        <reference_kind flags="0" kind="134217728" reference_kind_name="INSTANTIATION">
-            <reference linenumber="720" member="promptForResourceType" origin="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()" signature="()V" type="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage"/>
-        </reference_kind>
-        <reference_kind flags="0" kind="33554432" reference_kind_name="LOCAL_VAR_DECLARED">
-            <reference linenumber="720" member="promptForResourceType" origin="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage.promptForResourceType()" signature="()V" type="org.eclipse.rse.internal.files.ui.propertypages.UniversalPreferencePage"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/field_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/field_references.xml
deleted file mode 100644
index e36fbab922cad110e8ab66339ca61c821070df36..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/field_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Fields" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.ui.workbench (3.6.0.I20100603-1100)" reference_count="1" reference_visibility="2">
-    <target member="PendingUpdateAdapter_PendingLabel" name="org.eclipse.ui.internal.progress.ProgressMessages.PendingUpdateAdapter_PendingLabel" type="org.eclipse.ui.internal.progress.ProgressMessages">
-        <reference_kind flags="0" kind="2048" reference_kind_name="GETS_STATIC_FIELD">
-            <reference linenumber="2587" member="run" origin="org.eclipse.rse.internal.ui.view.SystemView.CheckPending.run()" signature="()V" type="org.eclipse.rse.internal.ui.view.SystemView$CheckPending"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/method_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/method_references.xml
deleted file mode 100644
index 148ca056c38fdee63c531eec572c298e5f91c597..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/method_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Methods" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.ui.workbench (3.6.0.I20100603-1100)" reference_count="1" reference_visibility="2">
-    <target member="&lt;init&gt;" name="org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.WorkbenchPreferenceDialog(Shell, PreferenceManager)" signature="(Lorg/eclipse/swt/widgets/Shell;Lorg/eclipse/jface/preference/PreferenceManager;)V" type="org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog">
-        <reference_kind flags="0" kind="64" reference_kind_name="CONSTRUCTOR_METHOD">
-            <reference linenumber="131" member="run" origin="org.eclipse.rse.internal.ui.actions.SystemShowPreferencesPageAction.run()" signature="()V" type="org.eclipse.rse.internal.ui.actions.SystemShowPreferencesPageAction"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/type_references.xml b/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/type_references.xml
deleted file mode 100644
index 74ad1dc2703720080530570277a5cc6b0a28072e..0000000000000000000000000000000000000000
--- a/apiscan/3.2_nonapi_use/xml/org.eclipse.ui.workbench (3.6.0.I20100603-1100)/org.eclipse.rse.ui (3.1.100.v201005282245)/PRIVATE/type_references.xml	
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<references name="Types" origin="org.eclipse.rse.ui (3.1.100.v201005282245)" referee="org.eclipse.ui.workbench (3.6.0.I20100603-1100)" reference_count="1" reference_visibility="2">
-    <target name="org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog" type="org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog">
-        <reference_kind flags="0" kind="134217728" reference_kind_name="INSTANTIATION">
-            <reference linenumber="131" member="run" origin="org.eclipse.rse.internal.ui.actions.SystemShowPreferencesPageAction.run()" signature="()V" type="org.eclipse.rse.internal.ui.actions.SystemShowPreferencesPageAction"/>
-        </reference_kind>
-    </target>
-</references>
diff --git a/bugs/index.php b/bugs/index.php
deleted file mode 100644
index 5e370c548bc0f88f02e5b2a46a081830fcad238f..0000000000000000000000000000000000000000
--- a/bugs/index.php
+++ /dev/null
@@ -1,78 +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'
-
-	#*****************************************************************************
-	#
-	# index.php
-	#
-	# Author: 		Kevin Doyle
-	# Date:			2008-01-25			
-	#
-	# Description:	Display a list of bug queries and how to open a new bug
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Target Management Bugs";
-	$pageKeywords	= "target management, remote system explorer, tm, rse, Eclipse, device, target";
-	$pageAuthor		= "Kevin Doyle";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-	<div id="maincontent">
-	<div id="midcolumn">
-		<div class="homeitem3col">
-			<h3>Found a Bug?  Have an enhancement idea?</h3>
-			<ul>
-				<li>You can submit bugs/enhancement requests though <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&version=unspecified&component=RSE">Bugzilla</a>.</li>
-				<li>See the <a href="http://wiki.eclipse.org/TM_and_RSE_FAQ#How_do_I_report_a_bug_or_request_a_feature.3F">FAQ</a> for what to include in your bug reports</li>
-			</ul>
-		</div>
-		 
-		<div class="homeitem3col">
-			<h3>Queries</h3>
-			<ul>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&field0-0-0=priority&type0-0-0=regexp&value0-0-0=P%5B12%5D&field0-0-1=bug_severity&type0-0-1=regexp&value0-0-1=blocker%7Ccritical%7Cmajor">
-				Open severe bugs (blocker, critical, major, P1, P2)</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=normal&cmdtype=doit">
-				All open bugs with severity normal</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=minor&bug_severity=trivial&cmdtype=doit">
-				All open bugs with severity minor or trivial</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&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&bug_severity=enhancement&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=">
-				All open enhancement requests</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&component=RSE&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=">
-				Remote System Explorer bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&component=Terminal&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=">
-				Terminal bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=bugday&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=">
-				BugDay Bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=helpwanted&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=">
-				Helpwanted Bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&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=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&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=">
-				All Resolved Bugs</a></li>
-			</ul>
-			<p>
-			See the <a href="/tm/development/bug_process.php">Bug Process Page</a> for more queries and information.
-			<p>
-		</div>
-		
-	</div>
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/build/.cvsignore b/build/.cvsignore
deleted file mode 100644
index 79eb93b09b6e26d831a4c8fad8592c6af42c8146..0000000000000000000000000000000000000000
--- a/build/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-.htaccess
\ No newline at end of file
diff --git a/build/_common.php b/build/_common.php
deleted file mode 100644
index 190e5bf501f747c768dea87be654f90e34c79922..0000000000000000000000000000000000000000
--- a/build/_common.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-require_once ("../../includes/buildServer-common.php");
-
-$options = array (
-	"BaseBuilderBranch" => "M4_34",
-	
-	"BranchAndJDK" => array (
-		"dsdp.eclipse.org=------------,------------",
-		"3.0.0=HEAD,/opt/sun-java2-5.0",
-		"2.0.3=R2_0_maintenance,/opt/sun-java2-5.0",
-		#"1.0.2=R1_0_maintenance,/opt/sun-java2-1.4",
-		
-		"build.eclipse.org=------------,------------",
-		"3.0.0=HEAD,/opt/public/common/ibm-java2-ppc-50",
-		"2.0.3=R2_0_maintenance,/opt/public/common/ibm-java2-ppc-50",
-		#"1.0.2=R1_0_maintenance,/opt/public/stp/apps/IBMJava2-ppc-142" // bug 178681
-	),
-	
-	"Mapfile_Rule_Default" => 0, // 0: "Use Map, No Tagging=use-false" or 1:"Generate Map, No Tagging=gen-false"
-
-	"EmailDefault" => "martin.oberhuber@windriver.com", // prefil email contact box with comma-sep'd list
-	
-	"Users" => array("moberhuber","moberhuber","moberhuber") /* build user, eclipse cvs user, IES cvs user */
-);
-
-?>
diff --git a/build/index.php b/build/index.php
deleted file mode 100644
index 76f8a9cca33d9ee0a6f2e78ec78faf58efd66a93..0000000000000000000000000000000000000000
--- a/build/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php require_once ("_common.php"); require_once ($_SERVER['DOCUMENT_ROOT'] . "/dsdp/build/build-common.php"); ?>
diff --git a/build/log-viewer.php b/build/log-viewer.php
deleted file mode 100644
index b19790a372e4bcf03f44224fff2804470d23b14f..0000000000000000000000000000000000000000
--- a/build/log-viewer.php
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php require_once ("../../includes/buildServer-common.php");
-require_once ($_SERVER['DOCUMENT_ROOT'] . "/dsdp/build/log-viewer-common.php"); ?>
diff --git a/build/removeRelease.php b/build/removeRelease.php
deleted file mode 100644
index 7eb39401e30e3402ca0d4109af498ed6318cb166..0000000000000000000000000000000000000000
--- a/build/removeRelease.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require_once ("../../includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/removeRelease-common.php");
-?>
diff --git a/build/sideitems-common.php b/build/sideitems-common.php
deleted file mode 100644
index 3613c29d75ad2584c21c359d9f8c1479935f77e3..0000000000000000000000000000000000000000
--- a/build/sideitems-common.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-/* extra sidebar stuff appended at the bottom */
-function sidebar()
-{
-	global $PR, $projct, $isBuildServer, $isEMFserver;
-
-	if ($isBuildServer)
-	{
-	?>
-	<div class="sideitem">
-		<h6>Actions</h6>
-		<ul>
-			<li><a href="/<?php print $PR; ?>/<?php print $projct ? $projct : "compare"; ?>/build/">Build</a>,
-					 <a href="/<?php print $PR; ?>/<?php print $projct ? $projct : "compare"; ?>/build/promo.php">Promote</a></li>
-			<li><a href="/<?php print $PR; ?>/downloads/?project=<?php print $projct ? $projct : "compare"; ?>&amp;showAll=0&amp;showMax=5&amp;sortBy=date">See Recent Builds</a></li>
-		</ul>
-	</div>
-
-	<div class="sideitem">
-		<h6>Info</h6>
-		<ul>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=Target+Management&amp;component=<?php echo $projct; ?>&amp;bug_status=ASSIGNED">Assigned Bugs</a></li>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=Target+Management&amp;component=<?php echo $projct; ?>&amp;bug_status=RESOLVED">Resolved Bugs</a></li>
-			<li><a href="http://www.eclipse.org/tm/searchcvs.php?q=branch%3A+HEAD+days%3A+7">Development This Week</a></li>
-			<li><a href="http://www.eclipse.org/tm/searchcvs.php?q=branch%3A+R+days%3A+7">Maintenance This Week</a></li>
-			<!-- <li><a href="http://emf.torolab.ibm.com/<?php print $PR; ?>/downloads/downloads.php">Download Stats</a></li> -->
-			<li><a href="http://wiki.eclipse.org/Modeling_Project_Releng">Modeling Project Releng Help</a></li>
-		</ul>
-	</div>
-<?php
-	}
-}
-?>
diff --git a/conferences/2005_CDT_Conference_DSDP_Update.ppt b/conferences/2005_CDT_Conference_DSDP_Update.ppt
deleted file mode 100644
index f6766b4a8fe90e4feb6a80cd879583270f9537d9..0000000000000000000000000000000000000000
Binary files a/conferences/2005_CDT_Conference_DSDP_Update.ppt and /dev/null differ
diff --git a/doc/DSDP-TM_TCA_Scenarios_2005x11x14.ppt b/doc/DSDP-TM_TCA_Scenarios_2005x11x14.ppt
deleted file mode 100644
index dd56dd6bcc79891e9b404fbbbdde46e9dfb6b57b..0000000000000000000000000000000000000000
Binary files a/doc/DSDP-TM_TCA_Scenarios_2005x11x14.ppt and /dev/null differ
diff --git a/doc/DSDPTM_Design_Proposal_v0.3.pdf b/doc/DSDPTM_Design_Proposal_v0.3.pdf
deleted file mode 100644
index 5e54bd032a95d7bf037eb76bab183995e36ac860..0000000000000000000000000000000000000000
Binary files a/doc/DSDPTM_Design_Proposal_v0.3.pdf and /dev/null differ
diff --git a/doc/DSDPTM_Target_Connection_Adapter_Proposal.pdf b/doc/DSDPTM_Target_Connection_Adapter_Proposal.pdf
deleted file mode 100644
index 91ed6609b979bdf80e5d9031071f9c6266679bda..0000000000000000000000000000000000000000
Binary files a/doc/DSDPTM_Target_Connection_Adapter_Proposal.pdf and /dev/null differ
diff --git a/doc/TM_Use_Cases_v1.1c.pdf b/doc/TM_Use_Cases_v1.1c.pdf
deleted file mode 100644
index 838827b31c67bf46cff52014cc31b04ecd5abba1..0000000000000000000000000000000000000000
Binary files a/doc/TM_Use_Cases_v1.1c.pdf and /dev/null differ
diff --git a/doc/hwdescriptions/EDGE_Target_Support_Example.zip b/doc/hwdescriptions/EDGE_Target_Support_Example.zip
deleted file mode 100644
index 69f73ff36d952423d613bac3e498cb4b87897dd9..0000000000000000000000000000000000000000
Binary files a/doc/hwdescriptions/EDGE_Target_Support_Example.zip and /dev/null differ
diff --git a/doc/hwdescriptions/WRBoardfileSyntax.zip b/doc/hwdescriptions/WRBoardfileSyntax.zip
deleted file mode 100644
index 59ecb05f54ff1a432640319da35b7b0bb80b011d..0000000000000000000000000000000000000000
Binary files a/doc/hwdescriptions/WRBoardfileSyntax.zip and /dev/null differ
diff --git a/doc/index.php b/doc/index.php
deleted file mode 100644
index 2ba75564ad9bbac8816503282c5de503c50a9129..0000000000000000000000000000000000000000
--- a/doc/index.php
+++ /dev/null
@@ -1,135 +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'
-
-	#*****************************************************************************
-	#
-	# doc/index.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: TM developer documents index page
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "TM Developer Documents";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-    	<h2>Use Cases (your best bet to get started!)</h2>
-    	<ul>
-    	<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">TM Use Cases v1.1c.pdf</a></li>
-    	<li><a href="/tm/doc/nucleus_edge_target_usecase.pdf">nucleus edge target usecase.pdf</a></li>
-    	</ul>
-
-		<h2>Current API Docs</h2>
-		These are part of the downloaded SDK, and available online. The online docs are automatically generated
-		from the latest code every night.
-		<ul>
-		  <li><a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.rse.doc.user/gettingstarted/g_start.html">RSE User Guide</a></li>
-		  <li><a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.rse.doc.isv/guide/rse_int.html">RSE Developer Guide</a></li>
-		  <li><a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.dstore.doc.isv/toc.html">DStore Developer Guide</a></li>
-		</ul>
-
-		<h2>Design Documents</h2>
-		<ul>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt">TM Overview (ppt)</a></li>
-		<li><a href="/tm/doc/DSDPTM_Design_Proposal_v0.3.pdf">TM Design Proposal v0.3.pdf</a></li>
-		<li><a href="/tm/doc/DSDPTM_Target_Connection_Adapter_Proposal.pdf">TM Target Connection Adapter Proposal.pdf</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_Brainstorming_2005-10-14.htm">Brainstorming Notes from Chicago Meeting</a></li>
-		</ul>
-
-		<h2>Presentations</h2>
-		<ul>
-		<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-		    TM 3.0 Release Review Slides</a></li>
-		<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt">TM 2.0 Release Review Slides (PPT: 237k)</a>
-		   | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.pdf">(PDF: 300K)</a></li>
-    	<li>Eclipse Summit Europe 2006-9-29 
-    		<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">
-      		TM Overview Slides (PPT: 314k)</a>
-    	  	| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">(PDF: 298k)</a></li>
-		<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_1.0_Release_Review_v3.ppt">TM 1.0 Release Review Slides (PPT: 248k)</a>
-		   | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_1.0_Release_Review_v3a.pdf">(PDF: 195K)</a></li>
-		<li>EclipseCon 2006: 
-		   <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-3-22_EclipseCon_Target_Management.ppt">
-		   Using and Extending the DSDP Target Management Framework (PPT: 850k)</a>
-		   | <a href="http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=287">(Zipped PPT: 559k)</a></li>
-		</ul>
-
-		<h2>Older Meeting Notes (Newer notes are on the <a href="http://wiki.eclipse.org/TM">Wiki</a>)</h2>
-		<ul>
-		<h4>CDT Conference Ottawa, 2005 October 25-26</h4>
-		<ul>
-		<li><a href="/tm/conferences/2005_CDT_Conference_DSDP_Update.ppt">DSDP Update at CDT Conference (ppt)</a></li>
-		</ul>
-		
-		<h4>F2F Meeting Chicago, 2005 October 12-13</h4>
-		<ul>
-		<li><a href="/tm/meetingnotes/ff01_chicago/2005-10-12_Chicago_TM_MeetingNotes.htm">Meeting Notes</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_Brainstorming_2005-10-14.htm">Brainstorming Notes</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/Eclipse_IP_Due_Diligence.ppt">Eclipse IP Due Diligence (ppt)</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt">TM Overview (ppt)</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_DD_Borderline.ppt">On the Borderline between Target Management and Debugging (ppt)</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_DebuggerBackend.ppt">WR Debugger Backend Interface Proposal (ppt)</a></li>
-	    <li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_TCA.ppt">Target Connection Adapter Proposal (ppt)</a></li>
-		</ul>
-		
-		<h4>Phone Meeting Notes</h4>
-		<ul>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20051107.htm">2005-11-07 Phone Conference</a></li>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20050926.pdf">2005-09-26 Phone Conference</a><br>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20050829.pdf">2005-08-29 Phone Conference</a><br>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20050808.pdf">2005-08-08 Phone Conference</a><br>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20050718.pdf">2005-07-18 Phone Conference</a><br>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20050627.pdf">2005-06-27 Phone Conference</a><br>
-		<li><a href="/tm/meetingnotes/DSDP-TM_MeetingNotes_20050613.pdf">2005-06-13 Phone Conference</a><br>
-		</ul>
-		<p/>
-	</div>
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-				    TM 3.0 Release Review Slides</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a
-					href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<!-- <li><a href="/tm/development/index.php">Developer Resources</a></li> -->
-				<li><a href="/tm/development/plan.php"
-					target="_self">TM Project Plan</a></li>
-			</ul>
-		</div>
-	</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/doc/nucleus_edge_target_usecase.pdf b/doc/nucleus_edge_target_usecase.pdf
deleted file mode 100644
index 0fdc90ea45d2d13b35a0739e24e2f60d50d259b7..0000000000000000000000000000000000000000
Binary files a/doc/nucleus_edge_target_usecase.pdf and /dev/null differ
diff --git a/doc/rsf/RSFCoreModel.xmi b/doc/rsf/RSFCoreModel.xmi
deleted file mode 100644
index 7fe343ae45e93a622fe4b86850d2055a6bd80319..0000000000000000000000000000000000000000
--- a/doc/rsf/RSFCoreModel.xmi
+++ /dev/null
@@ -1,4709 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<XMI xmlns:UML="http://schema.omg.org/spec/UML/1.3" verified="false" timestamp="2005-11-20T19:12:58" xmi.version="1.2" >
- <XMI.header>
-  <XMI.documentation>
-   <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
-   <XMI.exporterVersion>1.4.2</XMI.exporterVersion>
-   <XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
-  </XMI.documentation>
-  <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
- </XMI.header>
- <XMI.content>
-  <UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" >
-   <UML:Namespace.ownedElement>
-    <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" xmi.id="3" isRoot="false" isAbstract="false" name="datatype" />
-    <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" xmi.id="36" isRoot="false" isAbstract="false" name="interface" />
-    <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" xmi.id="196" isRoot="false" isAbstract="false" name="serviceTypeId" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="2" isRoot="false" isAbstract="false" name="int" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="4" isRoot="false" isAbstract="false" name="char" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="5" isRoot="false" isAbstract="false" name="boolean" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="6" isRoot="false" isAbstract="false" name="float" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="7" isRoot="false" isAbstract="false" name="double" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="8" isRoot="false" isAbstract="false" name="byte" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="9" isRoot="false" isAbstract="false" name="short" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="10" isRoot="false" isAbstract="false" name="string" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="18" isRoot="false" isAbstract="false" name="void" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="235" isRoot="false" isAbstract="false" name="List" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="366" isRoot="false" isAbstract="false" name="java.lang.Class" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="5170" isRoot="false" isAbstract="false" name="InputStream" />
-    <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="6558" isRoot="false" isAbstract="false" name="File" />
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="35" isRoot="false" isAbstract="true" name="IOption" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="439" isRoot="false" isAbstract="false" name="getValue" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11529" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="453" isRoot="false" isAbstract="false" name="getValueType" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11530" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="468" isRoot="false" isAbstract="false" name="setValue" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="469" isRoot="false" value="" type="10" isAbstract="false" name="newValue" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="498" isRoot="false" isAbstract="false" name="getDefaultValue" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11531" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="514" isRoot="false" isAbstract="false" name="hasChoices" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11532" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="531" isRoot="false" isAbstract="false" name="getChoices" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11533" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="38" isRoot="false" isAbstract="true" name="IRemoteSystem" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="115" isRoot="false" isAbstract="false" name="getService" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11534" type="40" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="116" isRoot="false" value="" type="10" isAbstract="false" name="serviceId" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="126" isRoot="false" isAbstract="false" name="getServices" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11535" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="132" isRoot="false" isAbstract="false" name="getCommunicationInterface" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11536" type="159" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="133" isRoot="false" value="" type="10" isAbstract="false" name="commIntId" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="188" isRoot="false" isAbstract="false" name="getCommunicationInterfaces" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11537" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation stereotype="196" isSpecification="false" isLeaf="false" visibility="public" xmi.id="195" isRoot="false" isAbstract="false" name="getServicesProviding" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11538" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="11177" isRoot="false" isAbstract="false" name="connect" />
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="11227" isRoot="false" isAbstract="false" name="isConnected" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11539" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="11378" isRoot="false" isAbstract="false" name="disconnect" />
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="40" isRoot="false" isAbstract="true" name="IService" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="68" isRoot="false" isAbstract="false" name="getOption" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11540" type="35" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="70" isRoot="false" value="" type="String" isAbstract="false" name="optionId" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="95" isRoot="false" isAbstract="false" name="getOptions" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11541" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="76" isRoot="false" isAbstract="false" name="isAvailable" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11542" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="80" isRoot="false" isAbstract="false" name="isEnabled" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11543" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="85" isRoot="false" isAbstract="false" name="setEnabled" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="86" isRoot="false" value="" type="5" isAbstract="false" name="enabled" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="42" isRoot="false" isAbstract="true" name="IServiceModel" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="59" isRoot="false" isAbstract="false" name="getOption" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11544" type="35" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="60" isRoot="false" value="" type="String" isAbstract="false" name="optionId" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="209" isRoot="false" isAbstract="false" name="getOptions" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11545" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="222" isRoot="false" isAbstract="false" name="getProvides" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11546" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="248" isRoot="false" isAbstract="false" name="getRequirements" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11547" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="257" isRoot="false" isAbstract="false" name="getCommunicationInterfaceId" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11548" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="276" isRoot="false" isAbstract="false" name="createService" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11549" type="40" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="277" isRoot="false" value="" type="38" isAbstract="false" name="remoteSystem" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="58" isRoot="false" isAbstract="true" name="IServiceTypeModel" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="317" isRoot="false" isAbstract="false" name="getId" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11550" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="328" isRoot="false" isAbstract="false" name="getName" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11551" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="341" isRoot="false" isAbstract="false" name="getServiceClass" />
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="159" isRoot="false" isAbstract="true" name="ICommunicationInterface" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="635" isRoot="false" isAbstract="false" name="getOption" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11552" type="35" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="636" isRoot="false" value="" type="10" isAbstract="false" name="optionId" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="674" isRoot="false" isAbstract="false" name="getOptions" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11553" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="813" isRoot="false" isAbstract="true" name="IRSFObject" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="833" isRoot="false" isAbstract="false" name="getId" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11554" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="854" isRoot="false" isAbstract="false" name="getName" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11555" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1734" isRoot="false" isAbstract="true" name="ICommunicationInterfaceModel" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1756" isRoot="false" isAbstract="false" name="getOption" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11556" type="35" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1757" isRoot="false" value="" type="10" isAbstract="false" name="optionId" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1801" isRoot="false" isAbstract="false" name="getOptions" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11557" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1825" isRoot="false" isAbstract="false" name="createCommunicationInterface" />
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="3391" isRoot="false" isAbstract="true" name="IRemoteFSService" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6184" isRoot="false" isAbstract="false" name="getRoots" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11558" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6230" isRoot="false" isAbstract="false" name="getRemoteSystem" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11559" type="38" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6277" isRoot="false" isAbstract="false" name="copy" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6278" isRoot="false" value="" type="3533" isAbstract="false" name="source" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6325" isRoot="false" value="" type="3620" isAbstract="false" name="destination" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6418" isRoot="false" isAbstract="false" name="copy" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6419" isRoot="false" value="" type="3533" isAbstract="false" name="source" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6697" isRoot="false" value="" type="6558" isAbstract="false" name="destination" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6744" isRoot="false" isAbstract="false" name="copy" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6745" isRoot="false" value="" type="6558" isAbstract="false" name="source" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6792" isRoot="false" value="" type="3620" isAbstract="false" name="destination" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6885" isRoot="false" isAbstract="false" name="exists" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6886" isRoot="false" value="" type="3533" isAbstract="false" name="resource" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6979" isRoot="false" isAbstract="false" name="delete" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="6980" isRoot="false" value="" type="3533" isAbstract="false" name="resource" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7073" isRoot="false" value="" type="5" isAbstract="false" name="force" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7166" isRoot="false" isAbstract="false" name="move" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7167" isRoot="false" value="" type="3533" isAbstract="false" name="source" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7214" isRoot="false" value="" type="3620" isAbstract="false" name="destination" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7307" isRoot="false" isAbstract="false" name="move" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7308" isRoot="false" value="" type="3533" isAbstract="false" name="source" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7355" isRoot="false" value="" type="6558" isAbstract="false" name="destination" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7448" isRoot="false" isAbstract="false" name="move" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7449" isRoot="false" value="" type="6558" isAbstract="false" name="source" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7496" isRoot="false" value="" type="3620" isAbstract="false" name="destination" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7589" isRoot="false" isAbstract="false" name="populateMembers" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11560" type="2" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7590" isRoot="false" value="" type="3620" isAbstract="false" name="container" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7780" isRoot="false" isAbstract="false" name="refresh" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7828" isRoot="false" value="" type="3533" isAbstract="false" name="resource" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7876" isRoot="false" isAbstract="false" name="getContents" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11561" type="5170" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7877" isRoot="false" value="" type="3562" isAbstract="false" name="file" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7972" isRoot="false" isAbstract="false" name="setContents" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="7973" isRoot="false" value="" type="3562" isAbstract="false" name="file" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="8022" isRoot="false" value="" type="5170" isAbstract="false" name="contents" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="8119" isRoot="false" isAbstract="false" name="getResource" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11562" type="3533" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="8168" isRoot="false" value="" type="10" isAbstract="false" name="path" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9495" isRoot="false" isAbstract="false" name="create" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="9496" isRoot="false" value="" type="3533" isAbstract="false" name="resource" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="9595" isRoot="false" value="" type="5" isAbstract="false" name="force" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9694" isRoot="false" isAbstract="false" name="create" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="9695" isRoot="false" value="" type="3562" isAbstract="false" name="file" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="9745" isRoot="false" value="" type="5170" isAbstract="false" name="contents" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="9795" isRoot="false" value="" type="5" isAbstract="false" name="force" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="3533" isRoot="false" isAbstract="true" name="IRemoteResource" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4129" isRoot="false" isAbstract="false" name="exists" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11563" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4161" isRoot="false" isAbstract="false" name="getName" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11564" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4194" isRoot="false" isAbstract="false" name="getPath" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11565" type="10" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4228" isRoot="false" isAbstract="false" name="refresh" />
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4297" isRoot="false" isAbstract="false" name="isReadable" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11566" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4333" isRoot="false" isAbstract="false" name="isWriteable" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11567" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4370" isRoot="false" isAbstract="false" name="isExecutable" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11568" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4408" isRoot="false" isAbstract="false" name="getParent" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11569" type="3533" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4447" isRoot="false" isAbstract="false" name="getRemoteSystem" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11570" type="38" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4487" isRoot="false" isAbstract="false" name="getRemoteFSService" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11571" type="3391" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4528" isRoot="false" isAbstract="false" name="getLastModifiedTime" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11572" type="2" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4609" isRoot="false" isAbstract="false" name="getSize" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11573" type="2" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4693" isRoot="false" isAbstract="false" name="getType" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11574" type="2" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4262" isRoot="false" isAbstract="false" name="isFile" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11575" type="5" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4737" isRoot="false" isAbstract="false" name="delete" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="4738" isRoot="false" value="" type="5" isAbstract="false" name="force" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="3562" isRoot="false" isAbstract="true" name="IRemoteFile" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9298" isRoot="false" isAbstract="false" name="create" />
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9198" isRoot="false" isAbstract="false" name="create" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="9199" isRoot="false" value="" type="5170" isAbstract="false" name="contents" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="5083" isRoot="false" isAbstract="false" name="getContents" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11576" type="5170" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="5741" isRoot="false" isAbstract="false" name="setContents" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="5742" isRoot="false" value="" type="5170" isAbstract="false" name="content" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="5787" isRoot="false" value="" type="5" isAbstract="false" name="force" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="3591" isRoot="false" isAbstract="true" name="IRemoteFolder" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="8756" isRoot="false" isAbstract="false" name="create" />
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Interface stereotype="36" isSpecification="false" isLeaf="false" visibility="public" xmi.id="3620" isRoot="false" isAbstract="true" name="IRemoteContainer" >
-     <UML:Classifier.feature>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="3761" isRoot="false" isAbstract="false" name="members" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11577" type="235" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="3791" isRoot="false" isAbstract="false" name="refresh" />
-      <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="3852" isRoot="false" isAbstract="false" name="findMember" >
-       <UML:BehavioralFeature.parameter>
-        <UML:Parameter kind="return" xmi.id="11578" type="3533" />
-        <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="3853" isRoot="false" value="" type="10" isAbstract="false" name="name" />
-       </UML:BehavioralFeature.parameter>
-      </UML:Operation>
-     </UML:Classifier.feature>
-    </UML:Interface>
-    <UML:Generalization isSpecification="false" child="38" visibility="public" xmi.id="1170" parent="813" discriminator="" name="" />
-    <UML:Generalization isSpecification="false" child="40" visibility="public" xmi.id="1215" parent="813" discriminator="" name="" />
-    <UML:Generalization isSpecification="false" child="42" visibility="public" xmi.id="1260" parent="813" discriminator="" name="" />
-    <UML:Generalization isSpecification="false" child="58" visibility="public" xmi.id="1305" parent="813" discriminator="" name="" />
-    <UML:Generalization isSpecification="false" child="159" visibility="public" xmi.id="1350" parent="813" discriminator="" name="" />
-    <UML:Generalization isSpecification="false" child="35" visibility="public" xmi.id="1395" parent="813" discriminator="" name="" />
-    <UML:Dependency isSpecification="false" visibility="public" xmi.id="2217" client="40" name="" supplier="159" />
-    <UML:Association isSpecification="false" visibility="public" xmi.id="2266" name="" >
-     <UML:Association.connection>
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="2267" aggregation="none" type="40" name="" />
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="2268" aggregation="none" type="42" name="" />
-     </UML:Association.connection>
-    </UML:Association>
-    <UML:Association isSpecification="false" visibility="public" xmi.id="2315" name="" >
-     <UML:Association.connection>
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="2316" aggregation="none" type="159" name="" />
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="2317" aggregation="none" type="1734" name="" />
-     </UML:Association.connection>
-    </UML:Association>
-    <UML:Dependency isSpecification="false" visibility="public" xmi.id="2364" client="42" name="" supplier="58" />
-    <UML:Dependency isSpecification="false" visibility="public" xmi.id="2436" client="40" name="" supplier="42" />
-    <UML:Dependency isSpecification="false" visibility="public" xmi.id="2485" client="159" name="" supplier="1734" />
-    <UML:Dependency isSpecification="false" visibility="public" xmi.id="2534" client="38" name="" supplier="40" />
-    <UML:Dependency isSpecification="false" visibility="public" xmi.id="2583" client="38" name="" supplier="159" />
-    <UML:Association isSpecification="false" visibility="public" xmi.id="10433" name="" >
-     <UML:Association.connection>
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="10434" aggregation="none" type="3562" name="" />
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="10435" aggregation="none" type="3533" name="" />
-     </UML:Association.connection>
-    </UML:Association>
-    <UML:Association isSpecification="false" visibility="public" xmi.id="10534" name="" >
-     <UML:Association.connection>
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="10535" aggregation="none" type="3620" name="" />
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="10536" aggregation="none" type="3533" name="" />
-     </UML:Association.connection>
-    </UML:Association>
-    <UML:Association isSpecification="false" visibility="public" xmi.id="10635" name="" >
-     <UML:Association.connection>
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="10636" aggregation="none" type="3591" name="" />
-      <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="10637" aggregation="none" type="3620" name="" />
-     </UML:Association.connection>
-    </UML:Association>
-   </UML:Namespace.ownedElement>
-  </UML:Model>
- </XMI.content>
- <XMI.extensions xmi.extender="umbrello" >
-  <docsettings viewid="1" documentation="" uniqueid="11578" />
-  <diagrams>
-   <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="1129" snapy="10" showatts="1" xmi.id="1" documentation="" type="402" showops="1" showpackage="0" name="Core class diagram" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="931" >
-    <widgets>
-     <interfacewidget usesdiagramfillcolour="0" width="227" usesdiagramusefillcolour="0" x="897" linecolour="#ff0000" y="181" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="144" usefillcolor="1" isinstance="0" xmi.id="35" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="578" usesdiagramusefillcolour="0" x="203" linecolour="#ff0000" y="736" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="180" usefillcolor="1" isinstance="0" xmi.id="38" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="250" usesdiagramusefillcolour="0" x="169" linecolour="#ff0000" y="522" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="126" usefillcolor="1" isinstance="0" xmi.id="40" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="444" usesdiagramusefillcolour="0" x="73" linecolour="#ff0000" y="283" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="144" usefillcolor="1" isinstance="0" xmi.id="42" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="159" usesdiagramusefillcolour="0" x="287" linecolour="#ff0000" y="116" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="90" usefillcolor="1" isinstance="0" xmi.id="58" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="291" usesdiagramusefillcolour="0" x="567" linecolour="#ff0000" y="549" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="72" usefillcolor="1" isinstance="0" xmi.id="159" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="159" usesdiagramusefillcolour="0" x="920" linecolour="#ff0000" y="93" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="72" usefillcolor="1" isinstance="0" xmi.id="813" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="291" usesdiagramusefillcolour="0" x="567" linecolour="#ff0000" y="309" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="90" usefillcolor="1" isinstance="0" xmi.id="1734" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <boxwidget usesdiagramfillcolour="1" width="837" usesdiagramusefillcolour="1" x="46" linecolour="none" y="77" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="391" usefillcolor="1" isinstance="0" xmi.id="2908" font="Sans Serif,10,-1,5,50,0,0,0,0,0" />
-     <boxwidget usesdiagramfillcolour="1" width="841" usesdiagramusefillcolour="1" x="46" linecolour="none" y="502" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="425" usefillcolor="1" isinstance="0" xmi.id="2932" font="Sans Serif,10,-1,5,50,0,0,0,0,0" />
-     <floatingtext usesdiagramfillcolour="1" width="52" usesdiagramusefillcolour="1" x="64" linecolour="none" y="97" linewidth="none" usesdiagramlinewidth="1" posttext="" usesdiagramlinecolour="1" role="700" fillcolour="none" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="3002" text="Models" font="Sans Serif,10,-1,5,50,0,0,0,0,0" />
-     <floatingtext usesdiagramfillcolour="1" width="71" usesdiagramusefillcolour="1" x="66" linecolour="none" y="530" linewidth="none" usesdiagramlinewidth="1" posttext="" usesdiagramlinecolour="1" role="700" fillcolour="none" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="3026" text="Instances" font="Sans Serif,10,-1,5,50,0,0,0,0,0" />
-    </widgets>
-    <messages/>
-    <associations>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="159" widgetaid="40" xmi.id="2217" >
-      <linepath>
-       <startpoint startx="419" starty="585" />
-       <endpoint endx="567" endy="585" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="58" widgetaid="42" xmi.id="2364" >
-      <linepath>
-       <startpoint startx="295" starty="283" />
-       <endpoint endx="366" endy="206" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="42" widgetaid="40" xmi.id="2436" >
-      <linepath>
-       <startpoint startx="294" starty="522" />
-       <endpoint endx="295" endy="427" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="1734" widgetaid="159" xmi.id="2485" >
-      <linepath>
-       <startpoint startx="712" starty="549" />
-       <endpoint endx="712" endy="399" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" widgetbid="40" widgetaid="38" xmi.id="2534" >
-      <linepath>
-       <startpoint startx="395" starty="736" />
-       <endpoint endx="294" endy="648" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" widgetbid="159" widgetaid="38" xmi.id="2583" >
-      <linepath>
-       <startpoint startx="588" starty="736" />
-       <endpoint endx="712" endy="621" />
-      </linepath>
-     </assocwidget>
-    </associations>
-   </diagram>
-   <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="1009" snapy="10" showatts="1" xmi.id="3476" documentation="" type="402" showops="1" showpackage="0" name="RemoteFS class diagram" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="894" >
-    <widgets>
-     <interfacewidget usesdiagramfillcolour="0" width="332" usesdiagramusefillcolour="0" x="295" linecolour="#ff0000" y="358" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="306" usefillcolor="1" isinstance="0" xmi.id="3533" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="400" usesdiagramusefillcolour="0" x="36" linecolour="#ff0000" y="733" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="108" usefillcolor="1" isinstance="0" xmi.id="3562" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="115" usesdiagramusefillcolour="0" x="596" linecolour="#ff0000" y="836" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="54" usefillcolor="1" isinstance="0" xmi.id="3591" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="362" usesdiagramusefillcolour="0" x="472" linecolour="#ff0000" y="706" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="90" usefillcolor="1" isinstance="0" xmi.id="3620" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-     <interfacewidget usesdiagramfillcolour="0" width="504" usesdiagramusefillcolour="0" x="212" linecolour="#ff0000" y="2" drawascircle="0" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="342" usefillcolor="1" isinstance="0" xmi.id="3391" showoperations="1" showpackage="0" showscope="1" font="Sans Serif,10,-1,5,75,1,0,0,0,0" />
-    </widgets>
-    <messages/>
-    <associations>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="3533" widgetaid="3562" xmi.id="10433" >
-      <linepath>
-       <startpoint startx="236" starty="733" />
-       <endpoint endx="405" endy="664" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="3533" widgetaid="3620" xmi.id="10534" >
-      <linepath>
-       <startpoint startx="653" starty="706" />
-       <endpoint endx="516" endy="664" />
-      </linepath>
-     </assocwidget>
-     <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="3620" widgetaid="3591" xmi.id="10635" >
-      <linepath>
-       <startpoint startx="653" starty="836" />
-       <endpoint endx="653" endy="796" />
-      </linepath>
-     </assocwidget>
-    </associations>
-   </diagram>
-  </diagrams>
-  <listview>
-   <listitem open="1" type="800" label="Views" >
-    <listitem open="1" type="801" label="Logical View" >
-     <listitem open="0" type="817" id="159" >
-      <listitem open="0" type="815" id="635" />
-      <listitem open="0" type="815" id="674" />
-     </listitem>
-     <listitem open="0" type="817" id="1734" >
-      <listitem open="0" type="815" id="1756" />
-      <listitem open="0" type="815" id="1801" />
-      <listitem open="0" type="815" id="1825" />
-     </listitem>
-     <listitem open="0" type="817" id="35" >
-      <listitem open="0" type="815" id="439" />
-      <listitem open="0" type="815" id="453" />
-      <listitem open="0" type="815" id="468" />
-      <listitem open="0" type="815" id="498" />
-      <listitem open="0" type="815" id="514" />
-      <listitem open="0" type="815" id="531" />
-     </listitem>
-     <listitem open="0" type="817" id="813" >
-      <listitem open="0" type="815" id="833" />
-      <listitem open="0" type="815" id="854" />
-     </listitem>
-     <listitem open="1" type="817" id="3620" >
-      <listitem open="0" type="815" id="3761" />
-      <listitem open="0" type="815" id="3791" />
-      <listitem open="0" type="815" id="3852" />
-     </listitem>
-     <listitem open="1" type="817" id="3391" >
-      <listitem open="0" type="815" id="6184" />
-      <listitem open="0" type="815" id="6230" />
-      <listitem open="0" type="815" id="6277" />
-      <listitem open="0" type="815" id="6418" />
-      <listitem open="0" type="815" id="6744" />
-      <listitem open="0" type="815" id="6885" />
-      <listitem open="0" type="815" id="6979" />
-      <listitem open="0" type="815" id="7166" />
-      <listitem open="0" type="815" id="7307" />
-      <listitem open="0" type="815" id="7448" />
-      <listitem open="0" type="815" id="7589" />
-      <listitem open="0" type="815" id="7780" />
-      <listitem open="0" type="815" id="7876" />
-      <listitem open="0" type="815" id="7972" />
-      <listitem open="0" type="815" id="8119" />
-      <listitem open="0" type="815" id="9495" />
-      <listitem open="0" type="815" id="9694" />
-     </listitem>
-     <listitem open="1" type="817" id="3562" >
-      <listitem open="0" type="815" id="9298" />
-      <listitem open="0" type="815" id="9198" />
-      <listitem open="0" type="815" id="5083" />
-      <listitem open="0" type="815" id="5741" />
-     </listitem>
-     <listitem open="1" type="817" id="3591" >
-      <listitem open="0" type="815" id="8756" />
-     </listitem>
-     <listitem open="0" type="817" id="3533" >
-      <listitem open="0" type="815" id="4129" />
-      <listitem open="0" type="815" id="4161" />
-      <listitem open="0" type="815" id="4194" />
-      <listitem open="0" type="815" id="4228" />
-      <listitem open="0" type="815" id="4297" />
-      <listitem open="0" type="815" id="4333" />
-      <listitem open="0" type="815" id="4370" />
-      <listitem open="0" type="815" id="4408" />
-      <listitem open="0" type="815" id="4447" />
-      <listitem open="0" type="815" id="4487" />
-      <listitem open="0" type="815" id="4528" />
-      <listitem open="0" type="815" id="4609" />
-      <listitem open="0" type="815" id="4693" />
-      <listitem open="0" type="815" id="4262" />
-      <listitem open="0" type="815" id="4737" />
-     </listitem>
-     <listitem open="1" type="817" id="38" >
-      <listitem open="0" type="815" id="115" />
-      <listitem open="0" type="815" id="126" />
-      <listitem open="0" type="815" id="132" />
-      <listitem open="0" type="815" id="188" />
-      <listitem open="0" type="815" id="195" />
-      <listitem open="0" type="815" id="11177" />
-      <listitem open="0" type="815" id="11227" />
-      <listitem open="0" type="815" id="11378" />
-     </listitem>
-     <listitem open="0" type="817" id="40" >
-      <listitem open="0" type="815" id="68" />
-      <listitem open="0" type="815" id="95" />
-      <listitem open="0" type="815" id="76" />
-      <listitem open="0" type="815" id="80" />
-      <listitem open="0" type="815" id="85" />
-     </listitem>
-     <listitem open="0" type="817" id="42" >
-      <listitem open="0" type="815" id="59" />
-      <listitem open="0" type="815" id="209" />
-      <listitem open="0" type="815" id="222" />
-      <listitem open="0" type="815" id="248" />
-      <listitem open="0" type="815" id="257" />
-      <listitem open="0" type="815" id="276" />
-     </listitem>
-     <listitem open="0" type="817" id="58" >
-      <listitem open="0" type="815" id="317" />
-      <listitem open="0" type="815" id="328" />
-      <listitem open="0" type="815" id="341" />
-     </listitem>
-     <listitem open="1" type="830" label="Datatypes" >
-      <listitem open="1" type="829" id="6558" />
-      <listitem open="1" type="829" id="5170" />
-      <listitem open="1" type="829" id="235" />
-      <listitem open="1" type="829" id="5" />
-      <listitem open="1" type="829" id="8" />
-      <listitem open="1" type="829" id="4" />
-      <listitem open="1" type="829" id="7" />
-      <listitem open="1" type="829" id="6" />
-      <listitem open="1" type="829" id="2" />
-      <listitem open="1" type="829" id="366" />
-      <listitem open="1" type="829" id="9" />
-      <listitem open="1" type="829" id="10" />
-      <listitem open="1" type="829" id="18" />
-     </listitem>
-    </listitem>
-    <listitem open="1" type="802" label="Use Case View" />
-    <listitem open="1" type="821" label="Component View" />
-    <listitem open="1" type="827" label="Deployment View" />
-    <listitem open="1" type="836" label="Entity Relationship Model" />
-   </listitem>
-  </listview>
-  <codegeneration>
-   <codegenerator language="Java" >
-    <codedocument writeOutCode="false" package="" id="ANTDOC" fileExt=".xml" fileName="build" >
-     <textblocks>
-      <codeblockwithcomments tag="xmlDecl" text="&lt;?xml version=&quot;1.0&quot;?>" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <xmlelementblock nodeName="project" tag="projectDecl" canDelete="false" >
-       <header>
-        <codecomment tag="" text="Java ANT build document" />
-       </header>
-       <textblocks/>
-      </xmlelementblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" />
-     </header>
-    </codedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="2" parent_class="2" fileExt=".java" fileName="int" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="2" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Int&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Int ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			int.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:39:56&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="4" parent_class="4" fileExt=".java" fileName="char" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="4" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Char&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Char ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			char.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:39:56&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="5" parent_class="5" fileExt=".java" fileName="boolean" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="5" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Boolean&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Boolean ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			boolean.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:48:38&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="6" parent_class="6" fileExt=".java" fileName="float" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="6" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Float&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Float ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			float.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:39:56&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="7" parent_class="7" fileExt=".java" fileName="double" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="7" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Double&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Double ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			double.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:39:56&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="8" parent_class="8" fileExt=".java" fileName="byte" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="8" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Byte&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Byte ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			byte.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:39:56&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="9" parent_class="9" fileExt=".java" fileName="short" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="9" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Short&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Short ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			short.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:39:56&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="10" parent_class="10" fileExt=".java" fileName="string" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="10" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class String&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public String ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			string.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:43:03&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="18" parent_class="18" fileExt=".java" fileName="void" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="18" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Void&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Void ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			void.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 16:48:26&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="35" parent_class="35" fileExt=".java" fileName="IOption" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="35" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IOption&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IOption ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="439" tag="operation_439" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="453" tag="operation_453" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="468" tag="operation_468" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param newValue &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="498" tag="operation_498" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="514" tag="operation_514" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="531" tag="operation_531" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IOption.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:37&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1395" field_type="565" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="38" parent_class="38" fileExt=".java" fileName="IRemoteSystem" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IService;&amp;#010;import ICommunicationInterface;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="38" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRemoteSystem&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="2583" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterface ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRemoteSystem ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="2583" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2583" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2583" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2583" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2583" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="115" tag="operation_115" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param serviceId &amp;#010;@return IService  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="126" tag="operation_126" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="132" tag="operation_132" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param commIntId &amp;#010;@return ICommunicationInterface  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="188" tag="operation_188" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="195" tag="operation_195" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="11177" tag="operation_11177" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="11227" tag="operation_11227" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="11378" tag="operation_11378" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRemoteSystem.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 19:12:54&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1170" field_type="22225904" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1170" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1170" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1170" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1170" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1170" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1170" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2534" field_type="97" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2534" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IService ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2583" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2583" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterface ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2583" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2583" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2583" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2583" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2583" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="40" parent_class="40" fileExt=".java" fileName="IService" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IOption;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="40" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IService&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="2266" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IServiceModel ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="2534" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteSystem ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IService ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="2266" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2266" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2266" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2266" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2266" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="0" parent_id="2534" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2534" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2534" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteSystem to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2534" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteSystem from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2534" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="68" tag="operation_68" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param optionId &amp;#010;@return IOption  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="76" tag="operation_76" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="80" tag="operation_80" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="85" tag="operation_85" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param enabled &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="95" tag="operation_95" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IService.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:39&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1215" field_type="6357108" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2217" field_type="6357108" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2217" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterface ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2217" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2217" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2217" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2217" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2217" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2266" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2266" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IServiceModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2266" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2266" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2266" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2266" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2266" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2436" field_type="32" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2436" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IServiceModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2534" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2534" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteSystem ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2534" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2534" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2534" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteSystem to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2534" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteSystem from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2534" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2534" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="42" parent_class="42" fileExt=".java" fileName="IServiceModel" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IOption;&amp;#010;import IService;&amp;#010;import IRemoteSystem;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="42" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IServiceModel&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="2266" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="2436" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IServiceModel ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="2266" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2266" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2266" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2266" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2266" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="0" parent_id="2436" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2436" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2436" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2436" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2436" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="59" tag="operation_59" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param optionId &amp;#010;@return IOption  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="209" tag="operation_209" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="222" tag="operation_222" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="248" tag="operation_248" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="257" tag="operation_257" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="276" tag="operation_276" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param remoteSystem &amp;#010;@return IService  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IServiceModel.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:40&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1260" field_type="64" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1260" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1260" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1260" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1260" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1260" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1260" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2266" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2266" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2266" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2266" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2266" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2266" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2266" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2266" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2364" field_type="32" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2364" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IServiceTypeModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2364" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2364" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2364" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceTypeModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2364" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceTypeModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2364" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2436" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2436" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2436" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2436" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2436" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2436" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2436" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2436" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="58" parent_class="58" fileExt=".java" fileName="IServiceTypeModel" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="58" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IServiceTypeModel&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="1305" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="2364" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IServiceModel ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IServiceTypeModel ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="2364" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2364" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2364" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2364" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2364" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="1305" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="1305" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="1305" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="1305" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="1305" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="317" tag="operation_317" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="328" tag="operation_328" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="341" tag="operation_341" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return class  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IServiceTypeModel.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:40&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1305" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1305" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1305" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1305" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1305" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1305" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1305" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2364" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2364" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IServiceModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2364" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2364" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2364" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2364" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2364" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2364" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="159" parent_class="159" fileExt=".java" fileName="ICommunicationInterface" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IOption;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="159" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface ICommunicationInterface&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="2217" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="2315" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterfaceModel ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="2485" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterfaceModel ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public ICommunicationInterface ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="2217" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2217" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2217" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2217" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2217" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="0" parent_id="2315" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2315" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2315" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterfaceModel to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2315" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterfaceModel from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2315" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="0" parent_id="2485" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2485" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2485" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterfaceModel to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2485" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterfaceModel from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2485" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="635" tag="operation_635" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param optionId &amp;#010;@return IOption  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="674" tag="operation_674" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			ICommunicationInterface.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:36&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1350" field_type="9680624" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1350" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRSFObject ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1350" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1350" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1350" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRSFObject to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1350" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRSFObject from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1350" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2217" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2217" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2217" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2217" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2217" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2217" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2217" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2217" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2315" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2315" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterfaceModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2315" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2315" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2315" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterfaceModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2315" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterfaceModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2315" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2485" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2485" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public ICommunicationInterfaceModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2485" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2485" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2485" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterfaceModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2485" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterfaceModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2485" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2583" field_type="7274601" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2583" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteSystem ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2583" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2583" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2583" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteSystem to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2583" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteSystem from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2583" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2583" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="235" parent_class="235" fileExt=".java" fileName="List" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="235" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class List&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public List ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			List.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 17:11:14&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="366" parent_class="366" fileExt=".java" fileName="java.lang.Class" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="366" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class Java.lang.Class&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Java.lang.Class ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			java.lang.Class.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 17:17:17&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="813" parent_class="813" fileExt=".java" fileName="IRSFObject" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="813" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRSFObject&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="1170" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteSystem ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="1260" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IServiceModel ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-          <ccfdeclarationcodeblock parent_id="1350" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public ICommunicationInterface ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRSFObject ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="1170" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="1170" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="1170" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteSystem to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="1170" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteSystem from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="1170" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="0" parent_id="1260" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="1260" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="1260" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="1260" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="1260" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="0" parent_id="1350" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="1350" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="1350" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="1350" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="1350" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="833" tag="operation_833" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="854" tag="operation_854" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRSFObject.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:38&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="1170" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1170" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteSystem ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1170" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1170" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1170" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteSystem to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1170" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteSystem from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1170" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1170" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="1215" field_type="7077986" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IService ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IService to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IService from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1215" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1215" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="1260" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1260" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IServiceModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1260" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1260" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1260" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1260" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1260" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1260" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="1305" field_type="64" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1305" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IServiceTypeModel ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1305" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1305" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1305" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IServiceTypeModel to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1305" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IServiceTypeModel from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1305" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1305" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="1350" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1350" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public ICommunicationInterface ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1350" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1350" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1350" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1350" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1350" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1350" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="1395" field_type="-1400154376" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IOption ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IOption to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IOption from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="1395" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1395" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="1734" parent_class="1734" fileExt=".java" fileName="ICommunicationInterfaceModel" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IOption;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="1734" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface ICommunicationInterfaceModel&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks>
-          <ccfdeclarationcodeblock parent_id="2485" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public ICommunicationInterface ;" >
-           <header>
-            <codecomment tag="" writeOutText="false" indentLevel="1" />
-           </header>
-          </ccfdeclarationcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public ICommunicationInterfaceModel ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks>
-              <codeaccessormethod accessType="0" parent_id="2485" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text="return ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="1" parent_id="2485" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text=" = value;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="2" parent_id="2485" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text=".add(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="3" parent_id="2485" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text=".remove(value);" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-               </header>
-              </codeaccessormethod>
-              <codeaccessormethod accessType="4" parent_id="2485" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text="return (List) ;" >
-               <header>
-                <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-               </header>
-              </codeaccessormethod>
-             </textblocks>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="1756" tag="operation_1756" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param optionId &amp;#010;@return IOption  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="1825" tag="operation_1825" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			ICommunicationInterfaceModel.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:24:37&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="2315" field_type="2752554" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2315" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public ICommunicationInterface ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2315" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2315" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2315" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2315" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2315" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2315" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="2485" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="2485" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public ICommunicationInterface ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="2485" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="2485" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="2485" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type ICommunicationInterface to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="2485" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type ICommunicationInterface from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="2485" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2485" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="3391" parent_class="3391" fileExt=".java" fileName="IRemoteFSService" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IRemoteSystem;&amp;#010;import IRemoteResource;&amp;#010;import IRemoteContainer;&amp;#010;import IRemoteFile;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="3391" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRemoteFSService&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRemoteFSService ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="6184" tag="operation_6184" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="6230" tag="operation_6230" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return IRemoteSystem  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="6277" tag="operation_6277" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param source &amp;#010;@param destination &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="6418" tag="operation_6418" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param source &amp;#010;@param destination &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="6744" tag="operation_6744" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param source &amp;#010;@param destination &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="6885" tag="operation_6885" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param resource &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="6979" tag="operation_6979" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param resource &amp;#010;@param force &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7166" tag="operation_7166" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param source &amp;#010;@param destination &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7307" tag="operation_7307" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param source &amp;#010;@param destination &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7448" tag="operation_7448" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param source &amp;#010;@param destination &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7589" tag="operation_7589" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param container &amp;#010;@return int  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7780" tag="operation_7780" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param resource &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7876" tag="operation_7876" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param file &amp;#010;@return InputStream  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="7972" tag="operation_7972" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param file &amp;#010;@param contents &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="8119" tag="operation_8119" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param path &amp;#010;@return IRemoteResource  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="9495" tag="operation_9495" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param resource &amp;#010;@param force &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="9694" tag="operation_9694" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param file &amp;#010;@param contents &amp;#010;@param force &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRemoteFSService.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 19:00:40&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="3533" parent_class="3533" fileExt=".java" fileName="IRemoteResource" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IRemoteFile;&amp;#010;import IRemoteContainer;&amp;#010;import IRemoteResource;&amp;#010;import IRemoteSystem;&amp;#010;import IRemoteFSService;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="3533" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRemoteResource&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRemoteResource ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="4129" tag="operation_4129" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4161" tag="operation_4161" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4194" tag="operation_4194" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return String  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4228" tag="operation_4228" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4297" tag="operation_4297" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4333" tag="operation_4333" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4370" tag="operation_4370" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4408" tag="operation_4408" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return IRemoteResource  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4447" tag="operation_4447" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return IRemoteSystem  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4487" tag="operation_4487" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return IRemoteFSService  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4528" tag="operation_4528" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return int  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4609" tag="operation_4609" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return int  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4693" tag="operation_4693" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return int  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4262" tag="operation_4262" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return boolean  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="4737" tag="operation_4737" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param force &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRemoteResource.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 19:02:49&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="10433" field_type="6357108" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteFile ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteFile to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteFile from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="10534" field_type="29429296" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteContainer ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteContainer to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteContainer from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="3562" parent_class="3562" fileExt=".java" fileName="IRemoteFile" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IRemoteResource;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="3562" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRemoteFile&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRemoteFile ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="5083" tag="operation_5083" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return InputStream  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="5741" tag="operation_5741" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param content &amp;#010;@param force &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="9298" tag="operation_9298" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="9198" tag="operation_9198" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param contents &amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRemoteFile.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 19:02:47&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="10433" field_type="34272112" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRemoteResource ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteResource to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteResource from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="10433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10433" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="3591" parent_class="3591" fileExt=".java" fileName="IRemoteFolder" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IRemoteContainer;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="3591" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRemoteFolder&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRemoteFolder ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="8756" tag="operation_8756" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRemoteFolder.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 19:02:55&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="10635" field_type="-1400154376" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRemoteContainer ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteContainer to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteContainer from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="3620" parent_class="3620" fileExt=".java" fileName="IRemoteContainer" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" text="&amp;#010;import IRemoteResource;&amp;#010;import IRemoteFolder;" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="3620" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Interface IRemoteContainer&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" writeOutText="false" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public IRemoteContainer ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks>
-            <codeoperation parent_id="3761" tag="operation_3761" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return List  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="3791" tag="operation_3791" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return void  " />
-             </header>
-            </codeoperation>
-            <codeoperation parent_id="3852" tag="operation_3852" canDelete="false" indentLevel="1" >
-             <header>
-              <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param name &amp;#010;@return IRemoteResource  " />
-             </header>
-            </codeoperation>
-           </textblocks>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			IRemoteContainer.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 19:02:50&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields>
-      <codeclassfield parent_id="10534" field_type="14893168" initialValue="" role_id="1" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public IRemoteResource ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="0" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="0" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="0" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteResource to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="0" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteResource from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="10534" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10534" role_id="0" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-      <codeclassfield parent_id="10635" field_type="32456720" initialValue="" role_id="0" writeOutMethods="true" listClassName="" >
-       <header>
-        <codecomment tag="" />
-       </header>
-       <ccfdeclarationcodeblock parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public IRemoteFolder ;" >
-        <header>
-         <codecomment tag="" writeOutText="false" indentLevel="1" />
-        </header>
-       </ccfdeclarationcodeblock>
-       <codeaccessormethod accessType="0" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="1" text="return ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the value of &amp;#010;&amp;#010;@return the value of " />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="1" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="1" text=" = value;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Set the value of &amp;#010;&amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="2" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="1" text=".add(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Add an object of type IRemoteFolder to the List &amp;#010;&amp;#010;@return void" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="3" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="1" text=".remove(value);" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type IRemoteFolder from the List &amp;#010;" />
-        </header>
-       </codeaccessormethod>
-       <codeaccessormethod accessType="4" parent_id="10635" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="10635" role_id="1" text="return (List) ;" >
-        <header>
-         <javacodedocumentation tag="" indentLevel="1" text="Get the list of &amp;#010;&amp;#010;@return List of " />
-        </header>
-       </codeaccessormethod>
-      </codeclassfield>
-     </classfields>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="5170" parent_class="5170" fileExt=".java" fileName="InputStream" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="5170" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class InputStream&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public InputStream ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			InputStream.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:39:52&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-    <classifiercodedocument writeOutCode="true" package="" id="6558" parent_class="6558" fileExt=".java" fileName="File" >
-     <textblocks>
-      <codeblockwithcomments tag="packages" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <codeblockwithcomments tag="imports" writeOutText="false" >
-       <header>
-        <codecomment tag="" writeOutText="false" />
-       </header>
-      </codeblockwithcomments>
-      <javaclassdeclarationblock parent_id="6558" tag="ClassDeclBlock" canDelete="false" >
-       <header>
-        <javacodedocumentation tag="" text="Class File&amp;#010;" />
-       </header>
-       <textblocks>
-        <hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Fields" />
-         </header>
-         <textblocks/>
-        </hierarchicalcodeblock>
-        <hierarchicalcodeblock tag="methodsBlock" canDelete="false" indentLevel="1" >
-         <header>
-          <codecomment tag="" indentLevel="1" text="Methods" />
-         </header>
-         <textblocks>
-          <hierarchicalcodeblock tag="constructorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Constructors" />
-           </header>
-           <textblocks>
-            <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public File ( ) { }" >
-             <header>
-              <codecomment tag="" indentLevel="1" text="Empty Constructor" />
-             </header>
-            </codeblockwithcomments>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Accessor Methods" />
-           </header>
-           <textblocks>
-            <hierarchicalcodeblock tag="staticAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-            <hierarchicalcodeblock tag="regularAccessorMethods" canDelete="false" indentLevel="1" >
-             <header>
-              <codecomment tag="" writeOutText="false" indentLevel="1" />
-             </header>
-             <textblocks/>
-            </hierarchicalcodeblock>
-           </textblocks>
-          </hierarchicalcodeblock>
-          <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" >
-           <header>
-            <codecomment tag="" indentLevel="1" text="Operations" />
-           </header>
-           <textblocks/>
-          </hierarchicalcodeblock>
-         </textblocks>
-        </hierarchicalcodeblock>
-       </textblocks>
-      </javaclassdeclarationblock>
-     </textblocks>
-     <header>
-      <codecomment tag="" text="/************************************************************************&amp;#010;  			File.java - Copyright pmasse&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.java&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010;   i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010;   files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010;   java code.&amp;#010;   If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010;   choose this file even if there are other files with the same extension in the&amp;#010;   directory. If you name the file something else, it must be the only one with that&amp;#010;   extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Nov 20 2005 at 18:45:23&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
-     </header>
-     <classfields/>
-    </classifiercodedocument>
-   </codegenerator>
-  </codegeneration>
- </XMI.extensions>
-</XMI>
-
-
-
diff --git a/doc/rsf/rsfmodel.zuml b/doc/rsf/rsfmodel.zuml
deleted file mode 100644
index 2cf119edf2240f006c8eccbb3e34c8b2dde7e072..0000000000000000000000000000000000000000
Binary files a/doc/rsf/rsfmodel.zuml and /dev/null differ
diff --git a/downloads.php b/downloads.php
deleted file mode 100644
index 79a586c4d535f1ab312f530eaca6b920a1c557f1..0000000000000000000000000000000000000000
--- a/downloads.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'
-
-	#*****************************************************************************
-	#
-	# downloads.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: TM downloads page
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "TM Downloads";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-		The Target Management Downloads are now available on
-		<ul>
-		<li><a href="http://download.eclipse.org/tm/downloads/">The TM Download Site</a>
-		<li><a href="http://download.eclipse.org/tm/updates/3.0/">The TM 3.0 Update Site</a>
-		(or legacy: <a href="http://download.eclipse.org/tm/updates/2.0">TM 2.x update site</a>)
-		</ul>
-
-		<p>Older downloads have been submitted to eclipse.org via bugzilla:
-		<p/>
-		<ul>
-		<li>Bugzilla <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=65471">65471</a>:
-			Remote System Framework (RSF) 2.0.0 code and 
-			<a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=18820">presentation</a>
-			</li>
-		</ul>
-		<p/>
-		In addition to that, <a href="/tm/doc/index.php">Developer Documents</a> are available for download.
-		<p/>
-	</div>
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>				
-				<li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt"
-					target="_self">TM Overview Presentation</a></li>
-				<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-				    TM 3.0 Release Review Slides</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a
-					href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<!-- <li><a href="/tm/development/index.php">Developer Resources</a></li> -->
-				<li><a href="/tm/doc/index.php">Developer Documents</a></li>
-			</ul>
-		</div>
-	</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/downloads/index.php b/downloads/index.php
deleted file mode 100644
index 8195e3b308bf2902cab9424ddb5f431eb867870a..0000000000000000000000000000000000000000
--- a/downloads/index.php
+++ /dev/null
@@ -1,132 +0,0 @@
-<?php
-
-require_once ("../../includes/buildServer-common.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());
-
-/* temporary redirect for emft projects, except on build servers if downloads folder exists */
-if (isset($_GET["project"]) && isset($emft_redirects) && is_array($emft_redirects) && in_array($_GET["project"],$emft_redirects))
-{
-	header("Location: http://www.eclipse.org/emft/downloads/?project=" . $_GET["project"]);
-	exit;
-}
-else if (isset($_GET["project"]) && $_GET["project"]=="sdo")
-{
-	$_GET["project"]="emf"; /* special case */
-}
-ob_start();
-
-/* zips that are allowed to be absent from the downloads page (eg., new ones added/removed mid-stream) */
-$extraZips = array(
-	"emf-sdo-xsd-Standalone", # deprecated
-	"emf-sdo-xsd-Models", # new
-	"emf-sdo-SDK", "xsd-SDK", # deprecated x 2
-	"emf-sdo-runtime", # deprecated
-	"emf-runtime", "sdo-runtime", # new EMF 2.4.0M5 x 2
-	"emf-sourcedoc", "sdo-sourcedoc", "xsd-sourcedoc", # new EMF 2.4.0M5 x 3
-);
-
-/* config */
-
-/* $project => sections/Project Name => (prettyname => filename) */
-/* only required if using something other than the default 4; otherwise will be generated */
-$dls = array(
-	/*"/newProj" => array(
-		"Project Name" => array( # same as value in _projectCommon.php's $projects array
-			"SDK (Runtime, Source)" => "SDK",
-			"Runtime" => "runtime",
-			"Examples" => "examples",
-			"Automated Tests" => "automated-tests"
-		)
-	),*/
-	"/rse" => array(
-		"RSE" => array(
-			"SDK (Runtime, Source, Doc)" => "SDK",
-			"Runtime" => "runtime",
-			"Examples" => "examples",
-			"Automated Tests" => "automated-tests"
-		),
-		"RSE Add-ons, Integrations and Stand-alone Offerings" => array(
-			"Discovery Framework" => "discovery",
-			"Terminal" => "terminal"
-		),
-		"DStore Server Runtime" => array(
-			"rseserver-windows" => "windows",
-			"rseserver-linux" => "linux",
-			"rseserver for Other UNIX" => "unix",
-			"rseserver for Mac OS X" => "macosx"
-		),
-	),
-	"/emf" => array(
-		"EMF, SDO, and XSD" => array(
-			"<b style=\"color:green\">All-In-One SDK</b> (Runtime, Source, Doc)" => "SDK",
-			"Standalone" => "Standalone",			# deprecated EMF 2.3.0
-			"Models" => "Models",
-			"Automated Tests" => "Automated-Tests",
-			"Examples" => "Examples"
-		),
-		"EMF and SDO" => array(
-			"SDK (Runtime, Source, Doc)" => "SDK", 	# deprecated EMF 2.4.0M5
-			"Runtimes" => "runtime",					# deprecated EMF 2.4.0M5
-			"EMF Sources + Docs" => "sourcedoc",		# new EMF 2.4.0M5
-			"EMF Runtime" => "runtime",					# new EMF 2.4.0M5
-			"SDO Sources + Docs" => "sourcedoc",		# new EMF 2.4.0M5
-			"SDO Runtime" => "runtime"					# new EMF 2.4.0M5
-		),
-		"XSD" => array(
-			"SDK (Runtime, Source, Doc)" => "SDK",	# deprecated EMF 2.4.0M5
-			"Sources + Docs" => "sourcedoc",		# new EMF 2.4.0M5
-			"Runtime" => "runtime"
-		)
-	),
-);
-
-/* list of valid file prefixes for projects who have been renamed; keys have leading / to match $proj */
-/* only required if using something other than the default; otherwise will be generated */
-$filePre = array(
-	/* "/newproj" => array("emft-newproj", "emf-newproj"), */
-	"/emf" => array("emf-sdo-xsd", "emf-sdo", "emf", "sdo", "xsd"),
-	"/rse" => array("RSE", "TM", "rseserver"),
-);
-/* alternate method for specifying prefixes - static list */
-$filePreStatic = array(
-	"/emf" => array(
-		"emf-sdo-xsd",
-		"emf-sdo-xsd",	# deprecated EMF 2.3.0
-		"emf-sdo-xsd",
-		"emf-sdo-xsd",
-		"emf-sdo-xsd",
-		"emf-sdo",		# deprecated EMF 2.4.0M5
-		"emf-sdo",		# deprecated EMF 2.4.0M5
-		"emf",			# new EMF 2.4.0M5
-		"emf",			# new EMF 2.4.0M5
-		"sdo",			# new EMF 2.4.0M5
-		"sdo",			# new EMF 2.4.0M5
-		"xsd",			# deprecated EMF 2.4.0M5
-		"xsd",			# new EMF 2.4.0M5
-		"xsd"
-	)
-);
-
-/* define showNotes(), $oldrels, doLanguagePacks() in extras-$proj.php (or just extras.php for flat projects) if necessary, downloads-common.php will include them */
-/* end config */
-
-require_once($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/downloads-common.php");
-
-$html = ob_get_contents();
-ob_end_clean();
-
-$trans = array_flip($projects);
-$pageTitle = "Eclipse DSDP - " . $trans[$projct] . " - Downloads";
-$pageKeywords = ""; // TODO: add something here
-$pageAuthor = "Neil Skrypuch, Nick Boldt, Martin Oberhuber";
-
-# Generate the web page
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/dsdp/includes/downloads.css"/>' . "\n");
-$App->AddExtraHtmlHeader('<script src="/dsdp/includes/downloads.js" type="text/javascript"></script>' . "\n"); //ie doesn't understand self closing script tags, and won't even try to render the page if you use one
-if ($projct)
-{
-	$App->AddExtraHtmlHeader('<link type="application/rss+xml" rel="alternate" title="' . (false===strpos($trans[$projct], "EMF") ? "EMF " : "") . $trans[$projct] . ' Build Feed" href="http://www.eclipse.org/downloads/download.php?file=/' . $PR . '/feeds/builds-' . $projct . '.xml"/>' . "\n");
-}
-$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?>
diff --git a/downloads/stats.php b/downloads/stats.php
deleted file mode 100644
index 5891cb7514dd60b67744ec5e52836e40c3f8670d..0000000000000000000000000000000000000000
--- a/downloads/stats.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-include($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/stats-common.php");
-?>
diff --git a/downloads/testResults.php b/downloads/testResults.php
deleted file mode 100644
index 1ccaf33ebefdda92f16df810798f89a8b61af755..0000000000000000000000000000000000000000
--- a/downloads/testResults.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php include($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/testResults-common.php"); ?>
diff --git a/feeds/builds-rse.xml b/feeds/builds-rse.xml
deleted file mode 100644
index 7381b0b79a3bbed9d810199ba5732117a8f01edd..0000000000000000000000000000000000000000
--- a/feeds/builds-rse.xml
+++ /dev/null
@@ -1,201 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
-
-<feed xmlns="http://www.w3.org/2005/Atom">
-  <title>RSE Builds</title>
-  <link href="http://download.eclipse.org/tm/feeds/builds-rse.xml" rel="self" type="application/atom+xml"/>
-  <updated>2008-05-27T21:00:00Z</updated>
-  <author>
-    <name>RSE Build Team</name>
-  </author>
-  <id>http://download.eclipse.org/tm/feeds/builds-rse.xml</id>
-
-  <entry>
-    <title>[announce] RSE 3.0.0RC2 (S200805271940) is available</title>
-    <link href="http://download.eclipse.org/tm/downloads/drops/S-3.0RC2-200805271940/index.php"/>
-    <id>http://download.eclipse.org/tm/downloads/drops/S-3.0RC2-200805271940/index.php</id>
-    <updated>2008-05-27T21:00:00Z</updated>
-    <summary>
-      <build xmlns="http://www.eclipse.org/2006/BuildFeed" branch="HEAD" datetime="200805271940" href="http://download.eclipse.org/tm/downloads/drops/S-3.0RC2-200805271940/index.php" type="S" version="3.0.0">
-        <detail config="build.cfg" href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0RC2-200805271940/" log="buildlog.txt" map="directory.txt"/>
-        <update>http://download.eclipse.org/tm/updates/3.0</update>
-        <downloads>http://download.eclipse.org/tm/downloads/</downloads>
-        <releasenotes>http://download.eclipse.org/tm/downloads/drops/S-3.0RC2-200805271940/buildNotes.php
-          </releasenotes>
-        <releases>
-          <release arch="ALL" os="ALL" type="SDK" ws="ALL">RSE-SDK-3.0RC2.zip</release>
-        </releases>
-        <tests>
-          <test href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0RC2-200805271940/testResults.php" type="junit">
-            <result arch="ALL" os="ALL" ws="ALL">PASS</result>
-          </test>
-        </tests>
-        <dependencies>
-          <dependency>http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.0/S200804012208/emf-sdo-xsd-SDK-2.4.0M6.zip</dependency>
-          <dependency>http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/orbit-S20080326131619.zip</dependency>
-          <dependency>http://download.eclipse.org/eclipse/downloads/drops/S-3.4RC1-200805161333/eclipse-SDK-3.4RC1-linux-gtk.tar.gz</dependency>
-          <dependency>http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I200804020801/cdt-master-5.0.0-I200804020801.zip</dependency>
-          <dependency>http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip</dependency>
-        </dependencies>
-        <coordinated status=""/>
-      </build>
-    </summary>
-  </entry>
-
-  <entry>
-    <title>[announce] RSE 3.0.0RC1 (S200805211446) is available</title>
-    <link href="http://download.eclipse.org/tm/downloads/drops/S-3.0RC1-200805211446/index.php"/>
-    <id>http://download.eclipse.org/tm/downloads/drops/S-3.0RC1-200805211446/index.php</id>
-    <updated>2008-05-21T16:00:00Z</updated>
-    <summary>
-      <build xmlns="http://www.eclipse.org/2006/BuildFeed" branch="HEAD" datetime="200805211446" href="http://download.eclipse.org/tm/downloads/drops/S-3.0RC1-200805211446/index.php" type="S" version="3.0.0">
-        <detail config="build.cfg" href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0RC1-200805211446/" log="buildlog.txt" map="directory.txt"/>
-        <update>http://download.eclipse.org/tm/updates/3.0</update>
-        <downloads>http://download.eclipse.org/tm/downloads/</downloads>
-        <releasenotes>http://download.eclipse.org/tm/downloads/drops/S-3.0RC1-200805211446/buildNotes.php
-          </releasenotes>
-        <releases>
-          <release arch="ALL" os="ALL" type="SDK" ws="ALL">RSE-SDK-3.0RC1.zip</release>
-        </releases>
-        <tests>
-          <test href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0RC1-200805211446/testResults.php" type="junit">
-            <result arch="ALL" os="ALL" ws="ALL">PASS</result>
-          </test>
-        </tests>
-        <dependencies>
-          <dependency>http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.0/S200804012208/emf-sdo-xsd-SDK-2.4.0M6.zip</dependency>
-          <dependency>http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/orbit-S20080326131619.zip</dependency>
-          <dependency>http://download.eclipse.org/eclipse/downloads/drops/S-3.4RC1-200805161333/eclipse-SDK-3.4RC1-linux-gtk.tar.gz</dependency>
-          <dependency>http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I200804020801/cdt-master-5.0.0-I200804020801.zip</dependency>
-          <dependency>http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip</dependency>
-        </dependencies>
-        <coordinated status=""/>
-      </build>
-    </summary>
-  </entry>
-
-  <entry>
-    <title>[announce] RSE 3.0.0M7 (S200805081345) is available</title>
-    <link href="http://download.eclipse.org/tm/downloads/drops/S-3.0M7-200805081345/index.php"/>
-    <id>http://download.eclipse.org/tm/downloads/drops/S-3.0M7-200805081345/index.php</id>
-    <updated>2008-05-08T16:00:00Z</updated>
-    <summary>
-      <build xmlns="http://www.eclipse.org/2006/BuildFeed" branch="HEAD" datetime="200805081345" href="http://download.eclipse.org/tm/downloads/drops/S-3.0M7-200805081345/index.php" type="S" version="3.0.0">
-        <detail config="build.cfg" href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M7-200805081345/" log="buildlog.txt" map="directory.txt"/>
-        <update>http://download.eclipse.org/tm/updates/3.0</update>
-        <downloads>http://download.eclipse.org/tm/downloads/</downloads>
-        <releasenotes>http://download.eclipse.org/tm/downloads/drops/S-3.0M7-200805081345/buildNotes.php
-          </releasenotes>
-        <releases>
-          <release arch="ALL" os="ALL" type="SDK" ws="ALL">RSE-SDK-3.0M7.zip</release>
-        </releases>
-        <tests>
-          <test href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M7-200805081345/testResults.php" type="junit">
-            <result arch="ALL" os="ALL" ws="ALL">PASS</result>
-          </test>
-        </tests>
-        <dependencies>
-          <dependency>http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.0/S200804012208/emf-sdo-xsd-SDK-2.4.0M6.zip</dependency>
-          <dependency>http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/orbit-S20080326131619.zip</dependency>
-          <dependency>http://download.eclipse.org/eclipse/downloads/drops/S-3.4M7-200805020100/eclipse-SDK-3.4M7-linux-gtk.tar.gz</dependency>
-          <dependency>http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I200804020801/cdt-master-5.0.0-I200804020801.zip</dependency>
-          <dependency>http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip</dependency>
-        </dependencies>
-        <coordinated status=""/>
-      </build>
-    </summary>
-  </entry>
-
-  <entry>
-    <title>[announce] RSE 3.0.0M6 (S200804112145) is available</title>
-    <link href="http://download.eclipse.org/tm/downloads/drops/S-3.0M6-200804112145/index.php"/>
-    <id>http://download.eclipse.org/tm/downloads/drops/S-3.0M6-200804112145/index.php</id>
-    <updated>2008-04-12T08:00:00Z</updated>
-    <summary>
-      <build xmlns="http://www.eclipse.org/2006/BuildFeed" branch="HEAD" datetime="200804112145" href="http://download.eclipse.org/tm/downloads/drops/S-3.0M6-200804112145/index.php" type="S" version="3.0.0">
-        <detail config="build.cfg" href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M6-200804112145/" log="buildlog.txt" map="directory.txt"/>
-        <update>http://download.eclipse.org/tm/updates/3.0</update>
-        <downloads>http://download.eclipse.org/tm/downloads/</downloads>
-        <releasenotes>http://download.eclipse.org/tm/downloads/drops/S-3.0M6-200804112145/buildNotes.php
-          </releasenotes>
-        <releases>
-          <release arch="ALL" os="ALL" type="SDK" ws="ALL">RSE-SDK-3.0M6.zip</release>
-        </releases>
-        <tests>
-          <test href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M6-200804112145/testResults.php" type="junit">
-            <result arch="ALL" os="ALL" ws="ALL">PASS</result>
-          </test>
-        </tests>
-        <dependencies>
-          <dependency>http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.0/S200804012208/emf-sdo-xsd-SDK-2.4.0M6.zip</dependency>
-          <dependency>http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/orbit-S20080326131619.zip</dependency>
-          <dependency>http://download.eclipse.org/eclipse/downloads/drops/S-3.4M6-200803301350/eclipse-SDK-3.4M6-linux-gtk.tar.gz</dependency>
-          <dependency>http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I200804020801/cdt-master-5.0.0-I200804020801.zip</dependency>
-          <dependency>http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip</dependency>
-        </dependencies>
-        <coordinated status=""/>
-      </build>
-    </summary>
-  </entry>
-
-  <entry>
-    <title>[announce] RSE 3.0.0M5 (S200802181400) is available</title>
-    <link href="http://download.eclipse.org/tm/downloads/drops/S-3.0M5-200802181400/index.php"/>
-    <id>http://download.eclipse.org/tm/downloads/drops/S-3.0M5-200802181400/index.php</id>
-    <updated>2008-02-18T14:50:00Z</updated>
-    <summary>
-      <build xmlns="http://www.eclipse.org/2006/BuildFeed" branch="HEAD" datetime="200802181450" href="http://download.eclipse.org/tm/downloads/drops/S-3.0M5-200802181400/index.php" type="S" version="3.0.0">
-        <detail config="build.cfg" href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M5-200802181400/" log="buildlog.txt" map="directory.txt"/>
-        <update>http://download.eclipse.org/tm/updates/3.0</update>
-        <downloads>http://download.eclipse.org/tm/downloads/</downloads>
-        <releasenotes>http://download.eclipse.org/tm/downloads/drops/S-3.0M5-200802181400/buildNotes.php
-          </releasenotes>
-        <releases>
-          <release arch="ALL" os="ALL" type="SDK" ws="ALL">RSE-SDK-3.0M5.zip</release>
-        </releases>
-        <tests>
-          <test href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M5-200802181400/testResults.php" type="junit">
-            <result arch="ALL" os="ALL" ws="ALL">PASS</result>
-          </test>
-        </tests>
-        <dependencies>
-          <dependency>http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.0/S200802090050/emf-sdo-xsd-SDK-2.4.0M5.zip</dependency>
-          <dependency>http://download.eclipse.org/tools/orbit/downloads/drops/S20080209163815/orbit-S20080209163815.zip</dependency>
-          <dependency>http://download.eclipse.org/eclipse/downloads/drops/S-3.4M5-200802071530/eclipse-SDK-3.4M5-linux-gtk.tar.gz</dependency>
-          <dependency>http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I200802111122/cdt-master-5.0.0-I200802111122.zip</dependency>
-          <dependency>http://rxtx.qbang.org/eclipse/downloads/RXTX-SDK-I20071016-1945.zip</dependency>
-        </dependencies>
-        <coordinated status=""/>
-      </build>
-    </summary>
-  </entry>
-  <entry>
-    <title>[announce] RSE 3.0.0M4 (S200801071150) is available</title>
-    <link href="http://download.eclipse.org/tm/downloads/drops/S-3.0M4-200801071150/index.php"/>
-    <id>http://download.eclipse.org/tm/downloads/drops/S-3.0M4-200801071150/index.php</id>
-    <updated>2008-01-07T12:50:00Z</updated>
-    <summary>
-      <build xmlns="http://www.eclipse.org/2006/BuildFeed" branch="HEAD" datetime="200801071150" href="http://www.eclipse.org/tm/downloads/?project=rse&amp;showAll=1&amp;hlbuild=S200801071150#S200801071150" type="S" version="3.0.0">
-        <detail config="build.cfg" href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M4-200801071150/" log="buildlog.txt" map="directory.txt"/>
-        <update>http://download.eclipse.org/tm/updates/3.0/</update>
-        <downloads>http://download.eclipse.org/tm/downloads/</downloads>
-        <releasenotes>http://download.eclipse.org/tm/downloads/drops/S-3.0M4-200801071150/buildNotes.php
-          </releasenotes>
-        <releases>
-          <release arch="ALL" os="ALL" type="SDK" ws="ALL">RSE-SDK-3.0M4.zip</release>
-        </releases>
-        <tests>
-          <test href="http://www.eclipse.org/downloads/download.php?r=1&amp;file=/tm/downloads/drops/S-3.0M4-200801071150/testResults.php" type="junit">
-            <result arch="ALL" os="ALL" ws="ALL">PASS</result>
-          </test>
-        </tests>
-        <dependencies>
-          <dependency>http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.0/S200712160044/emf-sdo-xsd-SDK-2.4.0M4.zip</dependency>
-          <dependency>http://download.eclipse.org/tools/orbit/downloads/drops/S200712072116/orbit-S200712072116.zip</dependency>
-          <dependency>http://download.eclipse.org/eclipse/downloads/drops/S-3.4M4-200712131700/eclipse-SDK-3.4M4-linux-gtk.tar.gz</dependency>
-        </dependencies>
-        <coordinated status=""/>
-      </build>
-    </summary>
-  </entry>
-</feed>
diff --git a/feeds/index.php b/feeds/index.php
deleted file mode 100644
index 48a3791b4ffd5848f76e85247fadf5c8d6ef79ef..0000000000000000000000000000000000000000
--- a/feeds/index.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require_once ("../../includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/feeds-common.php");
-?>
diff --git a/images/RSESample.gif b/images/RSESample.gif
deleted file mode 100644
index 4ddb991f3e1de17fc6b5aef424777d2bb66b1ac0..0000000000000000000000000000000000000000
Binary files a/images/RSESample.gif and /dev/null differ
diff --git a/images/RSESample_2x.gif b/images/RSESample_2x.gif
deleted file mode 100644
index 9f72e4cd28fedab89086aa754762e1db4d653250..0000000000000000000000000000000000000000
Binary files a/images/RSESample_2x.gif and /dev/null differ
diff --git a/images/RSESample_4x.gif b/images/RSESample_4x.gif
deleted file mode 100644
index f29c44caa542c03943083e42b0320fd962f46788..0000000000000000000000000000000000000000
Binary files a/images/RSESample_4x.gif and /dev/null differ
diff --git a/index.html b/index.html
deleted file mode 100644
index 88fc3821c2815e010d21b4af36971dcda73c20f1..0000000000000000000000000000000000000000
--- a/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-   <head>
-      <meta http-equiv="refresh" content="0; url=index.php"/>
-   </head>
-   <body>
-      <a href="index.php">This document has moved</a>
-   </body>
-</html>
diff --git a/index.php b/index.php
deleted file mode 100644
index cf5bbba89d185ab9acd8a10e7c53c92e4bea8b8a..0000000000000000000000000000000000000000
--- a/index.php
+++ /dev/null
@@ -1,228 +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'
-
-	#*****************************************************************************
-	#
-	# index.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: TM main page
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Target Management Home page";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		<h2>Mission Statement</h2>
-		<p>The Target Management project creates data models and frameworks
-		 to configure and manage remote (mainframe down to embedded) systems,
-		 their connections, and their services.</p>
-		 
-		 <h3>The Vision</h3>
-		 <p>To be the Eclipse <i>"Explorer of the Network Neighborhood"</i>,
-		 with pluggable information providers under a single, consistent UI.
-		 Interactively discover, drill down, analyze remote systems (from
-		 mainframes down to embedded systems), and provide the
-		 context for more advanced actions being plugged in to it.
-		 </p>
-		 
-		 <h3>The Toolkit</h3>
-
-		<p>The core <a href="http://tmober.blogspot.com/2006/11/remote-system-explorer-10-is-released.html">
-		 Remote System Explorer (RSE)</a> framework integrates
-         any sort of heterogeneous remote resources through a concept
-         of pluggable subsystems. The base toolkit includes a Remote Files
-         subsystem that allows <a href="http://eclipsewebmaster.blogspot.com/2007/01/remote-editing-using-eclipse.html">
-         transparent working on remote computers</a> just 
-         like the local one, a shell and a processes subsystem.
-         Other offerings include a lightweight Terminal and a Network Discovery
-         framework.</p>
-        <p>Vendors are extending the RSE with custom subsystems for debugging,
-        remote VNC display and other uses.</p>
-
-		<p><font size="+2"><b>Latest Release:</b> 
-		<a href="http://download.eclipse.org/tm/downloads/drops/R-3.2.1-201009070720/">
-		TM 3.2.1</a></font>
-		[<a href="http://download.eclipse.org/tm/downloads/drops/R-3.2.1-201009070720/">downloads</a> 
-		| <a href="http://download.eclipse.org/tm/updates/3.2/">update site</a>
-		| <a href="/tm/development/relnotes/3.2/readme_tm_3.2.html">release notes</a>
-		]<br/>
-		The TM 3.2.1 service release includes 22 bug fixes compared to TM 3.2. 
-		It is fully compatible with TM 3.2, and runs on Eclipse 3.4 (Ganymede) 
-		and later. Look at the <a href="/tm/tutorial/index.php">Getting Started Page</a>,
-		the build notes and the
-		<a href="/tm/development/relnotes/3.2/tm-news-3.2.html">TM 3.2 New & Noteworthy</a>
-		for more information.</p>
-
-		<p><font size="+0"><b>Latest Milestone:</b> 
-		<a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M4-201012140730/">
-		TM 3.3M4</a></font>
-		[<a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M4-201012140730/">downloads</a> 
-		| <a href="http://download.eclipse.org/tm/updates/3.3milestones/">update site</a>
-		| <a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M4-201012140730/buildNotes.php">
-		build notes</a>]<br/>
-		TM 3.3M4 contains a new SCP file subsystem, and several bug fixes. See the 
-		<a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M4-201012140730/buildNotes.php">
-		build notes</a> for new&amp;noteworthy and more information.
-		<!-- TODO Enable for ramp-down
-		<br/>
-		With M7, the <a href="http://wiki.eclipse.org/TM/3.2_Ramp_down_Plan">
-		Ramp-down phase</a> of release candidates towards
-		the TM 3.2 release with Helios end of June has been entered.
-		-->
-		</p>
-
-		<p><font size="+2"><b>Upcoming Releases:</b></font>
-		<ul><li><b>TM 3.3:</b> ETA June, 2011 with Eclipse <a href="http://wiki.eclipse.org/Indigo">Indigo</a>
-		        [<a href="http://www.eclipse.org/projects/project_summary.php?projectid=tools.tm">Project Plan</a>]</li>
-		</ul></p>
-
-		<p>
-		<u>Additional Links:</u><br/> 
-		<a href="/tm/about.php">more about target management &raquo;</a> <br/>
-		<a href="/tm/TM_press_text_2006_06.php">press text - jun 2006 &raquo;</a> </p>
-		<div class="homeitem">
-			<h3>Quick Links</h3>
-				<ul class="midlist">
-					<li><a href="http://wiki.eclipse.org/TM" target="_blank"><b>Wiki</b></a> | We use the Wiki extensively for collaboration. Find ongoing discussions, meeting notes and other "not so official" stuff there.</li>
-					<li><a href="news://news.eclipse.org/eclipse.tm" target="_blank"><b>Newsgroup</b></a> | For general questions and community discussion (<a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.tm">Web access</a>, <a href="http://dev.eclipse.org/newslists/news.eclipse.tm/maillist.html">archive</a>).</li>
-					<li><a href="http://dev.eclipse.org/mailman/listinfo/tm-dev" target="_blank"><b>Mailing List</b></a> | For project development discussions.</li>
-					<li><a href="/tm/development/bug_process.php" target="_blank"><b>Bugs</b></a> 
-					   | View <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Target+Management&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit">all open</a> issues
-					   | <a target="_top" href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&version=unspecified&component=RSE">Submit new</a> bugs
-					   | Request an <a target="_top" href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&version=unspecified&component=RSE&rep_platform=All&op_sys=All&priority=P3&bug_severity=enhancement&form_name=enter_bug">enhancement</a>
-					</li>
-					<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf"><b>Use cases</b></a> and requirements for Target Management</a></li>
-			    	<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">
-      					<b>Architectural Overview</b></a>
-    	  				(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT</a>
-    	  				| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">PDF</a>).
-    	  			</li>
-					<li><a href="/tm/development/plan.php"><b>TM Project Plan</b></a></li>
-					<li><a href="/dsdp/dsdp-charter.php"><b>DSDP Project Charter</b></a></li>
-		</div>
-		<div class="homeitem">
-			<h3>Events</h3>
-			<ul class="midlist">
-				<li>Monthly developer phone conference, every 1st wednesday of the month, 9am PST
-				    (See the <a href="http://wiki.eclipse.org/TM">Wiki</a> for actual
-				    agenda and details)</li>
-				<li>
-				  <b>March 22-25, 2010</b>: <a href="http://www.eclipsecon.org/2010">EclipseCon 2010</a> - <ul>
-				    <li><a href="http://www.eclipsecon.org/2010/sessions/?page=sessions&id=1424" target="_blank">
-				         <b>TCF - Target Communication Framework Update for Helios</b></a>, Talk by Martin Oberhuber (slides available)
-					</ul></li>
-				<li>
-				  <b>March 17-20, 2008</b>: <a href="http://www.eclipsecon.org/2008">EclipseCon 2008</a> - <ul>
-				    <li><a href="http://www.eclipsecon.org/2008/?page=sub/&id=38" target="_blank">
-				         <b>Remote access with the Target Management Project</b></a>, Tutorial by Martin Oberhuber (Wind River)
-						(slides:  
-						<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.ppt">PPT</a> 757 KB |
-						<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf">PDF</a> 639 KB) |
-						(code:
-						<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.ppt">tcf-0.2.0.zip</a> 3.7 MB |
-						<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip">tmtutorial.zip</a> 465 KB)</li>
-				    <li><a href="http://www.eclipsecon.org/2008/?page=sub/&id=39" target="_blank">
-				         <b>Target Management New and Noteworthy</b></a>, Short Talk by Martin Oberhuber (Wind River), TM project lead
-						(slides:  
-						<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.ppt">PPT</a> 707 KB |
-						<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.pdf">PDF</a> 581 KB)
-					</ul></li>
-				<li><b>March 14, 2008</b>: <a href="http://tmober.blogspot.com/2008/03/target-communication-framework-tcf.html">TCF</a>
-					publicly announced</li>
-				<li>
-				  <b>October 9-11, 2007</b>: Eclipse Summit Europe 2007 -<ul>
-				    <li><a href="http://www.eclipsecon.org/summiteurope2007/index.php?page=detail/&id=21" target="_blank">
-				         <b>The Target Management Project</b></a>, long talk by Martin Oberhuber
-				         (slides:  
-				         <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2007-10-10_TM_ESE2007.ppt">PPT</a> |
-				         <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2007-10-10_TM_ESE2007.pdf">PDF</a>)
-				         </li>
-				    </ul></li>
-				<li><b>April 12, 2007</b>: 
-				  <a href="http://live.eclipse.org/node/229">Webinar</a>:
-				  TM goals, architecture, future plans and online demo
-				  (<a href="http://live.eclipse.org/node/229">50 minute full recording</a> |
-				  <a href="http://www.eclipse.org/projects/slides/TM_Webinar_Slides_070412.ppt">PPT slides</a>)
-				  </li> 
-				<li><b>Sept. 27, 2006</b>: TM passed its 1.0 Release Review. The Slides are an interesting read
-				    for everyone (Slides as  
-				    <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_1.0_Release_Review_v3.ppt">PPT</a> | 
-				    <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_1.0_Release_Review_v3a.pdf">PDF</a>).</li>
-			</ul>
-		</div>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>				
-				<li><a href="/tm/tutorial/index.php"
-					target="_self">TM Getting Started</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://live.eclipse.org/node/229">TM Webinar</a></li>
-				<li><a href="http://eclipse.org/project-slides/Helios/TM_Helios_Release.pdf" target="_self">
-				    TM 3.2 Release Review Slides</a></li>
-				<li><a href="http://eclipse.org/project-slides/Galileo/TM_3.1_Release_Review.pdf" target="_self">
-				    TM 3.1 Release Review Slides</a></li>
-				<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-				    TM 3.0 Release Review Slides</a></li>
-				    <!--
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				    -->
-				<li><a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html"
-					target="_self">TM 3.0 Tutorial</a></li>
-				<li><a
-					href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases</a></li>
-				<li><a href="/tm/development/plan.php">TM Project Plan</a></li>
-			</ul>
-		</div>
-		
-		<div class="sideitem">
-			<h6>What's New</h6>
-			<ul><li>Sep 24th: <a href="http://download.eclipse.org/tm/downloads/drops/R-3.2.1-201009070720/">TM 3.2.1</a> released</li>
-			    <li>Jun 23rd: <a href="http://download.eclipse.org/tm/downloads/drops/R-3.2-201006071030/">TM 3.2</a> released</li>
-			    <li>Feb 26th: <a href="http://download.eclipse.org/tm/downloads/drops/R-3.1.2-201002152323/">TM 3.1.2</a> released</li>
-			    <li>Mar 17th: <a href="http://www.eclipsecon.org/2008/?page=sub/&id=38" target="_blank">TM Tutorial</a> at EclipseCon</li>
-			    <li>Mar 14th: <a href="http://tmober.blogspot.com/2008/03/target-communication-framework-tcf.html">TCF</a> publicly announced</li>
-				<li>Apr 12th: 63 people registered at <a href="http://live.eclipse.org/node/229">TM Webinar</a></li>
-                <!--
- 			    <li>Mar 22nd: About 70 participants at the
-			    	<a href="http://www.eclipsecon.org/2006/Sub.do?id=287&not_accepted=0"
-					target="_self">EclipseCon TM talk</a></li>
-                -->
-			</ul>
-		</div>
-	</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20050613.pdf b/meetingnotes/DSDP-TM_MeetingNotes_20050613.pdf
deleted file mode 100644
index 7e0fcb9805299890c8bd39e854ea4450dfd06911..0000000000000000000000000000000000000000
Binary files a/meetingnotes/DSDP-TM_MeetingNotes_20050613.pdf and /dev/null differ
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20050627.pdf b/meetingnotes/DSDP-TM_MeetingNotes_20050627.pdf
deleted file mode 100644
index 12d875b1149f395aa8c15818349d00865c83b824..0000000000000000000000000000000000000000
Binary files a/meetingnotes/DSDP-TM_MeetingNotes_20050627.pdf and /dev/null differ
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20050718.pdf b/meetingnotes/DSDP-TM_MeetingNotes_20050718.pdf
deleted file mode 100644
index 72919c857ef1beab03a96afadddd32a694eb4b78..0000000000000000000000000000000000000000
Binary files a/meetingnotes/DSDP-TM_MeetingNotes_20050718.pdf and /dev/null differ
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20050808.pdf b/meetingnotes/DSDP-TM_MeetingNotes_20050808.pdf
deleted file mode 100644
index 357db13002f5be7b4e26596add4b3b09b7e4e4d2..0000000000000000000000000000000000000000
Binary files a/meetingnotes/DSDP-TM_MeetingNotes_20050808.pdf and /dev/null differ
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20050829.pdf b/meetingnotes/DSDP-TM_MeetingNotes_20050829.pdf
deleted file mode 100644
index 52a3d3a6057a1a3f6a8e893412cef745de107743..0000000000000000000000000000000000000000
Binary files a/meetingnotes/DSDP-TM_MeetingNotes_20050829.pdf and /dev/null differ
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20050926.pdf b/meetingnotes/DSDP-TM_MeetingNotes_20050926.pdf
deleted file mode 100644
index e095cacae323b51c44ec73510e3098fd0e419578..0000000000000000000000000000000000000000
Binary files a/meetingnotes/DSDP-TM_MeetingNotes_20050926.pdf and /dev/null differ
diff --git a/meetingnotes/DSDP-TM_MeetingNotes_20051107.htm b/meetingnotes/DSDP-TM_MeetingNotes_20051107.htm
deleted file mode 100644
index 1c6c4b190d5b526d9cfbd309619068f81645cad8..0000000000000000000000000000000000000000
--- a/meetingnotes/DSDP-TM_MeetingNotes_20051107.htm
+++ /dev/null
@@ -1,730 +0,0 @@
-<html xmlns:v="urn:schemas-microsoft-com:vml"
-xmlns:o="urn:schemas-microsoft-com:office:office"
-xmlns:w="urn:schemas-microsoft-com:office:word"
-xmlns="http://www.w3.org/TR/REC-html40">
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<meta name=ProgId content=Word.Document>
-<meta name=Generator content="Microsoft Word 9">
-<meta name=Originator content="Microsoft Word 9">
-<title>DSDP-TM Meeting Notes 27-June-2005</title>
-<!--[if gte mso 9]><xml>
- <o:DocumentProperties>
-  <o:Subject>DSDP-Target Manager</o:Subject>
-  <o:Author>Martin Oberhuber</o:Author>
-  <o:LastAuthor>Martin Oberhuber</o:LastAuthor>
-  <o:Revision>2</o:Revision>
-  <o:TotalTime>86</o:TotalTime>
-  <o:LastPrinted>2005-11-07T18:08:00Z</o:LastPrinted>
-  <o:Created>2005-11-07T18:08:00Z</o:Created>
-  <o:LastSaved>2005-11-07T18:08:00Z</o:LastSaved>
-  <o:Pages>3</o:Pages>
-  <o:Words>613</o:Words>
-  <o:Characters>3496</o:Characters>
-  <o:Company>Wind River</o:Company>
-  <o:Bytes>40340</o:Bytes>
-  <o:Lines>29</o:Lines>
-  <o:Paragraphs>6</o:Paragraphs>
-  <o:CharactersWithSpaces>4293</o:CharactersWithSpaces>
-  <o:Version>9.6926</o:Version>
- </o:DocumentProperties>
-</xml><![endif]-->
-<style>
-<!--
- /* Font Definitions */
-@font-face
-	{font-family:Wingdings;
-	panose-1:5 0 0 0 0 0 0 0 0 0;
-	mso-font-charset:2;
-	mso-generic-font-family:auto;
-	mso-font-pitch:variable;
-	mso-font-signature:0 268435456 0 0 -2147483648 0;}
-@font-face
-	{font-family:"Arial Unicode MS";
-	panose-1:2 11 6 4 2 2 2 2 2 4;
-	mso-font-charset:128;
-	mso-generic-font-family:swiss;
-	mso-font-pitch:variable;
-	mso-font-signature:-1 -369098753 63 0 4129279 0;}
-@font-face
-	{font-family:"\@Arial Unicode MS";
-	panose-1:2 11 6 4 2 2 2 2 2 4;
-	mso-font-charset:128;
-	mso-generic-font-family:swiss;
-	mso-font-pitch:variable;
-	mso-font-signature:-1 -369098753 63 0 4129279 0;}
- /* Style Definitions */
-p.MsoNormal, li.MsoNormal, div.MsoNormal
-	{mso-style-parent:"";
-	margin:0in;
-	margin-bottom:.0001pt;
-	mso-pagination:widow-orphan;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";
-	mso-bidi-font-family:"Times New Roman";}
-h1
-	{mso-style-next:Normal;
-	margin-top:12.0pt;
-	margin-right:0in;
-	margin-bottom:3.0pt;
-	margin-left:-.5in;
-	mso-pagination:widow-orphan;
-	page-break-after:avoid;
-	mso-outline-level:1;
-	font-size:16.0pt;
-	font-family:Arial;
-	mso-font-kerning:16.0pt;}
-h2
-	{mso-style-next:Normal;
-	margin:0in;
-	margin-bottom:.0001pt;
-	mso-pagination:widow-orphan;
-	page-break-after:avoid;
-	mso-outline-level:2;
-	mso-layout-grid-align:none;
-	text-autospace:none;
-	font-size:12.0pt;
-	mso-bidi-font-size:10.0pt;
-	font-family:Arial;
-	mso-bidi-font-family:"Times New Roman";}
-h3
-	{mso-style-next:Normal;
-	margin:0in;
-	margin-bottom:.0001pt;
-	mso-pagination:widow-orphan;
-	page-break-after:avoid;
-	mso-outline-level:3;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;
-	text-decoration:underline;
-	text-underline:single;}
-h4
-	{mso-style-next:Normal;
-	margin:0in;
-	margin-bottom:.0001pt;
-	mso-pagination:widow-orphan;
-	page-break-after:avoid;
-	mso-outline-level:4;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;}
-p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
-	{mso-style-update:auto;
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:0in;
-	margin-left:.3in;
-	margin-bottom:.0001pt;
-	text-indent:-.15in;
-	mso-pagination:widow-orphan;
-	mso-list:l4 level1 lfo3;
-	tab-stops:list .4in;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";
-	mso-bidi-font-family:"Times New Roman";}
-p.MsoTitle, li.MsoTitle, div.MsoTitle
-	{margin-top:12.0pt;
-	margin-right:0in;
-	margin-bottom:3.0pt;
-	margin-left:0in;
-	text-align:center;
-	mso-pagination:widow-orphan;
-	font-size:16.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";
-	mso-font-kerning:14.0pt;
-	font-weight:bold;}
-p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle
-	{margin-top:0in;
-	margin-right:0in;
-	margin-bottom:3.0pt;
-	margin-left:0in;
-	text-align:center;
-	mso-pagination:widow-orphan;
-	font-size:12.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";}
-a:link, span.MsoHyperlink
-	{color:blue;
-	text-decoration:underline;
-	text-underline:single;}
-a:visited, span.MsoHyperlinkFollowed
-	{color:purple;
-	text-decoration:underline;
-	text-underline:single;}
-p.ListBullet2, li.ListBullet2, div.ListBullet2
-	{mso-style-name:"List Bullet2";
-	mso-style-parent:"List Bullet";
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:0in;
-	margin-left:.75in;
-	margin-bottom:.0001pt;
-	text-indent:-.25in;
-	mso-pagination:widow-orphan;
-	mso-list:l4 level2 lfo3;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";
-	mso-bidi-font-family:"Times New Roman";}
-p.ListBullet3, li.ListBullet3, div.ListBullet3
-	{mso-style-name:"List Bullet3";
-	mso-style-parent:"List Bullet2";
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:0in;
-	margin-left:81.0pt;
-	margin-bottom:.0001pt;
-	text-indent:-.25in;
-	mso-pagination:widow-orphan;
-	mso-list:l4 level3 lfo3;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";
-	mso-bidi-font-family:"Times New Roman";}
-p.ListBullet4, li.ListBullet4, div.ListBullet4
-	{mso-style-name:"List Bullet4";
-	mso-style-parent:"List Bullet3";
-	margin-top:0in;
-	margin-right:0in;
-	margin-bottom:0in;
-	margin-left:1.5in;
-	margin-bottom:.0001pt;
-	text-indent:-.25in;
-	mso-pagination:widow-orphan;
-	mso-list:l4 level4 lfo3;
-	font-size:10.0pt;
-	mso-bidi-font-size:12.0pt;
-	font-family:Arial;
-	mso-fareast-font-family:"Times New Roman";
-	mso-bidi-font-family:"Times New Roman";}
-@page Section1
-	{size:8.5in 11.0in;
-	margin:.75in 1.25in 1.0in 1.25in;
-	mso-header-margin:.5in;
-	mso-footer-margin:.5in;
-	mso-paper-source:0;}
-div.Section1
-	{page:Section1;}
- /* List Definitions */
-@list l0
-	{mso-list-id:-119;
-	mso-list-type:simple;
-	mso-list-template-ids:-946684466;}
-@list l0:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.25in;
-	mso-level-number-position:left;
-	margin-left:.25in;
-	text-indent:-.25in;
-	font-family:Symbol;}
-@list l1
-	{mso-list-id:53893783;
-	mso-list-type:hybrid;
-	mso-list-template-ids:474502298 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l1:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l2
-	{mso-list-id:58212532;
-	mso-list-type:hybrid;
-	mso-list-template-ids:209229472 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l2:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l3
-	{mso-list-id:296491994;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-1044502482 -157663834 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l3:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l4
-	{mso-list-id:364406477;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-891649786 1115957276 -1321326392 1522832106 -2014047902 67698691 67698693 67698689 67698691 67698693;}
-@list l4:level1
-	{mso-level-number-format:bullet;
-	mso-level-style-link:"List Bullet";
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l4:level2
-	{mso-level-number-format:bullet;
-	mso-level-style-link:"List Bullet2";
-	mso-level-text:o;
-	mso-level-tab-stop:1.0in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:"Courier New";
-	mso-bidi-font-family:"Times New Roman";}
-@list l4:level3
-	{mso-level-number-format:bullet;
-	mso-level-style-link:"List Bullet3";
-	mso-level-text:\F0A7;
-	mso-level-tab-stop:1.5in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:Wingdings;}
-@list l4:level4
-	{mso-level-number-format:bullet;
-	mso-level-style-link:"List Bullet4";
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:2.0in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:Symbol;}
-@list l5
-	{mso-list-id:600069876;
-	mso-list-type:hybrid;
-	mso-list-template-ids:643857722 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l5:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l5:level2
-	{mso-level-number-format:bullet;
-	mso-level-text:o;
-	mso-level-tab-stop:1.0in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:"Courier New";
-	mso-bidi-font-family:"Times New Roman";}
-@list l6
-	{mso-list-id:749081730;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-717578144 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l6:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l7
-	{mso-list-id:1002581996;
-	mso-list-type:hybrid;
-	mso-list-template-ids:1468708432 1053431870 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l7:level1
-	{mso-level-start-at:0;
-	mso-level-number-format:bullet;
-	mso-level-text:-;
-	mso-level-tab-stop:24.8pt;
-	mso-level-number-position:left;
-	margin-left:24.8pt;
-	text-indent:-.25in;
-	font-family:"Times New Roman";
-	mso-fareast-font-family:"Times New Roman";}
-@list l8
-	{mso-list-id:1215384138;
-	mso-list-type:hybrid;
-	mso-list-template-ids:1785624416 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l8:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l9
-	{mso-list-id:1389451948;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-1909527522 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l9:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l10
-	{mso-list-id:1646544084;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-2036564250 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l10:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-@list l11
-	{mso-list-id:1974097317;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-1086442948 217727340 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l11:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.4in;
-	mso-level-number-position:left;
-	margin-left:.3in;
-	text-indent:-.15in;
-	font-family:Symbol;}
-ol
-	{margin-bottom:0in;}
-ul
-	{margin-bottom:0in;}
--->
-</style>
-<!--[if gte mso 9]><xml>
- <o:shapedefaults v:ext="edit" spidmax="2050"/>
-</xml><![endif]--><!--[if gte mso 9]><xml>
- <o:shapelayout v:ext="edit">
-  <o:idmap v:ext="edit" data="1"/>
- </o:shapelayout></xml><![endif]-->
-</head>
-
-<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>
-
-<div class=Section1>
-
-<p class=MsoTitle>DSDP – TM Conference Call, 11-November -2005</p>
-
-<p class=MsoSubtitle>Meeting Notes</p>
-
-<h1 style='margin-left:0in'>Attendees:</h1>
-
-<h3>Wind River – Salzburg, Austria</h3>
-
-<h4><span style='font-weight:normal'>Martin Oberhuber – WR Technical lead for
-DSDP-Target Manager<o:p></o:p></span></h4>
-
-<h4><span style='font-weight:normal'>Doug Gaff – DSDP Project Lead<o:p></o:p></span></h4>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>IBM</h3>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial;mso-bidi-font-weight:
-bold'>Dave Dykstal – Remote System Explorer (RSE)<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Intel</h3>
-
-<h4><span style='font-weight:normal'>Peter Lachner – Manages XScale component
-tools project; currently compiler tools<o:p></o:p></span></h4>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Montavista</h3>
-
-<h4><span style='font-weight:normal'>Pierre-Alexandre Masse – wrote the
-Bugzilla 65471 RSF framework<o:p></o:p></span></h4>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>QNX</h3>
-
-<h4><span style='font-weight:normal'>Doug Schaefer – CDT Project Lead<o:p></o:p></span></h4>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Symbian</h3>
-
-<p class=MsoNormal><span style='mso-bidi-font-weight:bold'>Victor Palau –
-Engineering Manage for Tools at Symbian<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-weight:bold'>Neil Taylor –
-Technological architect for Tools at Symbian</span><span style='mso-bidi-font-size:
-10.0pt;mso-bidi-font-family:Arial'><o:p></o:p></span></p>
-
-<h1 style='margin-left:0in'>Original Agenda</h1>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Recent News<span style='mso-bidi-font-family:Arial'><o:p></o:p></span></p>
-
-<p class=ListBullet2><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>IBM RSE status<span style='mso-bidi-font-family:Arial'><o:p></o:p></span></p>
-
-<p class=ListBullet2><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>CDT Conference Report<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=ListBullet2><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Interest by Apogee, Inc<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=ListBullet2><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Interest by Symbian<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Discussions regarding TM Design<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=ListBullet2><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Reiterate on Chicago meeting<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=ListBullet2><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Interfaces for CDT Remote Launch<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Toronto Meeting Feb.2006<span style='mso-bidi-font-family:
-Arial'><o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]>Next steps<span style='mso-bidi-font-family:Arial'><o:p></o:p></span></p>
-
-<h1 style='margin-left:0in'>Meeting Notes</h1>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Martin O. opens the
-call and asks attendees who had not joined the first TM call to introduce
-themselves (see attendee list above).<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<p class=MsoNormal><b style='mso-bidi-font-weight:normal'><u><span
-style='mso-bidi-font-family:Arial'>Symbian:<o:p></o:p></span></u></b></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Victor Palau:
-Engineering Manager for Tools at Symbian (non-core-tools: not needed for
-building the product, but helping). Looking for TM for Symbian Devices. Want to
-provide a standard communication channel for Symbian (on top of Debugging).<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Currently, have a
-set of Symbian specific solutions:<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l1 level1 lfo8;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>Symbian Agent,
-+ FTP Proxy device on the PC that makes the agent connection transparent
-(connection is over serial line)<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l1 level1 lfo8;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>Custom FTP
-commands for installation + execution of programs, and restart the board<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l1 level1 lfo8;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>Currently
-moving to Eclipse environment (Nokia is the provider of the first toolset) –
-working in various projects including CDT, in order to make this Symbian aware.<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Neil: Technology
-Architect<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Javier Montanu –
-One of the engineers working on TM<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3><span style='mso-bidi-font-weight:normal'>CDT Conference – Doug Gaff:<o:p></o:p></span></h3>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l5 level1 lfo11;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>1<sup>st</sup>
-day, Mikhail presented the Remote Launch idea<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:1.0in;text-indent:-.25in;mso-list:l5 level2 lfo11;
-tab-stops:list 1.0in'><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>Got an action
-item to resolve what Remote Launch will look like<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l5 level1 lfo11;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>Greg from LANL
-(Parallel Tools Project) did an impressive presentation of their tools;
-potential need for TM<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:1.0in;text-indent:-.25in;mso-list:l5 level2 lfo11;
-tab-stops:list 1.0in'><![if !supportLists]><span style='font-family:"Courier New";
-mso-bidi-font-family:Arial'>o<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>AI contact
-Greg; see what they are doing, possibility to collaborate?<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<p class=MsoNormal><b style='mso-bidi-font-weight:normal'><u><span
-style='mso-bidi-font-family:Arial'>Doug Schaefer:<o:p></o:p></span></u></b></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Progress on Remote
-Launch – HP has something for Remote Launch, but currently not much progress;
-CDT folks will be comfortable with having some TM packages for remote launch<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Some Remote Java
-stuff could benefit from Target Management as well!<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>CDT put up a Wiki
-on eclipse.org, so that’s a good place to read about some details. Currently
-it’s not a true Wiki because only Committers can add stuff, but they are trying
-to fix this (e.g. everyone with a Bugzilla account)<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l9 level1 lfo12;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>AI add a TM
-page at Wiki<o:p></o:p></span></p>
-
-<p class=MsoNormal style='margin-left:.3in;text-indent:-.15in;mso-list:l9 level1 lfo12;
-tab-stops:list .4in'><![if !supportLists]><span style='font-family:Symbol;
-mso-bidi-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><span style='mso-bidi-font-family:Arial'>What are the
-CDT folks using the Wiki for? – Replacement for Homepage, since it is much
-easier to add content than adding it to the homepage (facts, howtos etc.) –
-Discussions are still on the mailing list for now.<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<p class=MsoNormal><b style='mso-bidi-font-weight:normal'><u><span
-style='mso-bidi-font-family:Arial'>Follow-up on Chicago Meeting Action Items:<o:p></o:p></span></u></b></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Website update, and
-CDT presentation are done. Other action items are still open.<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Martin O: Explains
-the TM Mission statement on the Website<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Victor P: Aligned
-with what Symbian wants to do<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>The mission
-statement is accepted as written down on the website.<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<p class=MsoNormal><b style='mso-bidi-font-weight:normal'><u><span
-style='mso-bidi-font-family:Arial'>RSE Status:<o:p></o:p></span></u></b></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Making some
-progress but sill some obstacles; looking better, but not quite there yet,
-hopefully make it till the next meeting (3 weeks)<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Toronto Meeting:</h3>
-
-<p class=MsoNormal>Feb. 22-24, Toronto accepted by TM group<span
-style='mso-bidi-font-size:10.0pt;font-family:"Arial Unicode MS";color:white'><o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Next Steps:</h3>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>Meeting on TCA
-Nov.14 in Salzburg: Open up Phone conf., at least for a summary <o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Resources:</h3>
-
-<p class=MsoNormal>Pierre-Alexandre: What can we do while still waiting for RSE
-to come out?</p>
-
-<p class=MsoNormal>MartinO: Send scenarios; work on TM interfaces (our API to
-the outside should not depend on actual RSE implementation). A very rough start
-at a TM API is in the Chicago Brainstorming Notes, and the CDT Presentation
-(there is 1 slide).</p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Action Items:</h3>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-fareast-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><b><span style='mso-fareast-font-family:Arial'>DavidD</span></b><span
-style='mso-fareast-font-family:Arial'>: Approach ssh / team people<br>
-RSE Docs, Sample, Release<o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-fareast-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><b><span style='mso-fareast-font-family:Arial'>MartinO</span></b><span
-style='mso-fareast-font-family:Arial'>: Launch Actions – Initial Design<br>
-TM API – Initial Design<br>
-Contact Greg Watson (LANL, PTP)<br>
-Add a Wiki starting page for TM<br>
-Post phone dial-in info for Salzburg TCA Meeting Nov.14<o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-fareast-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><b><span style='mso-fareast-font-family:Arial'>MartinO</span></b><span
-style='mso-fareast-font-family:Arial'>, <b>Pierre-Alexandre</b>:<br>
-TM API – Initial Design<o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-fareast-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><b><span style='mso-fareast-font-family:Arial'>George
-Clark</span></b><span style='mso-fareast-font-family:Arial;mso-bidi-font-weight:
-bold'>:</span><span style='mso-fareast-font-family:Arial'> Approach ARM
-regarding Register file definitions<o:p></o:p></span></p>
-
-<p class=MsoListBullet><![if !supportLists]><span style='font-family:Symbol;
-mso-fareast-font-family:Arial'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</span></span><![endif]><b><span style='mso-fareast-font-family:Arial'>Everyone</span></b><span
-style='mso-fareast-font-family:Arial'>: Scenarios for various environments<br>
-Bring schema / example for Register Files &amp; Boardfiles<o:p></o:p></span></p>
-
-<p class=MsoListBullet style='margin-left:0in;text-indent:0in;mso-list:none;
-tab-stops:.5in'><span style='mso-bidi-font-size:10.0pt;font-family:"Arial Unicode MS";
-color:white'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-<h3>Next Meeting:</h3>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'>3 Weeks: Monday,
-28-Nov -2005 at 9am PST (followup 3 wk, 19-Dec-05).<o:p></o:p></span></p>
-
-<p class=MsoNormal><span style='mso-bidi-font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>
-
-</div>
-
-</body>
-
-</html>
diff --git a/meetingnotes/ff01_chicago/DSDPTM_Brainstorming_2005-10-14.htm b/meetingnotes/ff01_chicago/DSDPTM_Brainstorming_2005-10-14.htm
deleted file mode 100644
index 1428a15cd2194b7ef7490c7cfa9346171dc6d43c..0000000000000000000000000000000000000000
--- a/meetingnotes/ff01_chicago/DSDPTM_Brainstorming_2005-10-14.htm
+++ /dev/null
@@ -1,476 +0,0 @@
-<html xmlns:o="urn:schemas-microsoft-com:office:office"
-xmlns:w="urn:schemas-microsoft-com:office:word"
-xmlns="http://www.w3.org/TR/REC-html40">
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<meta name=ProgId content=Word.Document>
-<meta name=Generator content="Microsoft Word 9">
-<meta name=Originator content="Microsoft Word 9">
-<title>Eclipse DSDP-TM 2005-10-14</title>
-<!--[if gte mso 9]><xml>
- <o:DocumentProperties>
-  <o:Author>Felix Burton</o:Author>
-  <o:LastAuthor>Martin Oberhuber</o:LastAuthor>
-  <o:Revision>2</o:Revision>
-  <o:TotalTime>443</o:TotalTime>
-  <o:Created>2005-11-07T16:09:00Z</o:Created>
-  <o:LastSaved>2005-11-07T16:09:00Z</o:LastSaved>
-  <o:Pages>4</o:Pages>
-  <o:Words>775</o:Words>
-  <o:Characters>4420</o:Characters>
-  <o:Company>Wind River</o:Company>
-  <o:Lines>36</o:Lines>
-  <o:Paragraphs>8</o:Paragraphs>
-  <o:CharactersWithSpaces>5428</o:CharactersWithSpaces>
-  <o:Version>9.6926</o:Version>
- </o:DocumentProperties>
-</xml><![endif]-->
-<style>
-<!--
- /* Font Definitions */
-@font-face
-	{font-family:Wingdings;
-	panose-1:5 0 0 0 0 0 0 0 0 0;
-	mso-font-charset:2;
-	mso-generic-font-family:auto;
-	mso-font-pitch:variable;
-	mso-font-signature:0 268435456 0 0 -2147483648 0;}
- /* Style Definitions */
-p.MsoNormal, li.MsoNormal, div.MsoNormal
-	{mso-style-parent:"";
-	margin:0in;
-	margin-bottom:.0001pt;
-	mso-pagination:widow-orphan;
-	font-size:12.0pt;
-	font-family:"Times New Roman";
-	mso-fareast-font-family:"Times New Roman";}
-@page Section1
-	{size:8.5in 11.0in;
-	margin:1.0in 1.25in 1.0in 1.25in;
-	mso-header-margin:.5in;
-	mso-footer-margin:.5in;
-	mso-paper-source:0;}
-div.Section1
-	{page:Section1;}
- /* List Definitions */
-@list l0
-	{mso-list-id:1270044043;
-	mso-list-type:hybrid;
-	mso-list-template-ids:-685592242 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
-@list l0:level1
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:.5in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:Symbol;}
-@list l0:level2
-	{mso-level-number-format:bullet;
-	mso-level-text:o;
-	mso-level-tab-stop:1.0in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:"Courier New";
-	mso-bidi-font-family:"Times New Roman";}
-@list l0:level3
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0A7;
-	mso-level-tab-stop:1.5in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:Wingdings;}
-@list l0:level4
-	{mso-level-number-format:bullet;
-	mso-level-text:\F0B7;
-	mso-level-tab-stop:2.0in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:Symbol;}
-@list l0:level5
-	{mso-level-number-format:bullet;
-	mso-level-text:o;
-	mso-level-tab-stop:2.5in;
-	mso-level-number-position:left;
-	text-indent:-.25in;
-	font-family:"Courier New";
-	mso-bidi-font-family:"Times New Roman";}
-ol
-	{margin-bottom:0in;}
-ul
-	{margin-bottom:0in;}
--->
-</style>
-</head>
-
-<body lang=EN-US style='tab-interval:.5in'>
-
-<div class=Section1>
-
-<p class=MsoNormal>Eclipse DSDP-TM 2005-10-14</p>
-
-<p class=MsoNormal>Brainstorming Notes</p>
-
-<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
-
-<ul style='margin-top:0in' type=disc>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Coordinating
-     debuggers (ARM+DSP) [Events?]</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Run
-      Control</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Module
-      Loads / symbol file association</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Inter-debugger
-      events</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Setting
-      up a multi-core launch</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>TM
-     framework vs. extensions</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>ECF</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Multiple
-     Connections with same target [Querying TM config]</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Unique
-      target ID</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>ICE+agent
-      -&gt; what is target stop</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Each
-      connection might be from different vendors</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Dependencies</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Setting
-      and querying properties (static or dynamic) could be done by getting APIs
-      using adapters or key-value pairs</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Dropping
-     into device debugging (or OS debugging) [Actions, events?]</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Debuggers
-      could be separate</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Too OS
-     focused?</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Workflow
-     scenarios</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Launching
-      scenarios</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Scenarios
-      for board bring up</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Only
-       memory &amp; registers</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Maybe
-       without run-control or without project</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Connect
-       only</li>
-  </ul>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>OS
-      debugging</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Project-less
-      debugging</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Board
-     description</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Tools
-      or services in TM framework vs. just providing an opaque data store</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Purely
-      informational (docs)</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Board
-      manufacturer to create descriptions</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>XML
-      files</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Composing
-      configuration by reference existing components descriptions</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Converting
-      different formats (XSLT?)</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Define
-      common formats</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Avoid
-      copying device descriptions</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Directly
-       suck in a standard format</li>
-  </ul>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>AI:
-      bring out current formats to the group (registers, memory, cores)</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>New
-       subgroup?</li>
-  </ul>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Shared
-     board labs</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Launch
-     actions – scripting?</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Boarder
-     between TM and launch</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>What
-      does “connect” mean?</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Security,
-     encryption &amp; authentication</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Ssh</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Access
-      control (deployed devices)</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>DSM
-     (management of deployed devices)</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Update
-     policies</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Other
-     tools/services beyond debug and download</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Flashing</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Profiling</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Etc</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Events
-     between TM-aware tools/services?</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>An
-      Eclipse issue/service (not TM)?</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>ECF
-      with a loopback connection?</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Listeners</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Concerned
-     about moving debugger stuff down</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Many
-      levels of synchronized run-control</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Some
-       ICE have HW support for triggering each other.<span style="mso-spacerun:
-       yes">  </span>This must be possible to describe in the TM</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>This
-       cross triggering could also be done in software by connectors</li>
-  </ul>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>AI:
-     Add legend to the DSDP-TM Base Architecture slide</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Connection
-     groups</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Could
-      help describe synchronous run-control</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Same
-      target or different</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Relationships
-      between connections in the same group e.g. agent+HW connection on the
-      same target</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Associate
-     launch with connection.<span style="mso-spacerun: yes">  </span>Associate
-     launch with project.<span style="mso-spacerun: yes">  </span>Associate
-     project with build-spec.</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>System
-      unique properties provided by different sub-system (e.g. project,
-      connection, launch, etc) could be used for filtering by taking
-      intersection of existing ones.<span style="mso-spacerun: yes"> 
-      </span>Example of system unique properties could be</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Platform
-       (VxWorks, Linux, QNX, etc)</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Project
-       type (Application, Process, SHLIB, Kernel, LKM, etc)</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Architecture
-       (PPC, ARM, etc)</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>CPU
-       variant</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Endianess</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Compatibility
-       (fuzzy?)</li>
-  </ul>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Internal
-      properties could be translated to system unique properties by the
-      sub-system or sub-system plug-ins</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Wizard
-     for creating launches</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Open
-     source GDB using gdb-server need to launch agent on target.<span
-     style="mso-spacerun: yes">  </span>This is true for other agents
-     also.<span style="mso-spacerun: yes">  </span>In the general case a
-     preparation stage might be needed before the agent is available to be
-     connected to.</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Some
-     target connections might want to connect from the wizard w/o asking in
-     order to auto-detect services or settings known by the target e.g. path
-     mapping</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>How do
-     we get the executable to the target?</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Debugger</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Other
-      service</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Multiple
-     download paths</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Availability
-      in connection specification or discovered on the fly by action availability</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Choosing
-      a path in the launch </li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>In
-       other cases user might specify “use any available path”</li>
-  </ul>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>How
-     quickly will CDT adopt Darin’s new architecture?</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Remote
-     GDB – how to handle I/O to/from the debugged program?</li>
-</ul>
-
-<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
-
-<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
-
-<ul style='margin-top:0in' type=disc>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Workflow</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Preconditions</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>First
-       product launch</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>OS
-       already booted &amp; configured</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Agent
-       already running</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Remote
-       X86 target running Linux</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Application
-       debugging using gdb over TCP/IP</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Project
-       is open with application</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Some
-       information already needed at build time (build spec)</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Lot
-       of pre-configuration might be shipped already</li>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Target
-       setup was not of startup</li>
-   <ul style='margin-top:0in' type=disc>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>Questions
-        should be deferred</li>
-   </ul>
-  </ul>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>New
-      &gt; Target Connection &gt; Linux Agent</li>
-  <ul style='margin-top:0in' type=square>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Wizard</li>
-   <ul style='margin-top:0in' type=disc>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>IP
-        address</li>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>Connection
-        name (possibly computed from other properties but could be modified or
-        overridden by user)</li>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>Finish
-        </li>
-    <ul style='margin-top:0in' type=circle>
-     <li class=MsoNormal style='mso-list:l0 level5 lfo1;tab-stops:list 2.5in'>Target
-         connects (if option selected)</li>
-     <li class=MsoNormal style='mso-list:l0 level5 lfo1;tab-stops:list 2.5in'>Status
-         information is shown</li>
-    </ul>
-   </ul>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Select
-       executable &gt; run &gt; debug (create launch)</li>
-   <ul style='margin-top:0in' type=disc>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>System
-        picks correct launch type</li>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>User
-        confirms connection (localhost-native vs. remote)</li>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>Bring
-        up launch dialog</li>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>Enter
-        target path or keep default</li>
-    <ul style='margin-top:0in' type=circle>
-     <li class=MsoNormal style='mso-list:l0 level5 lfo1;tab-stops:list 2.5in'>Specify
-         FTP download</li>
-    </ul>
-    <li class=MsoNormal style='mso-list:l0 level4 lfo1;tab-stops:list 2.0in'>Additional
-        download’s (shared libraries, configuration files, …)</li>
-   </ul>
-   <li class=MsoNormal style='mso-list:l0 level3 lfo1;tab-stops:list 1.5in'>Press
-       “Debug” button</li>
-  </ul>
- </ul>
-</ul>
-
-<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
-
-<p class=MsoNormal>CDT</p>
-
-<ul style='margin-top:0in' type=disc>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Who
-     extends whom?</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Optional
-      CDT plug-in that depends on TM</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Extend
-     or add launch configuration type</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>CDT
-     could contribute Actions to TM</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Right
-      click on a connection</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Contributed
-      to certain connection types</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Option
-     A: Each vendor (debugger provider) doing their LC-type (by deriving from
-     base type)</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>New
-      launch configuration type: Remote c/c++ application</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Option
-     B: Add an extension point to CDT (or platform?) such that tools/actions
-     can be added to a launch</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Problem:
-      not all debugger back-ends might support TM extension</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Option
-     C: Contribute connection to debugger dropdown</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>What
-      if just running?</li>
- </ul>
-</ul>
-
-<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
-
-<p class=MsoNormal>TM API</p>
-
-<ul style='margin-top:0in' type=disc>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Connection
-     in launch: reference or copy?</li>
- <ul style='margin-top:0in' type=circle>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Share
-      connections with same mechanisms as launches</li>
-  <li class=MsoNormal style='mso-list:l0 level2 lfo1;tab-stops:list 1.0in'>Warning
-      “changing global settings”</li>
- </ul>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>getConnectionData(ref)</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>showConnectionSelection(filter)</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>TM to
-     define a Widget for connection selection</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>Connect()
-     vs. isConnected()</li>
- <li class=MsoNormal style='mso-list:l0 level1 lfo1;tab-stops:list .5in'>RunAction
-     – in first version to be done by delegate</li>
-</ul>
-
-</div>
-
-</body>
-
-</html>
diff --git a/meetingnotes/ff01_chicago/DSDPTM_DD_Borderline.ppt b/meetingnotes/ff01_chicago/DSDPTM_DD_Borderline.ppt
deleted file mode 100644
index 5ee575f62f899d74565667d3a9e9b11dc4a02fef..0000000000000000000000000000000000000000
Binary files a/meetingnotes/ff01_chicago/DSDPTM_DD_Borderline.ppt and /dev/null differ
diff --git a/meetingnotes/ff01_chicago/DSDPTM_DebuggerBackend.ppt b/meetingnotes/ff01_chicago/DSDPTM_DebuggerBackend.ppt
deleted file mode 100644
index 79dbe4e49e2916d0ddbf141fe98e05dc67c2aa61..0000000000000000000000000000000000000000
Binary files a/meetingnotes/ff01_chicago/DSDPTM_DebuggerBackend.ppt and /dev/null differ
diff --git a/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt b/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt
deleted file mode 100644
index 5bd8f548119f4bd0474a7e3d764d469a9453d257..0000000000000000000000000000000000000000
Binary files a/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt and /dev/null differ
diff --git a/meetingnotes/ff01_chicago/DSDPTM_TCA.ppt b/meetingnotes/ff01_chicago/DSDPTM_TCA.ppt
deleted file mode 100644
index ad34976a4af575b1d6fe030aadc6988be772ac26..0000000000000000000000000000000000000000
Binary files a/meetingnotes/ff01_chicago/DSDPTM_TCA.ppt and /dev/null differ
diff --git a/meetingnotes/ff01_chicago/Eclipse_IP_Due_Diligence.ppt b/meetingnotes/ff01_chicago/Eclipse_IP_Due_Diligence.ppt
deleted file mode 100644
index 89d9c428b162354b0ebb730b8c2f598a7d71c520..0000000000000000000000000000000000000000
Binary files a/meetingnotes/ff01_chicago/Eclipse_IP_Due_Diligence.ppt and /dev/null differ
diff --git a/news/changeset.php b/news/changeset.php
deleted file mode 100644
index 977de7f43ae21d55cb4d74dd4c8fad69563e9cdb..0000000000000000000000000000000000000000
--- a/news/changeset.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-include($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/changeset-common.php");
-?>
diff --git a/news/checkReleaseExists.php b/news/checkReleaseExists.php
deleted file mode 100644
index a9cd3979fe71d7cb40e55f2fcda1ae558b44e73e..0000000000000000000000000000000000000000
--- a/news/checkReleaseExists.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require_once ("../../includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/checkReleaseExists-common.php");
-?>
diff --git a/news/index.php b/news/index.php
deleted file mode 100644
index dc731f9dc202959f01c9a3650ce527b6f24769ee..0000000000000000000000000000000000000000
--- a/news/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header("Location: relnotes.php?project=rse&version=HEAD"); ?>
diff --git a/news/news.xml b/news/news.xml
deleted file mode 100644
index 778112dd479a2b808816f5d5f5c17fc5efadec98..0000000000000000000000000000000000000000
--- a/news/news.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<doc>
-
-<news date="February 6, 2008" showOn="docs,whatsnew,bleedingedge">
-	<a href="http://wiki.eclipse.org/TM">New RSE Build Server</a> is available.
-</news>
-<news date="January 1, 2008" showOn="whatsnew">
-	Since January 2007, there have been over 100,000 downloads of RSE!
-</news>
-
-</doc>
diff --git a/news/relnotes.php b/news/relnotes.php
deleted file mode 100644
index 8e2e7a09795e99d32918a9e6ff93f61a24138133..0000000000000000000000000000000000000000
--- a/news/relnotes.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-require_once ("../../includes/buildServer-common.php");
-
-$pageTitle = "Eclipse Target Management Release Notes";
-
-if (isset($_GET["project"]) && $_GET["project"] == "xsd")
-{
-	header("Location: http://www.eclipse.org/modeling/mdt/news/relnotes.php?project=xsd&version=HEAD");
-	exit;
-}
-
-// bleeding edge for emf only
-if (isset($_GET["project"]) && $_GET["project"] == "emf")
-{
-	require_once($_SERVER["DOCUMENT_ROOT"] . "/modeling/emf/downloads/extras-emf.php");
-	$extras = array("doBleedingEdge");
-}
-
-$streams = array(
-	"rse" => array(
-		"3.0.x" => "HEAD",
-		"2.0.x" => "R2_0_maintenance",
-		"1.0.x" => "R1_0_maintenance"
-	)
-);
-
-require($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/relnotes-common.php");
-?>
diff --git a/project-info/executive-summary.html b/project-info/executive-summary.html
deleted file mode 100644
index a60a05ba7f9cad0e1d2fd2da117c8754ccefb17f..0000000000000000000000000000000000000000
--- a/project-info/executive-summary.html
+++ /dev/null
@@ -1,20 +0,0 @@
-The Target Management project creates data models and frameworks
-to configure and manage remote (mainframe down to embedded) systems,
-their connections, and their services. As a part of the Ganymede
-coordinate release train, we provide connectivity to remote file
-systems for other projects to use.
-<p>
-Our Vision is to be the Eclipse "Explorer of the Network Neighborhood",
-with pluggable information providers under a single, consistent UI.
-Interactively discover, drill down, analyze remote systems,
-and provide the context for more advanced actions being plugged in to it. 
-<p>
-Currently, the TM Community is further growing, a
-<a href="http://wiki.eclipse.org/TM_Future_Planning">TM 3.0 project plan 
-</a> is available on the Wiki, with the Community involved in 
-these discussions. Development focus for TM 3.0 is on performance,
-scalability and stability.
-<!-- We are looking forward to getting first
-<a href="http://wiki.eclipse.org/DSDP/TM/Download_Stats_17-Apr-2007">Download Statistics</a>
-for TM 2.0 on Europa - last stats were at 2300 for TM 1.0.1.
--->
diff --git a/project-info/home-page-one-liner.html b/project-info/home-page-one-liner.html
deleted file mode 100644
index 36152c62d929338e8ad3b991a464ebe5f462f838..0000000000000000000000000000000000000000
--- a/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Target Management
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
deleted file mode 100644
index b22b2cdae4408a418019e2360d9b8dc24c4a4824..0000000000000000000000000000000000000000
--- a/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<p><b><a href="/tm/">Target Management Project</a></b> <br />
-The Target Management project creates data models and frameworks
-to configure and manage remote systems, their connections,
-and their services.<br />
-Our main offering is the Remote System Explorer (RSE), which is also
-part of the Eclipse Ganymede coordinated release train. It integrates
-any sort of heterogeneous remote resources under a single, consistent UI
-and allows transparent working on remote computers just like the local one.
-For Ganymede, it provides access to remote file systems for other projects
-to consume via the Eclipse Filesystem (EFS).<br/>
-As a stand-alone offering, the project also provides a lightweight Terminal view.
-<a href="/tm/about.php">More about target management &raquo;</a></p>
\ No newline at end of file
diff --git a/rse/.cvsignore b/rse/.cvsignore
deleted file mode 100644
index 8ba8eed4d28a282ce26d59c969a165282c8fc396..0000000000000000000000000000000000000000
--- a/rse/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-downloads
diff --git a/rse/build/.cvsignore b/rse/build/.cvsignore
deleted file mode 100644
index 79eb93b09b6e26d831a4c8fad8592c6af42c8146..0000000000000000000000000000000000000000
--- a/rse/build/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-.htaccess
\ No newline at end of file
diff --git a/rse/build/_common.php b/rse/build/_common.php
deleted file mode 100644
index ce72a6e0194161fb95a404dd8666b838241ef8ba..0000000000000000000000000000000000000000
--- a/rse/build/_common.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-require_once ("../../../includes/buildServer-common.php");
-
-$options = array (
-	"BaseBuilderBranch" => "M4_34",
-	
-	"BranchAndJDK" => array (
-		"dsdp.eclipse.org=------------,------------",
-		"3.0.0=HEAD,/opt/JDKs/i386/j2sdk1.4.2_16",
-		"3.0.0=HEAD,/opt/JDKs/i386/jdk1.5.0_14",
-		"3.0.0=HEAD,/opt/JDKs/i386/jdk1.6.0_04",
-		"3.0.0=HEAD,/opt/JDKs/i386/IBMJava2-142-10.0",
-		"3.0.0=HEAD,/opt/JDKs/i386/ibm-java2-i386-50-6.0",
-		"3.0.0=HEAD,/opt/JDKs/i386/ibm-java2-i386-60-0.0",
-		
-		"build.eclipse.org=------------,------------",
-		"3.0.0=HEAD,/shared/tools/tm/JDKs/ppc/IBMJava2-ppc-142-10.0",
-		"3.0.0=HEAD,/shared/tools/tm/JDKs/ppc/ibm-java2-ppc-50-6.0",
-		"3.0.0=HEAD,/shared/common/ibm-java-ppc-60"
-	),
-	
-	"Mapfile_Rule_Default" => 0, // 0: "Use Map, No Tagging=use-false" or 1:"Generate Map, No Tagging=gen-false"
-
-	"EmailDefault" => "martin.oberhuber@windriver.com", // prefil email contact box with comma-sep'd list
-	
-	"Users" => array("moberhuber","moberhuber",null) /* build user, eclipse cvs user, IES cvs user */
-);
-
-?>
diff --git a/rse/build/index.php b/rse/build/index.php
deleted file mode 100644
index 76f8a9cca33d9ee0a6f2e78ec78faf58efd66a93..0000000000000000000000000000000000000000
--- a/rse/build/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php require_once ("_common.php"); require_once ($_SERVER['DOCUMENT_ROOT'] . "/dsdp/build/build-common.php"); ?>
diff --git a/rse/build/promo.php b/rse/build/promo.php
deleted file mode 100644
index de50d1013e57daed6a12b3dfd80c9a2b49b45f3e..0000000000000000000000000000000000000000
--- a/rse/build/promo.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php require_once ("_common.php"); require_once ($_SERVER['DOCUMENT_ROOT'] . "/dsdp/build/promo-common.php"); ?>
diff --git a/rse/project-info/overview.html b/rse/project-info/overview.html
deleted file mode 100644
index 8e86790b51944319ca74c4a4db86319f371d92b1..0000000000000000000000000000000000000000
--- a/rse/project-info/overview.html
+++ /dev/null
@@ -1 +0,0 @@
-TBD info about RSE
diff --git a/rse/project-info/project-page-paragraph.html b/rse/project-info/project-page-paragraph.html
deleted file mode 100644
index 8e86790b51944319ca74c4a4db86319f371d92b1..0000000000000000000000000000000000000000
--- a/rse/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1 +0,0 @@
-TBD info about RSE
diff --git a/searchcvs.php b/searchcvs.php
deleted file mode 100644
index 8b170730ff3939b08994a0801c011db6acf0ea1c..0000000000000000000000000000000000000000
--- a/searchcvs.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require_once ("../includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/dsdp/includes/searchcvs-common.php");
-?>
diff --git a/tm-new/_projectCommon.php b/tm-new/_projectCommon.php
deleted file mode 100644
index 2c1aa0ecd5cf156f1858eeb302cd0e3a85a6e2ff..0000000000000000000000000000000000000000
--- a/tm-new/_projectCommon.php
+++ /dev/null
@@ -1,53 +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/
-	# Optional: defaults to system theme 
-	$theme = "Nova";
-
-	# Define your project-wide Nav bars here.
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	#$Nav->addNavSeparator("Target Management", 	"/tm/index.php");
-	#$Nav->addCustomNav("About", 		"/tm/about.php", 	 "_self", 2);
-	#$Nav->addCustomNav("Downloads", 	"/tm/downloads.php", "_self", 2);
-	#$Nav->addCustomNav("Getting Started", "/tm/tutorial/index.php",  "_self", 2);
-	#$Nav->addCustomNav("Development", 	"/tm/development/index.php", "_self", 2);
-
-	$Nav->setLinkList(array());
-	$branding = <<<EOBRANDING
-<div id="branding">
-<h1><a href="http://eclipse.org/tm/">Target Management (Remote System Explorer)</a></h1>
-</div>
-EOBRANDING;
-
-	$Menu->setProjectBranding($branding);
-
-	$Nav->addCustomNav("About This Project", "http://www.eclipse.org/projects/project_summary.php?projectid=tools.tm", "_self", 1);
-	
-	$Nav->addNavSeparator("Target Management", "/tm/tm-new/index.php", "_self", 1);
-	$Nav->addCustomNav("About", "/tm/tm-new/about/index.php", "_self", 1);
-	$Nav->addCustomNav("Team", "/tm/tm-new/team/index.php", "_self", 1);
-	$Nav->addCustomNav("Plan", "/tm/development/plan.php", "_self", 1);
-	$Nav->addCustomNav("Presentations", "/tm/tm-new/presentations/index.php", "_self", 1);
-	$Nav->addCustomNav("Demos", "/tm/tm-new/demos/index.php", "_self", 1);
-	$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/TM", "_self", 1); 
-	$Nav->addCustomNav("IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=tools.tm", "_self", 1);
-
-	$Nav->addNavSeparator("Users", "/tm/tm-new/tutorial/index.php", "_self", 1);
-	$Nav->addCustomNav("Getting Started", "/tm/tm-new/tutorial/index.php", "_self", 1);
-	$Nav->addCustomNav("Downloads", "/tm/tm-new/downloads/index.php", "_self", 1);
-	$Nav->addCustomNav("Bugs", "/tm/tm-new/bugs/index.php", "_self", 1);
-	$Nav->addCustomNav("FAQ (wiki)", "http://wiki.eclipse.org/TM_and_RSE_FAQ", "_self", 1);
-	$Nav->addCustomNav("Newsgroup", "http://dev.eclipse.org/newslists/news.eclipse.tm/maillist.html", "_self", 1);
-
-	$Nav->addNavSeparator("Contributors (wiki)", "http://wiki.eclipse.org/TM_and_RSE_FAQ#Working_on_TM_.2F_RSE", "_self", 1);
-	$Nav->addCustomNav("Contributing (wiki)", "http://wiki.eclipse.org/TM_and_RSE_FAQ#Working_on_TM_.2F_RSE", "_self", 1);
-	$Nav->addCustomNav("Mailing List", "https://dev.eclipse.org/mailman/listinfo/tm-dev", "_self", 1);
-	$Nav->addCustomNav("CVS", "/tm/development/cvs-setup.php", "_self", 1);
-	$Nav->addCustomNav("Development Tools", "/tm/development/index.php", "_self", 1);
-	$Nav->addCustomNav("Search CVS", "/tm/searchcvs.php?q=file%3A+org.eclipse.tm%25%2F" . "+days%3A+7", "_self", 2);
-
-
-?>
diff --git a/tm-new/about/index.php b/tm-new/about/index.php
deleted file mode 100644
index ccaa547b58f448fe77035961e93b75649fa20468..0000000000000000000000000000000000000000
--- a/tm-new/about/index.php
+++ /dev/null
@@ -1,118 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "About Target Management";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-	<h2>Mission</h2>
-    The Target Management project creates data models and frameworks
-    to configure and manage remote systems, their connections, and their services.
-    </P>
-    <UL>
-      <LI><I>Remote systems</I> (aka targets) can range from large-scale host computers, multi-board 
-      or multi-core parallel systems to target boards without even a CPU or FPGA (connected
-      by a hardware debugging box).</LI>
-      <LI><I>Configuration</I> means dealing with board description files from a variety of sources,
-      displaying remote system components and manipulating board and connection properties.</LI>
-      <LI><I>Management</I> means maintaining a list of remote systems which is team
-      shareable and available to other subsystems, creating groups of systems when appropriate,
-      and handling access control to targets that are shared in a team (board lab).</LI>
-      <LI><I>Connections</I> can range from TCP/IP standard protocols like FTP or telnet,
-	  secure encryption, authentication and firewall tunnelling (ssh), to serial line terminal and 
-	  vendor-specific protocols for remote agent and on-chip debugging (JTAG) solutions.
-	  We want connection schemes and protocols to be pluggable in our framework.</LI>
-	  <LI><I>Services</I> on remote systems include downloading software and data,
-      launching single or multiple configurations, starting and stopping cores,
-      resetting and querying target information.</LI>
-    </UL>
-    <P>
-    Since there are many different vendors and solutions around in the device software
-    space, the main charter of target management is to provide data models and frameworks
-    that are flexible and open enough for vendor-specific extensions. Sample implementations 
-    are provided for TCP/IP Secure Shell (ssh) connections, FTP data transfer, Telnet and
-    Windows CE connections. In addition to that, a lightweight Terminal View is also 
-    provided as a stand-alone offering.</p>
-    <p>
-    Current releases can be downloaded for evaluation
-    <a href="http://download.eclipse.org/tm/downloads/">here</a>.
-	  <div class="homeitem3col">
-		<h3>For more information, see the</h3>
-    	<ul>
-    	<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">
-      		Target Management Overview Slides</a>
-    	  	which include a diagram of the envisioned components and architecture for our project
-    	  	(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT</a>
-    	  	| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">PDF</a>).
-    	  	</li>
-		<li><a href="http://live.eclipse.org/node/229">TM Webinar</a>:
-		  goals, architecture, future plans and online demo
-		  (<a href="http://live.eclipse.org/node/229">50 minute full recording</a> |
-		  <a href="http://www.eclipse.org/projects/slides/TM_Webinar_Slides_070412.ppt">PPT slides</a>)
-		  </li> 
-    	<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">
-      		Target Management Use-Case Document</a> 
-      		to understand what scenarios we want to cover with our project.</li>
-		<li><a href="/tm/development/plan.php">
-			Target Management Project Planning</a> 
-			to understand what features and releases are coming next.</li>
-		</ul>
-	  </div>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>				
-				<li><a href="/tm/tutorial/index.php"
-					target="_self">TM Getting Started</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://live.eclipse.org/node/229">TM Webinar</a>
-				    </li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<li><a href="/tm/development/plan.php"
-					target="_self">TM Project Plan</a></li>
-			</ul>
-		</div>
-
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/bugs/index.php b/tm-new/bugs/index.php
deleted file mode 100644
index 8499bb353eb69b08e6d2dcea31cf75f4ab27d816..0000000000000000000000000000000000000000
--- a/tm-new/bugs/index.php
+++ /dev/null
@@ -1,73 +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'
-
-	#*****************************************************************************
-	#
-	# index.php
-	#
-	# Author: 		Kevin Doyle
-	# Date:			2008-01-25			
-	#
-	# Description:	Display a list of bug queries and how to open a new bug
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Target Management Bugs";
-	$pageKeywords	= "target management, remote system explorer, tm, rse, Eclipse, device, target";
-	$pageAuthor		= "Kevin Doyle";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-	<div id="maincontent">
-	<div id="midcolumn">
-		<div class="homeitem3col">
-			<h3>Found a Bug?  Have an enhancement idea?</h3>
-			<ul>
-				<li>You can submit bugs/enhancement requests though <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&version=unspecified&component=RSE">Bugzilla</a>.</li>
-				<li>See the <a href="http://wiki.eclipse.org/TM_and_RSE_FAQ#How_do_I_report_a_bug_or_request_a_feature.3F">FAQ</a> for what to include in your bug reports</li>
-			</ul>
-		</div>
-		 
-		<div class="homeitem3col">
-			<h3>Queries</h3>
-			<ul>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&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&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&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=">
-				All open bugs with severity blocker, critical, major, or normal</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&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&bug_severity=minor&bug_severity=trivial&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=">
-				All open bugs with severity minor or trivial</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&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&bug_severity=enhancement&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=">
-				All open enhancement requests</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&component=RSE&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=">
-				Remote System Explorer bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&component=Terminal&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=">
-				Terminal bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=bugday&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=">
-				BugDay Bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=helpwanted&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=">
-				Helpwanted Bugs</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Target+Management&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=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&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=">
-				All Resolved Bugs</a></li>
-			</ul>
-		</div>
-		
-	</div>
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/demos/index.php b/tm-new/demos/index.php
deleted file mode 100644
index 3b585f3f1e54128e70c45fae1372aa639a172ffc..0000000000000000000000000000000000000000
--- a/tm-new/demos/index.php
+++ /dev/null
@@ -1,64 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		David Dykstal
-	# Date:			2009-04-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Demos";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "David Dykstal";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		<p>
-		Under Construction!
-		</p>
-		<p>
-		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquam. Nunc pretium. Suspendisse potenti. Nullam et lorem. Mauris dui. Nulla nisi. Duis at erat. In consectetur. Ut vel quam. Nam tristique, dui vitae iaculis suscipit, urna risus iaculis purus, quis facilisis odio augue sed dui. Sed varius semper tortor. Nam rhoncus, nibh non convallis scelerisque, nulla quam egestas dui, vel tincidunt augue lectus eget nulla. Aenean condimentum pede vitae velit. Duis vulputate.
-		</p>
-		<p>
-		Etiam condimentum, lacus vel scelerisque ultrices, justo urna dictum arcu, sed luctus justo risus eget nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean convallis pharetra ante. Integer sit amet nisi sit amet mi hendrerit ornare. Praesent porttitor magna at ante. Ut tempor diam sit amet purus. Curabitur varius. Etiam mollis placerat quam. Maecenas ac massa in turpis vehicula sollicitudin. Mauris bibendum. Nulla metus orci, aliquet ut, tincidunt nec, euismod sit amet, urna.
-		</p>
-		<p>
-		Duis enim. Praesent lobortis, tellus id bibendum venenatis, odio enim posuere quam, sed blandit enim urna sit amet magna. Sed sed magna vel tellus aliquet eleifend. Integer rhoncus, ligula non porta volutpat, ipsum est commodo est, vitae vulputate risus libero ac nulla. Ut interdum urna et metus. Fusce ultricies ullamcorper dui. Maecenas arcu urna, molestie ut, semper sed, pharetra eget, dolor. Quisque sed mi ut tortor aliquam vestibulum. Mauris tristique. Morbi sit amet metus. Integer tempus purus rutrum massa. Nullam scelerisque ligula in risus. Duis egestas justo vel mi. In felis leo, tincidunt sed, tincidunt et, cursus in, nulla.
-		</p>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>
-			</ul>
-		</div>
-	</div>
-
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/downloads/index.php b/tm-new/downloads/index.php
deleted file mode 100755
index 6faf456ec1a0c771e7ec64a8e6a345ece8c45f6b..0000000000000000000000000000000000000000
--- a/tm-new/downloads/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'
-
-	#*****************************************************************************
-	#
-	# downloads.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: TM downloads page
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "TM Downloads";
-	$pageKeywords	= "device, remote, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-		The Target Management Downloads are now available on
-		<ul>
-		<li><a href="http://download.eclipse.org/tm/downloads/">The TM Download Site</a>
-		<li><a href="http://download.eclipse.org/tm/updates/3.0/">The TM 3.0 Update Site</a>
-		(or legacy: <a href="http://download.eclipse.org/tm/updates/2.0">TM 2.x update site</a>)
-		</ul>
-
-		<p>Older downloads have been submitted to eclipse.org via bugzilla:
-		<p/>
-		<ul>
-		<li>Bugzilla <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=65471">65471</a>:
-			Remote System Framework (RSF) 2.0.0 code and 
-			<a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=18820">presentation</a>
-			</li>
-		</ul>
-		<p/>
-		In addition to that, <a href="/tm/doc/index.php">Developer Documents</a> are available for download.
-		<p/>
-	</div>
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>				
-				<li><a href="/tm/meetingnotes/ff01_chicago/DSDPTM_Overview.ppt"
-					target="_self">TM Overview Presentation</a></li>
-				<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-				    TM 3.0 Release Review Slides</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a
-					href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<!-- <li><a href="/tm/development/index.php">Developer Resources</a></li> -->
-				<li><a href="/tm/doc/index.php">Developer Documents</a></li>
-			</ul>
-		</div>
-	</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/images/tm-logo.gif b/tm-new/images/tm-logo.gif
deleted file mode 100644
index d2f65ebbc12a9cbb4e51dfc2e611be2df9fbb591..0000000000000000000000000000000000000000
Binary files a/tm-new/images/tm-logo.gif and /dev/null differ
diff --git a/tm-new/index.php b/tm-new/index.php
deleted file mode 100644
index 74b65d676f9f6cd7f6b2e96c5cc1cee15d079d82..0000000000000000000000000000000000000000
--- a/tm-new/index.php
+++ /dev/null
@@ -1,144 +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'
-
-	#*****************************************************************************
-	#
-	# index.php
-	#
-	# Author: 		Martin Oberhuber, Kevin Doyle, David Dykstal
-	# Date:			2006-02-01
-	# Updated: 		2008-01-25
-	# Updated:      2009-01-25 dwd
-	#
-	# Description: TM main page
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Eclipse Target Management Project - Remote System Explorer";
-	$pageKeywords	= "target management, remote system explorer, tm, rse, Eclipse, device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-
-	<div id="midcolumn">
-		<h1 style="font-size:40px">Target Management</h1>
-		<br/>
-		<img src="images/tm-logo.gif" alt="tm-logo" width="412" height="297"/>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>
-				<li>
-					<a href="/dsdp/dsdp-charter.php"><b>DSDP Project Charter</b></a>
-				</li>
-				<li>
-					<a href="/tm/development/bug_process.php" target="_blank"><b>Bugs</b></a> 
-					| View <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Target+Management&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit">all open</a> issues
-					| <a target="_top" href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&version=unspecified&component=RSE">Submit new</a> bugs
-					| Request an <a target="_top" href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&version=unspecified&component=RSE&rep_platform=All&op_sys=All&priority=P3&bug_severity=enhancement&form_name=enter_bug">enhancement</a>
-				</li>
-				<li>
-					<a href="/tm/doc/TM_Use_Cases_v1.1c.pdf"><b>Use cases</b></a> and requirements for Target Management
-				</li>
-			    <li>
-			    	<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"><b>Architectural Overview</b></a>
-    	  			(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT</a>
-    	  			| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">PDF</a>).
-    	  		</li>
-			</ul>
-		</div>
-	</div>
-
-	<div id="midcolumn" style="width:740px">
-		<p>
-			The Target Management project provides data models and frameworks to configure and manage
-			remote systems, their connections, and their services. Our main offering is the Remote System
-			Explorer (RSE), which integrates any sort of heterogeneous
-			remote resources under a single, consistent UI and allows transparent working on remote computers
-			just like the local one. Other offerings include lightweight terminal support.
-		</p>
-		<p>
-			<b>Latest Release:</b>
-			<a href="http://download.eclipse.org/tm/downloads/drops/R-3.0.3-200902181300/">TM 3.0.3</a>
-			[ <a href="http://download.eclipse.org/tm/downloads/drops/R-3.0.3-200902181300/">Downloads</a> 
-			| <a href="http://download.eclipse.org/tm/updates/3.0/">Update Site</a>
-			| <a href="http://download.eclipse.org/tm/downloads/drops/R-3.0.3-200902181300/buildNotes.php">Build Notes</a>
-			| <a href="/tm/development/relnotes/3.0/tm-news-3.0.html">New &amp; Noteworthy</a>
-			]
-			<br/>
-			Compatible with TM 3.0. Runs on Eclipse 3.4 (Ganymede) and Eclipse 3.3 (Europa).
-		</p>
-		<p>
-			<b>Latest Milestone:</b> 
-			<a href="http://download.eclipse.org/tm/downloads/drops/S-3.1M6-200903192015/">TM 3.1M6</a>
-			[ <a href="http://download.eclipse.org/tm/downloads/drops/S-3.1M6-200903192015/">Downloads</a> 
-			| <a href="http://download.eclipse.org/tm/updates/3.1milestones/">Update Site</a>
-			| <a href="http://download.eclipse.org/tm/downloads/drops/S-3.1M6-200903192015/buildNotes.php">Build Notes</a>
-			]
-			<br/>
-			Part of the <a href="http://wiki.eclipse.org/Galileo">Galileo</a> release train.
-		</p>
-		<p>
-			Developer phone conferences are the first Wednesday of every month, 9am PST. See the 
-			<a href="http://wiki.eclipse.org/DSDP/TM/Meeting_Notes">Meeting Notes</a> on the Wiki for actual agenda and details.
-			We also maintain a 
-			<a href="http://www.google.com/calendar/embed?src=vn70im36r00qeusu8nme50cils@group.calendar.google.com&ctz=Canada/Toronto">Google Calendar</a>
-			for our meetings.
-		</p>
-
-		<h2 style="padding-top:20px">News</h2>
-		<ul>
-			<li>March 14, 2008</b>: <a href="http://tmober.blogspot.com/2008/03/target-communication-framework-tcf.html"> TCF </a> publicly announced</li>
-			<li>February 25, 2008: <a href="http://download.eclipse.org/tm/downloads/drops/R-2.0.3-200802251530/"> TM 2.0.3 </a> Service Release</li>
-			<li>February 18, 2008: <a href="http://download.eclipse.org/tm/downloads/drops/S-3.0M5-200802181400/"> TM 3.0M5 </a> released</li>
-			<li>January 7, 2008: <a href="http://download.eclipse.org/tm/downloads/drops/S-3.0M4-200801071150/"> TM 3.0M4 </a> released</li>
-		</ul>
-
-		<h2 style="padding-top:20px">Presentations</h2>
-		<p>
-			<a href="http://www.eclipsecon.org/2008/?page=sub/&amp;id=38" target="_blank">Remote access with the Target Management Project</a>
-			<br/>Tutorial by Martin Oberhuber (Wind River), TM project lead
-			<br/>Given at EclipseCon 2008
-			<br/>slides: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.ppt">PPT</a> 757 KB
-			| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf">PDF</a> 639 KB
-			<br/>code: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.ppt">tcf-0.2.0.zip</a> 3.7 MB
-			| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip">tmtutorial.zip</a> 465 KB
-		</p>
-		<p>
-			<a href="http://www.eclipsecon.org/2008/?page=sub/&amp;id=39" target="_blank"><b>Target Management New and Noteworthy</b></a>
-			<br/>Short Talk by Martin Oberhuber (Wind River), TM project lead
-			<br/>Given at EclipseCon 2008
-			<br/>slides: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.ppt">PPT</a> 707 KB
-			| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.pdf">PDF</a> 581 KB
-		</p>
-		<p>
-			<a href="presentations/index.php">More...</a>
-		</p>
-
-	</div>
-	
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
-
diff --git a/tm-new/presentations/index.php b/tm-new/presentations/index.php
deleted file mode 100644
index 37ee9d5cff37edf662630d7777c502f2f47f2be5..0000000000000000000000000000000000000000
--- a/tm-new/presentations/index.php
+++ /dev/null
@@ -1,87 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		David Dykstal
-	# Date:			2009-04-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Presentations";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "David Dykstal";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		<h2>March 17-20, 2008: <a href="http://www.eclipsecon.org/2008"> EclipseCon 2008</a></h2> 
-		<p>
-			<a href="http://www.eclipsecon.org/2008/?page=sub/&amp;id=38" target="_blank"> <b> Remote access with the Target Management Project</b></a>, Tutorial by Martin Oberhuber (Wind River) (slides: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.ppt"> PPT </a> 757 KB | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf"> PDF </a> 639 KB) | (code: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.ppt"> tcf-0.2.0.zip </a> 3.7 MB | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip"> tmtutorial.zip </a> 465 KB) 
-		</p>
-		<p>
-			<a href="http://www.eclipsecon.org/2008/?page=sub/&amp;id=39" target="_blank"> <b> Target Management New and Noteworthy</b></a>, Short Talk by Martin Oberhuber (Wind River), TM project lead (slides: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.ppt"> PPT </a> 707 KB | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.pdf"> PDF </a> 581 KB) 
-		</p>
-		<h2>October 9-11, 2007: Eclipse Summit Europe 2007</h2> 
-		<p>
-			<a href="http://www.eclipsecon.org/summiteurope2007/index.php?page=detail/&amp;id=21" target="_blank"> <b>The Target Management Project</b></a>, long talk by Martin Oberhuber (slides: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2007-10-10_TM_ESE2007.ppt">PPT</a> | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2007-10-10_TM_ESE2007.pdf">PDF</a>) 
-		</p>
-		<h2>April 12, 2007: Webinar</h2> 
-		<p>
-			TM goals, architecture, future plans and online demo
-			<br />
-			<a href="http://live.eclipse.org/node/229">50 minute full recording </a>
-			<br />
-			<a href="http://www.eclipse.org/projects/slides/TM_Webinar_Slides_070412.ppt"> PPT slides</a> 
-		</p>
-		<h2>October 9-11, 2007</b>: Eclipse Summit Europe 2007</h2> 
-		<p>
-			<a href="http://www.eclipsecon.org/summiteurope2007/index.php?page=detail/&amp;id=21" target="_blank"> <b> The Target Management Project</b></a>, long talk by Martin Oberhuber (slides: <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2007-10-10_TM_ESE2007.ppt"> PPT </a> | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2007-10-10_TM_ESE2007.pdf"> PDF</a>) 
-		</p>
-		<h2>March 5-8, 2007</b>: EclipseCon 2007</h2> 
-		<p>
-			<a href="http://www.eclipsecon.org/2007/index.php?page=sub/&amp;id=3651" target="_blank"> <b> TM Tutorial </b> </a> (includes <a href="http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=3651"> slides and sample code</a>)
-			<br />
-			<a href="http://www.eclipsecon.org/2007/index.php?not_accepted=0&amp;page=sub/&amp;id=3781" target="_blank"> <b> Short Talk </b> </a> (includes <a href="http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=3781"> slides</a>) <a href="http://www.eclipsecon.org/2007/index.php?page=sub/&amp;id=4135" target="_blank"> <b> Short Demo </b> </a> (includes <a href="http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=4135"> slides</a>) 
-		</p>
-		<h2>October 11, 2006: Eclipse Summit Europe - <a href="http://www.eclipsecon.org/summiteurope2006/index.php?page=detail/&amp;id=26"> Talk by Michael Scharf on RSE</a></h2> 
-		<p>
-			TM Overview slides (<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT </a> | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"> PDF</a>)
-			<br />
-			DSDP Overview slides (<a href="http://www.eclipsecon.org/summiteurope2006/presentations/ESE2006_DSDP_Project_Update.pdf">PDF</a>) 
-		</p>
-		<h2>September 27, 2006: TM passed its 1.0 Release Review.</h2> 
-		<p>
-			The Slides are an interesting read for everyone (Slides as <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_1.0_Release_Review_v3.ppt"> PPT </a> | <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_1.0_Release_Review_v3a.pdf"> PDF</a>). 
-		</p>
-	</div>
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6> 
-		</div>
-	</div>
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/team/index.php b/tm-new/team/index.php
deleted file mode 100644
index 16698837202d9cc293e09587eea8e8321ef656f7..0000000000000000000000000000000000000000
--- a/tm-new/team/index.php
+++ /dev/null
@@ -1,146 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: Contributors, Committers and Lead of Target Management Project
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "TM Project Contributors";
-	$pageKeywords	= "device, remote, target, contributor, committer, lead, author, developer";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		<div class="homeitem3col">
-		<h3>Target Management Lead</h3>
-		<li><b>Martin Oberhuber, Wind River Systems</b> (martin.oberhuber at windriver.com)<br/>
-			Martin is the overall project lead for the Target Management Project.
-			As a software developer and architect, Martin is responsible for the
-			current Target Manager component in Wind River Workbench.<br/>
-			Martin holds an MS degree in Telematics from the University
-			of Technology Graz/Austria, and has been working on source code analysis
-			and tools development since 1999.<br/>
-			<a href="http://wiki.eclipse.org/User:Moberhuber">more about Martin Oberhuber &raquo;</a>
-			</li>
-		<li><b>David Dykstal, IBM</b> (david_dykstal at us.ibm.com)<br/>
-		 	David is the Project Lead for the IBM Remote System Explorer,
-		 	and thus plays a key role in all activities around RSE.<br/>
-		 	David has worked either for or with IBM for over 28 years,
-		 	including a significant stint with Object Technology International.
-		 	Dave has worked on compilers, user interfaces, database tools, and IDE&#39;s.		
-		</div>
-
-		<div class="homeitem3col">
-		<h3>Committers (in alphabetical order)</h3>
-		<ul class="midlist">
-			<li><b>Xuan Chen</b>, IBM</li>
-			<li><b>Kevin Doyle</b>, IBM</li>
-			<li><b>David Dykstal</b>, IBM</li>
-			<li><b>David McKnight</b>, IBM</li>
-			<li><b>Javier Montalvo-Orús</b>, Symbian</li>
-			<li><b>Kushal Munir</b>, IBM</li>
-			<li><b>Martin Oberhuber</b>, Wind River</li>
-			<li><b>Michael Scharf</b>, Wind River</li>
-			<li><b>Uwe Stieber</b>, Wind River</li>
-			<li><b>Ted Williams</b>, Wind River</li>
-		</ul>
-		</div>
-
-		<div class="homeitem3col">
-		<h3>Contributors (in alphabetical order)</h3>
-		This is the list of people who have made code contributions to the 
-		TM Project on Bugzilla so far, with their code actually being 
-		merged into the TM codebase in CVS. The list is sorted alphabetically
-		by last name:
-		<ul class="midlist">
-			<li><b>Michael Berger</b>, IBM</li>
-			<li><b>Felix Burton</b>, Wind River</li>
-			<li><b>Sheldon D&acute;Souza</b>, Celunite</li>
-			<li><b>Øyvind Harboe</b>, Zylin</li>
-			<li><b>Rob Hasselbaum</b>, BEZ Systems, Inc</li>
-			<li><b>Mikhail Kalugin</b>, Xored Software</li>
-			<li><b>Yu-Fen Kuo</b>, Montavista</li>
-			<li><b>Rupen Mardirossian</b>, IBM</li>
-			<li><b>Ewa Matejska</b>, ACCESS Systems (formerly PalmSource)</li>
-			<li><b>Willian Mitsuda</b>, (private)</li>
-			<li><b>Benjamin Muskalla</b>, Innoopract</li>
-			<li><b>Tobias Schwarz</b>, Wind River</li>
-			<li><b>Remy Chi Jian Suen</b>, IBM</li>
-			<li><b>Eugene Tarassov</b>, Wind River</li>
-			<li><b>Olivier Thomann</b>, IBM</li>
-			<li><b>Lothar Werzinger</b>, Tradescape Inc.</li>
-  		</ul>
-		</div>
-
-		<div class="homeitem3col">
-		<h3>Other interested parties</h3>
-		This is the list of companies and people who have been active
-		in the TM face-to-face meetings and phone conferences so far.
-		The list is sorted alphabetically by company first, then by last name:
-		<ul class="midlist">
-			<li><b>Accelerated Technology</b>:
-			  Mark Bozeman, George Clark, Aaron Spear</li>
-			<li><b>Curtiss-Wright Controls</b>: Mark Littlefield, Darian Wong</li>
-			<li><b>Digi</b>: John Leier</li>
-			<li><b>FreeScale</b>: Kirk Beitz, John Cortell, Daymon Rogers</li>
-			<li><b>IBM Distributed Debugger</b>: Alan Boxall</li>
-			<li><b>Intel</b>: Peter Lachner</li>
-			<li><b>LANL</b>: Greg Watson</li>
-			<li><b>Montavista</b>: Joe Green, Pierre-Alexandre Masse</li>
-			<li><b>QNX</b>: David Inglis, Doug Schaefer</li>
-			<li><b>Star Bridge Systems</b>: Matthew Scarpino</li> 
-			<li><b>Symbian</b>: Victor Palau, Neil Taylor</li>
-			<li><b>TI</b>: Paul Gingrich</li> 
-			<li><b>TU Munich</b>: Tianchao Li</li> 
-			<li><b>Wind River</b>: Martin Gutschelhofer, Brian Nettleton</li>
-			<li><b>Zend Technologies</b>: Yossi Leon, Yaron Mazor</li> 
-  		</ul>
-		</div>
-	</div>
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>				
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a
-					href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<!-- <li><a href="/tm/development/index.php">Developer Resources</a></li> -->
-				<li><a href="/tm/doc/index.php">Developer Documents</a></li>
-			</ul>
-		</div>
-	</div>
-</div>
-
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/templates/new_page_template.php b/tm-new/templates/new_page_template.php
deleted file mode 100644
index 93a2c7c93884a31b529c0df241a753ef627a1b12..0000000000000000000000000000000000000000
--- a/tm-new/templates/new_page_template.php
+++ /dev/null
@@ -1,65 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		David Dykstal
-	# Date:			2009-04-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "New Page Template";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "David Dykstal";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-		<p>
-		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquam. Nunc pretium. Suspendisse potenti. Nullam et lorem. Mauris dui. Nulla nisi. Duis at erat. In consectetur. Ut vel quam. Nam tristique, dui vitae iaculis suscipit, urna risus iaculis purus, quis facilisis odio augue sed dui. Sed varius semper tortor. Nam rhoncus, nibh non convallis scelerisque, nulla quam egestas dui, vel tincidunt augue lectus eget nulla. Aenean condimentum pede vitae velit. Duis vulputate.
-		</p>
-		<p>
-		Etiam condimentum, lacus vel scelerisque ultrices, justo urna dictum arcu, sed luctus justo risus eget nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean convallis pharetra ante. Integer sit amet nisi sit amet mi hendrerit ornare. Praesent porttitor magna at ante. Ut tempor diam sit amet purus. Curabitur varius. Etiam mollis placerat quam. Maecenas ac massa in turpis vehicula sollicitudin. Mauris bibendum. Nulla metus orci, aliquet ut, tincidunt nec, euismod sit amet, urna.
-		</p>
-		<p>
-		Duis enim. Praesent lobortis, tellus id bibendum venenatis, odio enim posuere quam, sed blandit enim urna sit amet magna. Sed sed magna vel tellus aliquet eleifend. Integer rhoncus, ligula non porta volutpat, ipsum est commodo est, vitae vulputate risus libero ac nulla. Ut interdum urna et metus. Fusce ultricies ullamcorper dui. Maecenas arcu urna, molestie ut, semper sed, pharetra eget, dolor. Quisque sed mi ut tortor aliquam vestibulum. Mauris tristique. Morbi sit amet metus. Integer tempus purus rutrum massa. Nullam scelerisque ligula in risus. Duis egestas justo vel mi. In felis leo, tincidunt sed, tincidunt et, cursus in, nulla.
-		</p>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>
-				<li><a href="">fake link</a> with an explanation of said link.</li>
-				<li><a href="">fake link</a> with an explanation of said link.</li>
-				<li><a href="">fake link</a> with an explanation of said link.</li>
-				<li><a href="">fake link</a> with an explanation of said link.</li>
-			</ul>
-		</div>
-	</div>
-
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tm-new/tutorial/index.php b/tm-new/tutorial/index.php
deleted file mode 100644
index 4d2c650a53d5e2a191a69dcc109a942dec896714..0000000000000000000000000000000000000000
--- a/tm-new/tutorial/index.php
+++ /dev/null
@@ -1,149 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Getting Started with Target Management";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-	<p>The Target Management project creates data models and frameworks
-    to configure and manage remote systems, their connections, and their services.</p>
-    <p>
-	Our first deliverable is the <i>Remote System Explorer (RSE)</i>,
-	a framework and toolkit in Eclipse Workbench, that allows you to
-	connect and work with a variety of remote systems, including
-	<ul>
-	  <li><b>remote file systems</b> through SSH, FTP or dstore agents (seamless editing of
-	remote files including remote search and compare),</li>
-	  <li><b>remote shell access</b> (compiling with error navigation),</li>
-	  <li><b>remote process</b> handling through dstore agents,</li>
-	  <li>and <b>remote debugging</b> through CDT / gdb / gdbserver.</li>
-	</ul>
-	
-	<p>Besides that, we are working on <b>flexible, re-usable components</b>
-	 for Networking and Target Management that run integrated or without RSE.
-	The following are available from the TM 2.0 download pages 
-	already:
-	<ul>
-	  <li>Fast and Flexible DNS-SD / Zeroconf based <b>Service Discovery</b> (requires EMF)</li>
-	  <li>An ANSI / vt102 compatible <b>Terminal</b> widget with pluggable Serial, ssh and Telnet connectors 
-	    (requires Platform now but can be ported to RCP / J2ME)</li>
-	  <li>Apache <b>Commons Net</b> re-bundled for Eclipse to support FTP, rlogin, telnet
-	    and other standard protocols (requires J2SE-1.2 only)</li>
-	</ul> 
-	
-	<p>TM 2.0 as well as upcoming service releases and milestones are available
-    from our 
-	<a href="http://download.eclipse.org/tm/downloads/">
-	download site</a> as well as our 
-	<a href="http://download.eclipse.org/tm/updates/2.0/">
-	update site</a>. The best resource for programmers to get started
-	with the framework is the 
-	<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf">EclipseCon 2008 Tutorial</a>
-	(includes <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip">sample code</a>),
-	which is based on TM 3.0M5. Another
-	<a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html">
-	Tutorial</a> is available as part of the ISV documentation,
-	and an <a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">
-	FAQ</a> is available on the project Wiki.</p>
-	<p>
-	Our plans beyond TM 2.0 are available from the
-    Target Management <a href="/tm/development/plan.php">Project Plan
-    </a> and our <a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">
-    Use Cases Document</a>, which covers all areas of interest to us.</p>
-    
-	  <div class="homeitem3col">
-		<h3>For more information, see the</h3>
-    	<ul>
-    	<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">
-      		Target Management Overview Slides</a>
-    	  	which include a diagram of the envisioned components and architecture for our project
-    	  	(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT</a>
-    	  	| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">PDF</a>).
-    	  	</li>
-	    <li><a href="http://www.eclipsecon.org/2008/?page=sub/&id=39" target="_blank">
-	         <b>Target Management 3.0 New & Noteworthy</b></a>, EclipseCon 2008
-			(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.ppt">PPT</a> 707 KB |
-			<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.pdf">PDF</a> 581 KB)
-		<li><a href="http://live.eclipse.org/node/229">TM 2.0 Webinar</a>:
-		  goals, architecture, future plans and online demo
-		  (<a href="http://live.eclipse.org/node/229">50 minute full recording</a> |
-		  <a href="http://www.eclipse.org/projects/slides/TM_Webinar_Slides_070412.ppt">PPT slides</a>)
-		  </li> 
-    	<li><a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">
-    		TM and RSE FAQ</a></li>
-		<li>EclipseCon 2008 
-		  <a href="http://www.eclipsecon.org/2008/?page=sub/&id=38" target="_blank">
-		  <b>TM 3.0 Tutorial</b></a> (includes 
-		  <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf">slides</a> and
-		  <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip">sample code</a>)
-		</li>
-    	<li><a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html">
-    		TM Online Docs Tutorial</a></li>
-    	<li><a href="http://wiki.eclipse.org/TM_2.0_Known_Issues_and_Workarounds">
-    		TM 2.0 Known Issues and Workarounds</a></li>
-    	<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">
-      		Target Management Use-Case Document</a> 
-      		to understand what scenarios we want to cover with our project.</li>
-		<li><a href="/tm/development/plan.php">
-			Target Management Project Plan</a> 
-			to understand what features and releases are coming next.</li>
-		</ul>
-	  </div>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://live.eclipse.org/node/229">TM Webinar</a>
-				    </li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<li><a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html"
-					target="_self">TM 2.0 Tutorial</a></li>
-				<li><a href="/tm/development/plan.php"
-					target="_self">TM Project Plan</a></li>
-			</ul>
-		</div>
-
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/tutorial/index.php b/tutorial/index.php
deleted file mode 100644
index 26065da7e00c761219296280c722dca6683fe708..0000000000000000000000000000000000000000
--- a/tutorial/index.php
+++ /dev/null
@@ -1,150 +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'
-
-	#*****************************************************************************
-	#
-	# template.php
-	#
-	# Author: 		Martin Oberhuber
-	# Date:			2006-02-01
-	#
-	# Description: Type your page comments here - these are not sent to the browser
-	#
-	#
-	#****************************************************************************
-	
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Getting Started with Target Management";
-	$pageKeywords	= "device, target";
-	$pageAuthor		= "Martin Oberhuber";
-	
-	# 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 EOHTML markers!	
-	$html = <<<EOHTML
-
-<div id="maincontent">
-	<div id="midcolumn">
-		<h1>$pageTitle</h1>
-
-	<p>The Target Management project creates data models and frameworks
-    to configure and manage remote systems, their connections, and their services.</p>
-    <p>
-	Our first deliverable is the <i>Remote System Explorer (RSE)</i>,
-	a framework and toolkit in Eclipse Workbench, that allows you to
-	connect and work with a variety of remote systems, including
-	<ul>
-	  <li><b>remote file systems</b> through SSH, FTP or dstore agents (seamless editing of
-	remote files including remote search and compare),</li>
-	  <li><b>remote shell access</b> (compiling with error navigation),</li>
-	  <li><b>remote process</b> handling through dstore agents,</li>
-	  <li>and <b>remote debugging</b> through CDT / gdb / gdbserver.</li>
-	</ul>
-	
-	<p>Besides that, we are working on <b>flexible, re-usable components</b>
-	for Networking and Target Management that run integrated or without RSE.
-	The following are available from the TM 3.0 download pages 
-	already:
-	<ul>
-	  <li>An ANSI / vt102 compatible <b>Terminal</b> widget with pluggable Serial, ssh and Telnet connectors 
-	    (requires Platform now but can be ported to RCP / J2ME)</li>
-	  <li>Apache <b>Commons Net</b> re-bundled for Eclipse to support FTP, rlogin, telnet
-	    and other standard protocols (requires J2SE-1.2 only)</li>
-	</ul>
-	
-	<p>TM 3.0 as well as upcoming service releases and milestones are available
-    from our 
-	<a href="http://download.eclipse.org/tm/downloads/">
-	download site</a> as well as our 
-	<a href="http://download.eclipse.org/tm/updates/3.0/">
-	update site</a>. The best resource for programmers to get started
-	with the framework is the 
-	<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf">EclipseCon 2008 Tutorial</a>
-	(includes <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip">sample code</a>),
-	which is based on TM 3.0M5. Another
-	<a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html">
-	Tutorial</a> is available as part of the ISV documentation,
-	and an <a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">
-	FAQ</a> is available on the project Wiki.</p>
-    <p>
-	Our plans beyond TM 3.0 are available from the
-    Target Management <a href="/tm/development/plan.php">Project Plan
-    </a> and our <a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">
-    Use Cases Document</a>, which covers all areas of interest to us.</p>
-    
-	  <div class="homeitem3col">
-		<h3>For more information, see the</h3>
-    	<ul>
-    	<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">
-      		Target Management Overview Slides</a>
-    	  	which include a diagram of the envisioned components and architecture for our project
-    	  	(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.ppt">PPT</a>
-    	  	| <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf">PDF</a>).
-    	  	</li>
-	    <li><a href="http://www.eclipsecon.org/2008/?page=sub/&id=39" target="_blank">
-	         <b>Target Management 3.0 New & Noteworthy</b></a>, EclipseCon 2008
-			(<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.ppt">PPT</a> 707 KB |
-			<a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Short_ECon08.pdf">PDF</a> 581 KB)
-		<li><a href="http://live.eclipse.org/node/229">TM 2.0 Webinar</a>:
-		  goals, architecture, future plans and online demo
-		  (<a href="http://live.eclipse.org/node/229">50 minute full recording</a> |
-		  <a href="http://www.eclipse.org/projects/slides/TM_Webinar_Slides_070412.ppt">PPT slides</a>)
-		  </li> 
-    	<li><a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">
-    		TM and RSE FAQ</a></li>
-		<li>EclipseCon 2008 
-		  <a href="http://www.eclipsecon.org/2008/?page=sub/&id=38" target="_blank">
-		  <b>TM 3.0 Tutorial</b></a> (includes 
-		  <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_ECon08.pdf">slides</a> and
-		  <a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_Tutorial_Econ08_samples.zip">sample code</a>)
-		</li>
-    	<li><a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html">
-    		TM Online Docs Tutorial</a></li>
-    	<li><a href="http://wiki.eclipse.org/TM_3.0_Known_Issues_and_Workarounds">
-    		TM 3.0 Known Issues and Workarounds</a></li>
-    	<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf">
-      		Target Management Use-Case Document</a> 
-      		to understand what scenarios we want to cover with our project.</li>
-		<li><a href="/tm/development/plan.php">
-			Target Management Project Plan</a> 
-			to understand what features and releases are coming next.</li>
-		</ul>
-	  </div>
-	</div>
-
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Getting started</h6>
-			<ul>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/2006-9-29_SummitEurope_TMOverview.pdf"
-					target="_self">TM Overview Slides</a></li>
-				<li><a href="http://live.eclipse.org/node/229">TM Webinar</a>
-				    </li>
-				<li><a href="http://www.eclipse.org/project-slides/TM_3.0_Release_Review.pdf" target="_self">
-				    TM 3.0 Release Review Slides</a></li>
-				<li><a href="http://www.eclipse.org/downloads/download.php?file=/tm/presentations/TM_2.0_Release_Review.ppt" target="_self">
-				    TM 2.0 Release Review Slides</a></li>
-				<li><a href="/tm/doc/TM_Use_Cases_v1.1c.pdf"
-					target="_self">TM Use Cases Document</a></li>
-				<li><a href="http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g_start.html"
-					target="_self">TM 3.0 Tutorial</a></li>
-				<li><a href="/tm/development/plan.php"
-					target="_self">TM Project Plan</a></li>
-			</ul>
-		</div>
-
-</div>
-
-EOHTML;
-
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>