Remove extra subproject dirs
diff --git a/blueprint/.htaccess b/blueprint/.htaccess
deleted file mode 100644
index 210876c..0000000
--- a/blueprint/.htaccess
+++ /dev/null
@@ -1,2 +0,0 @@
-RewriteEngine On
-RewriteRule	  ^(.*)    http://www.eclipse.org/blueprint [R,L]
\ No newline at end of file
diff --git a/blueprint/.project b/blueprint/.project
deleted file mode 100644
index 1bf5ab3..0000000
--- a/blueprint/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>blueprint</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/blueprint/_projectCommon.php b/blueprint/_projectCommon.php
deleted file mode 100755
index f85c2f7..0000000
--- a/blueprint/_projectCommon.php
+++ /dev/null
@@ -1,61 +0,0 @@
-<?php
-
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	# Set the theme for your project's web pages.
-	# See http://eclipse.org/phoenix/
-	$theme = "Nova";
-	
-
-	# Define your project-wide Navigation here
-	# This appears on the left of the page if you define a left nav
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	
-	# If you want to override the eclipse.org navigation, uncomment below.
-	# $Nav->setLinkList(array());
-	
-	# Break the navigation into sections
-	$Nav->addNavSeparator("Gemini Blueprint Home", 	"/gemini/blueprint");
-	$Nav->addCustomNav("About This Project","/projects/project_summary.php?projectid=rt.gemini.blueprint", "_self", 3);
-	$Nav->addCustomNav("Download", "/gemini/blueprint/download", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/gemini/blueprint/documentation", "_self", 3);
-	$Nav->addCustomNav("Support", "/gemini/blueprint/support", "_self", 3);
-	$Nav->addCustomNav("Getting Involved", "/gemini/blueprint/contribute", "_self", 3);
-	$Nav->addCustomNav("History", "/gemini/blueprint/history", "_self", 3);
-	$Nav->addCustomNav("Gemini Home", 	"/gemini/blueprint");
-
-
-	# Define keywords, author and title here, or in each PHP page specifically
-	$pageKeywords	= "eclipse, osgi, blueprint, spring, ioc, dynamic, services, rfc-124";
-	$pageAuthor		= "Costin Leau";
-	$pageTitle 		= "Eclipse Gemini Blueprint - Incubation";
-
-
-	# top navigation bar
-	# To override and replace the navigation with your own, uncomment the line below.
-	# $Menu->setMenuItemList(array());
-	# $Menu->addMenuItem("Home", "/project", "_self");
-	# $Menu->addMenuItem("Download", "/project/download.php", "_self");
-	# $Menu->addMenuItem("Documentation", "/project/documentation.php", "_self");
-	# $Menu->addMenuItem("Support", "/project/support.php", "_self");
-	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
-	
-	# To define additional CSS or other pre-body headers
-	$App->AddExtraHtmlHeader('<link media="screen" rel="stylesheet" type="text/css" href="/gemini/blueprint/resources/local.css"/>');
-	
-	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
-	$App->Promotion = TRUE;
-	
-	# If you have Google Analytics code, use it here
-	$App->SetGoogleAnalyticsTrackingCode("UA-2728886-3");
-?>
\ No newline at end of file
diff --git a/blueprint/about/index.php b/blueprint/about/index.php
deleted file mode 100644
index 009d54d..0000000
--- a/blueprint/about/index.php
+++ /dev/null
@@ -1,44 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "About Gemini Blueprint";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, History, origin, origins, about";
-	$pageAuthor		= "Costin Leau";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>About Gemini Blueprint</h2>
-		<p>
-		    Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation 
-		    of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously 
-		    (and have clients automatically bind to the appropriate one), and a dynamic service model.<br/>
-			Eclipse Gemini Blueprint is the reference implementation for the <a href="http://www.osgi.org">OSGi Alliance</a> Blueprint Service (chapter 121 of the OSGi 4.2 Compendium Specification). 
-		</p>
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/blueprint/contribute/_index.html b/blueprint/contribute/_index.html
deleted file mode 100644
index 05f99b4..0000000
--- a/blueprint/contribute/_index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<div id="midcolumn">
-	<h2>Developers, want to contribute ?</h2>
-	<p>
-		<a href="http://www.eclipse.org/gemini/blueprint/download">Download</a> Gemini Blueprint and take it for a spin.
-		Read the <a href="http://www.eclipse.org/gemini/blueprint/documentation">docs</a>. Check out and build the code. Then tweet, blog, or post to the 
-		<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev"> developer mailing list</a> It's as simple as that. 
-		Maybe later you'll want to file 
-		<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;product=Gemini.Blueprint">
-		bugs</a> or send in patches to the docs and code.
-	</p>
-	
-	<p>
-		All of our source code resides in git:
-		<ul>
-			<li>
-				Web access: <a href="http://git.eclipse.org/c/gemini.blueprint/org.eclipse.gemini.blueprint.git/tree">http://git.eclipse.org/c/gemini.blueprint/org.eclipse.gemini.blueprint.git/tree</a>
-			</li>
-			<li>
-				Anonymous: git clone git://git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
-			</li>
-			<li>
-				Committers: git clone ssh://committer_id@git.eclipse.org/gitroot/gemini.blueprint/org.eclipse.gemini.blueprint.git
-			</li>
-		</ul>
-		Note that this git repository should also be mirrored in the future at github: <a href="https://github.com/eclipse/gemini.blueprint">https://github.com/eclipse/gemini.blueprint</a>.
-	</p>
-
-</div>
-
diff --git a/blueprint/contribute/index.php b/blueprint/contribute/index.php
deleted file mode 100644
index 644fbf2..0000000
--- a/blueprint/contribute/index.php
+++ /dev/null
@@ -1,30 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: 
- *   Costin Leau, VMware
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Blueprint - Contribute";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/blueprint/documentation/_index.html b/blueprint/documentation/_index.html
deleted file mode 100644
index c1b76f9..0000000
--- a/blueprint/documentation/_index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<div id="midcolumn">
-	
-	<p>
-	  <ul>
-		<li>Reference <a href="http://www.eclipse.org/gemini/blueprint/documentation/reference/1.0.1.RELEASE/html/index.html">documentation</a></li>
-		<li><a href="http://www.eclipse.org/gemini/blueprint/documentation/reference/1.0.1.RELEASE/html/faq.html">FAQ</a></li>
-      </ul>
-	</p>
-	<p>
-		The docs for <a href="http://www.springsource.org/osgi">Spring Dynamic Modules</a> 2.0 M1 release (for completeness) are available here:
-		<ul>
-			<li>Reference documentation ( <a href="http://static.springframework.org/osgi/docs/2.0.0.M1/reference/html/">HTML</a> | 
-			 <a href="http://static.springframework.org/osgi/docs/2.0.0.M1/reference/html-single/">HTML Single</a> |
-			 <a href="http://static.springframework.org/osgi/docs/2.0.0.M1/reference/pdf/spring-dm-reference.pdf">PDF</a> )</li>
-			<li><a href="http://static.springframework.org/osgi/docs/2.0.0.M1/reference/html/faq.html">FAQ</a></li>
-			<li>Known <a href="http://static.springframework.org/spring-osgi/docs/2.0.0.M1/reference/html/issues.html">Issues</a></li>
-		</ul>
-	</p>
-	
-	<p>For migrating from Spring DM to Gemini Blueprint, see this <a href="migration">guide</a>.</p>
-</div>
-
-
diff --git a/blueprint/documentation/index.php b/blueprint/documentation/index.php
deleted file mode 100644
index 2663908..0000000
--- a/blueprint/documentation/index.php
+++ /dev/null
@@ -1,30 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: 
- *   Costin Leau, VMware
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Blueprint - Documentation";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/blueprint/documentation/migration/_index.html b/blueprint/documentation/migration/_index.html
deleted file mode 100644
index 720fc09..0000000
--- a/blueprint/documentation/migration/_index.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<div id="midcolumn">
-	<h1>Migrating from Spring Dynamic Modules to Eclipse Gemini Blueprint</h1>
-	
-	
-	<p>This guide is aimed at helping developers using Spring DM in their application to migrate to Eclipse Gemini Blueprint. Note that the migration 
-	to the Eclipse Foundation is not yet complete and this document might not reflect all the changes that occurred in the process. See the 
-	support page for more info on getting accurate information.</p>
-	
-	<h3>Overview</h3>
-	<p>Gemini Blueprint was created through the migration of Spring Dynamic Modules to the Eclipse Foundation. While certain things have
-	changed in the process, mainly to reflect the new project name and hosting infrastructure, the project architecture, ideas, code base and dependencies
-	have remained intact. Use this to your advantage when encountering errors, by looking first for references to 'old' packages or classes as these are likely
-	to be the problem in the vast majority of cases.
-	</p>
-	
-	<h2>1.0.0.RC1</h2>
-	
-	<h3>Changed Package Name</h3>
-	<p>The most disruptive change for Spring DM users when transitioning to Gemini Blueprint is the renaming of the project packages: 
-	from <tt>org.springframework.osgi</tt> to <tt>org.eclipse.gemini.blueprint</tt>. If you are referring to the Spring DM classes, in any way,
-	either inside Java code or XML configuration, you need to update the package.<br/>
-	The actual class names and method signatures have <b>not</b> been changed so in most cases the changed can be accommodated through a simple "search & replace"
-	operation.<br/>
-	Note that for configuration purposes, one can shield itself from the package change by relying on the Spring DM/Eclipse Gemini Blueprint namespaces 
-	which hide the actual classes used for configuring, making the change transparent.	 
-	</p>
-	
-	<h3>Changed Exported Packages (Versions Included)</h3>
-	<p>Inherent to the package name changes, the artifact manifests have been updated as well. Besides changing the imported package names as indicated above, consumers should modify
-	the imported version to <tt>1.0.0</tt> (or <tt>1.0.0.M1</tt> for wiring only to the M1 artifact).
-	
-	<h3>Deprecated Namespace/Schema Location</h3>
-	<p>The existing Spring DM schema definition (named <tt>spring-osgi.xsd</tt> and located at <tt>http://www.springframework.org/schema/osgi</tt>) are still available and supported
-	by Eclipse Gemini Blueprint. However we recommend users to migrate to the newly added schemas at <tt>http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd</tt>
-	and <tt>http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd</tt>. Except for the schema location, the new schemas are identical to the
-	old ones and will be the target of any new improvements and further development.</p>
-	
-	<h3>Deprecated Spring-DM specific service properties</h3>
-	<p>Similar to the schema deprecation, the Spring-DM specific properties on exported services (such as <tt>org.springframework.osgi.bean.name</tt>) have been deprecated. While they are still supported
-	users are recommended to use the newly introduced Gemini Blueprint props (simply replace <tt>org.sprinframework.osgi</tt> prefix with <tt>org.eclipse.gemini.blueprint</tt>).</p>
-	
-	<h3>Removed deprecated classes</h3>
-	<p>During the move, several deprecated or unused classes have been removed. If you cannot find a class name in the new package, it's likely that it has been removed in the process. Feel free
-	to confirm this over the forums.</p>
-
-	<h3>Removed deprecated modules</h3>
-	<p>As of Gemini Blueprint M1, not all modules or projects inside Spring DM have been moved. At the moment only the <tt>io</tt>, <tt>core</tt>, <tt>extender</tt> and <tt>test</tt> modules have 
-	transitioned are provided in M1. With the up-coming release of OSGi RFC-66, the web support is being discontinued. Existing users are encouraged to look at Eclipse Gemini Web 
-	<a href="http://www.eclipse.org/gemini/blueprint/">project</a>. The plans for the Maven archetype and annotation extension are undefined for the moment and these modules are <b>NOT</b> included
-	in Gemini Blueprint project.</p>
-	
-	<h3>Changed Maven artifact groupId/artifactId and repository</h3>
-	<p>The Maven artifacts have changed as well during the transition. For the time being, the artifacts are hosted at a new repository (<tt>zodiac.springsource.com</tt>):
-	  <pre>
-  &lt;repository&gt;
-    &lt;id&gt;zodiac-repository&lt;/id&gt;
-    &lt;name&gt;Zodiac Milestone Repository&lt;/name&gt;
-    &lt;url&gt;http://zodiac.springsource.com/maven/bundles/milestone&lt;/url&gt;
-  &lt;/repository&gt;
-  	 </pre>
-    The groupId has changed from <tt>org.springframework.osgi</tt> to <tt>org.eclipse.gemini.blueprint</tt> and artifactId from <tt>spring-osgi-*</tt> to <tt>gemini-blueprint-*</tt> (e.g.
-    <tt>spring-osgi-core</tt> is now <tt>gemini-blueprint-core</tt>).		
-	</p>
-	
-	<p>The content and names of the artifacts have remained mainly unchanged.</p>
-	
-</div>
\ No newline at end of file
diff --git a/blueprint/documentation/migration/index.php b/blueprint/documentation/migration/index.php
deleted file mode 100644
index 57755aa..0000000
--- a/blueprint/documentation/migration/index.php
+++ /dev/null
@@ -1,30 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: 
- *   Costin Leau, VMware
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Blueprint - Documentation - Migrating to Gemini Blueprint";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/app-deploy.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/app-deploy.html
deleted file mode 100644
index f386f45..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/app-deploy.html
+++ /dev/null
@@ -1,293 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="bnd-app-ctx.html" title="Chapter&nbsp;7.&nbsp;Bundles and Application Contexts"><link rel="next" href="service-registry.html" title="Chapter&nbsp;9.&nbsp;The Service Registry"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="app-deploy"></a>Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications</h2></div></div></div><p>A traditional Spring application uses either a single application
-    context, or a parent context containing service layer, data layer, and
-    domain objects with a child context containing web layer components. The
-    application context may well be formed by aggregating the contents of
-    multiple configuration files.</p><p>When deploying an application to OSGi the more natural structure is
-    to package the application as a set of peer bundles (application contexts)
-    interacting via the OSGi service registry. Independent subsystems should
-    be packaged as independent bundles or sets of bundles (vertical
-    partitioning). A subsystem may be package in a single bundle, or divided
-    into several bundles partitioned by layer (horizontal partitioning). A
-    straightforward web application may for example be divided into four
-    modules (bundles): a web bundle, service layer bundle, data layer bundle,
-    and domain model bundle. Such an application would look like this:</p><div class="mediaobject" align="center"><img src="images/spring-osgi-model.png" align="middle" alt="Bundles and Application Contexts"></div><p>In this example the data layer bundle yields a data layer
-    application context that contains a number of internal components (beans).
-    Two of those beans are made publicly available outside of the application
-    context by publishing them as services in the OSGi service
-    registry.</p><p>The service layer bundle yields a service layer application context
-    that contains a number of internal components (beans). Some of those
-    components depend on data layer services, and import those services from
-    the OSGi service registry. Two of the service layer components are made
-    externally available as services in the OSGi service registry.</p><p>The web component bundle yields a web application context that
-    contains a number of internal components (beans). Some of those components
-    depend on application services, and import those services from the OSGi
-    service registry. Since the domain model bundle contributes only domain
-    model types, but does not need to create any components of its own, it has
-    no associated application context.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:headers"></a>8.1.&nbsp;Bundle Format And Manifest Headers</h2></div></div></div><p>Each application module should be packaged as an OSGi bundle. A
-      bundle is essentially a jar file with a
-      <code class="literal">META-INF/MANIFEST.MF</code> file containing a series of
-      headers recognized by the OSGi Service Platform. See the OSGi Service
-      Platform Core Specification section 3.2 for details. Some OSGi
-      implementations may support exploded jar files, but the format remains
-      the same.</p><p>The Spring extender recognizes a bundle as "Spring-powered" and
-      will create an associated application context when the bundle is started
-      and one or both of the following conditions is true:</p><div class="itemizedlist"><ul type="disc"><li><p>The bundle path contains a folder
-          <code class="literal">META-INF/spring</code> with one or more files in that
-          folder with a '.xml' extension.</p></li><li><p><code class="literal">META-INF/MANIFEST.MF</code> contains a manifest
-          header <code class="literal">Spring-Context</code>.</p></li></ul></div><p>In addition, if the optional
-      <code class="literal">SpringExtender-Version</code> header is declared in the
-      bundle manifest, then the extender will only recognize bundles where the
-      specified version constraints are satisfied by the version of the
-      extender bundle (<code class="literal">Bundle-Version</code>). The value of the
-      <code class="literal">SpringExtender-Version</code> header must follow the syntax
-      for a version range as specified in section 3.2.5 of the OSGi Service
-      Platform Core Specification.</p><p>In the absence of the <code class="literal">Spring-Context</code> header the
-      extender expects every ".xml" file in the
-      <code class="literal">META-INF/spring</code> folder to be a valid Spring
-      configuration file, and all directives (see below) take on their default
-      values.</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/admons/tip.png"></td><th align="left"><a name="app-deploy:headers:xml:tip"></a>Tip</th></tr><tr><td align="left" valign="top"><p>An application context is constructed from this set of files. A
-      suggested practice is to split the application context configuration
-      into at least two files, named by convention
-      <span class="emphasis"><em>modulename</em></span>-context.xml and
-      <span class="emphasis"><em>modulename</em></span>-osgi-context.xml. The
-      <span class="emphasis"><em>modulename</em></span>-context.xml file contains regular bean
-      definitions independent of any knowledge of OSGi. The
-      <span class="emphasis"><em>modulename</em></span>-osgi-context.xml file contains the bean
-      definitions for importing and exporting OSGi services. It may (but is
-      not required to) use the Gemini Blueprint OSGi schema as the
-      top-level namespace instead of the Spring 'beans' namespace.</p></td></tr></table></div><p>The <code class="literal">Spring-Context</code> manifest header may be used
-      to specify an alternate set of configuration files. The resource paths
-      are treated as relative resource paths and resolve to entries defined in
-      the bundle and the set of attached <a href="appendix-tips.html#appendix-tips:fragments" title="C.1.&nbsp;OSGi Fragments">fragments</a>. 
-      When the
-      <code class="literal">Spring-Context</code> header defines at least one
-      configuration file location, any files in
-      <code class="literal">META-INF/spring</code> are ignored unless directly
-      referenced from the <code class="literal">Spring-Context</code> header.</p><p>The syntax for the <code class="literal">Spring-Context</code> header value
-      is:</p><pre class="programlisting">Spring-Context-Value ::= context ( ',' context ) *
-context ::= path ( ';' path ) * (';' directive) *
-</pre><p>This syntax is consistent with the OSGi Service Platform common
-      header syntax defined in section 3.2.3 of the OSGi Service Platform Core
-      Specification.</p><p>For example, the manifest entry:</p><pre class="programlisting">Spring-Context: config/account-data-context.xml, config/account-security-context.xml
-</pre><p>will cause an application context to be instantiated using the
-      configuration found in the files
-      <code class="literal">account-data-context.xml</code> and
-      <code class="literal">account-security-context.xml</code> in the bundle jar
-      file.</p><p>A number of directives are available for use with the
-      <code class="literal">Spring-Context</code> header. These directives are:</p><div class="itemizedlist"><ul type="disc"><li><p><span class="emphasis"><em>create-asynchronously</em></span> (false|true):
-          controls whether the application context is created asynchronously
-          (the default), or synchronously.</p><p>For example:</p><pre class="programlisting">Spring-Context: *;create-asynchronously:=false 
-</pre><p>Creates an application context synchronously, using all of the
-      "*.xml" files contained in the <code class="literal">META-INF/spring</code>
-      folder.</p><pre class="programlisting">Spring-Context: config/account-data-context.xml;create-asynchrously:=false
-</pre><p>Creates an application context synchronously using the
-      <code class="literal">config/account-data-context.xml</code> configuration file.
-      Care must be taken when specifying synchronous context creation as the
-      application context will be created on the OSGi event thread, blocking
-      further event delivery until the context is fully initialized. If an
-      error occurs during the synchronous creation of the application context
-      then a <code class="literal">FrameworkEvent.ERROR</code> event is raised. The bundle will still
-      proceed to the <code class="literal">ACTIVE</code> state.</p></li><li><p><span class="emphasis"><em>wait-for-dependencies</em></span> (true|false):
-          controls whether or not application context creation should wait for
-          any mandatory service dependencies to be satisfied before proceeding
-          (the default), or proceed immediately without waiting if
-          dependencies are not satisfied upon startup.</p><p>For example:</p><pre class="programlisting">Spring-Context: config/osgi-*.xml;wait-for-dependencies:=false
-</pre><p>Creates an application context using all the files matching
-      "osgi-*.xml" in the config directory. Context creation will begin
-      immediately even if dependencies are not satisfied. This essentially
-      means that mandatory service references are treated as though they were
-      optional - clients will be injected with a service object that may not
-      be backed by an actual service in the registry initially. See 
-      <a href="service-registry.html#service-registry:refs:singular:dynamics" title="9.2.2.9.&nbsp;reference And OSGi Service Dynamics">Section&nbsp;9.2.2.9, &#8220;<code class="literal">reference</code> And OSGi Service Dynamics&#8221;</a> for more details.</p></li><li><p><span class="emphasis"><em>timeout</em></span> (300): the time to wait (in
-          seconds) for mandatory dependencies to be satisfied before giving up
-          and failing application context creation. This setting is ignored if
-          <code class="literal">wait-for-dependencies:=false</code> is specified. The
-          default is 5 minutes (300 seconds).</p><p>For example:</p><pre class="programlisting">Spring-Context: *;timeout:=60
-</pre><p>Creates an application context that waits up to 1 minute (60 seconds)
-	  for its mandatory dependencies to appear.
-	  </p></li><li><p><span class="emphasis"><em>publish-context</em></span> (true|false): controls
-          whether or not the application context object itself should be
-          published in the OSGi service registry. The default is to publish
-          the context.</p><p>For example:</p><pre class="programlisting">Spring-Context: *;publish-context:=false
-</pre><p>If there is no <code class="literal">Spring-Context</code> manifest entry, or no value is
-      specified for a given directive in that entry, then the directive takes
-      on its default value.</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:headers:blueprint"></a>8.2.&nbsp;Blueprint Manifest Configuration Comparison</h2></div></div></div><p>The table below summarizes the differences between the manifest configuration options in Eclipse Gemini Blueprint/Spring DM and Blueprint Container:</p><div class="table"><a name="sdm-vs-blueprint-config-attr"></a><p class="title"><b>Table&nbsp;8.1.&nbsp;Configuration Setting Differences</b></p><div class="table-contents"><table summary="Configuration Setting Differences" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Gemini Blueprint/Spring DM</th><th>Blueprint</th></tr></thead><tbody><tr><td>Default Configuration Location</td><td><code class="literal">META-INF/spring</code></td><td><code class="literal">OSGI-INF/blueprint</code></td></tr><tr><td>Custom Locations Header</td><td><code class="literal">Spring-Context</code></td><td><code class="literal">Bundle-Blueprint</code></td></tr><tr><td>Attribute Header</td><td><code class="literal">Spring-Context</code></td><td><code class="literal">Bundle-SymbolicName</code></td></tr><tr><td>Asynchronous Creation Attribute</td><td><code class="literal">create-asynchronously</code></td><td><code class="literal">-</code></td></tr><tr><td>Startup Mandatory Dependencies Attribute</td><td><code class="literal">wait-for-dependencies</code></td><td><code class="literal">blueprint.graceperiod</code></td></tr><tr><td>Startup Mandatory Timeout Attribute</td><td><code class="literal">timeout</code> (in s)</td><td><code class="literal">blueprint.timeout</code> (in ms)</td></tr><tr><td>Container API Service Publication Attribute</td><td><code class="literal">publish-context</code></td><td><code class="literal">-</code></td></tr></tbody></table></div></div><br class="table-break"><p>The manifests below are equivalent in terms of settings:</p><div class="programlistingco"><pre class="programlisting">Bundle-SymbolicName: org.example.account.bundle
-Spring-Context: config/account-data-context.xml, config/osgi-*.xml;    <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
- wait-for-dependencies:=true;
- timeout:=10                                                           <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>All Gemini Blueprint/Spring DM specific attributes are grouped under <code class="literal">Spring-Context</code> header.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Timeout specified in <span class="emphasis"><em>seconds</em></span>.</p></td></tr></table></div></div><div class="programlistingco"><pre class="programlisting">Bundle-SymbolicName: org.example.account.bundle;                       <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
- blueprint.graceperiod:=true;
- blueprint.timeout:=10000                                              <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-Blueprint-Bundle: config/account-data-context.xml, config/osgi-*.xml   <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Blueprint settings are spread between <code class="literal">Bundle-SymbolicName</code> and <code class="literal">Blueprint-Bundle</code>.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Timeout specified in <span class="emphasis"><em>milliseconds</em></span>.</p></td></tr></table></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:extender-configuration"></a>8.3.&nbsp;Extender Configuration Options</h2></div></div></div><p>Aside from bundle-specific configurations, Gemini Blueprint/Spring DM allows the core extender generic behaviour be configured. This is useful when
-    	embedding Spring DM inside a managed environment or when a bundles-wide functionality is desired. To allow for extensible configuration,
-    	the extender relies on OSGi <a href="appendix-tips.html#appendix-tips:fragments" title="C.1.&nbsp;OSGi Fragments">fragments</a> to override its defaults. The extender looks for all XML files 
-    	under <code class="literal">META-INF/spring/extender</code> folder in its bundle space and assembled them into an application context 
-    	(of type <code class="classname">OsgiBundleXmlApplicationContext</code>) 
-    	that is used internally as its configuration. To override a default setting of the extender, look up the appropriate bean
-    	name from the table below, define it in a suitable manner and then attach it as a <a href="appendix-tips.html#appendix-tips:fragments" title="C.1.&nbsp;OSGi Fragments">fragment</a> to the 
-    	<code class="literal">spring-osgi-extender.jar</code>, using:</p><pre class="programlisting">Fragment-Host: org.eclipse.gemini.blueprint.extender</pre><p>The following beans are currently recognized by the extender:</p><div class="table"><a name="extender-configuration-options"></a><p class="title"><b>Table&nbsp;8.2.&nbsp;Extender Configuration Options</b></p><div class="table-contents"><table summary="Extender Configuration Options" width="100%" border="1"><colgroup><col><col><col><col></colgroup><thead><tr><th>Bean Name</th><th>Type</th><th>Role</th><th>Default Behaviour/Value</th></tr></thead><tbody><tr><td><code class="literal">taskExecutor</code></td><td><code class="interfacename">TaskExecutor</code>
-                <sup>[<a name="d18e1685" href="#ftn.d18e1685">a</a>]</sup></td><td>Creates and runs the Spring application contexts associated with each bundle. The task executor is responsible for managing its own pool
-                of threads used by the application contexts</td><td><code class="classname">SimpleAsyncTaskExecutor</code> is used by default which means a new thread will be created for each application contexts. While this
-                is suitable for testing and development, we strongly recommend to use a <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://en.wikipedia.org/wiki/Thread_pool_pattern" target="_top">thread pool</a> 
-                in a production environment</td></tr><tr><td><code class="literal">shutdownTaskExecutor</code></td><td><code class="interfacename">TaskExecutor</code>
-                <sup>[<a name="d18e1707" href="#ftn.d18e1707">b</a>]</sup></td><td>Destroys managed Spring application contexts associated with each bundle. The task executor is responsible for managing its own pool
-                of threads used by the application contexts</td><td><code class="classname">TimerTaskExecutor</code> is used by default which means all application context will be destroyed in a serialized manner (which is
-                desired). Since the shutdown order normally matters, it is recommended to keep the default implementation or, for managed environments, to use a thread-pool
-                that executes only one task at a time (so that contexts are stopped in the given order).</td></tr><tr><td><code class="literal">extenderProperties</code></td><td><code class="classname">java.util.Properties</code></td><td>Defines simple properties such as the maximum time for contexts to gracefully close</td><td>See the <a href="app-deploy.html#extender-configuration-options-properties" title="Table&nbsp;8.3.&nbsp;Available extenderProperties">defaults</a> below</td></tr><tr><td><code class="literal">osgiApplicationEventMulticaster</code></td><td><code class="interfacename">ApplicationEventMulticaster</code>
-                <sup>[<a name="d18e1740" href="#ftn.d18e1740">c</a>]</sup>
-                </td><td><code class="literal"><a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/context/event/ApplicationEventMulticaster.html" target="_top">
-                ApplicationEventMultiCaster</a></code> used for propagating Gemini Blueprint/Spring DM <a href="app-deploy.html#app-deploy:extender-configuration:events" title="8.3.1.&nbsp;Listening To Extender Events">events</a>
-                to third parties. 
-                </td><td>An instance of <code class="classname"><a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/context/event/SimpleApplicationEventMulticaster.html" target="_top">
-                SimpleApplicationEventMulticaster</a></code> is used.
-                See <code class="classname">AbstractApplicationContext</code> 
-                <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/context/support/AbstractApplicationContext.html" target="_top">javadoc</a> 
-                for more information regarding available beans in an application context.</td></tr><tr><td><a name="extender-configuration-options:acc"></a><code class="literal">applicationContextCreator</code></td><td><code class="interfacename">OsgiApplicationContextCreator</code>
-                <sup>[<a name="extender-configuration-options:extender.pkg" href="#ftn.extender-configuration-options:extender.pkg">d</a>]</sup>
-                </td><td>Allows customization of the application context created by the extender. This includes changing the application context class type or additional
-                processing (see <a href="app-deploy.html#extender-configuration-options:obfpp">below</a>).</td><td>The Extender default behaviour applies.</td></tr><tr><td><a name="extender-configuration-options:obfpp"></a><span class="emphasis"><em>(irrelevant)</em></span></td><td><code class="interfacename">OsgiBeanFactoryPostProcessor</code>
-                <sup>[<a href="#ftn.extender-configuration-options:extender.pkg">d</a>]</sup>
-                </td><td>Similar to Spring's <code class="interfacename">BeanFactoryPostProcessor</code> interface, beans of type
-                <code class="interfacename">OsgiBeanFactoryPostProcessor</code> are automatically detected and applied to all contexts created by the
-                extender (whether <a href="app-deploy.html#extender-configuration-options:acc">user-defined</a> or not). This type of post processor
-                is useful as it allows customization of the bean factory such as adding/removing/changing existing bean definitions or adding new bean
-                instances.</td><td>The Extender default behaviour applies.</td></tr><tr><td><a name="extender-configuration-options:contextListener"></a><code class="literal">osgiApplicationContextListener</code></td><td><code class="interfacename">OsgiBundleApplicationContextListener</code>
-                <sup>[<a name="extender-configuration-options:event.pkg" href="#ftn.extender-configuration-options:event.pkg">e</a>]</sup>
-                </td><td>Application context event listener registered automatically by the extender.</td><td>Default implementation provides logging of the managed application contexts lifecycle.</td></tr></tbody><tbody class="footnotes"><tr><td colspan="4"><div class="footnote"><code class="literal"><sup>[<a name="ftn.d18e1685" href="#d18e1685">a</a>] </sup>org.springframework.core.task</code></div><div class="footnote"><code class="literal"><sup>[<a name="ftn.d18e1707" href="#d18e1707">b</a>] </sup>org.springframework.core.task</code></div><div class="footnote"><code class="literal"><sup>[<a name="ftn.d18e1740" href="#d18e1740">c</a>] </sup>org.springframework.context.event</code></div><div class="footnote"><code class="literal"><sup>[<a name="ftn.extender-configuration-options:extender.pkg" href="#extender-configuration-options:extender.pkg">d</a>] </sup>org.eclipse.gemini.blueprint.extender package</code></div><div class="footnote"><code class="literal"><sup>[<a name="ftn.extender-configuration-options:event.pkg" href="#extender-configuration-options:event.pkg">e</a>] </sup>org.eclipse.gemini.blueprint.context.event package</code></div></td></tr></tbody></table></div></div><br class="table-break"><p>From the <code class="literal">extenderProperties</code> bean, the following properties are recognized:</p><p>In addition, in Eclipse Gemini Blueprint a new system property has been introduced to control whether bundles providing namespace extensions should be considered in RESOLVED (default) 
-		or STARTED state. The former allows namespaces to be picked up as soon as a bundle installed into the OSGi framework has its dependencies resolved - the advantage is that the namespaces become
-		available as soon as possible but on the downside, one needs to remove the source bundle in order to remove the namespace.
-		The latter forces namespaces to be considered only when the source bundles are actually started - to remove a namespace simply stop the owning bundle. However the order in which the bundles 
-		are started influences the available namespace - the bundles providing the namespaces need to start before the bundles that require them - depending on the app such a dependency graph can create
-		some subtle problems (at runtime).
-		
-		Thus, if the system property <code class="literal">org.eclipse.gemini.blueprint.ns.bundles.started</code> is defined and set to <code class="literal">true</code> then only namespace bundles <span class="emphasis"><em>started</em></span>
-		will be considered, if not the ones <span class="emphasis"><em>resolved</em></span> will be used.
-		</p><div class="table"><a name="extender-configuration-options-properties"></a><p class="title"><b>Table&nbsp;8.3.&nbsp;Available <code class="literal">extenderProperties</code></b></p><div class="table-contents"><table summary="Available extenderProperties" width="100%" border="1"><colgroup><col><col><col><col></colgroup><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default Value</th></tr></thead><tbody><tr><td><code class="literal">shutdown.wait.time</code></td><td><code class="classname">java.lang.Long</code></td><td>The amount of time the extender will wait for each application context to shutdown gracefully. Expressed in milliseconds.</td><td>10000 ms (10 s)</td></tr><tr><td><code class="literal">dependencies.wait.time</code></td><td><code class="classname">java.lang.Long</code></td><td>The amount of time the newly created application contexts will wait for their mandatory service dependencies during startup. Expressed
-                in milliseconds. This settings is used only if the context owning bundle manifest does <span class="emphasis"><em>not</em></span> define a value. </td><td>300000 ms (300 s or 5 min)</td></tr></tbody></table></div></div><br class="table-break"><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">Since an application context is used, the full power of the Spring IoC container can be used for creating the extender configuration beans.</td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="app-deploy:extender-configuration:events"></a>8.3.1.&nbsp;Listening To Extender Events</h3></div></div></div><p>There are cases when the failure or succesful startup of an application context needs to be acknowledged for logging purposes (for example).
-    		For these cases, Gemini Blueprint/Spring DM offers a dedicated package <code class="literal">org.eclipse.gemini.blueprint.context.event</code> which defines the events that
-    		OSGi application contexts can send during their lifecycle. At the moment, the following events are available:</p><div class="table"><a name="app-deploy:extender-configuration:events-table"></a><p class="title"><b>Table&nbsp;8.4.&nbsp;Gemini Blueprint/Spring DM build-in events</b></p><div class="table-contents"><table summary="Gemini Blueprint/Spring DM build-in events" width="100%" border="1"><colgroup><col><col></colgroup><thead><tr><th>Event</th><th>Explanation</th></tr></thead><tbody><tr><td><code class="classname">OsgiBundleContextRefreshedEvent</code></td><td>Published when an OSGi application context has been succesfully initialized or refreshed (e.g. using the 
-	                <code class="methodname">refresh()</code>  method on the <code class="interfacename">ConfigurableApplicationContext</code> interface).
-	                There are no guarantees on how many times this event might be received during the lifecycle of an application context - this is
-	                left up to the used implementation.</td></tr><tr><td><code class="classname">OsgiBundleContextFailedEvent</code></td><td>Published when an OSGi application context is closed due to a failure. This event can appear any time during the lifecycle
-	                of an application context - before, during or after refresh. Usually the cause indicates an error in the configuration - syntax typo,
-	                incorrect wiring, missing bean and so forth.</td></tr><tr><td><code class="classname">OsgiBundleContextClosedEvent</code></td><td>Published when an OSGi application context is closed after a successful refresh (normally issued a Spring bundle is being stopped).
-	                </td></tr></tbody></table></div></div><br class="table-break"><p>Parties interested in receiving these events should implement <code class="interfacename">OsgiBundleApplicationContextListener</code> and
-    		then publish it as an OSGi service. The Gemini Blueprint/Spring DM extender will automatically detect the listener and will send the events to it. By taking advantage
-    		of the OSGi service registry, the extender decouples the received from the event publisher and moreover, makes the registration/unregistration process
-    		easier. For example, there is nothing special a client should do to unregister the listener - simply stopping the bundle will automatically 
-    		unregister all its published services (including the listener), an event which will detected by the extender which will remove the listener.
-    		Of course, it is also possible for the client to unregister the listener manually during a bundle lifecycle.
-			    		
-    		</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">The Gemini Blueprint/Spring DM events semantics are slightly different then
-    		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#context-functionality-events" target="_top">Spring's</a>. The OSGi events are
-    		not sent to beans inside the <span class="emphasis"><em>causing</em></span> application context but to other parties (possible beans in other application contexts)
-    		interested in monitoring its behaviour.</td></tr></table></div><p>
-    		</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:required-libraries"></a>8.4.&nbsp;Required Spring Framework And Gemini Blueprint
-      Bundles</h2></div></div></div><p>The Gemini Blueprint project provides a number of bundle
-      artifacts that must be installed in your OSGi platform in order for the
-      Spring extender to function correctly:</p><div class="itemizedlist"><ul type="disc"><li><p>The extender bundle itself,
-          <code class="literal">org.eclipse.gemini.blueprint.extender</code></p></li><li><p>The core implementation bundle for the Gemini Blueprint
-          support, <code class="literal">org.eclipse.gemini.blueprint.core</code></p></li><li><p>The Gemini Blueprint I/O support library bundle,
-          <code class="literal">org.eclipse.gemini.blueprint.io</code></p></li></ul></div><p>In addition, the Spring Framework provides a number of bundles that
-      are required to be installed as dependencies. As of release 2.5 of the 
-      Spring Framework, the Spring jars included in the Spring distribution are valid OSGi
-      bundles and can be installed directly into an OSGi platform. The minimum
-      required set of bundles is:</p><div class="itemizedlist"><ul type="disc"><li><p>org.springframework.aop.jar (bundle symbolic name
-          <code class="literal">org.springframework.aop</code>)</p></li><li><p>org.springframework.asm.jar (bundle symbolic name
-          <code class="literal">org.springframework.asm</code>)</p></li><li><p>org.springframework.beans.jar (bundle symbolic name
-          <code class="literal">org.springframework.beans</code>)</p></li><li><p>org.springframework.core.jar (bundle symbolic name
-          <code class="literal">org.springframework.core</code>)</p></li><li><p>org.springframework.context.jar (bundle symbolic name
-          <code class="literal">org.springframework.context</code>)</p></li><li><p>org.springframework.expression.jar (bundle symbolic name
-          <code class="literal">org.springframework.expression</code>)</p></li></ul></div><p>In additional the following supporting library bundles are
-      required. OSGi-ready versions of these libraries are shipped with the
-      Gemini Blueprint distribution.</p><div class="itemizedlist"><ul type="disc"><li><p>aopalliance</p></li><li><p>cglib-nodep (when proxying classes rather then
-          interfaces, needed in most cases)</p></li><li><p>commons-logging API (<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.slf4j.org/" target="_top">SLF4J</a> version <span class="emphasis"><em>highly</em></span> recommended:</p><div class="itemizedlist"><ul type="circle"><li><p>SLF4J API (com.springsource.sfl4j.api.jar)</p></li><li><p>SLF4J Implementation Bridge (such as Log4j - com.springsource.sfl4j.log4j.jar)</p></li><li><p>SLF4J commons logging adapter (com.springsource.sfl4j.org.apache.commons.logging.jar)</p></li></ul></div></li><li><p>logging implementation suitable for commons-logging (such as log4j)</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:spring-namespaces"></a>8.5.&nbsp;Spring XML Authoring Support</h2></div></div></div><p>Spring 2.0 introduced (among other things) <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/xsd-config.html" target="_top">
-    	easier</a> XML configuration and <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/extensible-xml.html" target="_top">
-    	extensible</a> XML authoring. The latter gives the ability of creating custom schemas that are discovered automatically (in non-OSGi environment)
-    	by the Spring XML infrastructure by including them in the classpath. Gemini Blueprint/Spring DM is aware of this process and supports it in OSGi environments so
-    	that custom schemas are available to bundles that use them without any extra code or manifest declaration.</p><p>All bundles deployed in the OSGi space (whether they are <code class="literal">Spring-powered</code> or not) are scanned by Gemini Blueprint/Spring DM for 
-    	custom Spring namespace declaration (by checking the bundle space for<code class="literal">META-INF/spring.handlers</code> and 
-    	<code class="literal">META-INF/spring.schemas</code>). If these are found, Gemini Blueprint/Spring DM will make the schemas and the namespaces available through an OSGi
-    	service that will be automatically used by Spring-powered bundles. This mean that if you deploy a bundle that uses a custom schema, all you have to do
-    	is deploy the library that provides the namespace parser and the schema.
-    	Bundles that embedded inside their classpath libraries that provide custom schemas will use these over those available in the OSGi space. However,
-    	the namespaces of the embedded libraries will not shared with other bundles, that is, they will not be seen by any other bundle.</p><p>
-    	In short, when using Gemini Blueprint/Spring DM, custom Spring namespaces are supported transparently without any additional work. Embedded namespace providers will
-    	have priority but will not be shared, as opposed to providers deployed as bundles which will be seen (and used) by others.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:imports-exports"></a>8.6.&nbsp;Importing and Exporting Packages</h2></div></div></div><p>Refer to the OSGi Service Platform for details of the
-      <code class="literal">Import-Package</code> and <code class="literal">Export-Package</code>
-      manifest headers. Your bundle will need an
-      <code class="literal">Import-Package</code> entry for every external package that
-      the bundle depends on. If your bundle provides types that other bundles
-      need access to, you will need <code class="literal">Export-Package</code> entries
-      for every package that should be available from outside of the
-      bundle.</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="images/admons/important.png"></td><th align="left">Important</th></tr><tr><td align="left" valign="top">Both <code class="literal">Export</code> and <code class="literal">Import-Package</code> have a crucial role in defining a bundle class space. If used incorrectly,
-      the bundle might not be able to load certain classes or resources, load incorrect versions or even load multiple versions at the same time which usually 
-      result in <code class="literal">ClassCastException</code>, <code class="literal">NoClassDefFoundError</code> or <code class="literal">LinkageError</code>. We strongly
-      recommend that you get familiar with the basics and, at least for starters, use tools 
-      (such as <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.org/bundlor" target="_top">Bundlor</a> or <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.aqute.biz/Code/Bnd" target="_top">BND</a>) for creating proper 
-      OSGi manifests.</td></tr></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:ext-libs"></a>8.7.&nbsp;Considerations When Using External Libraries</h2></div></div></div><div class="sidebar"><p class="title"><b>What is the context class loader?</b></p><p>
-      	The thread context class loader was introduced in J2SE without much fanfare.
-      	Below is a short definition for it, quoted from <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/products/jndi/tutorial/beyond/misc/classloader.html" target="_top">one
-      	</a> of the tutorials available on <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/" target="_top">Java</a> site:
-      	</p><p>
-      	The Java 2 platform also introduced the notion of <span class="emphasis"><em>context class loader</em></span>. A thread's context class loader is, by default, 
-      	set to the context class loader of the thread's parent. The hierarchy of threads is rooted at the primordial thread (the one that runs the program). 
-      	The context class loader of the primordial thread is set to the class loader that loaded the application. So unless you explicitly change 
-      	the thread's context class loader, its context class loader will be the application's class loader. That is, the context class loader can 
-      	load the classes that the application can load. This loader is used by the Java runtime such as the RMI (Java Remote Method Invocation) to 
-      	load classes and resources on behalf of the user application. The context class loader, like any Java 2 platform class loader, has a parent 
-      	class loader and supports the same delegation model for class loading described previously.
-      	</p></div><p>Many enterprise application libraries assume that all of the types
-      and resources that comprise the application are accessible through the
-      context class loader. While most developers do not use the context class 
-      loader, the loader is used heavily by application servers, containers or 
-      applications that are multi-threaded.</p><p>		      
-      In OSGi R4, the set of types and resources
-      available through the context class loader is undefined. 
-      This means that the OSGi platform does not make a guarantee of the thread context 
-      class loader value or in other words, it does not manage it.
-      </p><p>
-      Thus code (for example libraries) that performs manual class loading or that generates 
-      new classes dynamically can cause problems when executed inside an OSGi environment.
-      </p><p>Gemini Blueprint guarantees that during the creation of an
-      application context on behalf of a given bundle, all of the types and
-      resources on the bundle's classpath are accessible via the context class
-      loader. Gemini Blueprint also allows you to control what is
-      accessible through the context class loader when invoking external
-      services and when servicing requests on exported services. See <a href="service-registry.html" title="Chapter&nbsp;9.&nbsp;The Service Registry">Chapter&nbsp;9, <i xmlns:xlink="http://www.w3.org/1999/xlink">The Service Registry</i></a>
-      for details on this.</p><p>Work is underway in the OSGi R5 timeframe to provide standardized
-      support for dealing with generated classes and implicit class path
-      dependencies introduced by third-party libraries. In the interim you may
-      need to rely on workarounds such as the
-      <code class="literal">DynamicImport-Package</code> manifest header, or the
-      facilities provided by specific OSGi implementations such as Equinox's
-      buddy mechanism. The Gemini Blueprint documentation contains more
-      details on known issues with common enterprise libraries and the
-      workarounds.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="app-deploy:troubleshooting"></a>8.8.&nbsp;Diagnosing Problems</h2></div></div></div><p>Your chosen OSGi platform implementation should be able to provide
-      you with a good deal of information about the current status of the OSGi
-      environment. For example, starting Equinox with the
-      <code class="literal">-console</code> argument provides a command-line console
-      through which you can determine which bundles are installed and their
-      states, the packages and services exported by bundles, find out why a
-      bundle has failed to resolve, and drive bundles through the
-      lifecycle. All the OSGi platform tested, provide their own logging, which
-      can be enabled and customized through dedicated settings. For more information,
-      please refer to OSGi platforms documentation.</p><p>In addition, Spring itself and the Gemini Blueprint bundles
-      contain extensive logging instrumentation that can help you diagnose
-      problems. The recommended approach is to deploy the Simple Logging
-      Facade for Java (<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.slf4j.org/" target="_top">slf4j</a>)
-      slf4j-api.jar and slf4j-log4j13.jar bundles (the jar files distributed
-      by the project are valid OSGi bundles). Then you simply need to create a
-      <code class="literal">log4j.properties</code> file in the root of your bundle
-      classpath.</p><p>Managed, OSGi-aware runtime environments such as 
-      <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.com/products/dmserver" target="_top">dmServer</a>
-      provide additional logging and insight not just for the bundle at hand, but also
-      regarding the application context and the VM among other things.</p><p>Note that Gemini Blueprint uses commons-logging API internally
-      which means that its logging implementation is fully pluggable. Please see
-      the FAQ and Resources pages for more information on other logging libraries
-      besides log4j.
-      </p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bnd-app-ctx.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="service-registry.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;7.&nbsp;Bundles and Application Contexts&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;9.&nbsp;The Service Registry</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-ack.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-ack.html
deleted file mode 100644
index e2e2b01..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-ack.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;G.&nbsp;Acknowledgments</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendix-schema.html" title="Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-ack"></a>Appendix&nbsp;G.&nbsp;Acknowledgments</h2></div></div></div><p>Gemini Blueprint would like to thank (in alphabetical order) to :
-    Bill Gallagher, Olivier Gruber, Richard S. Hall, BJ Hargrave, Peter Kriens,
-    Martin Lippert, Jeff McAffer, Glyn Normington, Gerd Wuetherich 
-    for their contributions in the development of this documentation.</p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendix-schema.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-osgi-repo.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-osgi-repo.html
deleted file mode 100644
index ffcad95..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-osgi-repo.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendix-roadmap.html" title="Appendix&nbsp;D.&nbsp;Roadmap"><link rel="next" href="appendix-schema.html" title="Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-osgi-repo"></a>Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository</h2></div></div></div><p>At the moment, most libraries are not released as OSGi bundles which means they cannot be used inside the OSGi space unless they
-    are embedded in other bundles. Though there are <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.aqute.biz/Code/Bnd" target="_top">tools</a> that make the bundling 
-    process easy, it is desirable to have the artifacts prepacked so they can be used immediately for development.</p><p>SpringSource <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.com/repository/" target="_top">Enterprise Bundle Repository</a> (or SpringSource Repository) addresses this problem by 
-    providing 
-    &#8220;<span class="quote">a collection of open source libraries commonly used for developing enterprise Java applications with the Spring Framework</span>&#8221; (taken
-    from the Repository <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.com/repository/app/faq" target="_top">FAQ</a>). With the availability of the Bundle Repository,
-    the Gemini Blueprint old repository (see below) has been deprecated and it is being used until migrating completely to SpringSource Repository. It is highly recommended
-    that users migrate as well to SpringSource Repository as it provides significantly more libraries and it is intended to be a user-facing infrastructure component. 
-    </p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="appendix-osgi-repo:old-repo"></a>E.1.&nbsp;Gemini Blueprint Temporary OSGi Repository</h2></div></div></div><p>Unfortunately, not all Gemini Blueprint dependencies are available in SpringSource Repository and thus Gemini Blueprint still needs to maintain some of its own 
-    	dedicated Maven <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://maven.apache.org/guides/introduction/introduction-to-repositories.html" target="_top">repository</a> available
-	    at <code class="literal">http://maven.springframework.org/osgi</code>.
-	    
-	    </p><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="images/admons/warning.png"></td><th align="left">Warning</th></tr><tr><td align="left" valign="top">The repository is <span class="emphasis"><em>provided as-is</em></span> without any kind of support. The repository structure/content
-	    can (and will) change until it becomes stable. Before using Gemini Blueprint repository make sure the needed artifact are not available
-	    in SpringSource Repository. These being said, we hope you find it useful and we'd like to <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://jira.springframework.org/browse/OSGI" target="_top">know</a> 
-	    if there are improvement that can be made to it.</td></tr></table></div><p> 
-	    </p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="appendix-osgi-repo:conventions"></a>E.1.1.&nbsp;Repository Conventions</h3></div></div></div><p>Currently, all the artifacts published in the repository are marked as <code class="literal">SNAPSHOT</code>s meaning that, in time, their
-		content can change. This allows clients to download possible manifest updates made to the libraries. We foresee that, as the library usage
-		increases, several popular items will have the <code class="literal">SNAPSHOT</code> marker remove.
-		Additionally, to differentiate the <span class="emphasis"><em>OSGi</em></span>-enabled artifacts from the original ones, all libraries are placed under
-		<code class="literal">org.eclipse.gemini.blueprint</code> group and their names contains a <code class="literal">.osgi</code> suffix.</p><p>So for example, an OSGi version of <code class="literal">mx4j-3.0.2</code> jar is available in the Gemini Blueprint OSGi repository under at:
-		<code class="literal">org.eclipse.gemini.blueprint/mx4j.osgi/3.0.2-SNAPSHOT/mx4j.osgi-3.0.2-SNAPSHOT.jar</code></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="appendix-osgi-repo:browsing"></a>E.1.2.&nbsp;Browsing The Repository Content</h3></div></div></div><p>The repository is currently hosted at Amazon <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://aws.amazon.com/s3" target="_top">S3</a>. To browse the repository structure,
-		use a S3 compatible browser (such as <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://s3browse.com/explore/maven.springframework.org/osgi/org.eclipse.gemini.blueprint/" target="_top">this</a> one)
-		since a vanilla web browse will not be suitable. 
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="appendix-osgi-repo:maven"></a>E.1.3.&nbsp;Using The Repository With Maven</h3></div></div></div><p>The use the repository, simply add it ot the <code class="literal">repositories</code> group; since the repository 
-		contains <code class="literal">SNAPSHOT</code> artifacts, make sure to mark it accordingly:</p><pre class="programlisting">&lt;<span class="hl-tag">repositories</span>&gt;
-  &lt;<span class="hl-tag">repository</span>&gt;
-    &lt;<span class="hl-tag">id</span>&gt;spring-osgified-artifacts&lt;<span class="hl-tag">/id</span>&gt;
-    &lt;<span class="hl-tag">snapshots</span>&gt;
-      &lt;<span class="hl-tag">enabled</span>&gt;true&lt;<span class="hl-tag">/enabled</span>&gt;
-    &lt;<span class="hl-tag">/snapshots</span>&gt;
-    &lt;<span class="hl-tag">name</span>&gt;Springframework Maven OSGified Artifacts Repository&lt;<span class="hl-tag">/name</span>&gt;
-    &lt;<span class="hl-tag">url</span>&gt;http://maven.springframework.org/osgi&lt;<span class="hl-tag">/url</span>&gt;
-  &lt;<span class="hl-tag">/repository</span>&gt;
-&lt;<span class="hl-tag">/repositories</span>&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="appendix-osgi-repo:ant"></a>E.1.4.&nbsp;Using The Repository With Ant/Ivy</h3></div></div></div><p>When using <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://ant.apache.org/" target="_top">Ant</a> consider using the excellent <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://ant.apache.org/ivy/" target="_top">Ivy</a>
-		subproject for retrieving the OSGi dependencies from the Gemini Blueprint repository as Ivy can work with a Maven-style repository. Please see the 
-		Ivy <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://ant.apache.org/ivy/history/latest-milestone/tutorial/start.html" target="_top">tutorial</a> for more information.</p></div></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendix-roadmap.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-schema.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;D.&nbsp;Roadmap&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-pde-integration.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-pde-integration.html
deleted file mode 100644
index c3d03a9..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-pde-integration.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendix-security.html" title="Appendix&nbsp;A.&nbsp;Security Integration"><link rel="next" href="appendix-tips.html" title="Appendix&nbsp;C.&nbsp;Useful OSGi tips"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-pde-integration"></a>Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration</h2></div></div></div><p>Eclipse <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/pde/" target="_top">PDE</a> &#8220;<span class="quote">provides comprehensive OSGi tooling, which makes it 
-    an ideal environment for component programming, not just Eclipse plug-in development</span>&#8221;.
-    In fact, Eclipse IDE is built on top of OSGi and uses at its core the Equinox OSGi implementation. Moreover, all the Eclipse 
-    plug-ins are OSGi bundles. This makes Eclipse with PDE a very attractive tool for creating OSGi bundles.
-    While Gemini Blueprint artifacts can be integrated as <span class="emphasis"><em>normal</em></span> libraries, through 
-    <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springide.org" target="_top">Spring IDE</a>, Gemini Blueprint can be installed as a 
-    <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/preference_pages/target_platform.htm" target="_top">
-    target platform</a> ready to be used with PDE.
-   </p><div class="procedure"><p>The following steps illustrate how to install Spring IDE extension for OSGi and how to use it in your project. Please see 
-     <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://springide.org/project/wiki/SpringideInstall" target="_top">Spring IDE installation page</a> for information on its requirement
-     and install process.</p><ol type="1"><li><p class="title"><b>Set Up Nightly Update Site</b></p><p>At the moment, the OSGi extension is available only on Spring-IDE nightly builds update site. Add it to the Eclipse configuration by
-   	 	opening the software update menu:
-   	 	</p><p>
-		  </p><div class="mediaobject" align="left"><img src="images/pde/find-install.png" align="left"></div><p>
-          
-		  </p><div class="mediaobject" align="central"><img src="images/pde/springide-site.png" align="central"></div><p>        
-          
-        </p><p>and create a new update site pointing to <code class="literal">http://www.springide.org/updatesite_nightly</code></p></li><li><p class="title"><b>Select Spring IDE OSGi extension</b></p><p>After using the nightly update site and performing the update, Eclipse will show the search results. Unfold the <span class="emphasis"><em>Extension</em></span> menu and select <code class="literal">Spring IDE OSGi Extension</code>:</p><p>
-		  </p><div class="mediaobject" align="center"><img src="images/pde/spring-osgi-plugin.png" align="middle" alt="Select Spring IDE OSGI extension"></div><p>        
-        </p><p>and proceed with the instalation.</p></li><li><p class="title"><b>Select Gemini Blueprint Target Platform</b></p><p>Once the plug-in has been installed, Gemini Blueprint can be selected as a PDE target platform. Select Window/Preferences/Plug-in Development and then
-   	 	Target Platform.</p><p>
-		  </p><div class="mediaobject" align="center"><img src="images/pde/target-select.png" align="middle" alt="Select Gemini Blueprint target platform"></div><p>
-        </p><p>Select the Gemini Blueprint version that you desire from the Pre-defined Target (1) drop box and press Load Target (2). Eclipse will load the target and all bundles defined
-        by it - this includes Gemini Blueprint bundles and all of its dependencies (SLF4J is used for logging). The configuration can be customised appropriately by removing
-        and adding bundles.</p><p>In its current form, the plug-in offers two predefined targets - one for the stable released versions and one for the SNAPSHOT/nightly Gemini Blueprint jars. The latter
-        does not contain any jars as it is expected for the user to download them manually. Simply locate the path where the plug-ins should be located (3), enter that folder 
-        and do a </p><pre class="programlisting">mvn install</pre><p>The latest Gemini Blueprint SNAPSHOT will be downloaded along with all of its dependencies.
-        Simply click on the reload button (4) and Eclipse will pick up the bundles. </p></li><li><p class="title"><b>Select PDE Perspective</b></p><p>Once the installation is completed just select the PDE perspective:</p><p>
-		  <span class="inlinemediaobject"><img src="images/pde/select-pde-1.png" align="left"></span>
-		  <span class="inlinemediaobject"><img src="images/pde/select-pde-2.png" align="central"></span>
-          
-        </p><p>and the Gemini Blueprint and its dependencies should be available in the plug-ins view:</p><p>
-		  <span class="inlinemediaobject"><img src="images/pde/select-plugins-view.png" align="left"></span>
-
-		  <span class="inlinemediaobject"><img src="images/pde/show-plugins.png" align="central"></span>          
-        </p></li></ol></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendix-security.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-tips.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;A.&nbsp;Security Integration&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;C.&nbsp;Useful OSGi tips</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-roadmap.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-roadmap.html
deleted file mode 100644
index bc54dd9..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-roadmap.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;D.&nbsp;Roadmap</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendix-tips.html" title="Appendix&nbsp;C.&nbsp;Useful OSGi tips"><link rel="next" href="appendix-osgi-repo.html" title="Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-roadmap"></a>Appendix&nbsp;D.&nbsp;Roadmap</h2></div></div></div><p>
-		This appendix documents features on the Gemini Blueprint
-		roadmap. The design of these features specified here is subject
-		to change. As a most up to date source, please see
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=Gemini.Blueprint" target="_top">
-			our
-		</a>
-		issue tracker.
-	</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d18e6580"></a>D.1.&nbsp;Start Level Integration</h2></div></div></div><p>A future release of Gemini Blueprint may offer the following
-      additional guarantee with respect to application context creation and
-      start levels:</p><p>Application context creation happens asynchronously. However, the
-      extender bundle does guarantee that the creation of all application
-      contexts for bundles at start level <code class="literal">n</code> will be
-      complete before the creation of any application context at start level
-      <code class="literal">m</code>, where <code class="literal">m &gt; n</code>. Care must
-      therefore be taken not to introduce any mandatory dependencies on
-      services exported by bundles with higher start levels or a deadlock will
-      be introduced.</p><p>In a similar vein, when shutting down the extender bundle,
-      application contexts at start level <code class="literal">m</code> will be shut
-      down before application contexts at start level <code class="literal">n</code>,
-      where <code class="literal">m &gt; n</code>.</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendix-tips.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-osgi-repo.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;C.&nbsp;Useful OSGi tips&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-schema.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-schema.html
deleted file mode 100644
index 13bc0b5..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-schema.html
+++ /dev/null
@@ -1,922 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendix-osgi-repo.html" title="Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository"><link rel="next" href="appendix-ack.html" title="Appendix&nbsp;G.&nbsp;Acknowledgments"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-schema"></a>Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema</h2></div></div></div><p>Gemini Blueprint Core Schema</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8" standalone="no"?</span>&gt;
-
-&lt;<span class="hl-tag">xsd:schema</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint"</span>
-        <span class="hl-attribute">xmlns:xsd</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema"</span>
-        <span class="hl-attribute">xmlns:beans</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-        <span class="hl-attribute">xmlns:tool</span>=<span class="hl-value">"http://www.springframework.org/schema/tool"</span>
-        <span class="hl-attribute">targetNamespace</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint"</span>
-        <span class="hl-attribute">elementFormDefault</span>=<span class="hl-value">"qualified"</span>
-        <span class="hl-attribute">attributeFormDefault</span>=<span class="hl-value">"unqualified"</span>
-        <span class="hl-attribute">version</span>=<span class="hl-value">"1.0.0"</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.w3.org/XML/1998/namespace"</span>/&gt;
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>/&gt;
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.springframework.org/schema/tool"</span>/&gt;
-
-    &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        &lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Namespace</span> <span class="hl-attribute">support</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">core</span> <span class="hl-attribute">services</span> <span class="hl-attribute">provided</span> <span class="hl-attribute">by</span> <span class="hl-attribute">Eclipse</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint.</span>
-        <span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-    
-    <span class="hl-attribute">&lt;xsd:attributeGroup</span> <span class="hl-attribute">name</span>=<span class="hl-value">"defaults"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[Defaults</span> <span class="hl-attribute">for</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint</span> <span class="hl-attribute">declarations.]]&gt;</span>
-    		<span class="hl-attribute">&lt;/xsd:documentation&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-    	<span class="hl-attribute">&lt;!--</span> <span class="hl-attribute">attributes</span> <span class="hl-attribute">--&gt;</span>
-    	<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"default-timeout"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:nonNegativeInteger"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"30000"</span>&gt;
-    		&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    			&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Default</span> <span class="hl-attribute">timeout</span> <span class="hl-attribute">(in</span> <span class="hl-attribute">milliseconds)</span> <span class="hl-attribute">for</span> <span class="hl-attribute">all</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">(service</span> <span class="hl-attribute">importers)</span> <span class="hl-attribute">elements</span> <span class="hl-attribute">that</span> <span class="hl-attribute">do</span> <span class="hl-attribute">not</span> <span class="hl-attribute">explicitly</span> <span class="hl-attribute">specify</span> <span class="hl-attribute">one.</span>
-    <span class="hl-attribute">Default</span> <span class="hl-attribute">value</span> <span class="hl-attribute">is</span> <span class="hl-attribute">300000</span> <span class="hl-attribute">ms</span> <span class="hl-attribute">(5</span> <span class="hl-attribute">minutes).</span>
-    			<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    		<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-    	<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"default-availablility"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TavailabilityOptions"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"mandatory"</span>&gt;
-    		&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    			&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Default</span> <span class="hl-attribute">availability</span> <span class="hl-attribute">for</span> <span class="hl-attribute">all</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">references</span> <span class="hl-attribute">(singular</span> <span class="hl-attribute">or</span> <span class="hl-attribute">collections)</span> <span class="hl-attribute">elements</span> <span class="hl-attribute">that</span> <span class="hl-attribute">do</span> <span class="hl-attribute">not</span> <span class="hl-attribute">explicitly</span> <span class="hl-attribute">specify</span> <span class="hl-attribute">one.</span>
-    <span class="hl-attribute">Default</span> <span class="hl-attribute">value</span> <span class="hl-attribute">is</span> <span class="hl-attribute">'mandatory'</span> <span class="hl-attribute">which</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">must</span> <span class="hl-attribute">exist</span> <span class="hl-attribute">while</span> <span class="hl-attribute">'optional'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> 
-    <span class="hl-attribute">acceptable</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">no</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service.</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-    	<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"default-cardinality"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TdefaultCardinalityOptions"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"1..X"</span>&gt;
-    		&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    			&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">As</span> <span class="hl-attribute">of</span> <span class="hl-attribute">Eclipse</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint,</span> <span class="hl-attribute">'default-cardinality'</span> <span class="hl-attribute">has</span> <span class="hl-attribute">been</span> <span class="hl-attribute">replaced</span> <span class="hl-attribute">by</span> <span class="hl-attribute">'default-availability'</span> <span class="hl-attribute">attribute.</span>
-    
-    <span class="hl-attribute">Default</span> <span class="hl-attribute">cardinality</span> <span class="hl-attribute">(of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">relationship</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service(s))</span> <span class="hl-attribute">for</span> <span class="hl-attribute">all</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">references</span> <span class="hl-attribute">(singular</span> <span class="hl-attribute">or</span> <span class="hl-attribute">collections)</span> 
-    <span class="hl-attribute">elements</span> <span class="hl-attribute">that</span> <span class="hl-attribute">do</span> <span class="hl-attribute">not</span> <span class="hl-attribute">explicitly</span> <span class="hl-attribute">specify</span> <span class="hl-attribute">one.</span>
-    <span class="hl-attribute">Default</span> <span class="hl-attribute">value</span> <span class="hl-attribute">is</span> <span class="hl-attribute">'1..X'</span> <span class="hl-attribute">(resolved</span> <span class="hl-attribute">to</span> <span class="hl-attribute">'1..1'</span> <span class="hl-attribute">for</span> <span class="hl-attribute">osgi:reference</span> <span class="hl-attribute">and</span> <span class="hl-attribute">'1..N'</span> <span class="hl-attribute">for</span> <span class="hl-attribute">osgi:list/set)</span> <span class="hl-attribute">which</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> 
-    <span class="hl-attribute">service</span> <span class="hl-attribute">must</span> <span class="hl-attribute">exist</span> <span class="hl-attribute">(this</span> <span class="hl-attribute">is</span> <span class="hl-attribute">a</span> <span class="hl-attribute">mandatory</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'0..X'</span> <span class="hl-attribute">(resolved</span> <span class="hl-attribute">to</span> <span class="hl-attribute">'0..1'</span> <span class="hl-attribute">for</span> <span class="hl-attribute">osgi:reference</span> 
-    <span class="hl-attribute">and</span> <span class="hl-attribute">'0..N'</span> <span class="hl-attribute">for</span> <span class="hl-attribute">osgi:list/set)</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> <span class="hl-attribute">acceptable</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">no</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">(an</span> <span class="hl-attribute">optional</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:attributeGroup&gt;</span>
-
-    <span class="hl-attribute">&lt;xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TavailabilityOptions"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"mandatory"</span>&gt;
-            	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-            		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Mandatory</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">-</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">must</span> <span class="hl-attribute">exist.</span>
-            		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-            	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:enumeration&gt;</span>
-            <span class="hl-attribute">&lt;xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"optional"</span>&gt;
-            	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-            		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Optional</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">-</span> <span class="hl-attribute">A</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">can</span> <span class="hl-attribute">be</span> <span class="hl-attribute">missing.</span>
-            		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-            	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:enumeration&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:restriction&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:simpleType&gt;</span>
-        
-    <span class="hl-attribute">&lt;xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TdefaultCardinalityOptions"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"1..X"</span>&gt;
-            	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-            		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">A</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">must</span> <span class="hl-attribute">exist</span> <span class="hl-attribute">(this</span> <span class="hl-attribute">is</span> <span class="hl-attribute">a</span> <span class="hl-attribute">mandatory</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span>
-            		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-            	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:enumeration&gt;</span>
-            <span class="hl-attribute">&lt;xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"0..X"</span>&gt;
-            	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-            		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">A</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">can</span> <span class="hl-attribute">be</span> <span class="hl-attribute">missing</span> <span class="hl-attribute">(this</span> <span class="hl-attribute">is</span> <span class="hl-attribute">an</span> <span class="hl-attribute">optional</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span>
-            		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-            	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:enumeration&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:restriction&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:simpleType&gt;</span>
-	
-    <span class="hl-attribute">&lt;!--</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">--&gt;</span>
-    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"reference"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TsingleReference"</span>&gt;
-        &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-            &lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">to</span> <span class="hl-attribute">a</span> <span class="hl-attribute">service</span> <span class="hl-attribute">obtained</span> <span class="hl-attribute">via</span> <span class="hl-attribute">the</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-            <span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-
-    <span class="hl-attribute">&lt;xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Treference"</span>&gt;
-        &lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-            &lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"beans:identifiedType"</span>&gt;
-                &lt;<span class="hl-tag">xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"interfaces"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"beans:listOrSetType"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-                    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">set</span> <span class="hl-attribute">of</span> <span class="hl-attribute">service</span> <span class="hl-attribute">interfaces</span> <span class="hl-attribute">that</span> <span class="hl-attribute">the</span> <span class="hl-attribute">services</span> <span class="hl-attribute">obtained</span> <span class="hl-attribute">via</span> <span class="hl-attribute">the</span> <span class="hl-attribute">registry</span> <span class="hl-attribute">are</span> <span class="hl-attribute">required</span> <span class="hl-attribute">to</span> <span class="hl-attribute">support.</span>
-    <span class="hl-attribute">By</span> <span class="hl-attribute">convention,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">interface</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">is</span> <span class="hl-attribute">a</span> <span class="hl-attribute">Java</span> <span class="hl-attribute">interface</span> <span class="hl-attribute">type,</span> <span class="hl-attribute">but</span> <span class="hl-attribute">may</span> <span class="hl-attribute">also</span> <span class="hl-attribute">be</span> <span class="hl-attribute">a</span> <span class="hl-attribute">(non-final)</span>
-    <span class="hl-attribute">class</span> <span class="hl-attribute">type.</span>
-                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-                    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"reference-listener"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"Tlistener"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"unbounded"</span>&gt;
-                      &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">receive</span> <span class="hl-attribute">notification</span> <span class="hl-attribute">when</span> <span class="hl-attribute">a</span> <span class="hl-attribute">service</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">this</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">is</span> 
-    <span class="hl-attribute">bound</span> <span class="hl-attribute">or</span> <span class="hl-attribute">unbound.</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-                    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"listener"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"Tlistener"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"unbounded"</span>&gt;
-                      &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">receive</span> <span class="hl-attribute">notification</span> <span class="hl-attribute">when</span> <span class="hl-attribute">a</span> <span class="hl-attribute">service</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">this</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">is</span> 
-    <span class="hl-attribute">bound</span> <span class="hl-attribute">or</span> <span class="hl-attribute">unbound.</span> <span class="hl-attribute">Deprecated</span> <span class="hl-attribute">since</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint,</span> <span class="hl-attribute">in</span> <span class="hl-attribute">favour</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'reference-listener'.</span> 
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:sequence&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"interface"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:token"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">service</span> <span class="hl-attribute">interface</span> <span class="hl-attribute">that</span> <span class="hl-attribute">the</span> <span class="hl-attribute">services</span> <span class="hl-attribute">obtained</span> <span class="hl-attribute">via</span> <span class="hl-attribute">the</span> <span class="hl-attribute">registry</span> <span class="hl-attribute">are</span> <span class="hl-attribute">required</span> <span class="hl-attribute">to</span> <span class="hl-attribute">support.</span>
-    <span class="hl-attribute">By</span> <span class="hl-attribute">convention</span> <span class="hl-attribute">this</span> <span class="hl-attribute">is</span> <span class="hl-attribute">a</span> <span class="hl-attribute">Java</span> <span class="hl-attribute">interface</span> <span class="hl-attribute">type,</span> <span class="hl-attribute">but</span> <span class="hl-attribute">may</span> <span class="hl-attribute">also</span> <span class="hl-attribute">be</span> <span class="hl-attribute">a</span> <span class="hl-attribute">(non-final)</span> <span class="hl-attribute">class</span> <span class="hl-attribute">type.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                		<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-                			<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-                				<span class="hl-attribute">&lt;tool:expected-type</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.lang.Class"</span> /&gt;
-                			&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-                		&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;
-                	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-                &lt;<span class="hl-tag">/xsd:attribute</span>&gt;
-                &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"filter"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span>&gt;
-                      &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">an</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">filter</span> <span class="hl-attribute">expression</span> <span class="hl-attribute">that</span> <span class="hl-attribute">is</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">constrain</span> <span class="hl-attribute">the</span> <span class="hl-attribute">set</span> <span class="hl-attribute">of</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">services</span>
-    <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span> 
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"depends-on"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-					&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-						&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">refer</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">name</span> <span class="hl-attribute">of</span> <span class="hl-attribute">another</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">that</span> <span class="hl-attribute">this</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">depends</span> <span class="hl-attribute">on.</span> <span class="hl-attribute">Ensures</span> <span class="hl-attribute">that</span> <span class="hl-attribute">the</span>
-	<span class="hl-attribute">service</span> <span class="hl-attribute">registry</span> <span class="hl-attribute">look-up</span> <span class="hl-attribute">does</span> <span class="hl-attribute">not</span> <span class="hl-attribute">happen</span> <span class="hl-attribute">until</span> <span class="hl-attribute">after</span> <span class="hl-attribute">the</span> <span class="hl-attribute">dependent</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">has</span> <span class="hl-attribute">been</span> <span class="hl-attribute">created</span> 
-	<span class="hl-attribute">(most</span> <span class="hl-attribute">commonly</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">refer</span> <span class="hl-attribute">to</span> <span class="hl-attribute">a</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">bean).</span>
-						<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>                
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"bean-name"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Convenient</span> <span class="hl-attribute">shortcut</span> <span class="hl-attribute">for</span> <span class="hl-attribute">specifying</span> <span class="hl-attribute">a</span> <span class="hl-attribute">filter</span> <span class="hl-attribute">expression</span> <span class="hl-attribute">that</span> <span class="hl-attribute">matches</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean-name</span> <span class="hl-attribute">property</span>
-    <span class="hl-attribute">that</span> <span class="hl-attribute">is</span> <span class="hl-attribute">automatically</span> <span class="hl-attribute">advertised</span> <span class="hl-attribute">for</span> <span class="hl-attribute">beans</span> <span class="hl-attribute">published</span> <span class="hl-attribute">using</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">element.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"context-class-loader"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TreferenceClassLoaderOptions"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"client"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">how</span> <span class="hl-attribute">the</span> <span class="hl-attribute">context</span> <span class="hl-attribute">class</span> <span class="hl-attribute">loader</span> <span class="hl-attribute">is</span> <span class="hl-attribute">managed</span> <span class="hl-attribute">when</span> <span class="hl-attribute">invoking</span> <span class="hl-attribute">operations</span> <span class="hl-attribute">on</span> <span class="hl-attribute">a</span> <span class="hl-attribute">service</span>
-    <span class="hl-attribute">backing</span> <span class="hl-attribute">this</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference.</span> <span class="hl-attribute">The</span> <span class="hl-attribute">default</span> <span class="hl-attribute">value</span> <span class="hl-attribute">is</span> <span class="hl-attribute">'client'</span> <span class="hl-attribute">which</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">the</span> <span class="hl-attribute">context</span>
-    <span class="hl-attribute">class</span> <span class="hl-attribute">loader</span> <span class="hl-attribute">has</span> <span class="hl-attribute">visibility</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">resources</span> <span class="hl-attribute">on</span> <span class="hl-attribute">this</span> <span class="hl-attribute">bundle's</span> <span class="hl-attribute">classpath.</span> <span class="hl-attribute">Alternate</span>
-    <span class="hl-attribute">options</span> <span class="hl-attribute">are</span> <span class="hl-attribute">'service-provider'</span> <span class="hl-attribute">which</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">the</span> <span class="hl-attribute">context</span> <span class="hl-attribute">class</span> <span class="hl-attribute">loader</span> <span class="hl-attribute">has</span> <span class="hl-attribute">visibility</span> <span class="hl-attribute">of</span> 
-    <span class="hl-attribute">resources</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">classpath</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">that</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service,</span> <span class="hl-attribute">and</span> <span class="hl-attribute">'unmanaged'</span>
-    <span class="hl-attribute">which</span> <span class="hl-attribute">does</span> <span class="hl-attribute">not</span> <span class="hl-attribute">do</span> <span class="hl-attribute">any</span> <span class="hl-attribute">management</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">context</span> <span class="hl-attribute">class</span> <span class="hl-attribute">loader.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-    
-    <span class="hl-attribute">&lt;xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TreferenceClassLoaderOptions"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"client"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"service-provider"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"unmanaged"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-    &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Tlistener"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">notified</span> <span class="hl-attribute">when</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">the</span> <span class="hl-attribute">enclosing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">element</span> <span class="hl-attribute">is</span> <span class="hl-attribute">bound</span> <span class="hl-attribute">or</span> 
-    <span class="hl-attribute">unbound.</span> <span class="hl-attribute">Use</span> <span class="hl-attribute">either</span> <span class="hl-attribute">the</span> <span class="hl-attribute">'ref'</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">or</span> <span class="hl-attribute">a</span> <span class="hl-attribute">nested</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">declaration</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">bean.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-            &lt;<span class="hl-comment">!-- nested bean declaration --</span>&gt;
-            &lt;<span class="hl-tag">xsd:any</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"##other"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">processContents</span>=<span class="hl-value">"skip"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:sequence</span>&gt;
-
-        &lt;<span class="hl-comment">!-- shortcut for bean references --</span>&gt;
-        &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"ref"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Refers</span> <span class="hl-attribute">by</span> <span class="hl-attribute">name</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">receive</span> <span class="hl-attribute">bind</span> <span class="hl-attribute">and</span> <span class="hl-attribute">unbind</span> <span class="hl-attribute">events</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-        <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"bind-method"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:token"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">name</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">method</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">invoked</span> <span class="hl-attribute">when</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">bound.</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-        <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"unbind-method"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:token"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">name</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">method</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">invoked</span> <span class="hl-attribute">when</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">unbound.</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-    
-    <span class="hl-attribute">&lt;!--</span> <span class="hl-attribute">single</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">--&gt;</span>
-    <span class="hl-attribute">&lt;xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TsingleReference"</span>&gt;
-        &lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-            &lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"Treference"</span>&gt;
-                 &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"availability"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TavailabilityOptions"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">required</span> <span class="hl-attribute">availability</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service.</span> <span class="hl-attribute">If</span> <span class="hl-attribute">not</span> <span class="hl-attribute">specified,</span> 
-    <span class="hl-attribute">the</span> <span class="hl-attribute">default-availability</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">will</span> <span class="hl-attribute">apply.</span> <span class="hl-attribute">'mandatory'</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> 
-    <span class="hl-attribute">must</span> <span class="hl-attribute">exist,</span> <span class="hl-attribute">'optional'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> <span class="hl-attribute">acceptable</span> <span class="hl-attribute">to</span> <span class="hl-attribute">have</span> <span class="hl-attribute">no</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service.</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                 <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                 <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"cardinality"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TsingleReferenceCardinality"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">As</span> <span class="hl-attribute">of</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint,</span> <span class="hl-attribute">'cardinality'</span> <span class="hl-attribute">has</span> <span class="hl-attribute">been</span> <span class="hl-attribute">replaced</span> <span class="hl-attribute">by</span> <span class="hl-attribute">the</span> <span class="hl-attribute">'availability'</span> <span class="hl-attribute">attribute.</span>
-	                      	
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">required</span> <span class="hl-attribute">cardinality</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">relationship</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service.</span> <span class="hl-attribute">If</span> <span class="hl-attribute">not</span> <span class="hl-attribute">specified,</span> 
-    <span class="hl-attribute">the</span> <span class="hl-attribute">default-cardinality</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">will</span> <span class="hl-attribute">apply.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'1..1'</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> 
-    <span class="hl-attribute">must</span> <span class="hl-attribute">exist</span> <span class="hl-attribute">(this</span> <span class="hl-attribute">is</span> <span class="hl-attribute">a</span> <span class="hl-attribute">mandatory</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'0..1'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> 
-    <span class="hl-attribute">acceptable</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">no</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">(an</span> <span class="hl-attribute">optional</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-				<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"timeout"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:nonNegativeInteger"</span>&gt;
-                    &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">For</span> <span class="hl-attribute">a</span> <span class="hl-attribute">'reference'</span> <span class="hl-attribute">element,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">amount</span> <span class="hl-attribute">of</span> <span class="hl-attribute">time</span> <span class="hl-attribute">(in</span> <span class="hl-attribute">milliseconds)</span> <span class="hl-attribute">to</span> <span class="hl-attribute">wait</span> <span class="hl-attribute">for</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> 
-    <span class="hl-attribute">available</span> <span class="hl-attribute">when</span> <span class="hl-attribute">an</span> <span class="hl-attribute">operation</span> <span class="hl-attribute">is</span> <span class="hl-attribute">invoked.</span> <span class="hl-attribute">If</span> <span class="hl-attribute">not</span> <span class="hl-attribute">specified,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">default-timeout</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">will</span> <span class="hl-attribute">apply.</span>
-    <span class="hl-attribute">See</span> <span class="hl-attribute">also</span> <span class="hl-attribute">the</span> <span class="hl-attribute">default-timeout</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">osgi</span> <span class="hl-attribute">element.</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"sticky"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"true"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">whether</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">should</span> <span class="hl-attribute">be</span> <span class="hl-attribute">changed</span> <span class="hl-attribute">if</span> <span class="hl-attribute">a</span> <span class="hl-attribute">'better'</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">service</span> <span class="hl-attribute">becomes</span>
-    <span class="hl-attribute">available.</span> <span class="hl-attribute">If</span> <span class="hl-attribute">'true',</span> <span class="hl-attribute">the</span> <span class="hl-attribute">proxy</span> <span class="hl-attribute">will</span> <span class="hl-attribute">rebind</span> <span class="hl-attribute">only</span> <span class="hl-attribute">if</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">no</span> <span class="hl-attribute">longer</span> <span class="hl-attribute">available.</span> 
-    <span class="hl-attribute">If</span> <span class="hl-attribute">'false',</span> <span class="hl-attribute">the</span> <span class="hl-attribute">rebind</span> <span class="hl-attribute">will</span> <span class="hl-attribute">occur</span> <span class="hl-attribute">every</span> <span class="hl-attribute">time</span> <span class="hl-attribute">a</span> <span class="hl-attribute">'better'</span> <span class="hl-attribute">candidate</span> <span class="hl-attribute">appears.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">better</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span>
-    <span class="hl-attribute">defined</span> <span class="hl-attribute">by</span> <span class="hl-attribute">having</span> <span class="hl-attribute">either</span> <span class="hl-attribute">a</span> <span class="hl-attribute">higher</span> <span class="hl-attribute">ranking</span> <span class="hl-attribute">or</span> <span class="hl-attribute">the</span> <span class="hl-attribute">same</span> <span class="hl-attribute">ranking</span> <span class="hl-attribute">and</span> <span class="hl-attribute">a</span> <span class="hl-attribute">lower</span> <span class="hl-attribute">service</span> <span class="hl-attribute">id.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-   <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-   
-   <span class="hl-attribute">&lt;xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TsingleReferenceCardinality"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"1..1"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"0..1"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-   &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-
-	&lt;<span class="hl-comment">!-- reference collections (set, list) --</span>&gt;
-	&lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"list"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TreferenceCollection"</span>&gt;
-		&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-			&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">of</span> <span class="hl-attribute">type</span> <span class="hl-attribute">'List'</span> <span class="hl-attribute">that</span> <span class="hl-attribute">contains</span> <span class="hl-attribute">all</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">services</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">criteria.</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">list</span> <span class="hl-attribute">members</span> <span class="hl-attribute">are</span> <span class="hl-attribute">managed</span> <span class="hl-attribute">dynamically</span> <span class="hl-attribute">as</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">services</span> <span class="hl-attribute">come</span> <span class="hl-attribute">and</span> <span class="hl-attribute">go.</span>
-			<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.util.List"</span>/&gt;
-				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;			
-		&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-	&lt;<span class="hl-tag">/xsd:element</span>&gt;
-
-	&lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"set"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TreferenceCollection"</span>&gt;
-		&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-			&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">of</span> <span class="hl-attribute">type</span> <span class="hl-attribute">'Set'</span> <span class="hl-attribute">that</span> <span class="hl-attribute">contains</span> <span class="hl-attribute">all</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">services</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">criteria.</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">set</span> <span class="hl-attribute">members</span> <span class="hl-attribute">are</span> <span class="hl-attribute">managed</span> <span class="hl-attribute">dynamically</span> <span class="hl-attribute">as</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">services</span> <span class="hl-attribute">come</span> <span class="hl-attribute">and</span> <span class="hl-attribute">go.</span>
-			<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.util.Set"</span>/&gt;
-				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;			
-		&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-	&lt;<span class="hl-tag">/xsd:element</span>&gt;
-
-	&lt;<span class="hl-tag">xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TreferenceCollection"</span>&gt;
-		&lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-			&lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"Treference"</span>&gt;
-				&lt;<span class="hl-tag">xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-					&lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"comparator"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"Tcomparator"</span>&gt;
-						&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-							&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:java.util.Comparator"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">define</span> <span class="hl-attribute">an</span> <span class="hl-attribute">inline</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">of</span> <span class="hl-attribute">type</span> <span class="hl-attribute">Comparator</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">sort</span> <span class="hl-attribute">the</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">services.</span>
-							<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-							<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-								<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-									<span class="hl-attribute">&lt;tool:expected-type</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.util.Comparator"</span> /&gt;
-  								&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-							&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;
-						&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-					&lt;<span class="hl-tag">/xsd:element</span>&gt;
-				&lt;<span class="hl-tag">/xsd:sequence</span>&gt;
-				&lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"comparator-ref"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-					&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-						&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">refer</span> <span class="hl-attribute">to</span> <span class="hl-attribute">a</span> <span class="hl-attribute">named</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">implementing</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Comparator</span> <span class="hl-attribute">interface</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> 
-	<span class="hl-attribute">sort</span> <span class="hl-attribute">the</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">services.</span>
-						<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-				<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-			    <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"availability"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TavailabilityOptions"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">required</span> <span class="hl-attribute">availability</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service.</span> <span class="hl-attribute">If</span> <span class="hl-attribute">not</span> <span class="hl-attribute">specified,</span> 
-    <span class="hl-attribute">the</span> <span class="hl-attribute">default-availability</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">will</span> <span class="hl-attribute">apply.</span> <span class="hl-attribute">'mandatory'</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">a</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> 
-    <span class="hl-attribute">must</span> <span class="hl-attribute">exist,</span> <span class="hl-attribute">'optional'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> <span class="hl-attribute">acceptable</span> <span class="hl-attribute">to</span> <span class="hl-attribute">have</span> <span class="hl-attribute">no</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service.</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-			    <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"cardinality"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TcollectionCardinality"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">As</span> <span class="hl-attribute">of</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint,</span> <span class="hl-attribute">'cardinality'</span> <span class="hl-attribute">has</span> <span class="hl-attribute">been</span> <span class="hl-attribute">replaced</span> <span class="hl-attribute">by</span> <span class="hl-attribute">the</span> <span class="hl-attribute">'availability'</span> <span class="hl-attribute">attribute.</span>
-	                      	
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">required</span> <span class="hl-attribute">cardinality</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">relationship</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">services.</span> <span class="hl-attribute">If</span> <span class="hl-attribute">not</span> <span class="hl-attribute">specified,</span> 
-    <span class="hl-attribute">the</span> <span class="hl-attribute">default-cardinality</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">will</span> <span class="hl-attribute">apply.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'1..N'</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">at</span> <span class="hl-attribute">least</span> <span class="hl-attribute">one</span> <span class="hl-attribute">backing</span> 
-    <span class="hl-attribute">service</span> <span class="hl-attribute">must</span> <span class="hl-attribute">exist</span> <span class="hl-attribute">(this</span> <span class="hl-attribute">is</span> <span class="hl-attribute">a</span> <span class="hl-attribute">mandatory</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'0..N'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">it</span> 
-    <span class="hl-attribute">is</span> <span class="hl-attribute">acceptable</span> <span class="hl-attribute">for</span> <span class="hl-attribute">there</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">no</span> <span class="hl-attribute">backing</span> <span class="hl-attribute">service</span> <span class="hl-attribute">(an</span> <span class="hl-attribute">optional</span> <span class="hl-attribute">service</span> <span class="hl-attribute">reference).</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-			    <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"greedy-proxying"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"false"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                      	&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Indicates</span> <span class="hl-attribute">whether</span> <span class="hl-attribute">the</span> <span class="hl-attribute">proxies</span> <span class="hl-attribute">created</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">imported</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">services</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">generated</span> <span class="hl-attribute">using</span> 
-    <span class="hl-attribute">just</span> <span class="hl-attribute">the</span> <span class="hl-attribute">classes</span> <span class="hl-attribute">specified</span> <span class="hl-attribute">(false)</span> <span class="hl-attribute">or</span> <span class="hl-attribute">all</span> <span class="hl-attribute">the</span> <span class="hl-attribute">classes</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">by</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">and</span> <span class="hl-attribute">visible</span> <span class="hl-attribute">to</span>
-    <span class="hl-attribute">the</span> <span class="hl-attribute">importing</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">(true).</span> <span class="hl-attribute">The</span> <span class="hl-attribute">default</span> <span class="hl-attribute">value</span> <span class="hl-attribute">is</span> <span class="hl-attribute">false.</span>
-                      	<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                      <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"member-type"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TmemberType"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"service-object"</span>&gt;
-                    &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                        &lt;<span class="hl-tag">xsd:documentation</span>&gt;
-                          &lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Indicates</span> <span class="hl-attribute">the</span> <span class="hl-attribute">type</span> <span class="hl-attribute">of</span> <span class="hl-attribute">object</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">placed</span> <span class="hl-attribute">within</span> <span class="hl-attribute">the</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">collection.</span>  
-    <span class="hl-attribute">'service-object'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">the</span> <span class="hl-attribute">collection</span> <span class="hl-attribute">contains</span> <span class="hl-attribute">service</span> <span class="hl-attribute">proxies</span> <span class="hl-attribute">for</span> <span class="hl-attribute">imported</span> <span class="hl-attribute">services.</span>
-    <span class="hl-attribute">'service-reference'</span> <span class="hl-attribute">indicates</span> <span class="hl-attribute">the</span> <span class="hl-attribute">collection</span> <span class="hl-attribute">contains</span> <span class="hl-attribute">ServiceReference</span> <span class="hl-attribute">objects</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">the</span> 
-    <span class="hl-attribute">target</span> <span class="hl-attribute">service</span> <span class="hl-attribute">type.</span>
-                          <span class="hl-attribute">]]&gt;</span>
-                        <span class="hl-attribute">&lt;/xsd:documentation&gt;</span>
-                    <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-			<span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-		<span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-	<span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-	
-	<span class="hl-attribute">&lt;xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Tcomparator"</span>&gt;
-		&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-			&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:java.util.Comparator"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">define</span> <span class="hl-attribute">an</span> <span class="hl-attribute">inline</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">of</span> <span class="hl-attribute">type</span> <span class="hl-attribute">Comparator</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">sort</span> <span class="hl-attribute">the</span> <span class="hl-attribute">matching</span> <span class="hl-attribute">services.</span>
-			<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.util.Comparator"</span> /&gt;
-  				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;
-		&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-		&lt;<span class="hl-tag">xsd:choice</span>&gt;
-		   &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"natural"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TnaturalOrdering"</span>/&gt;
-     	   &lt;<span class="hl-tag">xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-        	    &lt;<span class="hl-comment">!-- nested bean declaration --</span>&gt;
-           		&lt;<span class="hl-tag">xsd:any</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"##other"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">processContents</span>=<span class="hl-value">"skip"</span>/&gt;
-        	&lt;<span class="hl-tag">/xsd:sequence</span>&gt;
-        &lt;<span class="hl-tag">/xsd:choice</span>&gt;
-	&lt;<span class="hl-tag">/xsd:complexType</span>&gt;
-	
-	&lt;<span class="hl-tag">xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TnaturalOrdering"</span>&gt;
-		&lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"basis"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TorderingBasis"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"required"</span>/&gt;
-	&lt;<span class="hl-tag">/xsd:complexType</span>&gt;
-	
-	&lt;<span class="hl-tag">xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TorderingBasis"</span>&gt;
-		&lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"service"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"service-reference"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-	&lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-	
-    &lt;<span class="hl-tag">xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TmemberType"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"service-object"</span> /&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"service-reference"</span> /&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-    &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;	
-	
-	&lt;<span class="hl-tag">xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TcollectionCardinality"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"1..N"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"0..N"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-   &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-	
-    &lt;<span class="hl-comment">!-- service --</span>&gt;
-    
-    &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"service"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"Tservice"</span>/&gt;
-
-    &lt;<span class="hl-tag">xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TbaseService"</span>&gt;
-        &lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-           &lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"beans:identifiedType"</span>&gt;
-                &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"interface"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:token"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">interface</span> <span class="hl-attribute">to</span> <span class="hl-attribute">advertise</span> <span class="hl-attribute">for</span> <span class="hl-attribute">this</span> <span class="hl-attribute">service</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-						<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-							<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-  								<span class="hl-attribute">&lt;tool:expected-type</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.lang.Class"</span> /&gt;
-  							&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-						&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;  							
-                	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-                &lt;<span class="hl-tag">/xsd:attribute</span>&gt;
-                &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"depends-on"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">ensure</span> <span class="hl-attribute">that</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">not</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">registry</span> <span class="hl-attribute">before</span> <span class="hl-attribute">the</span> <span class="hl-attribute">named</span> <span class="hl-attribute">bean</span>
-    <span class="hl-attribute">has</span> <span class="hl-attribute">been</span> <span class="hl-attribute">created.</span> 
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"context-class-loader"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TserviceClassLoaderOptions"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"unmanaged"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">how</span> <span class="hl-attribute">the</span> <span class="hl-attribute">context</span> <span class="hl-attribute">class</span> <span class="hl-attribute">loader</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">managed</span> <span class="hl-attribute">when</span> <span class="hl-attribute">an</span> <span class="hl-attribute">operation</span> <span class="hl-attribute">is</span> <span class="hl-attribute">invoked</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> 
-    <span class="hl-attribute">exported</span> <span class="hl-attribute">service.</span> <span class="hl-attribute">The</span> <span class="hl-attribute">default</span> <span class="hl-attribute">value</span> <span class="hl-attribute">is</span> <span class="hl-attribute">'unmanaged'</span> <span class="hl-attribute">which</span> <span class="hl-attribute">means</span> <span class="hl-attribute">that</span> <span class="hl-attribute">no</span> <span class="hl-attribute">management</span> <span class="hl-attribute">of</span> 
-    <span class="hl-attribute">the</span> <span class="hl-attribute">context</span> <span class="hl-attribute">class</span> <span class="hl-attribute">loader</span> <span class="hl-attribute">is</span> <span class="hl-attribute">attempted.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'service-provider'</span> <span class="hl-attribute">guarantees</span> <span class="hl-attribute">that</span>
-    <span class="hl-attribute">the</span> <span class="hl-attribute">context</span> <span class="hl-attribute">class</span> <span class="hl-attribute">loader</span> <span class="hl-attribute">will</span> <span class="hl-attribute">have</span> <span class="hl-attribute">visibility</span> <span class="hl-attribute">of</span> <span class="hl-attribute">all</span> <span class="hl-attribute">the</span> <span class="hl-attribute">resources</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">class</span> <span class="hl-attribute">path</span> <span class="hl-attribute">of</span> 
-    <span class="hl-attribute">bundle</span> <span class="hl-attribute">exporting</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"auto-export"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TautoExportModes"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"disabled"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Enables</span> <span class="hl-attribute">Spring</span> <span class="hl-attribute">to</span> <span class="hl-attribute">automatically</span> <span class="hl-attribute">manage</span> <span class="hl-attribute">the</span> <span class="hl-attribute">set</span> <span class="hl-attribute">of</span> <span class="hl-attribute">service</span> <span class="hl-attribute">interfaces</span> <span class="hl-attribute">advertised</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span>
-    <span class="hl-attribute">service.</span> <span class="hl-attribute">By</span> <span class="hl-attribute">default</span> <span class="hl-attribute">this</span> <span class="hl-attribute">facility</span> <span class="hl-attribute">is</span> <span class="hl-attribute">disabled.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'interfaces'</span> <span class="hl-attribute">advertises</span> <span class="hl-attribute">all</span> 
-    <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Java</span> <span class="hl-attribute">interfaces</span> <span class="hl-attribute">supported</span> <span class="hl-attribute">by</span> <span class="hl-attribute">the</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">service.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'class-hierarchy'</span> 
-    <span class="hl-attribute">advertises</span> <span class="hl-attribute">all</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Java</span> <span class="hl-attribute">classes</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">hierarchy</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">service.</span> <span class="hl-attribute">A</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> 
-    <span class="hl-attribute">'all-classes'</span> <span class="hl-attribute">advertises</span> <span class="hl-attribute">all</span> <span class="hl-attribute">Java</span> <span class="hl-attribute">interfaces</span> <span class="hl-attribute">and</span> <span class="hl-attribute">classes.</span> 
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-    
-    <span class="hl-attribute">&lt;xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Tservice"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Exports</span> <span class="hl-attribute">the</span> <span class="hl-attribute">reference</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">as</span> <span class="hl-attribute">a</span> <span class="hl-attribute">service</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span> <span class="hl-attribute">The</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">defined</span> <span class="hl-attribute">by</span> <span class="hl-attribute">this</span> <span class="hl-attribute">element</span> <span class="hl-attribute">is</span> <span class="hl-attribute">of</span> 
-    <span class="hl-attribute">type</span> <span class="hl-attribute">org.osgi.framework.ServiceRegistration.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.framework.ServiceRegistration"</span>/&gt;
-				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;			
-    	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-        &lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-            &lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"TbaseService"</span>&gt;
-            	&lt;<span class="hl-tag">xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-                    &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"interfaces"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"beans:listOrSetType"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-                    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">set</span> <span class="hl-attribute">of</span> <span class="hl-attribute">service</span> <span class="hl-attribute">interfaces</span> <span class="hl-attribute">to</span> <span class="hl-attribute">advertise</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-                    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"registration-listener"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TserviceRegistrationListener"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"unbounded"</span>&gt;
-                    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">notified</span> <span class="hl-attribute">when</span> <span class="hl-attribute">this</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">registered</span> <span class="hl-attribute">or</span> <span class="hl-attribute">unregistered</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span>
-    <span class="hl-attribute">OSGi</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:element&gt;</span>
-                    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"service-properties"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TserviceProperties"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-                       	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">properties.</span>
-                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-                    <span class="hl-attribute">&lt;!--</span> <span class="hl-attribute">nested</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">declaration</span> <span class="hl-attribute">--&gt;</span>
-                	<span class="hl-attribute">&lt;xsd:any</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"##other"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">processContents</span>=<span class="hl-value">"skip"</span>/&gt;
-                &lt;<span class="hl-tag">/xsd:sequence</span>&gt;
-                &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"ref"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Refers</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">named</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">as</span> <span class="hl-attribute">a</span> <span class="hl-attribute">service</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"ranking"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:int"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"0"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Specifies</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">ranking</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">used</span> <span class="hl-attribute">when</span> <span class="hl-attribute">advertising</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"cache-target"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"false"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Specifies</span> <span class="hl-attribute">the</span> <span class="hl-attribute">caching</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">exported</span> <span class="hl-attribute">target</span> <span class="hl-attribute">object.</span> <span class="hl-attribute">When</span> <span class="hl-attribute">enabled,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">exporter</span> <span class="hl-attribute">will</span> <span class="hl-attribute">ignore</span> <span class="hl-attribute">the</span> <span class="hl-attribute">scope</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> 
-    <span class="hl-attribute">target</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">and</span>	<span class="hl-attribute">use</span> <span class="hl-attribute">only</span> <span class="hl-attribute">the</span> <span class="hl-attribute">first</span> <span class="hl-attribute">resolved</span> <span class="hl-attribute">instance</span> <span class="hl-attribute">for</span> <span class="hl-attribute">registration.</span> <span class="hl-attribute">When</span> <span class="hl-attribute">disabled</span> <span class="hl-attribute">(default),</span> <span class="hl-attribute">the</span> <span class="hl-attribute">scope</span> <span class="hl-attribute">of</span> 
-    <span class="hl-attribute">the</span> <span class="hl-attribute">target</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">is</span> <span class="hl-attribute">considered</span> <span class="hl-attribute">and</span> <span class="hl-attribute">each</span> <span class="hl-attribute">service</span> <span class="hl-attribute">request,</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">directed</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">container.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-
-    <span class="hl-attribute">&lt;xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TserviceProperties"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Services</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">used</span> <span class="hl-attribute">by</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">exporter.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.util.Map"</span>/&gt;
-				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;
-    	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-    	
-    	&lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-            &lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"beans:mapType"</span>&gt;
-            	&lt;<span class="hl-comment">!-- shortcut for bean references --</span>&gt;
-        		&lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"ref"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        			&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        				&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Refers</span> <span class="hl-attribute">by</span> <span class="hl-attribute">name</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">receive</span> <span class="hl-attribute">register</span> <span class="hl-attribute">and</span> <span class="hl-attribute">unregister</span> <span class="hl-attribute">events.</span>
-    		    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        			<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        		<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-    		<span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-
-    <span class="hl-attribute">&lt;xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TserviceRegistrationListener"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">notified</span> <span class="hl-attribute">when</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">is</span> <span class="hl-attribute">registered</span> <span class="hl-attribute">or</span> <span class="hl-attribute">unregistered</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">OSGi</span> <span class="hl-attribute">Service</span> <span class="hl-attribute">Registry.</span> 
-    <span class="hl-attribute">Use</span> <span class="hl-attribute">either</span> <span class="hl-attribute">the</span> <span class="hl-attribute">'ref'</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">or</span> <span class="hl-attribute">a</span> <span class="hl-attribute">nested</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">declaration</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">bean.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-            &lt;<span class="hl-comment">!-- nested bean declaration --</span>&gt;
-            &lt;<span class="hl-tag">xsd:any</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"##other"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">processContents</span>=<span class="hl-value">"skip"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:sequence</span>&gt;
-
-        &lt;<span class="hl-comment">!-- shortcut for bean references --</span>&gt;
-        &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"ref"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Refers</span> <span class="hl-attribute">by</span> <span class="hl-attribute">name</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">receive</span> <span class="hl-attribute">register</span> <span class="hl-attribute">and</span> <span class="hl-attribute">unregister</span> <span class="hl-attribute">events.</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-        <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"registration-method"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:token"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">name</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">method</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">invoked</span> <span class="hl-attribute">when</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">registered.</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-        <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"unregistration-method"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:token"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">name</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">method</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">invoked</span> <span class="hl-attribute">when</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">unregistered.</span>
-        		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-        	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-
-    <span class="hl-attribute">&lt;xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TserviceClassLoaderOptions"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"service-provider"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"unmanaged"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-    &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TautoExportModes"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"disabled"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"interfaces"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"class-hierarchy"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"all-classes"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-    &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-
-    &lt;<span class="hl-comment">!-- bundle --</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"bundle"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"Tbundle"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:org.eclipse.gemini.blueprint.bundle.BundleFactoryBean"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">representing</span> <span class="hl-attribute">a</span> <span class="hl-attribute">Bundle</span> <span class="hl-attribute">object.</span> <span class="hl-attribute">May</span> <span class="hl-attribute">be</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">drive</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">lifecycle</span> <span class="hl-attribute">transitions.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.framework.Bundle"</span>/&gt;
-				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;    		
-    	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-    &lt;<span class="hl-tag">/xsd:element</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:complexType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Tbundle"</span>&gt;
-        &lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-            &lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"beans:identifiedType"</span>&gt;
-              	&lt;<span class="hl-comment">!-- optional nested bean declaration --</span>&gt;
-                &lt;<span class="hl-tag">xsd:sequence</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-		    		&lt;<span class="hl-tag">xsd:any</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"##other"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">processContents</span>=<span class="hl-value">"lax"</span>&gt;
-            		   	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">OSGi</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">to</span> <span class="hl-attribute">work</span> <span class="hl-attribute">with.</span>
-                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-							<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-								<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-  									<span class="hl-attribute">&lt;tool:expected-type</span> <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.framework.Bundle"</span> /&gt;
-  								&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-							&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;  							
-                    	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-            		&lt;<span class="hl-tag">/xsd:any</span>&gt;
-        		&lt;<span class="hl-tag">/xsd:sequence</span>&gt;
-        		
-                &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"symbolic-name"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">symbolic</span> <span class="hl-attribute">name</span> <span class="hl-attribute">of</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">object.</span> <span class="hl-attribute">Normally</span> <span class="hl-attribute">used</span> <span class="hl-attribute">when</span> <span class="hl-attribute">interacting</span> <span class="hl-attribute">with</span> <span class="hl-attribute">an</span> <span class="hl-attribute">already</span>
-    <span class="hl-attribute">installed</span> <span class="hl-attribute">bundle.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"depends-on"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Indicates</span> <span class="hl-attribute">that</span> <span class="hl-attribute">this</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">object</span> <span class="hl-attribute">should</span> <span class="hl-attribute">not</span> <span class="hl-attribute">be</span> <span class="hl-attribute">created</span> <span class="hl-attribute">until</span> <span class="hl-attribute">the</span> <span class="hl-attribute">named</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">has</span> <span class="hl-attribute">been</span> <span class="hl-attribute">created.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-               
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"location"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Location</span> <span class="hl-attribute">used</span> <span class="hl-attribute">to</span> <span class="hl-attribute">install,</span> <span class="hl-attribute">update</span> <span class="hl-attribute">or/and</span> <span class="hl-attribute">identify</span> <span class="hl-attribute">a</span> <span class="hl-attribute">bundle.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"action"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TbundleAction"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Lifecyle</span> <span class="hl-attribute">action</span> <span class="hl-attribute">to</span> <span class="hl-attribute">drive</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle.</span> <span class="hl-attribute">'start'</span> <span class="hl-attribute">starts</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle,</span> <span class="hl-attribute">installing</span> <span class="hl-attribute">if</span> <span class="hl-attribute">necessary.</span>
-    <span class="hl-attribute">'stop'</span> <span class="hl-attribute">stops</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> <span class="hl-attribute">currently</span> <span class="hl-attribute">ACTIVE.</span> <span class="hl-attribute">'install'</span> <span class="hl-attribute">installs</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> 
-    <span class="hl-attribute">currently</span> <span class="hl-attribute">uninstalled.</span> <span class="hl-attribute">'uninstall'</span> <span class="hl-attribute">stops</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">needed,</span> <span class="hl-attribute">and</span> <span class="hl-attribute">then</span> <span class="hl-attribute">uninstalls</span> <span class="hl-attribute">it.</span>
-    <span class="hl-attribute">'update'</span> <span class="hl-attribute">installs</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">needed,</span> <span class="hl-attribute">and</span> <span class="hl-attribute">then</span> <span class="hl-attribute">invokes</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Bundle.update()</span> <span class="hl-attribute">operation.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"destroy-action"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"TbundleAction"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Lifecyle</span> <span class="hl-attribute">action</span> <span class="hl-attribute">to</span> <span class="hl-attribute">drive</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle.</span> <span class="hl-attribute">'start'</span> <span class="hl-attribute">starts</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle,</span> <span class="hl-attribute">installing</span> <span class="hl-attribute">if</span> <span class="hl-attribute">necessary.</span>
-    <span class="hl-attribute">'stop'</span> <span class="hl-attribute">stops</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> <span class="hl-attribute">currently</span> <span class="hl-attribute">ACTIVE.</span> <span class="hl-attribute">'install'</span> <span class="hl-attribute">installs</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">it</span> <span class="hl-attribute">is</span> 
-    <span class="hl-attribute">currently</span> <span class="hl-attribute">uninstalled.</span> <span class="hl-attribute">'uninstall'</span> <span class="hl-attribute">stops</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">needed,</span> <span class="hl-attribute">and</span> <span class="hl-attribute">then</span> <span class="hl-attribute">uninstalls</span> <span class="hl-attribute">it.</span>
-    <span class="hl-attribute">'update'</span> <span class="hl-attribute">installs</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle</span> <span class="hl-attribute">if</span> <span class="hl-attribute">needed,</span> <span class="hl-attribute">and</span> <span class="hl-attribute">then</span> <span class="hl-attribute">invokes</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Bundle.update()</span> <span class="hl-attribute">operation.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-                <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"start-level"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:int"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"0"</span>&gt;
-                	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-                		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Start</span> <span class="hl-attribute">level</span> <span class="hl-attribute">to</span> <span class="hl-attribute">set</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bundle.</span>
-                		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-                	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-                <span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-            <span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-        <span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-
-    <span class="hl-attribute">&lt;xsd:simpleType</span> <span class="hl-attribute">name</span>=<span class="hl-value">"TbundleAction"</span>&gt;
-        &lt;<span class="hl-tag">xsd:restriction</span> <span class="hl-attribute">base</span>=<span class="hl-value">"xsd:NMTOKEN"</span>&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"start"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"stop"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"install"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"uninstall"</span>/&gt;
-            &lt;<span class="hl-tag">xsd:enumeration</span> <span class="hl-attribute">value</span>=<span class="hl-value">"update"</span>/&gt;
-        &lt;<span class="hl-tag">/xsd:restriction</span>&gt;
-    &lt;<span class="hl-tag">/xsd:simpleType</span>&gt;
-
-&lt;<span class="hl-tag">/xsd:schema</span>&gt;
-    </pre><p>Gemini Blueprint Compendium Schema</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8" standalone="no"?</span>&gt;
-
-&lt;<span class="hl-tag">xsd:schema</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"</span>
-            <span class="hl-attribute">xmlns:xsd</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema"</span>
-            <span class="hl-attribute">xmlns:beans</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-            <span class="hl-attribute">xmlns:osgi</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint"</span>
-            <span class="hl-attribute">xmlns:tool</span>=<span class="hl-value">"http://www.springframework.org/schema/tool"</span>
-            <span class="hl-attribute">targetNamespace</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"</span>
-            <span class="hl-attribute">elementFormDefault</span>=<span class="hl-value">"qualified"</span>
-            <span class="hl-attribute">attributeFormDefault</span>=<span class="hl-value">"unqualified"</span>
-            <span class="hl-attribute">version</span>=<span class="hl-value">"1.0.0"</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.w3.org/XML/1998/namespace"</span>/&gt;
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>/&gt;
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.springframework.org/schema/tool"</span>/&gt;
-    &lt;<span class="hl-tag">xsd:import</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint"</span> 
-    	<span class="hl-attribute">schemaLocation</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd"</span>/&gt; 
-    
-
-    &lt;<span class="hl-tag">xsd:annotation</span>&gt;
-        &lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Namespace</span> <span class="hl-attribute">support</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">compendium</span> <span class="hl-attribute">services</span> <span class="hl-attribute">provided</span> <span class="hl-attribute">by</span> <span class="hl-attribute">Eclipse</span> <span class="hl-attribute">Gemini</span> <span class="hl-attribute">Blueprint.</span>
-        <span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-
-	<span class="hl-attribute">&lt;!--</span> <span class="hl-attribute">internal</span> <span class="hl-attribute">reusable</span> <span class="hl-attribute">type</span> <span class="hl-attribute">--&gt;</span>
-	<span class="hl-attribute">&lt;xsd:attributeGroup</span> <span class="hl-attribute">name</span>=<span class="hl-value">"updateAttributes"</span>&gt;
-		&lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"autowire-on-update"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"false"</span>&gt;
-			&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-				&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Whether</span> <span class="hl-attribute">or</span> <span class="hl-attribute">not</span> <span class="hl-attribute">the</span> <span class="hl-attribute">container</span> <span class="hl-attribute">should</span> <span class="hl-attribute">autowire</span> <span class="hl-attribute">the</span> <span class="hl-attribute">target</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">everytime</span> <span class="hl-attribute">an</span> <span class="hl-attribute">update</span> <span class="hl-attribute">occurs.</span>
-	<span class="hl-attribute">When</span> <span class="hl-attribute">'true'</span> <span class="hl-attribute">is</span> <span class="hl-attribute">specified,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">container</span> <span class="hl-attribute">will</span> <span class="hl-attribute">perform</span> <span class="hl-attribute">autowire</span> <span class="hl-attribute">(by</span> <span class="hl-attribute">name)</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">instance</span> <span class="hl-attribute">with</span> <span class="hl-attribute">the</span>
-	<span class="hl-attribute">newly</span> <span class="hl-attribute">set</span> <span class="hl-attribute">properties.</span> <span class="hl-attribute">In</span> <span class="hl-attribute">case</span> <span class="hl-attribute">'update-method'</span> <span class="hl-attribute">attribute</span> <span class="hl-attribute">is</span> <span class="hl-attribute">used</span> <span class="hl-attribute">as</span> <span class="hl-attribute">well,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">autowiring</span> <span class="hl-attribute">process</span> <span class="hl-attribute">will</span>
-	<span class="hl-attribute">take</span> <span class="hl-attribute">precedence.</span>
-				<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-		<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-		<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"update-method"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"optional"</span>&gt;
-			&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-				&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">update-method</span> <span class="hl-attribute">to</span> <span class="hl-attribute">invoke</span> <span class="hl-attribute">whenever</span> <span class="hl-attribute">an</span> <span class="hl-attribute">update</span> <span class="hl-attribute">occurs</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">configuration</span> <span class="hl-attribute">data.</span> <span class="hl-attribute">Allows</span> <span class="hl-attribute">the</span> <span class="hl-attribute">target</span>
-	<span class="hl-attribute">bean</span> <span class="hl-attribute">to</span> <span class="hl-attribute">process</span> <span class="hl-attribute">the</span> <span class="hl-attribute">update</span> <span class="hl-attribute">information</span> <span class="hl-attribute">itself.</span> <span class="hl-attribute">In</span> <span class="hl-attribute">case</span> <span class="hl-attribute">'autowire-on-update'</span> <span class="hl-attribute">is</span> <span class="hl-attribute">also</span> <span class="hl-attribute">used,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">'update-method'</span>
-	<span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">invoked</span> <span class="hl-attribute">after</span> <span class="hl-attribute">the</span> <span class="hl-attribute">autowiring</span> <span class="hl-attribute">takes</span> <span class="hl-attribute">place.</span>
-				<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-		<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-	<span class="hl-attribute">&lt;/xsd:attributeGroup&gt;</span>
-    
-    
-    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"managed-properties"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">based</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">class</span> <span class="hl-attribute">name</span> <span class="hl-attribute">and</span> <span class="hl-attribute">configuration,</span> <span class="hl-attribute">with</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">autowired-by-name</span> 
-    <span class="hl-attribute">based</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">configuration</span> <span class="hl-attribute">stored</span> <span class="hl-attribute">under</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">persistent</span> <span class="hl-attribute">id.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-    	<span class="hl-attribute">&lt;xsd:complexType&gt;</span>
-		    <span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"persistent-id"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"required"</span>&gt;
-				&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-					&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">persistent-id</span> <span class="hl-attribute">under</span> <span class="hl-attribute">which</span> <span class="hl-attribute">the</span> <span class="hl-attribute">configuration</span> <span class="hl-attribute">for</span> <span class="hl-attribute">this</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">is</span> <span class="hl-attribute">stored</span> <span class="hl-attribute">in</span> 
-	<span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service.</span>
-					<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-				<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-			<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-	       	<span class="hl-attribute">&lt;xsd:attributeGroup</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"updateAttributes"</span>/&gt;
-		&lt;<span class="hl-tag">/xsd:complexType</span>&gt;
-	&lt;<span class="hl-tag">/xsd:element</span>&gt;
-	
-    &lt;<span class="hl-comment">!--  managed-service-factory --</span>&gt;
-
-    &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"managed-service-factory"</span>&gt;
-       	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">collection</span> <span class="hl-attribute">of</span> <span class="hl-attribute">beans</span> <span class="hl-attribute">based</span> <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">class</span> <span class="hl-attribute">name,</span> <span class="hl-attribute">with</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">autowired-by-name</span> <span class="hl-attribute">based</span>
-    <span class="hl-attribute">on</span> <span class="hl-attribute">the</span> <span class="hl-attribute">configuration</span> <span class="hl-attribute">sets</span> <span class="hl-attribute">stored</span> <span class="hl-attribute">under</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">factory</span> <span class="hl-attribute">persistent</span> <span class="hl-attribute">id.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-        <span class="hl-attribute">&lt;xsd:complexType&gt;</span>
-        	<span class="hl-attribute">&lt;xsd:complexContent&gt;</span>
-	            <span class="hl-attribute">&lt;xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"osgi:TbaseService"</span>&gt;
-	            	&lt;<span class="hl-tag">xsd:sequence</span>&gt;
-	                    &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"interfaces"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"beans:listOrSetType"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>&gt;
-	                    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-	                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">The</span> <span class="hl-attribute">set</span> <span class="hl-attribute">of</span> <span class="hl-attribute">service</span> <span class="hl-attribute">interfaces</span> <span class="hl-attribute">to</span> <span class="hl-attribute">advertise</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-	                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-	                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-	                    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-	                    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"registration-listener"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"osgi:TserviceRegistrationListener"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"unbounded"</span>&gt;
-	                    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-	                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Defines</span> <span class="hl-attribute">a</span> <span class="hl-attribute">listener</span> <span class="hl-attribute">that</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">notified</span> <span class="hl-attribute">when</span> <span class="hl-attribute">this</span> <span class="hl-attribute">service</span> <span class="hl-attribute">is</span> <span class="hl-attribute">registered</span> <span class="hl-attribute">or</span> <span class="hl-attribute">unregistered</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span>
-    <span class="hl-attribute">OSGi</span> <span class="hl-attribute">service</span> <span class="hl-attribute">registry.</span>
-	                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-	                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-	                	<span class="hl-attribute">&lt;/xsd:element&gt;</span>
-	                    <span class="hl-attribute">&lt;xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"service-properties"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"osgi:TserviceProperties"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"0"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span>/&gt;
-		            	&lt;<span class="hl-comment">!-- the bean definition template --</span>&gt;
-	                    &lt;<span class="hl-tag">xsd:any</span> <span class="hl-attribute">namespace</span>=<span class="hl-value">"##other"</span> <span class="hl-attribute">minOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">maxOccurs</span>=<span class="hl-value">"1"</span> <span class="hl-attribute">processContents</span>=<span class="hl-value">"skip"</span>&gt;
-	   				       	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-	                    		&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Defines</span> <span class="hl-attribute">the</span> <span class="hl-attribute">service</span> <span class="hl-attribute">definition</span> <span class="hl-attribute">template.</span>
-	                    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-	                    	<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-	                    <span class="hl-attribute">&lt;/xsd:any&gt;</span>
-		           	<span class="hl-attribute">&lt;/xsd:sequence&gt;</span>
-		           	<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"factory-pid"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"required"</span>&gt;
-						&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-							&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">persistent-id</span> <span class="hl-attribute">under</span> <span class="hl-attribute">which</span> <span class="hl-attribute">the</span> <span class="hl-attribute">configuration</span> <span class="hl-attribute">for</span> <span class="hl-attribute">this</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">is</span> <span class="hl-attribute">stored</span> <span class="hl-attribute">in</span> 
-	<span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service.</span>
-							<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-						<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-					<span class="hl-attribute">&lt;xsd:attributeGroup</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"updateAttributes"</span>/&gt;
-				&lt;<span class="hl-tag">/xsd:extension</span>&gt;
-			&lt;<span class="hl-tag">/xsd:complexContent</span>&gt;
-		&lt;<span class="hl-tag">/xsd:complexType</span>&gt;
-	&lt;<span class="hl-tag">/xsd:element</span>&gt;
-	
-    
-    &lt;<span class="hl-comment">!-- cm-properties --</span>&gt;
-    &lt;<span class="hl-tag">xsd:element</span> <span class="hl-attribute">name</span>=<span class="hl-value">"cm-properties"</span>&gt;
-    	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-    		&lt;<span class="hl-tag">xsd:documentation</span> <span class="hl-attribute">source</span>=<span class="hl-value">"java:org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean"</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-    <span class="hl-attribute">Exposes</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">found</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service</span> <span class="hl-attribute">under</span> <span class="hl-attribute">the</span> <span class="hl-attribute">given</span> <span class="hl-attribute">persistent</span> <span class="hl-attribute">id.</span>
-    		<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-			<span class="hl-attribute">&lt;xsd:appinfo&gt;</span>
-				<span class="hl-attribute">&lt;tool:annotation&gt;</span>
-					<span class="hl-attribute">&lt;tool:exports</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.util.Properties"</span>/&gt;
-				&lt;<span class="hl-tag">/tool:annotation</span>&gt;
-			&lt;<span class="hl-tag">/xsd:appinfo</span>&gt;
-    	&lt;<span class="hl-tag">/xsd:annotation</span>&gt;
-    	&lt;<span class="hl-tag">xsd:complexType</span>&gt;
-	    	&lt;<span class="hl-tag">xsd:complexContent</span>&gt;
-	    		&lt;<span class="hl-tag">xsd:extension</span> <span class="hl-attribute">base</span>=<span class="hl-value">"beans:propsType"</span>&gt;
-	    			&lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"id"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:ID"</span>/&gt;
-	    		    &lt;<span class="hl-tag">xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"persistent-id"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:string"</span> <span class="hl-attribute">use</span>=<span class="hl-value">"required"</span>&gt;
-			        	&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-	        				&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">The</span> <span class="hl-attribute">persistent</span> <span class="hl-attribute">id</span> <span class="hl-attribute">under</span> <span class="hl-attribute">which</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">reside.</span>
-	        				<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-	        			<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-	        		<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-					<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"local-override"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"false"</span>&gt;
-						&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-							&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Specifies</span> <span class="hl-attribute">whether</span> <span class="hl-attribute">local</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">override</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">from</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service.</span>
-	<span class="hl-attribute">Default</span> <span class="hl-attribute">is</span> <span class="hl-attribute">"false":</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">from</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service</span> <span class="hl-attribute">override</span> <span class="hl-attribute">local</span> <span class="hl-attribute">defaults.</span>
-	<span class="hl-attribute">If</span> <span class="hl-attribute">set</span> <span class="hl-attribute">to</span> <span class="hl-attribute">"true",</span> <span class="hl-attribute">local</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">will</span> <span class="hl-attribute">override</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">from</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service.</span>
-							<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-						<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-					<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"dynamic"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"false"</span>&gt;
-						&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-							&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Specifies</span> <span class="hl-attribute">whether</span> <span class="hl-attribute">changes</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">reflected</span> <span class="hl-attribute">by</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties.</span>
-	<span class="hl-attribute">Default</span> <span class="hl-attribute">is</span> <span class="hl-attribute">"false":</span> <span class="hl-attribute">once</span> <span class="hl-attribute">resolved</span> <span class="hl-attribute">from</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin,</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">will</span> <span class="hl-attribute">not</span> <span class="hl-attribute">change.</span>
-	<span class="hl-attribute">If</span> <span class="hl-attribute">set</span> <span class="hl-attribute">to</span> <span class="hl-attribute">"true",</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">object</span> <span class="hl-attribute">content</span> <span class="hl-attribute">will</span> <span class="hl-attribute">update</span> <span class="hl-attribute">accordingly</span> <span class="hl-attribute">(after</span> <span class="hl-attribute">initialization)</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">changes</span> <span class="hl-attribute">in</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin.</span>
-							<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-						<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-					<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"init-lazy"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:boolean"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"true"</span>&gt;
-						&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-							&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Specifies</span> <span class="hl-attribute">whether</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">reflecting</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">service</span> <span class="hl-attribute">entry</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">initialized</span> <span class="hl-attribute">lazy</span> <span class="hl-attribute">or</span> <span class="hl-attribute">not.</span>
-	<span class="hl-attribute">Default</span> <span class="hl-attribute">is</span> <span class="hl-attribute">"true":</span> <span class="hl-attribute">meaning</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">initialized</span> <span class="hl-attribute">just</span> <span class="hl-attribute">before</span> <span class="hl-attribute">being</span> <span class="hl-attribute">requested</span> <span class="hl-attribute">(from</span> <span class="hl-attribute">the</span> <span class="hl-attribute">factory)</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">first</span> <span class="hl-attribute">time.</span> <span class="hl-attribute">This</span> <span class="hl-attribute">is</span>
-	<span class="hl-attribute">the</span> <span class="hl-attribute">common</span> <span class="hl-attribute">case</span> <span class="hl-attribute">as</span> <span class="hl-attribute">it</span> <span class="hl-attribute">allows</span> <span class="hl-attribute">the</span> <span class="hl-attribute">most</span> <span class="hl-attribute">recent</span> <span class="hl-attribute">entry</span> <span class="hl-attribute">to</span> <span class="hl-attribute">be</span> <span class="hl-attribute">used.</span>
-	<span class="hl-attribute">If</span> <span class="hl-attribute">set</span> <span class="hl-attribute">to</span> <span class="hl-attribute">"false",</span> <span class="hl-attribute">the</span> <span class="hl-attribute">properties</span> <span class="hl-attribute">object</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">initialized</span> <span class="hl-attribute">at</span> <span class="hl-attribute">startup,</span> <span class="hl-attribute">along</span> <span class="hl-attribute">with</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">factory.</span>
-							<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-						<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-					<span class="hl-attribute">&lt;xsd:attribute</span> <span class="hl-attribute">name</span>=<span class="hl-value">"init-timeout"</span> <span class="hl-attribute">type</span>=<span class="hl-value">"xsd:nonNegativeInteger"</span> <span class="hl-attribute">default</span>=<span class="hl-value">"0"</span>&gt;
-						&lt;<span class="hl-tag">xsd:annotation</span>&gt;
-							&lt;<span class="hl-tag">xsd:documentation</span>&gt;&lt;<span class="hl-tag">![CDATA[</span>
-	<span class="hl-attribute">Specifies</span> <span class="hl-attribute">the</span> <span class="hl-attribute">amount</span> <span class="hl-attribute">of</span> <span class="hl-attribute">time</span> <span class="hl-attribute">(in</span> <span class="hl-attribute">milliseconds)</span> <span class="hl-attribute">the</span> <span class="hl-attribute">bean</span> <span class="hl-attribute">factory</span> <span class="hl-attribute">will</span> <span class="hl-attribute">wait</span> <span class="hl-attribute">for</span> <span class="hl-attribute">the</span> <span class="hl-attribute">Configuration</span> <span class="hl-attribute">Admin</span> <span class="hl-attribute">entry</span> <span class="hl-attribute">to</span>
-	<span class="hl-attribute">be</span> <span class="hl-attribute">initialized</span> <span class="hl-attribute">(return</span> <span class="hl-attribute">a</span> <span class="hl-attribute">non-null</span> <span class="hl-attribute">value).</span> <span class="hl-attribute">If</span> <span class="hl-attribute">the</span> <span class="hl-attribute">entry</span> <span class="hl-attribute">is</span> <span class="hl-attribute">not</span> <span class="hl-attribute">null</span> <span class="hl-attribute">at</span> <span class="hl-attribute">startup,</span> <span class="hl-attribute">no</span> <span class="hl-attribute">waiting</span> <span class="hl-attribute">will</span> <span class="hl-attribute">be</span> <span class="hl-attribute">performed.</span>
-	<span class="hl-attribute">Similar</span> <span class="hl-attribute">to</span> <span class="hl-attribute">the</span> <span class="hl-attribute">other</span> <span class="hl-attribute">timeout</span> <span class="hl-attribute">options,</span> <span class="hl-attribute">a</span> <span class="hl-attribute">value</span> <span class="hl-attribute">of</span> <span class="hl-attribute">'0'</span> <span class="hl-attribute">means</span> <span class="hl-attribute">no</span> <span class="hl-attribute">waiting.</span> <span class="hl-attribute">By</span> <span class="hl-attribute">default,</span> <span class="hl-attribute">no</span> <span class="hl-attribute">waiting</span> <span class="hl-attribute">(0)</span> <span class="hl-attribute">is</span> <span class="hl-attribute">performed.</span>
-							<span class="hl-attribute">]]&gt;&lt;/xsd:documentation&gt;</span>
-						<span class="hl-attribute">&lt;/xsd:annotation&gt;</span>
-					<span class="hl-attribute">&lt;/xsd:attribute&gt;</span>
-	    		<span class="hl-attribute">&lt;/xsd:extension&gt;</span>
-	    	<span class="hl-attribute">&lt;/xsd:complexContent&gt;</span>
-    	<span class="hl-attribute">&lt;/xsd:complexType&gt;</span>
-    <span class="hl-attribute">&lt;/xsd:element&gt;</span>
-<span class="hl-attribute">&lt;/xsd:schema&gt;</span>
-    </pre></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendix-osgi-repo.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-ack.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;G.&nbsp;Acknowledgments</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-security.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-security.html
deleted file mode 100644
index c06842d..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-security.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;A.&nbsp;Security Integration</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="next" href="appendix-pde-integration.html" title="Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-security"></a>Appendix&nbsp;A.&nbsp;Security Integration</h2></div></div></div><p>Since Spring DM 1.2.0, Gemini Blueprint integrates with Java 2 <a href="">security</a>. 
-    Namely Gemini Blueprint uses <a href="">privileged blocks</a> for executing security 
-    sensitive operations using its own permissions. 
-    </p><p>Being a framework, Gemini Blueprint needs to introspect bundles to determine their content and configuration. In general, it is recommended to grant
-    <code class="classname">java.security.AllPermission</code> to Gemini Blueprint bundles. For those that would like to restrict the properties, below you can find a list
-    of permissions that are needed for Gemini Blueprint to work properly. However, we <span class="emphasis"><em>strongly</em></span> recommend to test whether the permissions are needed or
-    not for your environment since the minimum number depends heavily on what parts of the framework are used. 
-    </p><div class="table"><a name="spring-dm-permission-table"></a><p class="title"><b>Table&nbsp;A.1.&nbsp;Gemini Blueprint Permission Table</b></p><div class="table-contents"><table summary="Gemini Blueprint Permission Table" width="100%" border="1"><colgroup><col><col><col><col></colgroup><thead><tr><th>Permission</th><th>Target</th><th>Action</th><th>Usage</th></tr></thead><tbody><tr><td><code class="classname">java.io.FilePermission</code></td><td><span class="emphasis"><em>depends</em></span>, &lt;&lt;ALL FILES&gt;&gt; recommended</td><td>read/write</td><td>Required by the logging system and web extender for installing the wars and JSP taglibs</td></tr><tr><td><code class="classname">java.lang.RuntimePermission</code></td><td>*</td><td>accessDeclaredMembers</td><td>Used in some cases for reflection (such as accessing the <code class="interfacename">BundleContext</code> from a 
-              	given <code class="interfacename">Bundle</code> (on	R4.0 platforms).</td></tr><tr><td><code class="classname">java.lang.reflect.ReflectPermission</code></td><td>*</td><td>suppressAccessChecks</td><td>Used for accessing (through reflection) non-public methods or fields internally.</td></tr><tr><td><code class="classname">java.util.PropertyPermission</code></td><td>*</td><td>read,write</td><td>In use by the testing framework mainy. Useful for reading the environment, including OSGi properties.</td></tr><tr><td><code class="classname">org.osgi.framework.AdminPermission</code></td><td>*</td><td>class, execute, listener, metadata, resolve, resource</td><td>Used by the extender to listen read the content of started bundles.</td></tr><tr><td><code class="classname">org.osgi.framework.BundlePermission</code></td><td>*</td><td>HOST</td><td>Useful when attaching a custom configuration (as fragment) to the extender/web extender.</td></tr><tr><td><code class="classname">org.osgi.framework.PackagePermission</code></td><td>*</td><td>EXPORT, IMPORT</td><td>Basic permission used for importing and exporting the Gemini Blueprint bundles content.</td></tr><tr><td><code class="classname">org.osgi.framework.ServicePermission</code></td><td>*</td><td>get,register</td><td>Used for publishing and lookup of Gemini Blueprint internal services (such as the Spring namespace handlers/resolvers).</td></tr></tbody></table></div></div><br class="table-break"><p>Note that as of Gemini Blueprint 1.0, the extender will use the target bundle permissions for all actions executed on its behalf. That is, loading of
-    classes, publishing the services, importing packages or the method invocations are executed using the bundle credentials just as if the user bundle
-    would </p><p>As a general recommendation, for security sensible environments, to determine the minimum number of permissions start with a basic set of bundles 
-    and no permissions. This way, on each run, one can find out what permissions are needed and by whom and tweak the system accordingly.</p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendixes.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-pde-integration.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part&nbsp;IV.&nbsp;Appendixes&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-tips.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-tips.html
deleted file mode 100644
index a4b5e30..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendix-tips.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Appendix&nbsp;C.&nbsp;Useful OSGi tips</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"><link rel="prev" href="appendix-pde-integration.html" title="Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration"><link rel="next" href="appendix-roadmap.html" title="Appendix&nbsp;D.&nbsp;Roadmap"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="appendix-tips"></a>Appendix&nbsp;C.&nbsp;Useful OSGi tips</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="appendix-tips:fragments"></a>C.1.&nbsp;OSGi Fragments</h2></div></div></div><div class="sidebar"><p class="title"><b>Check the target OSGi platform fragment support</b></p><p>Before using fragments, make sure the target OSGi environment supports them (and to what degree). Out of the OSGi platforms on
-			which Gemini Blueprint is tested upon, at the time of this writing, Apache Felix does not support fragments (it simply ignores them).</p></div><p>Part of the OSGi R4 release, <span class="emphasis"><em>fragments</em></span> are a very useful and powerful feature. A fragment is 
-		&#8220;<span class="quote">a bundle that is <span class="emphasis"><em>attached</em></span> to a <span class="emphasis"><em>host bundle</em></span></span>&#8221;, adding content to the target bundle. 
-		A fragment cannot have its own class loader nor a bundle activator and cannot override the information already present in the host. 
-		In short, through fragments, bundles can be extender with resources, classes and even manifest entries. To quote the spec again, 
-		a &#8220;<span class="quote">...key use case for fragments is providing translation files for different locales. This allows the translation files to be 
-		treated and shipped independently from the main application bundle.</span>&#8221;</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">For a full description on fragments, please see the OSGi specification, section 3.14.</td></tr></table></div><p>In Gemini Blueprint, fragments are useful for configuring various components such as the extenders. To do that, simply bundle the resources as you
-		normally would and add an extra entry to the bundle manifest:</p><pre class="programlisting">Fragment-Host: &lt;host bundle symbolic name&gt;</pre><p>This line indicates that the containing bundle is a fragment and that it should be attached to the host specified by a symbolic name. The fragment
-		and host bundle symbolic name should be different. For example, to attach a fragment (with extra configuration) the Gemini Blueprint extender, one could use
-		the following manifest:</p><div class="programlistingco"><pre class="programlisting">Manifest-Version: 1.0                                                                    <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-Bundle-ManifestVersion: 2                                                                <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-Fragment-Host: org.eclipse.gemini.blueprint.extender                                     <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-Bundle-SymbolicName: org.mydomain.project.fragment                                       <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-Bundle-Name: my-fragment                                                                 <span class="co"><img src="images/callouts/5.png" alt="(5)"></span>
-Bundle-Description: Fragment attached to Gemini Blueprint extender                       <span class="co"><img src="images/callouts/6.png" alt="(6)"></span>
-</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Manifest version.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>OSGi bundle version. A value of <code class="literal">1</code> (which is also the default) indicates an OSGi Release 3 bundle so it's best to 
-            specify <code class="literal">2</code> to indicate an OSGi Release 4 bundle.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>The symbolic name of the bundle to which this fragment should be attached to. In this case, the value 
-         	<code class="literal">org.eclipse.gemini.blueprint.extender</code> points to the <code class="literal">spring-osgi-extender.jar</code>.
-         	<code class="literal">Fragment-Host</code> is the <span class="emphasis"><em>key</em></span> entry which tells the OSGi platform that the containing bundle is a of a 
-         	special kind - it's a fragment.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>The fragment symbolic name.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/5.png" alt="5" border="0"></td><td valign="top" align="left"><p>The bundle name - an optional yet useful header.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/6.png" alt="6" border="0"></td><td valign="top" align="left"><p>The bundle description - just like the name, this header is useful for humans not for the OSGi platform itself. However, it is
-         	recommended that you define it to help identify the bundle purpose.</p></td></tr></table></div></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">The Manifest entries order does not matter, but they case sensitive.</td></tr></table></div><p>When multiple bundles with the same symbolic names are present, one can add the bundle version to make sure the proper wiring is done:</p><pre class="programlisting">Fragment-Host: org.eclipse.gemini.blueprint.extender;bundle-version=1.1.0</pre><p>The default value for <code class="literal">bundle-version</code> (when it's not specified) is <code class="literal">[0.0.0,&#8734;)</code></p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="appendix-pde-integration.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-roadmap.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;D.&nbsp;Roadmap</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendixes.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/appendixes.html
deleted file mode 100644
index d2d67c1..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/appendixes.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Part&nbsp;IV.&nbsp;Appendixes</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="prev" href="links.html" title="Chapter&nbsp;13.&nbsp;Useful Links"><link rel="next" href="appendix-security.html" title="Appendix&nbsp;A.&nbsp;Security Integration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="appendixes"></a>Part&nbsp;IV.&nbsp;Appendixes</h1></div></div></div><div class="partintro" lang="en"><div><div><div><h1 class="title"><a name="d18e6180"></a>Document structure</h1></div></div></div><p>
-	  Various appendixes outside the reference documentation.
-      </p><p><a href="appendix-security.html" title="Appendix&nbsp;A.&nbsp;Security Integration">Appendix&nbsp;A, <i xmlns:xlink="http://www.w3.org/1999/xlink">Security Integration</i></a> provides information on how to run Gemini Blueprint 
-      in an OSGi environment with a <code class="classname">SecurityManager</code> enabled 
-      (Java 2 Security activated).
-      </p><p><a href="appendix-pde-integration.html" title="Appendix&nbsp;B.&nbsp;Eclipse Plug-in Development integration">Appendix&nbsp;B, <i xmlns:xlink="http://www.w3.org/1999/xlink">Eclipse Plug-in Development integration</i></a> describes how to integrate Gemini Blueprint
-      with Eclipse Plug-in Development Environment.</p><p><a href="">???</a> describes the Gemini Blueprint Maven 2 archetype
-      usage.</p><p><a href="appendix-tips.html" title="Appendix&nbsp;C.&nbsp;Useful OSGi tips">Appendix&nbsp;C, <i xmlns:xlink="http://www.w3.org/1999/xlink">Useful OSGi tips</i></a> provides some useful OSGi tips, especially
-      meaningful when used along with Gemini Blueprint.</p><p><a href="appendix-roadmap.html" title="Appendix&nbsp;D.&nbsp;Roadmap">Appendix&nbsp;D, <i xmlns:xlink="http://www.w3.org/1999/xlink">Roadmap</i></a> describes some features that are included in
-      the 1.0 distribution but are still considered early-access. The
-      externals of these features may change in future releases. This appendix
-      also discusses other planned features for which no implementation yet
-      exists.</p><p><a href="appendix-osgi-repo.html" title="Appendix&nbsp;E.&nbsp;Gemini Blueprint OSGi Repository">Appendix&nbsp;E, <i xmlns:xlink="http://www.w3.org/1999/xlink">Gemini Blueprint OSGi Repository</i></a> describes the repository used by Gemini Blueprint
-      for its osgi artifacts.</p><p><a href="appendix-schema.html" title="Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema">Appendix&nbsp;F, <i xmlns:xlink="http://www.w3.org/1999/xlink">Gemini Blueprint Schema</i></a> defines the schemas provided by Spring Dynamic
-      Modules.</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="links.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendix-security.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;13.&nbsp;Useful Links&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Appendix&nbsp;A.&nbsp;Security Integration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/blueprint.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/blueprint.html
deleted file mode 100644
index 520296c..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/blueprint.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="next" href="bnd-app-ctx.html" title="Chapter&nbsp;7.&nbsp;Bundles and Application Contexts"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="blueprint"></a>Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container</h2></div></div></div><p>Based on the Gemini Blueprint programming model, the OSGi Alliance introduced in OSGi 4.2 Release
-	the Blueprint Container specification (part of the Compendium Service). Gemini Blueprint 2.0 serves as 
-	the Blueprint Reference <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://en.wikipedia.org/wiki/Reference_implementation" target="_top">Implementation</a>
-	- the official, complete implementation of the spec.
-	</p><p>For this reason, users familiar with Gemini Blueprint, will find Blueprint very familiar and vice versa. 
-	In fact, we recommend that the Blueprint specification is used as a complement to this documentation. It should be
-	mentioned that various aspects of Gemini Blueprint 1.x have been adjusted or slightly changed in 2.0, for consistency reason,
-	to closely follow the Blueprint specification. As a general rule, unless mentioned otherwise, the Gemini Blueprint 2.x and
-	Blueprint behaviour should be the same.</p><p>Existing and new users have the freedom to mix and match the programming model they want, since Eclipse Gemini Blueprint supports 
-	both the Spring DM 1.x declarations and the Blueprint one, inside the same application.
-	That is, one can declare inside the same configuration, beans using both namespaces, at any point, without 
-	having to make an up-front choice.</p><p>Please note that this documentation will focus on Gemini Blueprint specific configurations and option; for Blueprint specific
-	behaviour please refer to the OSGi 4.2 Compendium spec, section 121.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="blueprint:requirements"></a>6.1.&nbsp;Blueprint Requirements</h2></div></div></div><p>The Blueprint Container spec is part of the OSGi 4.2 release and relies on it, in its API. Thus, 
-		in order to use Blueprint, one must use an OSGi 4.2 compatible platform as a runtime environment. Gemini Blueprint itself 
-		requires only an OSGi 4.0 framework so if 4.2 is not an option, one can safely downgrade at the loss of the Blueprint
-		model which can be built on top of Spring/Gemini Blueprint.
-		</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">On environments prior to OSGi 4.2, Gemini Blueprint will disable the Blueprint functionality automatically - users will be notified 
-		through a log message similar to the following:
-
-	    <pre class="screen">Pre-4.2 OSGi platform detected; disabling Blueprint Container functionality</pre></td></tr></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="blueprint:differences"></a>6.2.&nbsp;Blueprint/Gemini Blueprint Differences</h2></div></div></div><p>There are a lot of similarities in terms of functionality and configuration between Gemini Blueprint 1.x and Blueprint which should be 
-		no surprise considering that Spring DM was the basis of the Blueprint spec. In addition to fully supporting the Blueprint configuration schema, 
-		DM 2.x enhanced its declarations by providing option that allow for Blueprint specific behaviour. The table below aggregates the most 
-		important user facing differences between Spring/Gemini Blueprint configurations and Blueprint. Additional comparison information is available
-		throughout the documentation (such as <a href="app-deploy.html#app-deploy:headers:blueprint" title="8.2.&nbsp;Blueprint Manifest Configuration Comparison">Section&nbsp;8.2, &#8220;Blueprint Manifest Configuration Comparison&#8221;</a> or <a href="service-registry.html#service-registry:export:blueprint" title="9.1.10.2.&nbsp;Blueprint service Comparison">Section&nbsp;9.1.10.2, &#8220;Blueprint <code class="literal">service</code> Comparison&#8221;</a>).
-		Again, one can simply switch between the two definition styles, if need be.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="blueprint:differences:xml"></a>6.2.1.&nbsp;XML Declarations</h3></div></div></div><p>Most of the XML declarations are similar between Spring and Blueprint. Using the Spring 
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springsource.org/spring/docs/2.5.x/reference/new-in-2.html#new-in-2-ioc-configuration" target="_top">namespace</a> mechanism, 
-		the same configuration can contain both Spring, Gemini Blueprint, Blueprint and other namespaces. Moreover, custom elements can be used for virtually
-		all elements of a Spring configuration (namespace, bean declaration, decoration, etc...). The table below focuses <span class="emphasis"><em>only</em></span>
-		on the usual, standard Spring namespaces and their Blueprint equivalent.</p><div class="table"><a name="spring-vs-blueprint-xml"></a><p class="title"><b>Table&nbsp;6.1.&nbsp;XML Configuration Differences</b></p><div class="table-contents"><table summary="XML Configuration Differences" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Element/Attribute</th><th>Gemini Blueprint</th><th>Blueprint</th></tr></thead><tbody><tr><td>Namespace Declaration</td><td><p><code class="literal">http://www.springframework.org/schema/beans</code></p> 
-                <p>or <code class="literal">http://www.springframework.org/schema/osgi</code></p></td><td><code class="literal">http://www.osgi.org/xmlns/blueprint/v1.0.0</code></td></tr><tr><td>Root Element</td><td><code class="literal">&lt;beans&gt;</code></td><td><code class="literal">&lt;blueprint&gt;</code></td></tr><tr><td>Default Lazy</td><td><code class="literal">default-lazy</code></td><td><code class="literal">default-activation</code></td></tr><tr><td>Default Init Method</td><td><code class="literal">default-init-method</code></td><td><code class="literal">-</code></td></tr><tr><td>Default Destroy Method</td><td><code class="literal">default-destroy-method</code></td><td><code class="literal">-</code></td></tr><tr><td>Default Autowire Strategy</td><td><code class="literal">default-autowire</code>, <code class="literal">default-autowire-candidates</code></td><td><code class="literal">-</code></td></tr><tr><td>Root Element</td><td><code class="literal">&lt;beans&gt;</code></td><td><code class="literal">&lt;blueprint&gt;</code></td></tr><tr><td>Bean ID</td><td><code class="literal">id</code></td><td><code class="literal">id</code></td></tr><tr><td>Bean Name/Alias</td><td><code class="literal">name</code>/<code class="literal">&lt;alias&gt;</code></td><td><code class="literal">-</code></td></tr><tr><td>Bean Class</td><td><code class="literal">class</code></td><td><code class="literal">class</code></td></tr><tr><td>Bean Scope Name</td><td><code class="literal">scope</code></td><td><code class="literal">scope</code></td></tr><tr><td>Built-in Scopes</td><td><code class="literal">singleton</code>, <code class="literal">prototype</code>, <code class="literal">request</code>, <code class="literal">session</code>, <code class="literal">bundle</code></td><td><code class="literal">singleton</code>, <code class="literal">prototype</code></td></tr><tr><td>Lazy Initialization Name/Values</td><td><code class="literal">lazy-init</code>=<code class="literal">true/false</code></td><td><code class="literal">activation</code>=<code class="literal">lazy/eager</code></td></tr><tr><td>Depends</td><td><code class="literal">depends-on</code></td><td><code class="literal">depends-on</code></td></tr><tr><td>Init Method</td><td><code class="literal">init-method</code></td><td><code class="literal">init-method</code></td></tr><tr><td>Destroy Method</td><td><code class="literal">destroy-method</code></td><td><code class="literal">destroy-method</code></td></tr><tr><td>Factory Method</td><td><code class="literal">factory-method</code></td><td><code class="literal">factory-method</code></td></tr><tr><td>Factory Bean</td><td><code class="literal">factory-bean</code></td><td><code class="literal">factory-ref</code></td></tr><tr><td>Bean Inheritance</td><td><code class="literal">parent</code></td><td><code class="literal">-</code></td></tr><tr><td>Autowire Strategy</td><td><code class="literal">autowire</code>, <code class="literal">autowire-candidate</code></td><td><code class="literal">-</code></td></tr><tr><td>Constructor</td><td><code class="literal">&lt;constructor-arg&gt;</code></td><td><code class="literal">&lt;argument&gt;</code></td></tr><tr><td>Property</td><td><code class="literal">&lt;property&gt;</code></td><td><code class="literal">&lt;property&gt;</code></td></tr><tr><td>Value</td><td><code class="literal">&lt;value&gt;</code></td><td><code class="literal">&lt;value&gt;</code></td></tr><tr><td>Service Exporter</td><td><code class="literal">&lt;service&gt;</code></td><td><code class="literal">&lt;service&gt;</code></td></tr><tr><td>Service Importer</td><td><code class="literal">&lt;reference&gt;/&lt;list&gt;/&lt;set&gt;</code></td><td><code class="literal">&lt;reference&gt;/&lt;list&gt;</code></td></tr></tbody></table></div></div><br class="table-break"><p>The configurations below are equivalent in terms of functionality:</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">blueprint</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.osgi.org/xmlns/blueprint/v1.0.0"</span> <span class="hl-attribute">default-activation</span>=<span class="hl-value">"lazy"</span>&gt;
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"object"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.Object"</span>/&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"length"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.Integer"</span>&gt;
-        &lt;<span class="hl-tag">argument</span> <span class="hl-attribute">value</span>=<span class="hl-value">"4"</span>/&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"buffer"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.StringBuffer"</span> <span class="hl-attribute">depends-on</span>=<span class="hl-value">"simple"</span>&gt;
-    	&lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"length"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"length"</span>/&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"current-time"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.System"</span> <span class="hl-attribute">factory-method</span>=<span class="hl-value">"currentTimeMillis"</span> <span class="hl-attribute">scope</span>=<span class="hl-value">"prototype"</span>/&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"list"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.util.ArrayList"</span> <span class="hl-attribute">destroy-method</span>=<span class="hl-value">"clear"</span> <span class="hl-attribute">activation</span>=<span class="hl-value">"eager"</span>&gt;
-    	&lt;<span class="hl-tag">argument</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"length"</span>/&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-&lt;<span class="hl-tag">/blueprint</span>&gt;</pre><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"</span>
-    <span class="hl-attribute">default-lazy-init</span>=<span class="hl-value">"true"</span>&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"object"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.Object"</span>/&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"length"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.Integer"</span>&gt;
-        &lt;<span class="hl-tag">constructor-arg</span> <span class="hl-attribute">value</span>=<span class="hl-value">"4"</span>/&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"buffer"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.StringBuffer"</span> <span class="hl-attribute">depends-on</span>=<span class="hl-value">"simple"</span>&gt;
-    	&lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"length"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"length"</span>/&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"current-time"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.System"</span> <span class="hl-attribute">factory-method</span>=<span class="hl-value">"currentTimeMillis"</span> <span class="hl-attribute">scope</span>=<span class="hl-value">"prototype"</span>/&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"list"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.util.ArrayList"</span> <span class="hl-attribute">destroy-method</span>=<span class="hl-value">"clear"</span> <span class="hl-attribute">lazy-init</span>=<span class="hl-value">"false"</span>&gt;
-    	&lt;<span class="hl-tag">constructor-arg</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"length"</span>/&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-&lt;<span class="hl-tag">/beans</span>&gt;</pre><p>As mentioned before, in Gemini Blueprint one can mix and match the namespaces:</p><pre class="programlisting">&lt;<span class="hl-tag">beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-	<span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-	<span class="hl-attribute">xmlns:bp</span>=<span class="hl-value">"http://www.osgi.org/xmlns/blueprint/v1.0.0"</span>
-	<span class="hl-attribute">xmlns:p</span>=<span class="hl-value">"http://www.springframework.org/schema/p"</span>
-	<span class="hl-attribute">xmlns:osgi</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi"</span>
-	<span class="hl-attribute">xmlns:task</span>=<span class="hl-value">"http://www.springframework.org/schema/task"</span>
-	<span class="hl-attribute">xmlns:util</span>=<span class="hl-value">"http://www.springframework.org/schema/util"</span>
-	<span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"
-		http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
-		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-		http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd
-		http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd		
-		http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"</span>&gt;
-    
-    &lt;<span class="hl-tag">util:constant</span> <span class="hl-attribute">id</span>=<span class="hl-value">"thread-priority"</span> <span class="hl-attribute">static-field</span>=<span class="hl-value">"java.lang.Thread.MIN_PRIORITY"</span>/&gt;
-    
-    &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"exampleThread"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"java.lang.Thread"</span> <span class="hl-attribute">p:priority-ref</span>=<span class="hl-value">"thread-priority"</span>&gt;
-    	&lt;<span class="hl-tag">constructor-arg</span>&gt;
-    	   &lt;<span class="hl-tag">bp:bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"org.example.SomeRunnable"</span>/&gt;
-    	&lt;<span class="hl-tag">/constructor-arg</span>&gt;
-    &lt;<span class="hl-tag">/bean</span>&gt;
-    
-    &lt;<span class="hl-tag">task:executor</span> <span class="hl-attribute">id</span>=<span class="hl-value">"rangeWithBoundedQueue"</span> <span class="hl-attribute">size</span>=<span class="hl-value">"7-42"</span> <span class="hl-attribute">queue-capacity</span>=<span class="hl-value">"#{ T(java.lang.Math).random() * 30.0 }"</span>/&gt;
-
-    &lt;<span class="hl-tag">bp:reference-list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"cloneableServices"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"java.lang.Cloneable"</span> /&gt;
-&lt;<span class="hl-tag">beans</span>&gt;</pre><p>The example above, uses the Spring <code class="literal">beans</code>, <code class="literal">util</code>, <code class="literal">p</code>, Spring Expression Language (SpEL)
-		and the <code class="literal">task</code> namespace introduced in Spring 3.x, and Gemini Blueprint namespace.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="blueprint:differences:container"></a>6.2.2.&nbsp;Container Capabilities</h3></div></div></div><p>From a container perspective, the Blueprint spec standardizes the a subset of the Spring container. A high-level view comparison, by no 
-		means comprehensive, is summarized in the table below:</p><div class="table"><a name="spring-vs-blueprint-container"></a><p class="title"><b>Table&nbsp;6.2.&nbsp;Container Capabilities Differences</b></p><div class="table-contents"><table summary="Container Capabilities Differences" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Feature</th><th>Gemini Blueprint</th><th>Blueprint</th></tr></thead><tbody><tr><td colspan="3" align="center"><span class="emphasis"><em>Object Instantiation</em></span></td></tr><tr><td>Constructor Instantiation</td><td>Y</td><td>Y</td></tr><tr><td>Static Factory Instantiation</td><td>Y</td><td>Y</td></tr><tr><td>Instance Factory Instantiation</td><td>Y</td><td>Y</td></tr><tr><td colspan="3" align="center"><span class="emphasis"><em>Dependency Injection</em></span></td></tr><tr><td>Constructor Injection</td><td>Y</td><td>Y</td></tr><tr><td>Setter Injection</td><td>Y</td><td>Y</td></tr><tr><td>Field Injection</td><td>Y</td><td>N</td></tr><tr><td>Method Injection</td><td>Y</td><td>N</td></tr><tr><td>Arbitrary Method Injection</td><td>Y</td><td>N</td></tr><tr><td>Autowiring</td><td>Y</td><td>N</td></tr><tr><td colspan="3" align="center"><span class="emphasis"><em>Component Lifecycle</em></span></td></tr><tr><td>Lazy Initialization</td><td>Y</td><td>Y</td></tr><tr><td>Bean Scopes</td><td>Y</td><td>Y</td></tr><tr><td>Custom Bean Scopes</td><td>Y</td><td>N</td></tr><tr><td>Built-in Callbacks</td><td>Y</td><td>N</td></tr><tr><td>Custom Callbacks</td><td>Y</td><td>Y</td></tr><tr><td>Initialization Processing</td><td>Y</td><td>N</td></tr></tbody></table></div></div><br class="table-break"><p>As with the XML configuration, since Gemini Blueprint translates the Blueprint configuration into Spring metadata, one can rely on Spring for features
-		beyond the Blueprint container. For example, one can configure a bean using Blueprint and use annotation on the same instance, for field injection. 
-		The same object can implement Spring's <code class="literal">Aware</code> interfaces or rely on other post processors for certain behaviour.</p></div><p>Note that additional information on Blueprint is available through out the documentation.	These being said, it is highly recommended to read 
-		and use the Blueprint specification as guidance, if the Blueprint Container becomes	the programming model of choice.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="blueprint:using"></a>6.3.&nbsp;Using Blueprint</h2></div></div></div><p>There are no extra jars or steps that need to be executed to <span class="emphasis"><em>enable</em></span> the Blueprint functionality in Gemini Blueprint. 
-		This is built directly into the core, in fact the Blueprint APIs are exported by the Gemini Blueprint core. Please see the next section for 
-		information on how to install Gemini Blueprint and the OSGi compendium spec (section 121) for Blueprint related information such as bootstrapping
-		and configuration locations. For those in a hurry, simply install and start the Gemini Blueprint jars (io, core, extender) and their dependencies
-		(namely Spring and slf4j) and you should be all set: Gemini Blueprint will automatically detect the running environment and the types of bundles started.
-		</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="reference.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="bnd-app-ctx.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part&nbsp;II.&nbsp;Reference Documentation&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;7.&nbsp;Bundles and Application Contexts</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/bnd-app-ctx.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/bnd-app-ctx.html
deleted file mode 100644
index 843f4ca..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/bnd-app-ctx.html
+++ /dev/null
@@ -1,207 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;7.&nbsp;Bundles and Application Contexts</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="blueprint.html" title="Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container"><link rel="next" href="app-deploy.html" title="Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="bnd-app-ctx"></a>Chapter&nbsp;7.&nbsp;Bundles and Application Contexts</h2></div></div></div><p>The unit of deployment (and modularity) in OSGi is the <span class="emphasis"><em>bundle</em></span> (see
-    section 3.2 of the OSGi Service Platform Core Specification). A bundle
-    known to the OSGi runtime is in one of three steady states: installed,
-    resolved, or active. Bundles may export services (objects) to the OSGi
-    service registry, and by so doing make these services available for other
-    bundles to discover and to use. Bundles may also export Java packages,
-    enabling other bundles to import the exported types.</p><p>In Spring the primary unit of modularity is an <span class="emphasis"><em>application context</em></span>,
-    which contains some number of beans (objects managed by the Spring
-    application context). Application contexts can be configured in a
-    hierarchy such that a child application context can see beans defined in a
-    parent, but not vice-versa. The Spring concepts of exporters and factory
-    beans are used to export references to beans to clients outside of the
-    application context, and to inject references to services that are defined
-    outside of the application context.</p><p>There is a natural affinity between an OSGi bundle and a Spring
-    application context. Using Gemini Blueprint, an active bundle may
-    contain a Spring application context, responsible for the instantiation,
-    configuration, assembly, and decoration of the objects (beans) within the
-    bundle. Some of these beans may optionally be exported as OSGi services
-    and thus made available to other bundles; beans within the bundle may also
-    be transparently injected with references to OSGi services.</p><p>This chapter describes the lifecycle relationship between bundles and their 
-    application contexts, as imposed by Gemini Blueprint based on the events occurring at runtime,
-    inside an OSGi environment.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:extender"></a>7.1.&nbsp;The Gemini Blueprint Extender Bundle</h2></div></div></div><div class="sidebar"><a name="extender-pattern"></a><p class="title"><b>Extender Pattern</b></p><p>A common pattern in OSGi applications is the <span class="emphasis"><em>extender</em></span>, that 
-		(quoting <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.aqute.biz/Blog/HomePage" target="_top">Peter Kriens</a>, 
-		OSGi Technical Director), &#8220;<span class="quote">allows other bundles to extend the functionality in a specific domain</span>&#8221;.
-		See <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/blog/2007/02/osgi-extender-model.html" target="_top">this</a> OSGi Alliance blog
-		entry for an in-depth explanation.
-		</p></div><p>The component responsible for detecting the <span class="emphasis"><em>Spring-powered bundles</em></span> and instantiating 
-      their application context is the Gemini Blueprint <span class="emphasis"><em>extender</em></span>. It serves the same purpose as the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/webintegration.html" target="_top">ContextLoaderListener</a>
-      does for Spring web applications. Once the extender bundle is installed
-      and started it looks for any existing Spring-powered bundles that are
-      already in the <span class="emphasis"><em>ACTIVE</em></span> state and creates application contexts on their
-      behalf. In addition, it listens for bundle starting events and
-      automatically creates an application context for any Spring-powered
-      bundle that is subsequently started. <a href="app-deploy.html#app-deploy:headers" title="8.1.&nbsp;Bundle Format And Manifest Headers">Section&nbsp;8.1, &#8220;Bundle Format And Manifest Headers&#8221;</a>
-      describes what the extender recognizes as a "Spring-powered bundle" while 
-      <a href="app-deploy.html#app-deploy:extender-configuration" title="8.3.&nbsp;Extender Configuration Options">Section&nbsp;8.3, &#8220;Extender Configuration Options&#8221;</a> how the extender can be configured.
-      The extender monitors the lifecycle of the bundle it manages and will destroy automatically the contexts for bundles
-      that are stopped. When the extender bundle itself is stopped, it will automatically close all the contexts that it manages,
-      based on the service dependency between them.
-      The extender bundle symbolic name is <code class="literal">org.eclipse.gemini.blueprint.extender</code>. </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:app-creation"></a>7.2.&nbsp;Application Context Creation</h2></div></div></div><p>Once started, the extender analyses the existing started bundles and monitors any new bundle that will start. Once a
-      Blueprint or Gemini Blueprint configuration is detected, the extender will create an application context for it in an asynchronous manner,
-      on a different thread then the one starting the bundle (or delivering the STARTED event).
-      This behaviour follows the OSGi specification recommendation and ensures that starting an OSGi Service Platform is fast and that 
-      bundles with service inter-dependencies do not cause deadlock (waiting for each other) on startup, as pictured below: </p><div class="mediaobject" align="center"><img src="images/start-diagram.png" align="middle" alt="Application Context Sequence Diagram"></div><p>The extender considers only bundles successfully started, that is, bundles in 
-      <span class="emphasis"><em>ACTIVE</em></span> state; bundles in other states are ignored.    
-      Therefore a Spring-powered/Blueprint bundle will have its application context created <span class="emphasis"><em>after</em></span>
-      it has been fully started. It is possible to force synchronous/serialized creation of application contexts 
-      for started bundles, on a bundle-by-bundle basis. See <a href="app-deploy.html#app-deploy:headers" title="8.1.&nbsp;Bundle Format And Manifest Headers">Section&nbsp;8.1, &#8220;Bundle Format And Manifest Headers&#8221;</a> for information 
-      on how to specify this behaviour.</p><p>If application context creation fails for any reason then the
-      failure cause is logged. The bundle remains in the ACTIVE state; the application context lifecycle will not influence
-      the bundle lifecycle in anyway. Naturally, since the context has failed, so will the functionality associated with it;
-      for example there will be no services exported to the registry from the application context in this scenario.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="bnd-app-ctx:app-creation:mandatory-deps"></a>7.2.1.&nbsp;Mandatory Service Dependencies</h3></div></div></div><p>If an application context declares mandatory availability for certain
-        imported OSGi services, the creation of the application context is blocked 
-        until all the mandatory dependencies can be satisfied through matching services 
-        available in the OSGi service registry. In practice, for most enterprise applications
-        built using Gemini Blueprint services, the set of available
-        services and bundles will reach a steady state once the platform and
-        its installed bundles are all started. In such a world, the behaviour of
-        waiting for mandatory dependencies simply ensures that bundles A and
-        B, where bundle A depends on services exported by bundle B, may be
-        started in any order.</p><p>A timeout applies to the wait for mandatory dependencies to be
-        satisfied. By default the timeout is set to 5 minutes, but this value
-        can be configured using the <code class="literal">timeout</code> directive. See
-        <a href="app-deploy.html#app-deploy:headers" title="8.1.&nbsp;Bundle Format And Manifest Headers">Section&nbsp;8.1, &#8220;Bundle Format And Manifest Headers&#8221;</a> for details.</p><p>Blueprint users could achieve the same result through the <code class="literal">blueprint.timeout</code> 
-		attribute declared on the <code class="literal">Bundle-SymbolicName</code></p><p>It is possible to change the application context creation
-        semantics so that application context creation fails if all mandatory
-        services are not immediately available upon startup (see the aforementioned 
-        section for more information).
-        Again, note that regardless of the configuration chosen, the failure of the
-        application context will not change the bundle state.</p><p>For more information on the <span class="emphasis"><em>availability</em></span> of imported services,
-        see <a href="service-registry.html#service-registry:refs:availability" title="9.2.1.&nbsp;Imported Service Availability">Section&nbsp;9.2.1, &#8220;Imported Service Availability&#8221;</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="bnd-app-ctx:app-creation:app-ctx-publication"></a>7.2.2.&nbsp;Application Context Service Publication</h3></div></div></div><p>Once the application context creation for a bundle has
-        completed, the application context object is automatically exported as
-        a service available through the OSGi Service Registry. The context is
-        published under the interface
-        <code class="interfacename">org.springframework.context.ApplicationContext</code> (and
-        also all of the visible super-interfaces and types implemented by the
-        context). The published service has a service property named
-        <code class="literal">org.springframework.context.service.name</code> whose
-        value is set to the bundle symbolic name of the bundle hosting the
-        application context. In case of a Blueprint bundle, the container will be published
-        under <code class="interfacename">org.osgi.service.blueprint.container.BlueprintContainer</code>
-        while the bundle symbolic name will be published under <code class="literal">osgi.blueprint.container.symbolicname</code>
-        property. 
-        </p><p>It is possible to prevent publication of the
-        application context as a service using a directive in the bundle's
-        manifest. See <a href="app-deploy.html#app-deploy:headers" title="8.1.&nbsp;Bundle Format And Manifest Headers">Section&nbsp;8.1, &#8220;Bundle Format And Manifest Headers&#8221;</a> for details.</p><p>Note: the application context is published as a service
-        primarily to facilitate testing, administration, and management.
-        Accessing this context object at runtime and invoking
-        <code class="literal">getBean()</code> or similar operations is discouraged. The
-        preferred way to access a bean defined in another application context
-        is to export that bean as an OSGi service from the defining context,
-        and then to import a reference to that service in the context that
-        needs access to the service. Going via the service registry in this
-        way ensures that a bean only sees services with compatible versions of
-        service types, and that OSGi platform dynamics are respected.</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:bnd-lifecycle"></a>7.3.&nbsp;Bundle Lifecycle</h2></div></div></div><p>OSGi is a dynamic platform: bundles may be installed, started,
-      updated, stopped, and uninstalled at any time during the running of the
-      framework.</p><p>When an active bundle is stopped, any services it exported during
-      its lifetime are automatically unregistered and the bundle returns to
-      the resolved state. A stopped bundle should release any resources it has
-      acquired and terminate any threads. Packages exported by a stopped
-      bundle continue to be available to other bundles.</p><p>A bundle in the resolved state may be uninstalled: packages that
-      were exported by an uninstalled bundle continue to be available to
-      bundles that imported them (but not to newly installed bundles).A bundle 
-      in the resolved state may also be updated. The update
-      process migrates from one version of a bundle to another version of the
-      same bundle.</p><p>Finally of course, a resolved bundle can be started, which
-      transitions it to the active state.</p><p>The diagram below represents the bundle states and its transitions:</p><div class="mediaobject" align="center"><img src="images/bundle-states.png" align="middle" alt="Bundle States"></div><p>The OSGi <code class="literal">PackageAdmin</code>
-      <code class="literal">refreshPackages</code> operation refreshes packages across
-      the whole OSGi framework or a given subset of installed bundles. During
-      the refresh, an application context in an affected bundle will be
-      stopped and restarted. After a <code class="literal">refreshPackages</code>
-      operation, packages exported by older versions of updated bundles, or
-      packages exported by uninstalled bundles, are no longer available.
-      Consult the OSGi specifications for full details.</p><p>When a Spring-powered or Blueprint bundle is stopped, the application context
-      created for it is automatically destroyed. All services exported by the
-      bundle will be unregistered (removed from the service registry) and the
-      normal application context tear-down life-cycle is observed
-      (<code class="interfacename">org.springframework.beans.factory.DisposableBean</code> implementors 
-      and <code class="literal">destroy-method</code>
-      callbacks are invoked on beans in the context).</p><p>If a Spring-powered bundle that has been stopped is subsequently
-      re-started, a new application context will be created for it.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:osgi-resource"></a>7.4.&nbsp;The Resource Abstraction</h2></div></div></div><p>The Spring Framework defines a resource abstraction for loading
-      resources within an application context (see <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/resources.html" target="_top">Spring's
-      resource abstraction</a>). All resource loading is done through the
-      <code class="interfacename">org.springframework.core.io.ResourceLoader</code> associated with the application
-      context. The <code class="interfacename">org.springframework.core.io.ResourceLoader</code> is also 
-      available to beans wishing to load resources programmatically. Resource paths with
-      explicit prefixes - such as <code class="literal">classpath:</code> - are treated uniformly
-      across all application context types (for example, web application
-      contexts and classpath-based application contexts). Relative resource
-      paths are interpreted differently based on the type of application
-      context being created. This enables easy integration testing outside
-      the ultimate deployment environment.</p><p>OSGi 4.0.x specification defines three different spaces from which a
-	  resource can be loaded. Gemini Blueprint supports all of them through its dedicated OSGi-specific
-	  application context and dedicated prefixes:</p><div class="table"><a name="osgi-search-strategies"></a><p class="title"><b>Table&nbsp;7.1.&nbsp;OSGi resource search strategies</b></p><div class="table-contents"><table summary="OSGi resource search strategies" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>OSGi Search Strategy</th><th>Prefix</th><th>Explanation</th></tr></thead><tbody><tr><td>Class Space</td><td><code class="literal">classpath:</code></td><td>Searches the bundle classloader (the bundle, all imported packages and required bundles). Forces the bundle to be resolved.
-                This method has similar semantics to 
-                <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www2.osgi.org/javadoc/r4/org/osgi/framework/Bundle.html#getResource(java.lang.String)" target="_top"><code class="literal">Bundle#getResource(String)</code></a></td></tr><tr><td>Class Space</td><td><code class="literal">classpath*:</code></td><td>Searches the bundle classloader (the bundle and all imported packages and required bundles). Forces the bundle to be resolved.
-                This method has similar semantics to 
-                <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www2.osgi.org/javadoc/r4/org/osgi/framework/Bundle.html#getResources(java.lang.String)" target="_top"><code class="literal">Bundle#getResources(String)</code></a>
-                </td></tr><tr><td>JAR File (or JarSpace)</td><td><code class="literal">osgibundlejar:</code></td><td>Searches only the bundle jar. Provides low-level access without requiring the bundle to be resolved.</td></tr><tr><td>Bundle Space</td><td><code class="literal">osgibundle:</code></td><td>Searches the bundle jar and its attached fragments (if there are any). Does not create a class loader or force the bundle to be resolved.</td></tr></tbody></table></div></div><br class="table-break"><p>Please consult section 4.3.12 of the OSGi specification for an in depth explanation of the differences between them.
-	  </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">If no prefix is specified, the bundle space (<code class="literal">osgibundle:</code>) will be used.</td></tr></table></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">Due to the OSGi dynamic nature, a bundle classpath can change during its life time (for example when dynamic imports are used). This might cause different
-	  classpath <code class="interfacename">Resource</code>s to be returned when doing pattern matching based on the running environment or target platform.</td></tr></table></div><p>All of the regular Spring resource prefixes such as <code class="literal">file:</code> and
-      <code class="literal">http:</code> are also supported, as are the pattern matching wildcards.
-      Resources loaded using such prefixes may come from any location, they
-      are not restricted to being defined within the resource-loading bundle
-      or its attached fragments.</p><p>OSGi platforms may define their own unique prefixes for accessing
-      bundle contents. For example, Equinox defines the <code class="literal">bundleresource:</code> and
-      <code class="literal">bundlentry:</code> prefixes. These platform specific prefixes may also be
-      used with Gemini Blueprint, at the cost, of course, of tying yourself to a
-      particular OSGi implementation.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:bundle-scope"></a>7.5.&nbsp;Bundle Scope</h2></div></div></div><p>Gemini Blueprint introduces a new bean scope named <code class="literal">bundle</code>. This scope is relevant for
-      beans exported as an OSGi service and can be described as <span class="emphasis"><em>one instance per bundle</em></span>. 
-      Beans exported as OSGi service, that have <code class="literal">bundle</code> scope, will result in a different instance created for 
-      each unique bundle that imports the service through the OSGi service registry. Consumers of the same bundle (whether defined
-      through Gemini Blueprint or not) will see the same bean instance. When a bundle has stopped importing the bundle (for whatever reason),
-      the bean instance is disposed.
-	  To the declaring bundle, a <code class="literal">bundle</code>-scoped bean behaves just like a singleton (i.e. there is only
-	  one instance per bundle, including the declaring one).This contract lifecycle is similar to that of the 
-	  <code class="interfacename">org.osgi.framework.ServiceFactory</code> interface.</p><p>For more information regarding service publication and consumption, see <a href="service-registry.html" title="Chapter&nbsp;9.&nbsp;The Service Registry">Chapter&nbsp;9, <i xmlns:xlink="http://www.w3.org/1999/xlink">The Service Registry</i></a>.</p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="images/admons/important.png"></td><th align="left">Important</th></tr><tr><td align="left" valign="top">The bundle scope is relevant, only if the declaring bean is consumed through the OSGi service registry. That is,
-	  instances are created and destroyed (tracked) only when the bean exported as a service, is requested or released as an OSGi service
-	  by other bundles.</td></tr></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:access-bnd-ctx"></a>7.6.&nbsp;Accessing the BundleContext</h2></div></div></div><p>In general there is no need to depend on any OSGi APIs when using
-      the Gemini Blueprint support. If you <span class="emphasis"><em>do</em></span> need
-      access to the OSGi <code class="interfacename">BundleContext</code> object for your
-      bundle, then Spring makes this easy to do.</p><p>The OSGi application context created by the Spring extender will
-      automatically contain a bean of type <code class="interfacename">BundleContext</code>
-      and with name <code class="literal">bundleContext</code>. You can inject a
-      reference to this bean into any bean in the application context either
-      by-name or by-type. In addition, Gemini Blueprint defines the
-      interface
-      <code class="interfacename">org.eclipse.gemini.blueprint.context.BundleContextAware</code>:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">interface</span> BundleContextAware {
-  <span class="hl-keyword">public</span> <span class="hl-keyword">void</span> setBundleContext(BundleContext context);
-}</pre><p>Any bean implementing this interface will be injected with a
-      reference to the bundle context when it is configured by Spring. If you
-      wish to use this facility within a bundle, remember to import the
-      package <code class="literal">org.eclipse.gemini.blueprint.context</code> in your
-      bundle manifest since otherwise the interface will not be visible to your bundle.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:app-destruction"></a>7.7.&nbsp;Application Context Destruction</h2></div></div></div><p>The application context is bound to the bundle in which it lives. Thus, if the declaring 
-      bundle is being shutdown (for whatever reasons), the application context will be destroyed as well,
-      all exported services being unregistered and all service imported dispose of.
-      </p><p>As opposed to the application creation, the application context is destroyed in a synchronized manner,
-      on the same thread that stops the bundle. This is required since once stopped, a bundle can not longer be used
-      (even for class loading) preventing the application context shutdown from executing correctly.
-      </p><div class="mediaobject" align="center"><img src="images/stop-diagram.png" align="middle" alt="Application Context Sequence Diagram"></div><p>Note that a bundle can be closed individually or as part of a bigger
-      event such as shutting down the entire OSGi platform. In this case or when the extender
-      bundle is being closed down, the application contexts will be closed in a managed
-      manner, based on the service dependencies between them. Please see the next section for more
-      details.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="bnd-app-ctx:access-bnd-ctx:stop-extender"></a>7.8.&nbsp;Stopping the Extender Bundle</h2></div></div></div><div class="sidebar"><a name="shutdown-2.x"></a><p class="title"><b>Shutdown algorithm change in 2.x</b></p><p>The shutdown algorithm implementation in Gemini Blueprint 1.0 has been revised to be better
-		aligned with the Blueprint Container spec. Namely, the previous implementation performed ordering
-		in only one pass while the latter performs multiple steps to accommodate the service changes in
-		the OSGi space. Users should not discover any differences at runtime however, if that's not the case,
-		please let us know.
-		</p></div><p>If the extender bundle is stopped, then all the application
-      contexts created by the extender will be destroyed. The algorithm described here is identical
-      to that used by the Blueprint specification (section 121.3.11). Application contexts
-      are shutdown in the following order:</p><div class="orderedlist"><ol type="1"><li><p><a name="bnd-app-ctx:access-bnd-ctx:stop-extender:shutdown.step.1"></a>Application contexts that do not export any services, or that
-          export services that are not currently referenced, are shutdown in
-          reverse order of bundle id. (Most recently installed bundles have
-          their application contexts shutdown first).</p></li><li><p>Shutting down the application contexts in step 1 may have
-          released references these contexts were holding such that there are
-          now additional application contexts that can be shutdown. If so,
-          repeat <a href="bnd-app-ctx.html#bnd-app-ctx:access-bnd-ctx:stop-extender:shutdown.step.1">step 1</a> again.</p></li><li><p>If there are no more active application contexts, we have
-          finished. If there <span class="emphasis"><em>are</em></span> active application
-          contexts then there must be a cyclic dependency of references. The
-          circle is broken by determining the highest ranking service exported
-          by each context: the bundle with the lowest ranking service in this
-          set (or in the event of a tie, the highest service id), is shut
-          down. Repeat from <a href="bnd-app-ctx.html#bnd-app-ctx:access-bnd-ctx:stop-extender:shutdown.step.1">step 1</a>.</p></li></ol></div></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="blueprint.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="app-deploy.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/bundles.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/bundles.html
deleted file mode 100644
index ea31493..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/bundles.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;10.&nbsp;Working With Bundles</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="service-registry.html" title="Chapter&nbsp;9.&nbsp;The Service Registry"><link rel="next" href="compendium.html" title="Chapter&nbsp;11.&nbsp;Compendium Services"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="bundles"></a>Chapter&nbsp;10.&nbsp;Working With Bundles</h2></div></div></div><p>Gemini Blueprint offers a dedicated schema element for interacting with existing
-    bundles or for installing new ones. While it is not intended to be used as a replacement
-    for proper OSGi services, the <code class="literal">bundle</code> element offers a very
-    easy way of executing actions on bundles based on the lifecycle of the application
-    context. 
-    </p><p>The <code class="literal">bundle</code> element defines a bean of type
-    <code class="interfacename">org.osgi.framework.Bundle</code>. It provides a simple way to
-    work directly with bundles, including driving their lifecycle. In the
-    simplest case all you need to do is specify the
-    <code class="literal">symbolic-name</code> of the bundle you are interested
-    in:</p><pre class="programlisting">&lt;<span class="hl-tag">bundle</span> <span class="hl-attribute">id</span>=<span class="hl-value">"aBundle"</span> <span class="hl-attribute">symbolic-name</span>=<span class="hl-value">"org.xyz.abundle"</span>/&gt;</pre><p>The bean <code class="literal">aBundle</code> can now be injected into any property of 
-    type <code class="interfacename">Bundle</code>.</p><p>If the needed bundle is not installed, one can use <code class="literal">location</code> attribute
-    to indicate install or/and the <code class="literal">action</code>/<code class="literal">destroy-action</code> attributes
-    provide declarative control over the bundle's lifecycle. The <code class="literal">location</code> attribute is 
-    used to specify a URL where the bundle jar file artifact can be found. The
-    <code class="literal">action</code> attribute specifies the lifecycle operation to
-    be invoked on the bundle object. The supported action values are
-    <code class="literal">install</code>, <code class="literal">start</code>,
-    <code class="literal">update</code>, <code class="literal">stop</code>, and
-    <code class="literal">uninstall</code>. These actions have the same semantics as the
-    operations of the corresponding names defined on the
-    <code class="literal">Bundle</code> interface (see the OSGi Service Platform Core
-    Specification), with the exception that pre-conditions are weakened to
-    allow for example a <span class="emphasis"><em>start</em></span> action to be specified against a bundle that
-    is not currently installed (it will be installed first).</p><p>The following table shows how actions are interpreted for the given
-    Bundle states:</p><div class="table"><a name="bundle-factory-actions"></a><p class="title"><b>Table&nbsp;10.1.&nbsp;&lt;bundle&gt; <code class="literal">action</code> values</b></p><div class="table-contents"><table summary="<bundle&gt; action values" width="100%" border="1"><colgroup><col><col><col><col></colgroup><thead><tr><th>Action</th><th><code class="literal">UNINSTALLED</code></th><th><code class="literal">INSTALLED/RESOLVED</code></th><th><code class="literal">ACTIVE</code></th></tr></thead><tbody><tr><td><code class="literal">START</code></td><td>installs and starts the bundle</td><td>starts the bundle</td><td>no action taken, bundle already started</td></tr><tr><td><code class="literal">UPDATE</code></td><td>installs the bundle and then updates it (`Bundle.update()`)</td><td>updates the bundle</td><td>updates the bundle</td></tr><tr><td><code class="literal">STOP</code></td><td>no action taken</td><td>no action taken</td><td>bundle is stopped</td></tr><tr><td><code class="literal">UNINSTALL</code></td><td>no action taken</td><td>bundle is uninstalled</td><td>bundle is stopped and then uninstalled</td></tr></tbody></table></div></div><br class="table-break"><p>For example:</p><pre class="programlisting">&lt;<span class="hl-comment">!-- ensure this bundle is installed and started --</span>&gt;
-&lt;<span class="hl-tag">bundle</span> <span class="hl-attribute">id</span>=<span class="hl-value">"aBundle"</span> <span class="hl-attribute">symbolic-name</span>=<span class="hl-value">"org.xyz.abundle"</span>
-   <span class="hl-attribute">location</span>=<span class="hl-value">"http://www.xyz.com/bundles/org.xyz.abundle.jar"</span>
-   <span class="hl-attribute">action</span>=<span class="hl-value">"start"</span>/&gt;</pre><p>The following table lists the <code class="literal">bundle</code> element attributes names, 
-    possible values and a short description for each of them:
-    </p><div class="table"><a name="bundle-options"></a><p class="title"><b>Table&nbsp;10.2.&nbsp;&lt;bundle&gt; attributes</b></p><div class="table-contents"><table summary="<bundle&gt; attributes" width="100%" border="1"><colgroup><col><col align="center"><col align="center"><col align="center"><col align="center"><col align="center"><col align="justify"></colgroup><thead><tr><th>Name</th><th colspan="5" align="justify">Values</th><th align="justify">Description</th></tr></thead><tbody><tr><td>symbolic-name</td><td colspan="5" align="justify">any valid symbolic-name String</td><td align="justify">The symbolic name of the bundle object. Normally used when interacting with an already 
-             installed bundle.</td></tr><tr><td>location</td><td colspan="5" align="justify">String that can be converted into an <code class="literal">URL</code></td><td align="justify">Location used to install, update or/and identify a bundle.</td></tr><tr><td>action</td><td align="center">start</td><td align="center">stop</td><td align="center">install</td><td align="center">uninstall</td><td align="center">update</td><td align="justify">Lifecyle action to drive on the bundle. The action is executed at startup.</td></tr><tr><td>destroy-action</td><td colspan="5" align="justify">(same as action)</td><td align="justify">Lifecyle action to drive on the bundle. The action is executed at shutdown.</td></tr></tbody></table></div></div><br class="table-break"><p>The samples that ship with the Gemini Blueprint project
-    include further support for a <code class="literal">virtual-bundle</code> element
-    that can be used to create and install OSGi bundles on the fly from
-    existing artifacts.</p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="service-registry.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="compendium.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;9.&nbsp;The Service Registry&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;11.&nbsp;Compendium Services</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/compendium.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/compendium.html
deleted file mode 100644
index bcc1dc5..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/compendium.html
+++ /dev/null
@@ -1,220 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;11.&nbsp;Compendium Services</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="bundles.html" title="Chapter&nbsp;10.&nbsp;Working With Bundles"><link rel="next" href="testing.html" title="Chapter&nbsp;12.&nbsp;Testing OSGi based Applications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="compendium"></a>Chapter&nbsp;11.&nbsp;Compendium Services</h2></div></div></div><p>The OSGi Service Platform Service Compendium specification defines a
-    number of additional services that may be supported by OSGi
-    implementations. Gemini Blueprint supports an additional
-    "compendium" namespace that provides integration with some of these services.
-    By convention, the prefix <code class="literal">osgix</code> is used for this
-    namespace:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans:beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi"</span>
-   <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-   <span class="hl-attribute">xmlns:</span><span class="co"><img src="images/callouts/1.png" alt="(1)"></span><span class="hl-attribute">osgix</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi-compendium"</span>                      <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-   <span class="hl-attribute">xmlns:beans</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-   <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi  
-       	http://www.springframework.org/schema/osgi/spring-osgi.xsd
-     http://www.springframework.org/schema/osgi-compendium</span>                                    <span class="co"><img src="images/callouts/2.png" alt="(2)"></span><span class="hl-value">
-       	http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd</span>      <span class="co"><img src="images/callouts/3.png" alt="(3)"></span><span class="hl-value">
-     http://www.springframework.org/schema/beans   
-       	http://www.springframework.org/schema/beans/spring-beans.xsd"</span>&gt;
-
-   &lt;<span class="hl-comment">!-- use the OSGi namespace elements directly --</span>&gt;
-   &lt;<span class="hl-tag">service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"simpleServiceOsgi"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"simpleService"</span>
-       <span class="hl-attribute">interface</span>=<span class="hl-value">"org.xyz.MyService"</span> /&gt;
-
-   &lt;<span class="hl-comment">!-- qualify compendium namespace elements --</span>&gt;
-   &lt;<span class="hl-tag">osgix:cm-properties</span> <span class="hl-attribute">id</span>=<span class="hl-value">"cm"</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"com.xyz.myapp"</span>/&gt;
-
-&lt;<span class="hl-tag">/beans:beans</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Compendium namespace declaration (bound to <code class="literal">osgix</code> prefix)</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Schema location (namespace URI)</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>XML schema to use for the compendium namespace</p></td></tr></table></div></div><p>At present this namespace provides support for the Configuration
-    Admin service. Support for other compendium services may be added in
-    future releases.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="compendium:cm"></a>11.1.&nbsp;Configuration Admin</h2></div></div></div><p>One of the most important compendium services, is the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/javadoc/r4v401/org/osgi/service/cm/package-summary.html" target="_top">Configuration Admin</a>
-	  which, as a name implies, provides configuration to interested bundles through the OSGi service registry. Gemini Blueprint provides dedicated support
-	  for Configuration Admin (CM), allowing consumption and injection of the configuration data in a declarative way.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="compendium:cm:props"></a>11.1.1.&nbsp;Exposing Configuration Admin Entries As <code class="classname">Properties</code></h3></div></div></div><p>In its simplest form, the CM can be seen as a configuration source, namely a <code class="classname">Dictionary</code> whose
-        keys are always <code class="classname">String</code>s. Gemini Blueprint can expose entries in the CM as a <code class="classname">Properties</code> object,
-        through the <code class="literal">cm-properties</code> element. A minimal declaration looks as follows:</p><pre class="programlisting">&lt;<span class="hl-tag">osgix:cm-properties</span> <span class="hl-attribute">id</span>=<span class="hl-value">"ds.cfg"</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"data.source.office.1"</span>/&gt;</pre><p>The configuration above, exposes the properties available in the CM under <span class="emphasis"><em>data.source.office.1</em></span> entry as a bean named
-        <span class="emphasis"><em>ds.cfg</em></span>.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top"><p>The <code class="literal">persistent-id</code> attribute must refer to the
-        persistent-id of an OSGi <code class="interfacename">ManagedService</code>, it is a
-        configuration error to specify a factory persistent id referring to a
-        <code class="interfacename">ManagedServiceFactory</code>.</p></td></tr></table></div><p>Those familiar with Spring's 
-        <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/xsd-config.html#xsd-config-body-schemas-util" target="_top">util namespace</a> will
-        find <code class="literal">&lt;osgi:cm-properties/&gt;</code> element similar to <code class="literal">&lt;util:properties/&gt;</code>.</p><p>It is possible to specify a default set of property values to be used in the event that the configuration dictionary does not contain
-        an entry for a given key. The declaration is similar to the <code class="literal">props</code> element inside the Spring beans namespace:</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans:beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi-compendium"</span>
-   <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-   <span class="hl-attribute">xmlns:beans</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-   <span class="hl-attribute">xmlns:osgix</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi-compendium"</span>
-   <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"
-      http://www.springframework.org/schema/beans 
-        http://www.springframework.org/schema/beans/spring-beans.xsd
-      http://www.springframework.org/schema/osgi-compendium 
-        http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd"</span>&gt;
-
-   &lt;<span class="hl-tag">osgix:cm-properties</span> <span class="hl-attribute">id</span>=<span class="hl-value">"cfg.with.defaults"</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"data.source.office.2"</span>&gt;
-      &lt;<span class="hl-tag">beans:prop</span> <span class="hl-attribute">key</span>=<span class="hl-value">"host"</span>&gt;localhost&lt;<span class="hl-tag">/beans:prop</span>&gt;
-      &lt;<span class="hl-tag">beans:prop</span> <span class="hl-attribute">key</span>=<span class="hl-value">"port"</span>&gt;3306&lt;<span class="hl-tag">/beans:prop</span>&gt;
-   &lt;<span class="hl-tag">/osgix:cm-properties</span>&gt;
-
-&lt;<span class="hl-tag">/beans:beans</span>&gt;</pre><p>By default, the properties found in the Configuration Admin entry will override the local properties. Thus, for the previous example, if the 
-		<code class="literal">data.source.office.2</code> configuration contains a <span class="emphasis"><em>host</em></span> entry, its value will override the locally defined
-		<code class="literal">localhost</code>. For cases where this behaviour is undesired, the attribute <code class="literal">local-override</code> 
-		(default <code class="literal">false</code>) allows one to revert the merging algorithm, forcing the local properties to override the entries in the CM.</p><p>Since <code class="literal">cm-properties</code> exposes the CM entries as <code class="classname">Properties</code>, it can be used with Spring's <code class="classname">
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-placeholderconfigurer" target="_top">PropertyPlaceholderConfigurer</a></code> 
-		and <code class="classname"><a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-overrideconfigurer" target="_top">PropertyOverrideConfigurer</a></code> 
-		to externalize and customize environment-specific properties:</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-   <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-   <span class="hl-attribute">xmlns:osgix</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi-compendium"</span>
-   <span class="hl-attribute">xmlns:ctx</span>=<span class="hl-value">"http://www.springframework.org/schema/context"</span>
-   <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"
-	http://www.springframework.org/schema/beans 
-	  http://www.springframework.org/schema/beans/spring-beans.xsd
-	http://www.springframework.org/schema/context 
-	  http://www.springframework.org/schema/context/spring-context.xsd
-	http://www.springframework.org/schema/osgi-compendium 
-	  http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd"</span>&gt;
-
-   &lt;<span class="hl-comment">!-- Configuration Admin entry --</span>&gt;
-   &lt;<span class="hl-tag">osgix:cm-properties</span> <span class="hl-attribute">id</span>=<span class="hl-value">"cmProps"</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"com.xyz.myapp"</span>&gt;
-      &lt;<span class="hl-tag">prop</span> <span class="hl-attribute">key</span>=<span class="hl-value">"host"</span>&gt;localhost&lt;<span class="hl-tag">/prop</span>&gt;
-   &lt;<span class="hl-tag">/osgix:cm-properties</span>&gt;
-
-   &lt;<span class="hl-comment">!-- placeholder configurer --</span>&gt;
-   &lt;<span class="hl-tag">ctx:property-placeholder</span> <span class="hl-attribute">properties-ref</span>=<span class="hl-value">"cmProps"</span> /&gt;
-
-   &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"dataSource"</span> <span class="hl-attribute">...&gt;</span>
-      <span class="hl-attribute">&lt;property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"host"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"${host}"</span>/&gt;
-      &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"timeout"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"${timeout}"</span>/&gt;
-   &lt;<span class="hl-tag">/bean</span>&gt;
-	
-&lt;<span class="hl-tag">/beans</span>&gt;</pre><p>An important aspect of <code class="literal">cm-properties</code> is does <span class="emphasis"><em>not</em></span> reflect
-        any that any subsequent changes made to the entry it represents, made through the Configuration Admin API.
-        That is, once resolved, the <code class="literal">cm-properties</code> content remains the same, regardless of any updates
-        made the to CM entry it represents.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="compendium:cm:managed-properties"></a>11.1.2.&nbsp;Managed Properties</h3></div></div></div><p>Based on a configuration admin entry, Gemini Blueprint can autowire by name, the properties of a given bean. To use this feature, define
-	  	a nested <code class="literal">managed-properties</code> inside the bean definition:</p><pre class="programlisting">&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"managedComponent"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"MessageTank"</span>&gt;
-   &lt;<span class="hl-tag">osgix:managed-properties</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"com.xyz.messageservice"</span>/&gt; 
-&lt;<span class="hl-tag">/bean</span>&gt;</pre><p>For each key in the dictionary stored by Configuration Admin under the given persistent id, 
-		if the bean type has a property with a matching name (following JavaBeans conventions), 
-		then that component property will be dependency injected with the value stored in Configuration Admin under the key. 
-		If the definition of <code class="classname">SomeClass</code> from the example above is as follows:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">class</span> MessageTank {
-  <span class="hl-keyword">private</span> <span class="hl-keyword">int</span> amount;
-  <span class="hl-keyword">public</span> <span class="hl-keyword">int</span> getAmount() { <span class="hl-keyword">return</span> <span class="hl-keyword">this</span>.amount; }
-  <span class="hl-keyword">public</span> <span class="hl-keyword">void</span> setAmount(<span class="hl-keyword">int</span> amount) { <span class="hl-keyword">this</span>.amount = amount; }
-}</pre><p>and the configuration dictionary stored under the pid <code class="literal">com.xyz.messageservice</code> contains an entry 
-		<code class="literal">amount=200</code>, then the <code class="literal">setAmount</code> method will be invoked on the bean 
-		instance during configuration, passing in the value <code class="literal">200</code>.</p><p>If a property value is defined both in the configuration dictionary stored in the Configuration Admin service and in a 
-		property element declaration nested in the component element, then the value from Configuration Admin takes precedence:</p><pre class="programlisting">&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"managedComponent"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"MessageTank"</span>&gt;
-   &lt;<span class="hl-tag">osgix:managed-properties</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"com.xyz.messageservice"</span>/&gt;
-   &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"amount"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"100"</span>/&gt;
-   &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"threshold"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"500"</span>/&gt; 
-&lt;<span class="hl-tag">/bean</span>&gt;</pre><p>Property values specified via property elements can therefore be treated as default values to be used if none is available through 
-		Configuration Admin.</p><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="images/admons/warning.png"></td><th align="left">Warning</th></tr><tr><td align="left" valign="top">Do not share the same <span class="emphasis"><em>persistent-id</em></span> (PID) between multiple bundles or definitions, as <span class="emphasis"><em>only one</em></span>
-		of them will receive notifications. <code class="literal">managed-properties</code> relies on <code class="literal">org.osgi.service.cm.ManagedService</code>
-		contract which mandates that each <code class="literal">ManagedService</code> instance must be identified with its own unique PID.
-		Please see the Configuration Admin spec, specifically section 104.3 and 104.5</td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="compendium:cm:managed-properties:update"></a>11.1.2.1.&nbsp;Configuration Admin Runtime Updates</h4></div></div></div><p>A powerful feature of Configuration Admin is the ability to update (or delete) entries at runtime. That is, the configuration data 
-			stored in Configuration Admin may be updated after the bean has been created. By default, any post-creation updates will be ignored. However,
-			one can configure <code class="literal">managed-properties</code> element to receive configuration updates through the <code class="literal">update-strategy</code>
-			attribute, which can have a value of either <code class="literal">bean-managed</code> or <code class="literal">container-managed</code>.</p><p><code class="literal">bean-managed</code> strategy will pass all the updates made to the configuration to a callback present on the bean, specified
-			through the <code class="literal">update-method</code> attribute (which becomes required). The update method must have one of the following signatures:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(Map properties)
-<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(Map&lt;String,?&gt; properties); <span class="hl-comment">// for Java 5</span></pre><p>In contrast, the <code class="literal">container-managed</code> update strategy will re-inject bean properties by name based on the new properties 
-		    received in the update. For <code class="literal">container-managed</code> updates, the component class must provide setter methods for the component properties 
-		    that it wishes to have updated. Consider the following class definitions:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">class</span> ContainerManagedBean {
-  <span class="hl-comment">// will be reinjected (since it has a setter)</span>
-  <span class="hl-keyword">private</span> Integer integer;
-  <span class="hl-comment">// will not be reinjected (no setter present)</span>
-  <span class="hl-keyword">private</span> Long waitTime; 
-  
-  <span class="hl-keyword">public</span> <span class="hl-keyword">void</span> setInteger(Integer integer) { <span class="hl-keyword">this</span>.integer = integer; }
-}
-
-
-<span class="hl-keyword">public</span> <span class="hl-keyword">class</span> SelfManagedBean {
-  
-  <span class="hl-comment">// update callback</span>
-  <span class="hl-keyword">public</span> <span class="hl-keyword">void</span> updateCallback(Map properties) {
-	System.out.println(<span class="hl-string">"Received properties "</span> + properties);
-	System.out.println(<span class="hl-string">"Props can be used as a Dictionary "</span> + (Dictionary) properties);
-	<span class="hl-comment">// do more work ... </span>
-  }
-}</pre><p>and configuraton:</p><pre class="programlisting">&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"containerManaged"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"ContainerManagedBean"</span>&gt;
-   &lt;<span class="hl-tag">osgix:managed-properties</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"labX"</span> <span class="hl-attribute">update-strategy</span>=<span class="hl-value">"container-managed"</span>/&gt;
-   &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"integer"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"23"</span>/&gt;
-&lt;<span class="hl-tag">/bean</span>&gt;
-	
-&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"beanManaged"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"SelfManagedBean"</span>&gt;
-   &lt;<span class="hl-tag">osgix:managed-properties</span> <span class="hl-attribute">persistent-id</span>=<span class="hl-value">"labY"</span> <span class="hl-attribute">update-strategy</span>=<span class="hl-value">"bean-managed"</span> <span class="hl-attribute">update-method</span>=<span class="hl-value">"updateCallback"</span>/&gt;
-&lt;<span class="hl-tag">/bean</span>&gt;</pre><p>Any updates made to the CM entry <code class="literal">labX</code> will be automatically reinjected on existing instances of 
-		    <code class="literal">containerManaged</code> bean while the <code class="literal">labY</code> updates will be passed to <code class="methodname">updateCallback</code>
-		    method.</p><p>The update options are summarized in the table below:</p><div class="table"><a name="compendium-cm-managed-properties-options"></a><p class="title"><b>Table&nbsp;11.1.&nbsp;Managed Properties Update Options</b></p><div class="table-contents"><table summary="Managed Properties Update Options" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th><code class="literal">update-strategy</code></th><th><code class="literal">update-method</code></th><th>Behaviour</th></tr></thead><tbody><tr><td><code class="literal">container-managed</code></td><td><span class="emphasis"><em>ignored</em></span></td><td>Reinjects the bean properties, using the properties present in the update. The re-injection will be applied while locking (through
-	              	  a <code class="literal">synchronized</code> instruction) the bean instance. If the locking or re-injection strategy is not suitable, consider using
-	              	  the <code class="literal">bean-managed</code> approach.</td></tr><tr><td><code class="literal">bean-managed</code></td><td><span class="emphasis"><em>required</em></span></td><td>Invokes the <code class="literal">update-method</code> callback on the bean instance, passing the updated configuration (as a 
-	              	  <code class="interfacename">Map</code> object that can be safely cast to a <code class="classname">Dictionary</code> if needed). No locking is
-	              	  performed.</td></tr></tbody></table></div></div><br class="table-break"></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="compendium:cm:managed-service-factories"></a>11.1.3.&nbsp;Managed Service Factories</h3></div></div></div><p>The Configuration Admin service supports a notion of a <span class="emphasis"><em>managed service factory</em></span>(see section 104.6 in the Compendium Specification). 
-	  	A managed service factory is identified by a factory pid which allows <span class="emphasis"><em>multiple</em></span> <code class="interfacename">Configuration</code> objects 
-	  	to be associated with the factory. <code class="interfacename">Configuration</code> objects associated with the factory can be added or removed at any point.
-	  	The main intent of a factory is to create an OSGi service for each configuration: adding a new <code class="interfacename">Configuration</code> entry results
-	  	in a new OSGi service being registered, removing a <code class="interfacename">Configuration</code>, unregisters the service.
-		Gemini Blueprint provides support for the <span class="emphasis"><em>managed service factory</em></span> concept through the <code class="literal">managed-service-factory</code> element. Once
-		defined, the configuration associated with the factory pid will automatically create (or remove) bean instances which will be registered (or unregistered)
-		in the OSGi space based on a <span class="emphasis"><em>template</em></span> bean definition and the CM configuration.</p><p>This might sound more complicated then it actually is, so let's look at a simplistic example:</p><div class="programlistingco"><pre class="programlisting">&lt;osgix:managed-service-factory id=<span class="hl-string">"simple-msf"</span> 
-   factory-pid=<span class="hl-string">"com.xyz.messageservice"</span>                                                            <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-   auto-export=<span class="hl-string">"all-classes"</span>&gt;                                                                      <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-	
-   &lt;bean <span class="hl-keyword">class</span>=<span class="hl-string">"com.xyz.MessageTank"</span>/&gt;                                                             <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-&lt;/osgix:managed-service-factory&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>factory persistent id (pid)</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Shortcut flag used to determine under what interfaces the OSGi service is published (more info below)</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>bean definition <span class="emphasis"><em>template</em></span>. For each detected configuration, a new service will be created using
-					the bean definition template.</p></td></tr></table></div></div><p>In its simplest form, the <code class="literal">managed-service-factory</code> requires the <span class="emphasis"><em>factory pid</em></span>, a <span class="emphasis"><em>bean definition</em></span>
-		used as a template and some information on how possible bean instances are published as services. Basically, the definition above instructs 
-		Gemini Blueprint to monitor the given factory pid (through a dedicated <code class="interfacename">ManagedServiceFactory</code> implementation (see the Compendium Spec for 
-		more info)) and for every <code class="interfacename">Configuration</code> object associated with the factory pid, to create a new, anonymous instance of 
-		the nested bean declared and export that instance as an OSGi service. The lifecycle of these beans instances is tied to the lifecycle of the 
-		associated <code class="interfacename">Configuration</code> objects. If a new configuration is added, a new bean is created and exported.
-		If a configuration object is deleted or disassociated from the factory pid then the corresponding bean instance is destroyed.</p><p>In many regards, <code class="literal">managed-service-factory</code> acts as a specialized service exporter, similar to the 
-		<a href="service-registry.html#service-registry:export" title="9.1.&nbsp;Exporting A Spring Bean As An OSGi Service"><code class="literal">service</code></a> element but supporting the concept of 
-		<a href="compendium.html#compendium:cm:managed-properties" title="11.1.2.&nbsp;Managed Properties">managed properties</a>. In fact, many of
-		<code class="literal">service</code>'s attributes that indicate how a bean is exported, are found in <code class="literal">managed-service-factory</code> (as you saw in the
-		previous example with <code class="literal">auto-export</code>) as are the <code class="literal">managed-properties</code> attributes.</p><p>The list of attributes can be found below:</p><div class="table"><a name="compendium-cm-msf-options"></a><p class="title"><b>Table&nbsp;11.2.&nbsp;Managed Service Factory Options</b></p><div class="table-contents"><table summary="Managed Service Factory Options" width="100%" border="1"><colgroup><col><col><col><col><col><col></colgroup><thead><tr><th align="center">Name</th><th colspan="4" align="center">Values</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">interface</td><td colspan="4" align="center">fully qualified class name (such as <code class="classname">java.lang.Thread</code>)</td><td align="center">the fully qualified name of the class under which the object will be exported</td></tr><tr><td align="center">context-class-loader</td><td colspan="2" align="center">unmanaged</td><td colspan="2" align="center">service-provider</td><td align="center">Defines how the context class loader will be managed when an operation is invoked on the 
-                  exported service. The default value is <code class="literal">unmanaged</code> which means that no management of 
-                  the context class loader is attempted. A value of <code class="literal">service-provider</code> guarantees that
-                  the context class loader will have visibility of all the resources on the class path of 
-                  bundle exporting the service.</td></tr><tr><td align="center">auto-export</td><td align="center">disabled <code class="literal">(default)</code></td><td align="center">interfaces</td><td align="center">class-hierarchy</td><td align="center">all-classes</td><td align="center">Enables Spring to automatically manage the set of service interfaces advertised for the
-				  service. By default this facility is <code class="literal">disabled</code>. A value of <code class="literal">interfaces</code> advertises all 
-                  of the Java interfaces supported by the exported service. A value of <code class="literal">class-hierarchy</code> 
-                  advertises all the Java classes in the hierarchy of the exported service. A value of 
-                  <code class="literal">all-classes</code> advertises all Java interfaces and classes.</td></tr><tr><td align="center">update-strategy</td><td align="center">none <code class="literal">(default)</code></td><td align="center">bean-managed</td><td colspan="2" align="center">container-managed</td><td align="center">Defines the update strategy for configuration modifications made after the associated beans have been created.</td></tr></tbody></table></div></div><br class="table-break"><p>Similar to the <code class="literal">service</code> element, a list of interfaces or/and registration listeners can be declared to be notified when a 
-		service is being registered/unregistered. For more information on the semantics, please see <a href="service-registry.html#service-registry:export:intfs" title="9.1.3.&nbsp;Controlling The Set Of Advertised Service Interfaces For An Exported Service">Section&nbsp;9.1.3, &#8220;Controlling The Set Of Advertised Service Interfaces For
-        An Exported Service&#8221;</a> and 
-		<a href="service-registry.html#service-registry:export:lifecycle" title="9.1.10.&nbsp;Service Registration And Unregistration Lifecycle">Section&nbsp;9.1.10, &#8220;Service Registration And Unregistration Lifecycle&#8221;</a> chapters.</p><p>Now that the <code class="literal">managed-service-factory</code> options have been explained, let's look at a more complex configuration:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"queueTracker"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"org.xyz.queue.QueueTracker"</span>/&gt;
-			
-&lt;<span class="hl-tag">osgix:managed-service-factory</span> <span class="hl-attribute">id</span>=<span class="hl-value">"data-msf"</span> 
-   <span class="hl-attribute">factory-pid</span>=<span class="hl-value">"org.xyz.labX"</span>                                                                      <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-   <span class="hl-attribute">update-strategy</span>=<span class="hl-value">"bean-managed"</span>                                                                  <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-   <span class="hl-attribute">update-method</span>=<span class="hl-value">"refresh"</span>&gt;                                                                        <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-   &lt;<span class="hl-tag">osgix:interfaces</span>&gt;
-       &lt;<span class="hl-tag">value</span>&gt;java.util.Collection&lt;<span class="hl-tag">/value</span>&gt;                                                         <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-       &lt;<span class="hl-tag">value</span>&gt;java.util.Queue&lt;<span class="hl-tag">/value</span>&gt;                                                              <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-   &lt;<span class="hl-tag">/osgix:interfaces</span>&gt;
-   &lt;<span class="hl-tag">osgix:registration-listener</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"queueTracker"</span>                                                 <span class="co"><img src="images/callouts/5.png" alt="(5)"></span>
-       <span class="hl-attribute">registration-method</span>=<span class="hl-value">"track"</span>                                                                 <span class="co"><img src="images/callouts/6.png" alt="(6)"></span>
-       <span class="hl-attribute">unregistration-method</span>=<span class="hl-value">"untrack"</span>/&gt;                                                           <span class="co"><img src="images/callouts/7.png" alt="(7)"></span>
-		
-   &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"com.xyz.ResizableQueue"</span>&gt;                                                           <span class="co"><img src="images/callouts/8.png" alt="(8)"></span>
-       &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"size"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"100"</span>/&gt;
-       &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"concurrency"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"10"</span>/&gt;
-       &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"fair"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"false"</span>/&gt;
-   &lt;<span class="hl-tag">/bean</span>&gt;
-&lt;<span class="hl-tag">/osgix:managed-service-factory</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p><code class="interfacename">ManagedServiceFactory</code> factory persistent id</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>how should Gemini Blueprint behave when a <code class="interfacename">Configuration</code> is updated</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>the method to invoke when for <code class="literal">bean-managed</code> updates</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>the interfaces under which the nested beans are published as OSGi services</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/5.png" alt="5" border="0"></td><td valign="top" align="left"><p>listener notified when a service (based on the CM <code class="interfacename">Configuration</code>) is registered/unregistered</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/6.png" alt="6" border="0"></td><td valign="top" align="left"><p>custom (optional) service registration method</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/7.png" alt="7" border="0"></td><td valign="top" align="left"><p>custom (optional) service unregistration method</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/8.png" alt="8" border="0"></td><td valign="top" align="left"><p>bean definition template</p></td></tr></table></div></div><p>The example above, creates a imaginary <code class="classname">ResizeableQueue</code> instance for each <code class="interfacename">Configuration</code> entry
-		present under the <code class="literal">org.xyz.labX</code> factory pid. Each instance has default values assigned to <code class="literal">size</code>, <code class="literal">concurrency</code>
-		and <code class="literal">fair</code> parameters. However, just like <code class="literal">managed-properties</code>, during the bean creation, the values received from the 
-		Configuration Admin will be injected by name, possibly overriding existing settings. Once created and configured, each nested, anonymous bean instance
-		is registered as an OSGi service under the <code class="interfacename">java.util.Collection</code> and <code class="interfacename">java.util.Queue</code> 
-		interfaces. The OSGi service lifecycle is monitored by a registration listener, namely the bean <code class="literal">queueTracker</code>.
-		Finally, due to the specified <code class="literal">update-strategy</code>, any updates executed to each CM configuration will cause the 
-		<code class="methodname">refresh</code> callback to be invoked on the associated bean instance.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="compendium:cm:dict"></a>11.1.4.&nbsp;Direct Access To Configuration Data</h3></div></div></div><p>The simplest way to work directly with the configuration data stored under a given persistent id or factory persistent id, 
-        is to register a service that implements either the <code class="interfacename">ManagedService</code> or <code class="interfacename">ManagedServiceFactory</code>
-        interface and specify the pid that you are interested in as a service property (for more information, see the Configuration Admin chapter
-        in the OSGi compendium spec). For example:</p><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"org.osgi.service.cm.ManagedService"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"myManagedService"</span>&gt;
-   &lt;<span class="hl-tag">osgi:service-properties</span>&gt;
-     &lt;<span class="hl-tag">entry</span> <span class="hl-attribute">key</span>=<span class="hl-value">"service.pid"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"my.managed.service.pid"</span>/&gt;
-   &lt;<span class="hl-tag">/osgi:service-properties</span>&gt;
-&lt;<span class="hl-tag">/osgi:service</span>&gt;
-
-&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myManagedService"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"com.xyz.MyManagedService"</span>/&gt;</pre></div></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bundles.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="testing.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;10.&nbsp;Working With Bundles&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;12.&nbsp;Testing OSGi based Applications</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/css/highlight.css b/blueprint/documentation/reference/1.0.1.RELEASE/html/css/highlight.css
deleted file mode 100644
index 525efc4..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 

-   code highlight CSS resemblign the Eclipse IDE default color schema

-   @author Costin Leau

-*/

-
-.hl-keyword {
-  color: #7F0055;

-  font-weight: bold; 
-}

-

-.hl-comment {

-  color: #3F5F5F;

-  font-style: italic;

-}

-
-.hl-multiline-comment {

-  color: #3F5FBF;

-  font-style: italic;

-}

-

-.hl-tag {

-  color: #3F7F7F;

-}

-

-.hl-attribute {

-  color: #7F007F;

-}

-

-.hl-value {

-  color: #2A00FF;

-}

-

-.hl-string {

-  color: #2A00FF;

-}
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/css/html.css b/blueprint/documentation/reference/1.0.1.RELEASE/html/css/html.css
deleted file mode 100644
index 12968a2..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/css/html.css
+++ /dev/null
@@ -1,305 +0,0 @@
-@IMPORT url("highlight.css");

-

-body {
-   text-align: justify;
-   margin-right: 2em;
-   margin-left: 2em;
-}
-
-a,
-a[accesskey^="h"],
-a[accesskey^="n"],
-a[accesskey^="u"],
-a[accesskey^="p"] {
-    font-family: Verdana, Arial, helvetica, sans-serif;
-    font-size: 12px;
-	color: #003399;
-}
-
-a:active {
-    color: #003399;
-}
-
-a:visited {
-    color: #888888;
-}
-
-p {
-	font-family: Verdana, Arial, sans-serif;
-}
-
-dt {
-	font-family: Verdana, Arial, sans-serif;
-	font-size: 12px;
-}
-
-p, dl, dt, dd, blockquote {
-    color: #000000;
-    margin-bottom: 3px;
-    margin-top: 3px;
-    padding-top: 0;
-}
-
-ol, ul, p {
-    margin-top: 6px;
-    margin-bottom: 6px;
-}
-
-p, blockquote {
-    font-size: 90%;
-}
-
-p.releaseinfo {
-    font-size: 100%;
-    font-weight: bold;
-    font-family: Verdana, Arial, helvetica, sans-serif;
-    padding-top: 10px;
-}
-
-p.pubdate {
-    font-size: 120%;
-    font-weight: bold; 
-    font-family: Verdana, Arial, helvetica, sans-serif;
-}
-
-td {
-    font-size: 80%;
-}
-
-td, th, span {
-    color: #000000;
-}
-
-td[width^="40%"] {
-    font-family: Verdana, Arial, helvetica, sans-serif;
-    font-size: 12px;
-	color: #003399;
-}
-
-table[summary^="Navigation header"] tbody tr th[colspan^="3"] {
-    font-family: Verdana, Arial, helvetica, sans-serif;
-}
-
-blockquote {
-    margin-right: 0;
-}
-
-h1, h2, h3, h4, h6 {
-    color: #000000;
-    font-weight: 500;
-    margin-top: 0;
-    padding-top: 14px;
-    font-family: Verdana, Arial, helvetica, sans-serif;
-    margin-bottom: 0;
-}
-
-h2.title {
-    font-weight: 800;
-    margin-bottom: 8px;
-}
-
-h2.subtitle {
-    font-weight: 800;
-    margin-bottom: 20px;
-}
-
-.firstname, .surname {
-	font-size: 12px;
-    font-family: Verdana, Arial, helvetica, sans-serif;
-}
-
-table {
-    border-collapse: collapse;
-    border-spacing: 0;
-    border: 1px black;
-    empty-cells: hide;
-    margin: 10px 0 30px 50px;
-    width: 90%;
-}
-
-div.table {
-	margin: 30px 0 10px 0;
-	border: 1px dashed gray;
-	padding: 10px;
-}
-
-div .table-contents table {
-	border: 1px solid black;
-}
-
-div.table > p.title {
-	padding-left: 10px;
-}
-
-table[summary^="Navigation footer"] {
-    border-collapse: collapse;
-    border-spacing: 0;
-    border: 1px black;
-    empty-cells: hide;    
-    margin: 0px;
-    width: 100%;
-}
-
-table[summary^="Note"],
-table[summary^="Warning"],
-table[summary^="Tip"] {
-    border-collapse: collapse;
-    border-spacing: 0;
-    border: 1px black;
-    empty-cells: hide;    
-    margin: 10px 0px 10px -20px;
-    width: 100%;
-}
-
-td {
-    padding: 4pt;
-    font-family: Verdana, Arial, helvetica, sans-serif;
-}
-
-div.warning TD {
-	text-align: justify;
-}
-
-h1 { 
-    font-size: 150%; 
-}
-
-h2 { 
-    font-size: 110%; 
-}
-
-h3 {
-    font-size: 100%; font-weight: bold; 
-}
-
-h4 { 
-    font-size: 90%; font-weight: bold;
-}
-
-h5 {
-    font-size: 90%; font-style: italic; 
-}
-
-h6 { 
-    font-size: 100%; font-style: italic; 
-}
-
-tt {
-    font-size: 110%;
-    font-family: "Courier New", Courier, monospace;
-    color: #000000;
-}
-
-.navheader, .navfooter {
-	border: none;
-}
-
-div.navfooter table {
-	border-style: dashed;
-	border-color: gray;
-	border-width: 1px 1px 1px 1px;
-	background-color: #cde48d;
-}
-
-pre {
-    font-size: 110%;
-    padding: 5px;
-    border-style: solid;
-    border-width: 1px;
-    border-color: #CCCCCC;
-    background-color: #f3f5e9;
-}
-
-ul, ol, li {
-    list-style: disc;
-}
-
-hr {
-    width: 100%;
-    height: 1px;
-    background-color: #CCCCCC;
-    border-width: 0;
-    padding: 0;
-}
-
-.variablelist { 
-    padding-top: 10px; 
-    padding-bottom: 10px; 
-    margin: 0;
-}
-
-.term { 
-    font-weight:bold;
-}
-
-.mediaobject {
-    padding-top: 30px; 
-    padding-bottom: 30px; 
-}
-
-.legalnotice {
-    font-family: Verdana, Arial, helvetica, sans-serif;
-    font-size: 12px;
-    font-style: italic;
-}
-
-.sidebar {
-    float: right;
-    margin: 10px 0 10px 30px;
-    padding: 10px 20px 20px 20px;
-    width: 33%;
-    border: 1px solid black;
-    background-color: #F4F4F4;
-    font-size: 14px;
-}
-
-.property {
-	font-family: "Courier New", Courier, monospace;
-}
-
-a code {
-	font-family: Verdana, Arial, monospace;
-	font-size: 12px;
-}
-
-td code {
-    font-size: 110%;
-}
-
-div.note * td,
-div.tip * td,
-div.warning * td,
-div.calloutlist * td {
-	text-align: justify;
-	font-size: 100%;
-}
-

-.programlisting {

-   clear: both;

-}

-
-.programlisting .interfacename,
-.programlisting .literal,
-.programlisting .classname {
-    font-size: 95%;
-}
-
-.title .interfacename,
-.title .literal,
-.title .classname {
-    font-size: 130%;
-}
-
-/* everything in a <lineannotation/> is displayed in a coloured, comment-like font */
-.programlisting * .lineannotation,
-.programlisting * .lineannotation * {
-	color: green;
-}
-
-.question * p {
-    font-size: 100%;
-}
-
-.answer * p {
-    font-size: 100%;
-}
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/eclipse-migration.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/eclipse-migration.html
deleted file mode 100644
index f8222da..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/eclipse-migration.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;1.&nbsp;Spring Dynamic Modules becomes Eclipse Gemini Blueprint</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"><link rel="prev" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"><link rel="next" href="why-Spring DM.html" title="Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="eclipse-migration"></a>Chapter&nbsp;1.&nbsp;Spring Dynamic Modules becomes Eclipse Gemini Blueprint</h2></div></div></div><p>
-      In late 2009, as a member of the Gemini project <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://eclipse.org/proposals/gemini/" target="_top">proposal</a>, 
-      SpringSource <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://blog.springsource.com/2009/11/24/gemini-project-proposal-at-eclipse-org/" target="_top">contributed</a> Spring Dynamic Modules 
-      (also known as Spring OSGi) <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springframework.org/osgi" target="_top">project</a>
-      to the Eclipse Foundation. Spring DM v2 code base has been moved to Eclipse.org along with its issue tracker and forum. The project
-      became dual licensed under Apache License and EPL.
-      </p><p>
-      While the name has changed, the code and its functionality remained the same. Existing Spring DM applications can be easily migrated to Eclipse Gemini Blueprint
-      as mentioned in the migration <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/gemini/blueprint/documentation/migration/" target="_top">guide</a>.
-      </p><p>While the project name has changed (to Eclipse Gemini Blueprint) and significant efforts have been made to reflect this in the project documentation and resources,
-      there might be places that we have missed; if you find any, please <a xmlns:xlink="http://www.w3.org/1999/xlink" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=Gemini.Blueprint" target="_top">report</a> them to us.
-      </p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="introduction.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="why-Spring DM.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part&nbsp;I.&nbsp;Introduction&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/faq.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/faq.html
deleted file mode 100644
index a5fe0cf..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/faq.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Eclipse Gemini Blueprint</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="faq.html" title="Eclipse Gemini Blueprint"><link rel="next" href="spring-osgi-faq.html" title="Chapter&nbsp;1.&nbsp;Frequently Asked Questions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d889e1"></a>Eclipse Gemini Blueprint</h1></div><div><h2 class="subtitle">Frequently Asked Questions</h2></div><div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="authorgroup"><h2>Authors</h2><p></p><span class="author"><span class="firstname">Costin</span> <span class="surname">Leau</span> 
-            (SpringSource)
-            </span></div></div><div><p class="releaseinfo"></p></div><div><p class="copyright">Copyright &copy; 2006 -, 2011 VMware Inc., Oracle Inc.</p></div><div><div class="legalnotice"><a name="d889e16"></a><p>Documentation made available under the terms of the Eclipse Public License v1.0 
-      and Apache License v2.0 which accompanies this distribution. 
-      The Eclipse Public License is available at <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/legal/epl-v10.html" target="_top">http://www.eclipse.org/legal/epl-v10.html</a> and 
-      the Apache License v2.0 is available at <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.opensource.org/licenses/apache2.0.php" target="_top">http://www.opensource.org/licenses/apache2.0.php</a>.
-      You may elect to redistribute this code under either of these licenses.</p></div></div></div><hr></div><div class="toc"><dl><dt><span class="chapter"><a href="spring-osgi-faq.html">1. Frequently Asked Questions</a></span></dt><dd><dl><dt><span class="section"><a href="spring-osgi-faq.html#eclipse-springdm">1.1. What's the relationship between Spring Dynamic Modules and Gemini Blueprint?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#name-change">1.2. What happened to "Spring OSGi" project name?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#internal-package">1.3. Why aren't there any javadocs on <code class="literal">*.internal.*</code>?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#requirements">1.4. What are Gemini Blueprint requirements?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#other-module-frameworks">1.5. Are there plans to support other dynamic module frameworks (such as the JSR 277 extensions in Java 7)?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#restricted-environments">1.6. Will Gemini Blueprint work in restricted environments (such as small/mobile devices)?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#supported-osgi-platforms">1.7. What OSGi platforms are supported?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#osgi-intro">1.8. Where can I learn about OSGi?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#building-the-sources">1.9. I have problems building the sources. What can I do?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#logging">1.10. How can I use logging in OSGi?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#commons-logging">1.11. If you use the commons-logging API, why rely on SLF4J and
-        not the commons-logging jar?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#getting-commons-logging-to-work">1.12. I have to use commons-logging, what can I do?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#logging-impl-choice">1.13. Why don't you use the OSGi logging service/[insert your favourite
-        logging library in here]?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#osgi-wrapping">1.14. I have to use [insert name] library/framework inside. What can I do?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#jdk-crippled-jta-api">1.15. I keep getting <span class="emphasis"><em>java.lang.NoClassDefFoundError: javax/transaction/...</em></span> when trying to do data access..</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#incomplete-osgi-jar">1.16. When doing integration testing I receive <span class="emphasis"><em>java.lang.NoClassDefFoundError: org.osgi.vendor.framework property not set</em></span>... </a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#auto-export-visibility">1.17. The autoExport option doesn't work properly!</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#junit382-serialization">1.18. When using Gemini Blueprint integration testing I get an exception about serialVersionUID. What is the problem?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#pde-errors">1.19. I'm using Eclipse PDE and I started getting some weird exceptions/behaviour. What's the matter?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#upgrade-to-1.1">1.20. I'm upgrading to Spring DM 1.1 but now I get some ClassNotFoundExceptions. What has changed?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#proxy-equality">1.21. I've noticed that objects imported by Gemini Blueprint are not always equal to the raw target service. Why is that?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#static-collections">1.22. My Gemini Blueprint collection doesn't change even though the number of OSGi service changes. What's wrong?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#update-to-1.2">1.23. I have upgraded to Gemini Blueprint but my custom extender/web extender configuration doesn't work anymore. What has changed?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#linkage-error">1.24. I get a <code class="literal">java.lang.LinkageError: loader constraint violation</code> if I use Gemini Blueprint. Things work fine with vanilla OSGi. 
-     	What's wrong?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#blueprint">1.25. What can I use Gemini Blueprint with the Blueprint Container spec? What's the relationship between the two? Are the they compatible?
-     	Are there any differences?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#kf-2.3-boot-delegation">1.26. I'm using Knopflerfish 2.3.x and I have a lot of visibility exception. How can I fix this?</a></span></dt><dt><span class="section"><a href="spring-osgi-faq.html#pde-cycles">1.27. I'm using Gemini Blueprint and Spring jars inside Eclipse PDE but I get an error about cycle dependency errors. What's wrong?</a></span></dt></dl></dd></dl></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="spring-osgi-faq.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;1.&nbsp;Frequently Asked Questions</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/get-started.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/get-started.html
deleted file mode 100644
index c0c0703..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/get-started.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;4.&nbsp;Getting Started</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"><link rel="prev" href="requirements.html" title="Chapter&nbsp;3.&nbsp;Requirements"><link rel="next" href="what-is-new.html" title="Chapter&nbsp;5.&nbsp;What is new?"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="get-started"></a>Chapter&nbsp;4.&nbsp;Getting Started</h2></div></div></div><p>Learning a new framework is not always straight forward. In this section, we (the Spring DM/Gemini Blueprint team) 
-    tried to provide, what we think is, an easy to follow guide for starting with Gemini Blueprint. 
-    Of course, feel free to create your own learning 'path' as you see fit and, if possible, please report back
-    any improvements to the documentation that can help others.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="get-started:first-steps"></a>4.1.&nbsp;First Steps</h2></div></div></div><p>As explained in <a href="why-Spring DM.html" title="Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?">Chapter&nbsp;2, <i xmlns:xlink="http://www.w3.org/1999/xlink">Why Gemini Blueprint?</i></a>, Gemini Blueprint provides integration between
-		Spring framework and OSGi. Thus, it is important to become acquainted with both of these frameworks (libraries or
-		environments depending on how you want to name them). Throughout the Gemini Blueprint documentation, each section provides
-		links to resources relevant however, it is best to become familiar with these topics beforehand.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="get-started:first-steps:spring"></a>4.1.1.&nbsp;Knowing Spring</h3></div></div></div><p>Gemini Blueprint uses heavily Spring framework's <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/spring-core.html" target="_top">core</a> functionalty, 
-			such as the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html" target="_top">IoC</a> container,
-			<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/resources.html" target="_top">resource</a> abstract or
-			<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/aop.html" target="_top">AOP</a> infrastructure. While it is not important
-			to know the Spring APIs, understanding the concepts behind them is. At a minimum, the idea behind IoC should be familiar.
-			These being said, the more knowledge one has about the Spring, the faster she will pick Gemini Blueprint.
-			Besides the very comprehensive (and sometimes disarming) documentation that explains in detail the Spring Framework,
-			there are a lot of articles, blog entries and books on the matter - take a look at the Spring framework
-			<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.org/documentation" target="_top">home page</a> for more information. In general, this should be the starting point for 
-			OSGi (or Eclipse plugin) developers wanting to try Gemini Blueprint.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="get-started:first-steps:osgi"></a>4.1.2.&nbsp;Knowing OSGi</h3></div></div></div><p>Java developers, new to OSGi, can start by reading the OSGi Alliance <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/About/HowOSGi" target="_top">introduction</a>,
-			the OSGi <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/Specifications/HomePage" target="_top">specifications</a> or one of the articles/blogs 
-			available on the internet (such as the SpringSource <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://blog.springsource.com/category/osgi/" target="_top">blogs</a>).
-			Additionally, the Gemini Blueprint home <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springframework.org/osgi" target="_top">page</a> hosts various links to useful materials.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="get-started:first-steps:blueprint"></a>4.1.3.&nbsp;Quick start - OSGi 4.2 Blueprint Container</h3></div></div></div><p>As an alternative to the recommended Spring documentation, if OSGi 4.2 is an option, one can read the Blueprint Container specification
-			for a quick introduction to dependency injection and Gemini Blueprint functionality. Note that Blueprint is a subset of Spring and Gemini Blueprint and we recommend
-			the official documentation to get access to the whole set of features.
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="get-started:help"></a>4.2.&nbsp;Need Help?</h2></div></div></div><p>If you encounter issues or you are just looking for an advice, feel free to use one of the links below:</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="get-started:help:community"></a>4.2.1.&nbsp;Community Support</h3></div></div></div><p>The Gemini Blueprint <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/forums/index.php/f/153/" target="_top">forum</a> 
-			(and Spring DM previous <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://forum.springframework.org/forumdisplay.php?f=43" target="_top">forum</a>) is a message board for all Gemini Blueprint users to
-			share information and help each other. Note that registration is needed <span class="emphasis"><em>only</em></span> for posting.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="get-started:help:professional"></a>4.2.2.&nbsp;Professional Support</h3></div></div></div><p>Professional, from-the-source support, with guaranteed response time, is available from <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.com" target="_top">SpringSource</a>,
-			the company behind Gemini Blueprint and Spring.  
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="get-started:up-to-date"></a>4.3.&nbsp;Following Development</h2></div></div></div><p>For information on the Gemini Blueprint source code repository, nightly builds and snapshot artifacts please see the Gemini Blueprint home 
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.org/osgi" target="_top">page</a>.   
-		</p><p>You can help make Gemini Blueprint best serve the needs of the Spring community by interacting with developers through the Spring Community 
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://forum.springsource.org" target="_top">forums</a>.</p><p>If you encounter a bug or want to suggest an improvement, 
-		please create a ticket on the Gemini Blueprint issue <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://jira.springframework.org/" target="_top">tracker</a>.</p><p>To stay up to date with the latest news and announcements in the Spring eco system, subscribe to the 
-		Spring Community <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springframework.org/" target="_top">Portal</a>.</p><p>Lastly, you can follow the SpringSource OSGi <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://blog.springsource.com/category/osgi/" target="_top">blog</a> or the project team on Twitter 
-		(<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://twitter.com/adriancolyer" target="_top">Adrian</a>, <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://twitter.com/costinl" target="_top">Costin</a>)</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="requirements.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="what-is-new.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;3.&nbsp;Requirements&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;5.&nbsp;What is new?</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/bundle-states.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/bundle-states.png
deleted file mode 100644
index 323cdc2..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/bundle-states.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/deadlock.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/deadlock.png
deleted file mode 100644
index fd49b83..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/deadlock.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/i21-banner-rhs.jpg b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/i21-banner-rhs.jpg
deleted file mode 100644
index 8b24a77..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/i21-banner-rhs.jpg
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/find-install.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/find-install.png
deleted file mode 100644
index ace425f..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/find-install.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/preferences.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/preferences.png
deleted file mode 100644
index 3612ad0..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/preferences.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-pde-1.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-pde-1.png
deleted file mode 100644
index b729526..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-pde-1.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-pde-2.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-pde-2.png
deleted file mode 100644
index 17d887d..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-pde-2.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-plugins-view.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-plugins-view.png
deleted file mode 100644
index e0ddaeb..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/select-plugins-view.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/show-plugins.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/show-plugins.png
deleted file mode 100644
index c91089b..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/show-plugins.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/spring-osgi-plugin.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/spring-osgi-plugin.png
deleted file mode 100644
index c33fc1f..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/spring-osgi-plugin.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/springide-site-select.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/springide-site-select.png
deleted file mode 100644
index 27cf0dc..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/springide-site-select.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/springide-site.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/springide-site.png
deleted file mode 100644
index da07781..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/springide-site.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/target-select.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/target-select.png
deleted file mode 100644
index 28979ed..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/pde/target-select.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/s2-banner-rhs.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/s2-banner-rhs.png
deleted file mode 100644
index a9f6d95..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/s2-banner-rhs.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/s2_box_logo.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/s2_box_logo.png
deleted file mode 100644
index 8c778a5..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/s2_box_logo.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/spring-osgi-model.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/spring-osgi-model.png
deleted file mode 100644
index 8e958db..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/spring-osgi-model.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/start-diagram.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/start-diagram.png
deleted file mode 100644
index 9dcddce..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/start-diagram.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/stop-diagram.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/stop-diagram.png
deleted file mode 100644
index 6e72b9f..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/stop-diagram.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/visibility.png b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/visibility.png
deleted file mode 100644
index 47d306e..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/visibility.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/xdev-spring_logo.jpg b/blueprint/documentation/reference/1.0.1.RELEASE/html/images/xdev-spring_logo.jpg
deleted file mode 100644
index 622962e..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/images/xdev-spring_logo.jpg
+++ /dev/null
Binary files differ
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/index.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/index.html
deleted file mode 100644
index f38deff..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Eclipse Gemini Blueprint Reference Guide</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="next" href="preface.html" title="Preface"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d18e1"></a>Eclipse Gemini Blueprint Reference Guide</h1></div><div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="authorgroup"><h2>Authors</h2><p></p><span class="author"><span class="firstname">Adrian M</span> <span class="surname">Colyer</span> 
-            (SpringSource, division of VMware)
-            </span>, <span class="author"><span class="firstname">Hal</span> <span class="surname">Hildebrand</span> 
-            (Oracle)
-            </span>, <span class="author"><span class="firstname">Costin</span> <span class="surname">Leau</span> 
-            (SpringSource, division of VMware)
-            </span>, <span class="author"><span class="firstname">Andy</span> <span class="surname">Piper</span> 
-            (BEA)
-            </span></div></div><div><p class="releaseinfo"></p></div><div><p class="copyright">Copyright &copy; 2006 -, 2011 VMware Inc., Oracle Inc.</p></div><div><div class="legalnotice"><a name="d18e35"></a><p>Documentation made available under the terms of the Eclipse Public License v1.0 
-      and Apache License v2.0 which accompanies this distribution. 
-      The Eclipse Public License is available at <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/legal/epl-v10.html" target="_top">http://www.eclipse.org/legal/epl-v10.html</a> and 
-      the Apache License v2.0 is available at <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.opensource.org/licenses/apache2.0.php" target="_top">http://www.opensource.org/licenses/apache2.0.php</a>.
-      You may elect to redistribute this code under either of these licenses.</p></div></div></div><hr></div><div class="toc"><dl><dt><span class="preface"><a href="preface.html">Preface</a></span></dt><dt><span class="part"><a href="introduction.html">I. Introduction</a></span></dt><dd><dl><dt><span class="chapter"><a href="eclipse-migration.html">1. Spring Dynamic Modules becomes Eclipse Gemini Blueprint</a></span></dt><dt><span class="chapter"><a href="why-Spring DM.html">2. Why Gemini Blueprint?</a></span></dt><dt><span class="chapter"><a href="requirements.html">3. Requirements</a></span></dt><dt><span class="chapter"><a href="get-started.html">4. Getting Started</a></span></dt><dd><dl><dt><span class="section"><a href="get-started.html#get-started:first-steps">4.1. First Steps</a></span></dt><dd><dl><dt><span class="section"><a href="get-started.html#get-started:first-steps:spring">4.1.1. Knowing Spring</a></span></dt><dt><span class="section"><a href="get-started.html#get-started:first-steps:osgi">4.1.2. Knowing OSGi</a></span></dt><dt><span class="section"><a href="get-started.html#get-started:first-steps:blueprint">4.1.3. Quick start - OSGi 4.2 Blueprint Container</a></span></dt></dl></dd><dt><span class="section"><a href="get-started.html#get-started:help">4.2. Need Help?</a></span></dt><dd><dl><dt><span class="section"><a href="get-started.html#get-started:help:community">4.2.1. Community Support</a></span></dt><dt><span class="section"><a href="get-started.html#get-started:help:professional">4.2.2. Professional Support</a></span></dt></dl></dd><dt><span class="section"><a href="get-started.html#get-started:up-to-date">4.3. Following Development</a></span></dt></dl></dd><dt><span class="chapter"><a href="what-is-new.html">5. What is new?</a></span></dt><dd><dl><dt><span class="section"><a href="what-is-new.html#dm-2.0.x">5.1. Gemini Blueprint</a></span></dt><dd><dl><dt><span class="section"><a href="what-is-new.html#dm-2.0.x:blueprint">5.1.1. OSGi 4.2 Blueprint Reference Implementation (RI)</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-2.0.x:jdk5">5.1.2. Java 5</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-2.0.x:spring-3.x">5.1.3. Spring 3.x</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-2.0.x:imports">5.1.4. Service Importer Improvements</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-2.0.x:security">5.1.5. Java 2 Security Integration</a></span></dt></dl></dd><dt><span class="section"><a href="what-is-new.html#dm-1.2.x">5.2. Spring DM 1.2.x</a></span></dt><dd><dl><dt><span class="section"><a href="what-is-new.html#dm-1.2.x:security">5.2.1. Java 2 Security Integration</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-1.2.x:compendium">5.2.2. Compendium Services Support</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-1.2.x:sym-name-change">5.2.3. Changed Spring DM Symbolic Names</a></span></dt><dt><span class="section"><a href="what-is-new.html#dm-1.2.x:ebr-usage">5.2.4. Usage of SpringSource Enterprise Bundle Repository (EBR)</a></span></dt></dl></dd></dl></dd></dl></dd><dt><span class="part"><a href="reference.html">II. Reference Documentation</a></span></dt><dd><dl><dt><span class="chapter"><a href="blueprint.html">6. OSGi 4.2 Blueprint Container</a></span></dt><dd><dl><dt><span class="section"><a href="blueprint.html#blueprint:requirements">6.1. Blueprint Requirements</a></span></dt><dt><span class="section"><a href="blueprint.html#blueprint:differences">6.2. Blueprint/Gemini Blueprint Differences</a></span></dt><dd><dl><dt><span class="section"><a href="blueprint.html#blueprint:differences:xml">6.2.1. XML Declarations</a></span></dt><dt><span class="section"><a href="blueprint.html#blueprint:differences:container">6.2.2. Container Capabilities</a></span></dt></dl></dd><dt><span class="section"><a href="blueprint.html#blueprint:using">6.3. Using Blueprint</a></span></dt></dl></dd><dt><span class="chapter"><a href="bnd-app-ctx.html">7. Bundles and Application Contexts</a></span></dt><dd><dl><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:extender">7.1. The Gemini Blueprint Extender Bundle</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:app-creation">7.2. Application Context Creation</a></span></dt><dd><dl><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:app-creation:mandatory-deps">7.2.1. Mandatory Service Dependencies</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:app-creation:app-ctx-publication">7.2.2. Application Context Service Publication</a></span></dt></dl></dd><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:bnd-lifecycle">7.3. Bundle Lifecycle</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:osgi-resource">7.4. The Resource Abstraction</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:bundle-scope">7.5. Bundle Scope</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:access-bnd-ctx">7.6. Accessing the BundleContext</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:app-destruction">7.7. Application Context Destruction</a></span></dt><dt><span class="section"><a href="bnd-app-ctx.html#bnd-app-ctx:access-bnd-ctx:stop-extender">7.8. Stopping the Extender Bundle</a></span></dt></dl></dd><dt><span class="chapter"><a href="app-deploy.html">8. Packaging and Deploying Spring-based OSGi applications</a></span></dt><dd><dl><dt><span class="section"><a href="app-deploy.html#app-deploy:headers">8.1. Bundle Format And Manifest Headers</a></span></dt><dt><span class="section"><a href="app-deploy.html#app-deploy:headers:blueprint">8.2. Blueprint Manifest Configuration Comparison</a></span></dt><dt><span class="section"><a href="app-deploy.html#app-deploy:extender-configuration">8.3. Extender Configuration Options</a></span></dt><dd><dl><dt><span class="section"><a href="app-deploy.html#app-deploy:extender-configuration:events">8.3.1. Listening To Extender Events</a></span></dt></dl></dd><dt><span class="section"><a href="app-deploy.html#app-deploy:required-libraries">8.4. Required Spring Framework And Gemini Blueprint
-      Bundles</a></span></dt><dt><span class="section"><a href="app-deploy.html#app-deploy:spring-namespaces">8.5. Spring XML Authoring Support</a></span></dt><dt><span class="section"><a href="app-deploy.html#app-deploy:imports-exports">8.6. Importing and Exporting Packages</a></span></dt><dt><span class="section"><a href="app-deploy.html#app-deploy:ext-libs">8.7. Considerations When Using External Libraries</a></span></dt><dt><span class="section"><a href="app-deploy.html#app-deploy:troubleshooting">8.8. Diagnosing Problems</a></span></dt></dl></dd><dt><span class="chapter"><a href="service-registry.html">9. The Service Registry</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:export">9.1. Exporting A Spring Bean As An OSGi Service</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:export:registration">9.1.1. Using The Service Registration</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:service-factory">9.1.2. <code class="interfacename">org.osgi.framework.ServiceFactory</code> Support</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:intfs">9.1.3. Controlling The Set Of Advertised Service Interfaces For
-        An Exported Service</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:export:auto-export">9.1.3.1. Detecting The Advertised Interfaces At Runtime</a></span></dt></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:export:props">9.1.4. Controlling The Set Of Advertised Properties For An
-        Exported Service</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:depends-on">9.1.5. The depends-on Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:ccl">9.1.6. The context-class-loader Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:ranking">9.1.7. The <code class="literal">ranking</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:cache">9.1.8. The <code class="literal">cache-target</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:service:attributes">9.1.9. <code class="literal">service</code> Element Attributes</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:lifecycle">9.1.10. Service Registration And Unregistration Lifecycle</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:export:lifecycle:interface">9.1.10.1. Using <code class="interfacename">OsgiServiceRegistrationListener</code> Interface</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export:blueprint">9.1.10.2. Blueprint <code class="literal">service</code> Comparison</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:refs">9.2. Defining References To OSGi Services</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:refs:availability">9.2.1. Imported Service Availability</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:refs:availability:startup">9.2.1.1. Mandatory Services and Application Startup</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:export-import-relationship">9.2.1.2. Relationship Between The Service Exporter And Service Importer</a></span></dt></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular">9.2.2. Referencing An Individual Service</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:interface">9.2.2.1. Controlling The Set Of Advertised Interfaces For The Imported Service</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:filter">9.2.2.2. The <code class="literal">filter</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:bean-name">9.2.2.3. The <code class="literal">bean-name</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:cardinality">9.2.2.4. The <code class="literal">availability</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:depends-on">9.2.2.5. The <code class="literal">depends-on</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:tccl">9.2.2.6. The <code class="literal">context-class-loader</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:sticky">9.2.2.7. The <code class="literal">sticky</code> Attribute</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:reference:attributes">9.2.2.8. <code class="literal">reference</code> Element Attributes</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:dynamics">9.2.2.9. <code class="literal">reference</code> And OSGi Service Dynamics</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:singular:property-editor">9.2.2.10. Getting A Hold Of The Managed Service Reference</a></span></dt></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:refs:collection">9.2.3. Referencing A Collection Of Services</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:refs:collection:greedy-proxying">9.2.3.1. Greedy Proxying</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:collection:member-type">9.2.3.2. Member Type</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:collection:attributes">9.2.3.3. Collection (<code class="literal">list</code> And <code class="literal">set</code>) Element Attributes</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:collection:dynamics">9.2.3.4. <code class="literal">list</code> / <code class="literal">set</code> And OSGi Service Dynamics</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:collection:iterator">9.2.3.5. <code class="interfacename">Iterator</code> Contract And Service Collections</a></span></dt></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:refs:dynamics">9.2.4. Dealing With The Dynamics Of OSGi Imported Services</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:blueprint">9.2.5. Blueprint <code class="literal">reference</code> Comparison</a></span></dt></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:refs:listener-and-proxies">9.3. Listener And Service Proxies</a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:invoker-bundle-context">9.4. Accessing The Caller <code class="interfacename">BundleContext</code></a></span></dt><dt><span class="section"><a href="service-registry.html#service-registry:refs:listener-best-practices">9.5. Exporter/Importer Listener Best Practices</a></span></dt><dd><dl><dt><span class="section"><a href="service-registry.html#service-registry:refs:listener-best-practices:cycles">9.5.1. Listener And Cyclic Dependencies</a></span></dt></dl></dd><dt><span class="section"><a href="service-registry.html#service-registry:refs:global-defaults">9.6. Service Importer Global Defaults</a></span></dt></dl></dd><dt><span class="chapter"><a href="bundles.html">10. Working With Bundles</a></span></dt><dt><span class="chapter"><a href="compendium.html">11. Compendium Services</a></span></dt><dd><dl><dt><span class="section"><a href="compendium.html#compendium:cm">11.1. Configuration Admin</a></span></dt><dd><dl><dt><span class="section"><a href="compendium.html#compendium:cm:props">11.1.1. Exposing Configuration Admin Entries As <code class="classname">Properties</code></a></span></dt><dt><span class="section"><a href="compendium.html#compendium:cm:managed-properties">11.1.2. Managed Properties</a></span></dt><dd><dl><dt><span class="section"><a href="compendium.html#compendium:cm:managed-properties:update">11.1.2.1. Configuration Admin Runtime Updates</a></span></dt></dl></dd><dt><span class="section"><a href="compendium.html#compendium:cm:managed-service-factories">11.1.3. Managed Service Factories</a></span></dt><dt><span class="section"><a href="compendium.html#compendium:cm:dict">11.1.4. Direct Access To Configuration Data</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="testing.html">12. Testing OSGi based Applications</a></span></dt><dd><dl><dt><span class="section"><a href="testing.html#testing:mocks">12.1. OSGi Mocks</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration">12.2. Integration Testing</a></span></dt><dd><dl><dt><span class="section"><a href="testing.html#testing:integration:simple-test">12.2.1. Creating A Simple OSGi Integration Test</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:provisioning">12.2.2. Installing Test Prerequisites</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:advanced-topics">12.2.3. Advanced Testing Framework Topics</a></span></dt><dd><dl><dt><span class="section"><a href="testing.html#testing:integration:customize-manifest">12.2.3.1. Customizing The Test Manifest</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:specify-test-jar-content">12.2.3.2. Customizing Test Bundle Content</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:understanding-manifest-creator">12.2.3.3. Understanding The <code class="code">MANIFEST.MF</code> Generation</a></span></dt></dl></dd><dt><span class="section"><a href="testing.html#testing:integration:appContext">12.2.4. Creating An OSGi Application Context</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:specify-platform">12.2.5. Specifying The OSGi Platform To Use</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:specify-test-wait-time">12.2.6. Waiting For The Test Dependencies</a></span></dt><dt><span class="section"><a href="testing.html#testing:integration:performance">12.2.7. Testing Framework Performance</a></span></dt></dl></dd></dl></dd></dl></dd><dt><span class="part"><a href="resources.html">III. Other Resources</a></span></dt><dd><dl><dt><span class="chapter"><a href="links.html">13. Useful Links</a></span></dt></dl></dd><dt><span class="part"><a href="appendixes.html">IV. Appendixes</a></span></dt><dd><dl><dt><span class="appendix"><a href="appendix-security.html">A. Security Integration</a></span></dt><dt><span class="appendix"><a href="appendix-pde-integration.html">B. Eclipse Plug-in Development integration</a></span></dt><dt><span class="appendix"><a href="appendix-tips.html">C. Useful OSGi tips</a></span></dt><dd><dl><dt><span class="section"><a href="appendix-tips.html#appendix-tips:fragments">C.1. OSGi Fragments</a></span></dt></dl></dd><dt><span class="appendix"><a href="appendix-roadmap.html">D. Roadmap</a></span></dt><dd><dl><dt><span class="section"><a href="appendix-roadmap.html#d18e6580">D.1. Start Level Integration</a></span></dt></dl></dd><dt><span class="appendix"><a href="appendix-osgi-repo.html">E. Gemini Blueprint OSGi Repository</a></span></dt><dd><dl><dt><span class="section"><a href="appendix-osgi-repo.html#appendix-osgi-repo:old-repo">E.1. Gemini Blueprint Temporary OSGi Repository</a></span></dt><dd><dl><dt><span class="section"><a href="appendix-osgi-repo.html#appendix-osgi-repo:conventions">E.1.1. Repository Conventions</a></span></dt><dt><span class="section"><a href="appendix-osgi-repo.html#appendix-osgi-repo:browsing">E.1.2. Browsing The Repository Content</a></span></dt><dt><span class="section"><a href="appendix-osgi-repo.html#appendix-osgi-repo:maven">E.1.3. Using The Repository With Maven</a></span></dt><dt><span class="section"><a href="appendix-osgi-repo.html#appendix-osgi-repo:ant">E.1.4. Using The Repository With Ant/Ivy</a></span></dt></dl></dd></dl></dd><dt><span class="appendix"><a href="appendix-schema.html">F. Gemini Blueprint Schema</a></span></dt><dt><span class="appendix"><a href="appendix-ack.html">G. Acknowledgments</a></span></dt></dl></dd></dl></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="preface.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Preface</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/introduction.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/introduction.html
deleted file mode 100644
index fc1f1f3..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/introduction.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Part&nbsp;I.&nbsp;Introduction</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="prev" href="preface.html" title="Preface"><link rel="next" href="eclipse-migration.html" title="Chapter&nbsp;1.&nbsp;Spring Dynamic Modules becomes Eclipse Gemini Blueprint"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="introduction"></a>Part&nbsp;I.&nbsp;Introduction</h1></div></div></div><div class="partintro" lang="en"><div></div><p>
-            </p><p>This document is the reference guide for Gemini Blueprint. It explains the relationship
-            between Gemini Blueprint and the OSGi 4.2 Blueprint specification, defines Gemini Blueprint 
-            concepts and semantics, the syntax for the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org" target="_top">
-			OSGi Service Platform</a> based namespaces, the Gemini Blueprint extender bundle
-			and the OSGi manifest header entries defined by Gemini Blueprint.</p><p>
-			
-			</p><p>For an introduction to OSGi or Spring, or Gemini Blueprint examples, please refer to
-			<a href="get-started.html" title="Chapter&nbsp;4.&nbsp;Getting Started">Chapter&nbsp;4, <i xmlns:xlink="http://www.w3.org/1999/xlink">Getting Started</i></a> - this documentation refers only to Gemini Blueprint and assumes the user is familiar
-			with OSGi and Spring concepts.</p><p>
-
-			</p><p><span class="emphasis"><em>Note: OSGi is a trademark of the OSGi Alliance. Project
-			name is pending final approval from the Alliance.</em></span></p><p>
-            
-          </p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="preface.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="eclipse-migration.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;1.&nbsp;Spring Dynamic Modules becomes Eclipse Gemini Blueprint</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/issues.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/issues.html
deleted file mode 100644
index d11ac2d..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/issues.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Eclipse Gemini Blueprint</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="issues.html" title="Eclipse Gemini Blueprint"><link rel="next" href="preface.html" title="Preface"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Eclipse Gemini Blueprint</h1></div><div><h2 class="subtitle">Known Issues</h2></div><div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="authorgroup"><h2>Authors</h2><p></p><span class="author"><span class="firstname">Costin</span> <span class="surname">Leau</span> 
-            (SpringSource, division of VMware)
-            </span></div></div><div><p class="releaseinfo"></p></div><div><p class="copyright">Copyright &copy; 2006 -, 2011 VMware Inc., Oracle Inc.</p></div><div><div class="legalnotice"><a name="d0e16"></a><p>Documentation made available under the terms of the Eclipse Public License v1.0 
-      and Apache License v2.0 which accompanies this distribution. 
-      The Eclipse Public License is available at <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/legal/epl-v10.html" target="_top">http://www.eclipse.org/legal/epl-v10.html</a> and 
-      the Apache License v2.0 is available at <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.opensource.org/licenses/apache2.0.php" target="_top">http://www.opensource.org/licenses/apache2.0.php</a>.
-      You may elect to redistribute this code under either of these licenses.</p></div></div></div><hr></div><div class="toc"><dl><dt><span class="preface"><a href="preface.html">Preface</a></span></dt><dt><span class="chapter"><a href="known-issues.html">1. Known Issues</a></span></dt><dd><dl><dt><span class="section"><a href="known-issues.html#OSGI-237">1.1. Publishing prototypes as OSGi services</a></span></dt></dl></dd></dl></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="preface.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Preface</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/known-issues.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/known-issues.html
deleted file mode 100644
index ecbc7cb..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/known-issues.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;1.&nbsp;Known Issues</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="issues.html" title="Eclipse Gemini Blueprint"><link rel="up" href="issues.html" title="Eclipse Gemini Blueprint"><link rel="prev" href="preface.html" title="Preface"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="known-issues"></a>Chapter&nbsp;1.&nbsp;Known Issues</h2></div></div></div><p>As a side note, it worth pointing out that the issues below are not really bugs but rather improvements.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="OSGI-237"></a>1.1.&nbsp;Publishing prototypes as OSGi services</h2></div></div></div><p>Due to the way OSGi platform deals with OSGi services (it caches the instance and returns it every time), prototypes are not fully supported.
-      	Spring DM publishes a proxy that on each call, delegates back to the target application context for retrieving the instance. While with other beans
-      	this works, in case of prototypes, this results in one-instance-per-invocation which is incorrect. Additional functionality needs to be added
-      	to fully support prototypes even though, as pointed out, this involves a knowledge between Client/Server regarding the publication contract.</p><p>See <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://jira.springframework.org/browse/OSGI-237" target="_top">OSGI-237</a></p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="preface.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="issues.html">Home</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Preface&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/links.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/links.html
deleted file mode 100644
index 120379e..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/links.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;13.&nbsp;Useful Links</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="resources.html" title="Part&nbsp;III.&nbsp;Other Resources"><link rel="prev" href="resources.html" title="Part&nbsp;III.&nbsp;Other Resources"><link rel="next" href="appendixes.html" title="Part&nbsp;IV.&nbsp;Appendixes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="links"></a>Chapter&nbsp;13.&nbsp;Useful Links</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><span class="emphasis"><em>Eclipse Gemini Blueprint Home Page</em></span> - <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/gemini/blueprint/" target="_top">here</a></li><li><span class="emphasis"><em>SpringSource OSGi blog</em></span> - <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://blog.springsource.com/category/osgi/" target="_top">here</a></li><li><span class="emphasis"><em>Spring DM Demos</em></span> - <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springframework.org/osgi/demos" target="_top">here</a></li><li><span class="emphasis"><em>Getting Started with OSGi</em></span> - by Neil Bartlett 
-	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://neilbartlett.name/blog/osgi-articles/" target="_top">here</a> and 
-	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/resources/?author=Neil%20Bartlett" target="_top">here</a>.
-	</li><li><span class="emphasis"><em>Equinox Documents</em></span> - 
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/equinox/documents/" target="_top">here</a></li><li><span class="emphasis"><em>Felix-related presentations</em></span> - various 
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://felix.apache.org/site/presentations.html" target="_top">presentations</a>
-		hosted by Apache Felix project.
-	</li><li><span class="emphasis"><em>Launching Gemini Blueprint using pax-runner</em></span> - 
-		<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://wiki.ops4j.org/confluence/display/ops4j/Pax+Runner+-+Screencast+-+Spring+OSGi" target="_top">
-		screencast</a></li><li><span class="emphasis"><em>OSGi Alliance Blog</em></span> - <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/blog/" target="_top">here</a></li></ul></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="resources.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="appendixes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part&nbsp;III.&nbsp;Other Resources&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Part&nbsp;IV.&nbsp;Appendixes</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/preface.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/preface.html
deleted file mode 100644
index 2c83ea2..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/preface.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Preface</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="prev" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="next" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="preface" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="preface"></a>Preface</h2></div></div></div><p>
-	Application development has seen significant changes in the last years, moving towards a simpler, more agile,
-	POJO-based programming model in order to keep a fast pace. Dependency injection and Aspect Oriented Programming,
-	which were once <span class="emphasis"><em>bleeding edge</em></span> ideas, are used on a daily basis by most developers to manage
-	and simplify the complexity of their applications.</p><p>However, in terms of deployment, things have remained mainly unchanged. Even though code bases are divided into
-	modules, whether logical, conceptual or physical, at runtime they are seen as one monolithic application in which,
-	making a change (be it large or small), requires a restart. <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org" target="_top">OSGi</a> aims
-	to change this by allowing applications to be divided into <span class="emphasis"><em>modules</em></span> that can have different
-	life cycles, dependencies and still exist as a whole.</p><p>Eclipse Gemini Blueprint (formerly Spring Dynamic Modules) focuses on integrating Spring Framework powerful, non-invasive programming model and 
-    concepts with the dynamics and modularity of OSGi platform. It allows transparent exporting and importing of OSGi
-    services, life cycle management and control. Moreover, the Spring DM model was standardized in OSGi r4.2, in the form
-    of the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/Specifications/Drafts" target="_top">Blueprint</a> Container for which Eclipse Gemini Blueprint
-    serves as the reference implementation (RI).
-    </p><p>
-	While every effort has been made to ensure that this documentation is comprehensive and there are no errors, 
-	nevertheless some topics might require more explanation and some typos might have crept in. If you do spot any 
-	mistakes or even more serious errors and you can spare a few cycles during lunch, please do bring the error 
-	to the attention of the Eclipse Gemini Blueprint team by raising an 
-	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=Gemini.Blueprint" target="_top">issue</a>. Thank you.
-	</p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="introduction.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Eclipse Gemini Blueprint Reference Guide&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Part&nbsp;I.&nbsp;Introduction</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/reference.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/reference.html
deleted file mode 100644
index ac1f220..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/reference.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Part&nbsp;II.&nbsp;Reference Documentation</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="prev" href="what-is-new.html" title="Chapter&nbsp;5.&nbsp;What is new?"><link rel="next" href="blueprint.html" title="Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="reference"></a>Part&nbsp;II.&nbsp;Reference Documentation</h1></div></div></div><div class="partintro" lang="en"><div><div><div><h1 class="title"><a name="d18e412"></a>Document structure</h1></div></div></div><p>This part of the reference documentation explains the core functionality
-	  offered by Gemini Blueprint.</p><p><a href="blueprint.html" title="Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container">Chapter&nbsp;6, <i xmlns:xlink="http://www.w3.org/1999/xlink">OSGi 4.2 Blueprint Container</i></a> describes the relationship between Spring DM and OSGi 4.2
-      Blueprint Container specification (part of the Compendium Services) and the similiarities and
-      differences between them.</p><p><a href="bnd-app-ctx.html" title="Chapter&nbsp;7.&nbsp;Bundles and Application Contexts">Chapter&nbsp;7, <i xmlns:xlink="http://www.w3.org/1999/xlink">Bundles and Application Contexts</i></a> describes the relationship between an OSGi Bundle and a 
-      Spring Application Context,
-      and introduces the Spring Extender Bundle support for instantiating
-      application contexts automatically.</p><p><a href="app-deploy.html" title="Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications">Chapter&nbsp;8, <i xmlns:xlink="http://www.w3.org/1999/xlink">Packaging and Deploying Spring-based OSGi applications</i></a> describes how to deploy the Spring Framework jar files in
-      an OSGi environment, and how to reference external APIs from your
-      application bundles should you need to do so. This chapter also explains
-      some of the issues to be aware of when using existing enterprise
-      libraries not designed for OSGi in an OSGi environment.</p><p><a href="service-registry.html" title="Chapter&nbsp;9.&nbsp;The Service Registry">Chapter&nbsp;9, <i xmlns:xlink="http://www.w3.org/1999/xlink">The Service Registry</i></a> describes how to export Spring
-      beans as services in the OSGi service registry, and how to inject
-      references to OSGi services into beans. This chapter also defines how
-      the dynamic life-cycle of OSGi services and bundles is supported.</p><p><a href="bundles.html" title="Chapter&nbsp;10.&nbsp;Working With Bundles">Chapter&nbsp;10, <i xmlns:xlink="http://www.w3.org/1999/xlink">Working With Bundles</i></a> describes how to declare a bean
-      that represents an OSGi bundle, including support for installing new
-      bundles into the OSGi platform.</p><p><a href="compendium.html" title="Chapter&nbsp;11.&nbsp;Compendium Services">Chapter&nbsp;11, <i xmlns:xlink="http://www.w3.org/1999/xlink">Compendium Services</i></a> describes the support provided
-      for the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www2.osgi.org/Release4/Download" target="_top">OSGi
-      Compendium Services</a>, specifically the Configuration Admin
-      service.</p><p><a href="testing.html" title="Chapter&nbsp;12.&nbsp;Testing OSGi based Applications">Chapter&nbsp;12, <i xmlns:xlink="http://www.w3.org/1999/xlink">Testing OSGi based Applications</i></a> explains the
-      integration testing support provided by Gemini Blueprint. This
-      support enables you to write simple JUnit integration tests that can
-      start up an OSGi environment, install the bundles needed for the
-      integration test, execute the test case(s) inside of OSGi, and return
-      the results to the runner. This makes it easy to integrate OSGi
-      integration testing into any environment that can work with
-      JUnit.</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="what-is-new.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="blueprint.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;5.&nbsp;What is new?&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/requirements.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/requirements.html
deleted file mode 100644
index 3aa0d08..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/requirements.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;3.&nbsp;Requirements</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"><link rel="prev" href="why-Spring DM.html" title="Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?"><link rel="next" href="get-started.html" title="Chapter&nbsp;4.&nbsp;Getting Started"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="requirements"></a>Chapter&nbsp;3.&nbsp;Requirements</h2></div></div></div><p>Gemini Blueprint 1.x binaries requires JDK level 5.0 and above, 
-      and <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www2.osgi.org/Specifications/HomePage?section=2" target="_top">OSGi
-      R4.2</a> (though R4.1 and even R4.0 might work) and above. For JDK 1.4, consider using Spring Dynamic Modules 1.x.
-      </p><p>
-      Bundles deployed for use with Gemini Blueprint should specify
-      <code class="literal">"Bundle-ManifestVersion: 2"</code> in their manifest (require OSGi R4 behaviour).
-      Note that for OSGi 4.2 specific functionality (such as the Blueprint Container),
-      an appropriate container needs to be used.
-      </p><p>
-      We test against <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/equinox/" target="_top">Equinox</a> 3.6.x, <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://felix.apache.org/" target="_top">Felix</a> 2.0.0+, and <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.knopflerfish.org/" target="_top">Knopflerfish</a> 3.0.x as part of our
-      continuous integration process.</p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="why-Spring DM.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="get-started.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;4.&nbsp;Getting Started</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/resources.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/resources.html
deleted file mode 100644
index 92b8219..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/resources.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Part&nbsp;III.&nbsp;Other Resources</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="prev" href="testing.html" title="Chapter&nbsp;12.&nbsp;Testing OSGi based Applications"><link rel="next" href="links.html" title="Chapter&nbsp;13.&nbsp;Useful Links"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="resources"></a>Part&nbsp;III.&nbsp;Other Resources</h1></div></div></div><div class="partintro" lang="en"><div></div><p>
-              In addition to this reference documentation, there are a number of
-              other resources that may help you learn how to use OSGi and Eclipse Gemini Blueprint.
-              These additional, third-party resources are enumerated in this 
-              section.
-          </p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="testing.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="links.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;12.&nbsp;Testing OSGi based Applications&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;13.&nbsp;Useful Links</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/service-registry.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/service-registry.html
deleted file mode 100644
index 90bad75..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/service-registry.html
+++ /dev/null
@@ -1,991 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;9.&nbsp;The Service Registry</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="app-deploy.html" title="Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications"><link rel="next" href="bundles.html" title="Chapter&nbsp;10.&nbsp;Working With Bundles"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="service-registry"></a>Chapter&nbsp;9.&nbsp;The Service Registry</h2></div></div></div><p>The OSGi service registry enables a bundle to publish objects to a
-    shared registry, advertised via a given set of Java interfaces. Published
-    services also have service properties associated with them in the
-    registry. The registry is a crucial feature of OSGi, facilitating decoupling
-    between bundles by promoting a dynamic collaborative model based on 
-    a service-oriented paradigm (publish/find/bind).</p><p>Gemini Blueprint integrates tightly with the service registry, allowing
-	clients to publish, find and bind services in a POJO-friendly manner, without coupling
-	themselves to the OSGi API.</p><p>By using the <code class="literal">osgi</code> namespace for Spring (see
-    <a href="appendix-schema.html" title="Appendix&nbsp;F.&nbsp;Gemini Blueprint Schema">Appendix&nbsp;F, <i xmlns:xlink="http://www.w3.org/1999/xlink">Gemini Blueprint Schema</i></a>) one can be indicate what Spring beans to export 
-    as OSGi services (and how) and to define the criteria and the manner in which
-    services available in the OSGi registry are imported as beans.
-    </p><p>
-    Just like the rest of the namespaces, the <code class="literal">osgi</code> namespace can be embedded
-    or nested inside another top-level namespace (typically the Spring <code class="literal">beans</code> 
-    namespace) or be made the default namespace.</p><p>The following example shows the use of the <code class="literal">osgi</code>
-    namespace within the familiar Spring beans element:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>                               <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-   <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-   <span class="hl-attribute">xmlns:osgi</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint"</span>                 <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-   <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://www.springframework.org/schema/beans   
-       http://www.springframework.org/schema/beans/spring-beans.xsd</span>                      <span class="co"><img src="images/callouts/3.png" alt="(3)"></span><span class="hl-value">
-       http://www.eclipse.org/gemini/blueprint/schema/blueprint 
-       http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd"</span>&gt;
-
-    &lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"simpleServiceOsgi"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"simpleService"</span>                             <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-      <span class="hl-attribute">interface</span>=<span class="hl-value">"org.xyz.MyService"</span> /&gt;
-&lt;<span class="hl-tag">/beans</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Use Spring Framework <code class="literal">beans</code> schema as the default namespace.
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Import Gemini Blueprint schema and associate a prefix with its namespace (<code class="literal">osgi</code> in this example).
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Make sure to import Spring beans schema version <span class="emphasis"><em>3.0</em></span> or higher.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Use Gemini Blueprint elements using the declared namespace prefix (in this example <code class="literal">osgi</code>).</p></td></tr></table></div></div><p>Spring DM users can still use its namespace which is still supported by the Gemini Blueprint bundles. So the above configuration becomes:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>                               <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-   <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-   <span class="hl-attribute">xmlns:osgi</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi"</span>                               <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-   <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://www.springframework.org/schema/beans   
-       http://www.springframework.org/schema/beans/spring-beans.xsd</span>                      <span class="co"><img src="images/callouts/3.png" alt="(3)"></span><span class="hl-value">
-       http://www.springframework.org/schema/osgi  
-       http://www.springframework.org/schema/osgi/spring-osgi.xsd"</span>&gt;
-
-    &lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"simpleServiceOsgi"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"simpleService"</span>                             <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-      <span class="hl-attribute">interface</span>=<span class="hl-value">"org.xyz.MyService"</span> /&gt;
-&lt;<span class="hl-tag">/beans</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Use Spring Framework <code class="literal">beans</code> schema as the default namespace.
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Import Gemini Blueprint schema and associate a prefix with its namespace (<code class="literal">osgi</code> in this example).
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Make sure to import Spring beans schema version <span class="emphasis"><em>3.0</em></span>.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Use Gemini Blueprint elements using the declared namespace prefix (in this example <code class="literal">osgi</code>).</p></td></tr></table></div></div><p>Through-out this documentation both the Gemini Blueprint and Spring DM namespaces will be used interchangeably - in fact, at a close look one will notice the two are identical (except for the
-    schema location declaration). As much as possible, new apps should use the Gemini Blueprint namespace as the Spring DM ones while supported, are being deprecated.</p><p>Using the OSGi namespace as a top-level namespace, the same service
-    would be declared as follows:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="UTF-8"?</span>&gt;
-&lt;<span class="hl-tag">beans:beans</span>                                                                             <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-   <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint"</span>                      <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-   <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-   <span class="hl-attribute">xmlns:beans</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>                             <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-   <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://www.eclipse.org/gemini/blueprint/schema/blueprint 
-       http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd
-       http://www.springframework.org/schema/beans   
-       http://www.springframework.org/schema/beans/spring-beans.xsd"</span>&gt;                    <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-
-    &lt;<span class="hl-tag">service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"simpleServiceOsgi"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"simpleService"</span>                                  <span class="co"><img src="images/callouts/5.png" alt="(5)"></span>
-       <span class="hl-attribute">interface</span>=<span class="hl-value">"org.xyz.MyService"</span> /&gt;
-
-&lt;<span class="hl-tag">/beans:beans</span>&gt;                                                                           <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p><code class="literal">beans</code> root element has to be prefixed with Spring Framework beans schema prefix (<code class="literal">beans</code> in this example).
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Use Gemini Blueprint schema as the default namespace.
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Import Spring Framework <code class="literal">beans</code> schema and associate a prefix with its namespace (<code class="literal">beans</code> in this example).
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Make sure to import Spring beans schema version <span class="emphasis"><em>2.5</em></span>.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/5.png" alt="5" border="0"></td><td valign="top" align="left"><p>Use Gemini Blueprint elements without any prefix.</p></td></tr></table></div></div><p>Using the OSGi namespace as a top-level namespace is particularly
-    convenient when following the configuration <a href="app-deploy.html#app-deploy:headers:xml:tip" title="Tip">recommendation</a> from the previous section,
-    to use a dedicated configuration file for all OSGi-related declarations.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="service-registry:export"></a>9.1.&nbsp;Exporting A Spring Bean As An OSGi Service</h2></div></div></div><p>The <code class="literal">service</code> element is used to define a bean
-      representing an exported OSGi service. There are no requirements for
-      the class or object being exported - practically any bean can be exported. 
-      At a minimum you must specify the  bean to be exported, and the 
-      <span class="emphasis"><em>service interface</em></span> that the service advertises.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">The publication <span class="emphasis"><em>interface</em></span> is used by service consumers, to identify the service. A service instance must implement the interface
-      - specifying a non-implemented interface results in an error. The term <span class="emphasis"><em>interface</em></span> is used in an abstract form; in practice any Java 
-      interface or class, implemented or extended by the service instance can be specified.</td></tr></table></div><p>For example, the declaration</p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToPublish"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>/&gt;</pre><p>exports the bean with name <code class="literal">beanToPublish</code> with
-      interface <code class="literal">com.xyz.MessageService</code>. The published
-      service will have a service property with the name
-      <code class="literal">org.eclipse.gemini.blueprint.bean.name</code> set to the name of
-      the target bean being registered (<code class="literal">beanToPublish</code> in
-      this case).</p><p>As an alternative to exporting a named bean, the bean to be
-      exported to the service registry may be defined as an anonymous inner
-      bean of the service element. Typically the top-level namespace would be
-      the <code class="literal">beans</code> namespace when using this style:</p><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>&gt;
-  &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"SomeClass"</span>&gt;
-     ...
-  &lt;<span class="hl-tag">/bean</span>&gt;
-&lt;<span class="hl-tag">/osgi:service</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:registration"></a>9.1.1.&nbsp;Using The Service Registration</h3></div></div></div><p>Each <code class="literal">service</code> declaration, provides control access to the exported service.
-	 The declaration returns an element of type <code class="interfacename">org.osgi.framework.ServiceRegistration</code> which can be
-	 used to read or even modify the properties published for the OSGi service. Since DM 2.X, the definition
-	 has been aligned with the Blueprint spec and unregistration of the service is not possible any more (an exception is thrown
-	 if the <code class="methodname">unregister</code> is called). Additionally, the returned service registration will track
-	 the service being registered (if multiple registration occur, these will be reflected in the returned registration object).
-	 See <a href="service-registry.html#service-registry:export-import-relationship" title="9.2.1.2.&nbsp;Relationship Between The Service Exporter And Service Importer">Section&nbsp;9.2.1.2, &#8220;Relationship Between The Service Exporter And Service Importer&#8221;</a> for more information on when registration/unregistration of
-	 exported services can occur.</p><p>To use the service registration, simply inject the service bean definition into the relevant class; the example below
-     shows one way of updating the service properties from Java:
-     </p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myServiceRegistration"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToPublish"</span>
-     <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>/&gt;
-
-&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"propUpdater"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"com.xyz.ServicePropertiesUpdater"</span>&gt;
-   &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"serviceRegistration ref="</span><span class="hl-attribute">myServiceRegistration"/&gt;</span>
-<span class="hl-attribute">&lt;/bean&gt;</span></pre><p>Where <code class="classname">ServicePropertiesUpdater</code> can have the following definition:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">class</span> ServicePropertiesUpdater <span class="hl-keyword">implements</span> BeanNameAware {
-
-	<span class="hl-keyword">private</span> ServiceRegistration serviceRegistration;
-	<span class="hl-keyword">private</span> String beanName;
-
-	<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> setServiceRegistration(ServiceRegistration serviceRegistration) {
-		<span class="hl-keyword">this</span>.serviceRegistration = serviceRegistration;
-	}
-
-	<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> setBeanName(String beanName) {
-		<span class="hl-keyword">this</span>.beanName = beanName;
-	}
-
-	<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> update() {
-		ServiceReference reference = serviceRegistration.getReference();
-		<span class="hl-comment">// get current properties</span>
-		Dictionary dictionary = OsgiServiceReferenceUtils.getServiceProperties(reference);
-		dictionary.put(<span class="hl-string">"last-update"</span>, <span class="hl-keyword">new</span> Date());
-		dictionary.put(<span class="hl-string">"updated-by"</span>, beanName);
-		dictionary.put(<span class="hl-string">"user.name"</span>, System.getProperties().getProperty(<span class="hl-string">"java.version"</span>));
-		<span class="hl-comment">// update properties</span>
-		serviceRegistration.setProperties(dictionary);
-	}
-}</pre><p>Each time the update() method is called, the service properties are retrived, new ones are added and finally the service
-      registration updated.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:service-factory"></a>9.1.2.&nbsp;<code class="interfacename">org.osgi.framework.ServiceFactory</code> Support</h3></div></div></div><p>OSGi Service Platform Core Specification allows services not just to be registered directly,
-      but also to be created on demand, through the <code class="interfacename">org.osgi.framework.ServiceFactory</code>
-      interface (see section 5.6). Gemini Blueprint/Spring DM recognizes this OSGi interface and honours its contract,
-      by forwarding each new bundle request, to the backing bean implementing the aforementioned interface.</p><p> As an alternative to implementing the OSGi API, one can use the <code class="literal">bundle</code> scope, introduced
-      by Gemini Blueprint/Spring DM which offers a <span class="emphasis"><em>instance-per-bundle</em></span> contract (see <a href="bnd-app-ctx.html#bnd-app-ctx:bundle-scope" title="7.5.&nbsp;Bundle Scope">Section&nbsp;7.5, &#8220;Bundle Scope&#8221;</a>
-	  for more information). To declare a bean with <code class="literal">bundle</code> scope
-      simply use the <code class="literal">scope</code> attribute of the
-      <code class="literal">bean</code> element:</p><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>/&gt;
-
-&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">scope</span>=<span class="hl-value">"bundle"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"com.xyz.MessageServiceImpl"</span>/&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:intfs"></a>9.1.3.&nbsp;Controlling The Set Of Advertised Service Interfaces For
-        An Exported Service</h3></div></div></div><p>The OSGi Service Platform Core Specification defines the term
-        <span class="emphasis"><em>service interface</em></span> to represent the specification
-        of a service's public methods. Typically this will be a Java
-        interface, but the specification also supports registering service
-        objects under a class name, so the phrase <span class="emphasis"><em>service
-        interface</em></span> can be interpreted as referring to either an
-        interface or a class.</p><p>There are several options for specifying the service
-        interface(s) under which the exported service is registered. The
-        simplest mechanism, shown above, is to use the
-        <code class="literal">interface</code> attribute to specify a fully-qualified
-        interface name. To register a service under multiple interfaces the
-        nested <code class="literal">interfaces</code> element can be used in place of
-        the <code class="literal">interface</code> attribute.</p><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span>&gt;
-  &lt;<span class="hl-tag">osgi:interfaces</span>&gt;
-     &lt;<span class="hl-tag">value</span>&gt;com.xyz.MessageService&lt;<span class="hl-tag">/value</span>&gt;
-     &lt;<span class="hl-tag">value</span>&gt;com.xyz.MarkerInterface&lt;<span class="hl-tag">/value</span>&gt;
-  &lt;<span class="hl-tag">/osgi:interfaces</span>&gt;
-&lt;<span class="hl-tag">/osgi:service</span>&gt;</pre><p>It is illegal to use both <code class="literal">interface</code> attribute and
-		<code class="literal">interfaces</code> element at the same time - use only one of them.
-		</p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:export:auto-export"></a>9.1.3.1.&nbsp;Detecting The Advertised Interfaces At Runtime</h4></div></div></div><div class="sidebar"><p class="title"><b>Hierarchy visibility</b></p><p>Note that when using <code class="literal">auto-export</code>, only types visible to the
-        	bundle exporting the service are registered. For example, a
-        	super-interface <code class="literal">SI</code> would not be exported as a
-        	supported service interface even when using
-        	<code class="literal">auto-export="interfaces"</code> if <code class="literal">SI</code>
-        	was not on the exporting bundle's classpath.</p><p>Even if exported service class does implement <code class="literal">SI</code> transitively based
-        	on its parent, if the declaring bundle doesn't import the 
-        	interface, the class is unknown to the exported service. While this 
-        	might seem counter intuitive, it is actually one of the most powerful features of OSGi
-        	which give the bundle authors control over the class visibility and path.
-        	</p><p>Please see the FAQ for a more detailed explanation.</p></div><p>Using the <code class="literal">auto-export</code> attribute you can avoid
-        the need to explicitly declare the service interfaces at all by analyzing the
-        object class hierarchy and its interfaces.</p><p> 
-        The <code class="literal">auto-export</code> attribute can have one of four
-        values:</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">disabled</code> : the default value; no auto-detected of service
-            interfaces is undertaken and the <code class="literal">interface</code>
-            attribute or <code class="literal">interfaces</code> element must be used
-            instead.</p></li><li><p><code class="literal">interfaces</code> : the service will be registered using all of the
-            Java interface types implemented by the bean to be exported</p></li><li><p><code class="literal">class-hierarchy</code> : the service will be registered using the
-            exported bean's implementation type and super-types</p></li><li><p><code class="literal">all-classes</code> : the service will be registered using the exported
-            bean's implementation type and super-types plus all interfaces
-            implemented by the bean.</p></li></ul></div><p>
-		<code class="literal">auto-export</code> and <code class="literal">interface(s)</code> option are not exclusive; both
-		can be used at the same time for fine grained control over the advertised interfaces if there is such
-		a need. However, the former	option should be enough for most cases. 
-		</p><p>For example, to automatically register a bean under all of the
-        interfaces that it supports you would declare:</p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">auto-export</span>=<span class="hl-value">"interfaces"</span>/&gt;</pre><p>Given the interface hierarchy:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">interface</span> SuperInterface {}
-
-<span class="hl-keyword">public</span> <span class="hl-keyword">interface</span> SubInterface <span class="hl-keyword">extends</span> SuperInterface {}</pre><p>then a service registered as supporting the
-        <code class="literal">SubInterface</code> interface is <span class="emphasis"><em>not</em></span>
-        considered a match in OSGi when a lookup is done for services
-        supporting the <code class="literal">SuperInterface</code> interface. For this
-        reason it is a best practice to export all interfaces supported by the
-        service being registered explicitly, using either the
-        <code class="literal">interfaces</code> element or
-        <code class="literal">auto-export="interfaces"</code>.</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:props"></a>9.1.4.&nbsp;Controlling The Set Of Advertised Properties For An
-        Exported Service</h3></div></div></div><p>As previously described, an exported service is always
-        registered with the service property
-        <code class="literal">org.eclipse.gemini.blueprint.bean.name</code> set to the name
-        of the bean being exported. Since DM 2.x, the bean name is also published
-        under <code class="literal">osgi.service.blueprint.compname</code> (introduced by 
-        the OSGi 4.2 Blueprint spec).
-        Additional service properties can be
-        specified using the nested <code class="literal">service-properties</code>
-        element. The <code class="literal">service-properties</code> element contains
-        key-value pairs to be included in the advertised properties of the
-        service. The key must be a string value, and the value must be a type
-        recognized by OSGi Filters. See section 5.5 of the OSGi Service
-        Platform Core Specification for details of how property values are
-        matched against filter expressions.</p><p>The <code class="literal">service-properties</code> element must contain
-        at least one nested <code class="literal">entry</code> element from the Spring
-        beans namespace. For example:</p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MyServiceInterface"</span>&gt;
-  &lt;<span class="hl-tag">service-properties</span>&gt;
-    &lt;<span class="hl-tag">beans:entry</span> <span class="hl-attribute">key</span>=<span class="hl-value">"myOtherKey"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"aStringValue"</span>/&gt;
-    &lt;<span class="hl-tag">beans:entry</span> <span class="hl-attribute">key</span>=<span class="hl-value">"aThirdKey"</span> <span class="hl-attribute">value-ref</span>=<span class="hl-value">"beanToExposeAsProperty"</span>/&gt;
-  &lt;<span class="hl-tag">/service-properties</span>&gt;
-&lt;<span class="hl-tag">/service</span>&gt;</pre><p>Non-String values can be specified by enforcing the value type. Consider the publication
-		of an OSGi event consumer (<code class="interfacename">org.osgi.service.event.EventHandler</code>)
-		that needs to specify the topics it follows as an array under <code class="literal">event.topics</code>
-		property. Below are a list of configuration on how this can be achieved:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span>
-     <span class="hl-attribute">id</span>=<span class="hl-value">"eventMonitorService"</span>
-     <span class="hl-attribute">ref</span>=<span class="hl-value">"someBean"</span> 
-     <span class="hl-attribute">interface</span>=<span class="hl-value">"org.osgi.service.event.EventHandler"</span>&gt;
-        &lt;<span class="hl-tag">osgi:service-properties</span> <span class="hl-attribute">value-type</span>=<span class="hl-value">"java.lang.String[]"</span>&gt;      <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-            &lt;<span class="hl-tag">entry</span> <span class="hl-attribute">key</span>=<span class="hl-value">"event.topics"</span> <span class="hl-attribute">value</span>=<span class="hl-value">"eventQueue"</span>/&gt;
-        &lt;<span class="hl-tag">/osgi:service-properties</span>&gt;     
-&lt;<span class="hl-tag">/osgi:service</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left">
-				Specify an array type for <span class="emphasis"><em>all</em></span> the values declared inside the <code class="literal">service-properties</code> element.
-				</td></tr></table></div></div><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span>
-     <span class="hl-attribute">id</span>=<span class="hl-value">"eventMonitorService"</span>
-     <span class="hl-attribute">ref</span>=<span class="hl-value">"someBean"</span> 
-     <span class="hl-attribute">interface</span>=<span class="hl-value">"org.osgi.service.event.EventHandler"</span>&gt;
-        &lt;<span class="hl-tag">osgi:service-properties</span>&gt;
-            &lt;<span class="hl-tag">entry</span> <span class="hl-attribute">key</span>=<span class="hl-value">"event.topics"</span>&gt;
-                &lt;<span class="hl-tag">value</span> <span class="hl-attribute">type</span>=<span class="hl-value">"java.lang.String[]"</span>&gt;eventQueue&lt;<span class="hl-tag">/value</span>&gt;    <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-            &lt;<span class="hl-tag">/entry</span>&gt;
-    	&lt;<span class="hl-tag">/osgi:service-properties</span>&gt;
-&lt;<span class="hl-tag">/osgi:service</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left">
-				Indicate the value type just for this particular value.
-				</td></tr></table></div></div><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span>
-     <span class="hl-attribute">id</span>=<span class="hl-value">"eventMonitorService"</span>
-     <span class="hl-attribute">ref</span>=<span class="hl-value">"someBean"</span> 
-     <span class="hl-attribute">interface</span>=<span class="hl-value">"org.osgi.service.event.EventHandler"</span>&gt;
-        &lt;<span class="hl-tag">osgi:service-properties</span>&gt;
-            &lt;<span class="hl-tag">entry</span> <span class="hl-attribute">key</span>=<span class="hl-value">"event.topics"</span>&gt;
-                &lt;<span class="hl-tag">array</span> <span class="hl-attribute">value-type</span>=<span class="hl-value">"java.lang.String"</span>&gt;                  <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-                    &lt;<span class="hl-tag">value</span>&gt;eventQueue&lt;<span class="hl-tag">/value</span>&gt;
-                &lt;<span class="hl-tag">/array</span>&gt;
-            &lt;<span class="hl-tag">/entry</span>&gt;
-        &lt;<span class="hl-tag">/osgi:service-properties</span>&gt;
-&lt;<span class="hl-tag">/osgi:service</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left">
-				Use Spring 3.x <code class="literal">&lt;array&gt;</code> element to create an nested array on the fly.
-				</td></tr></table></div></div><p>The Gemini Blueprint roadmap includes support for
-        exporting properties registered in the OSGi Configuration
-        Administration service as properties of the registered service. See
-        <a href="appendix-roadmap.html" title="Appendix&nbsp;D.&nbsp;Roadmap">Appendix&nbsp;D, <i xmlns:xlink="http://www.w3.org/1999/xlink">Roadmap</i></a> for more details.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:depends-on"></a>9.1.5.&nbsp;The depends-on Attribute</h3></div></div></div><p>Spring will manage explicit dependencies of a service element,
-        ensuring for example that the bean to be exported as a service is
-        fully constructed and configured before exporting it. If a service has
-        implicit dependencies on other components (including other service
-        elements) that must be fully initialized before the service can be
-        exported, then the optional <code class="literal">depends-on</code> attribute
-        can be used to express these dependencies.</p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MyServiceInterface"</span>
-     <span class="hl-attribute">depends-on</span>=<span class="hl-value">"myOtherComponent"</span>/&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:ccl"></a>9.1.6.&nbsp;The context-class-loader Attribute</h3></div></div></div><p>The OSGi Service Platform Core Specification (most current
-        version is 4.x at time of writing) does not specify what types and
-        resources are visible through the context class loader when an
-        operation is invoked on a service obtained via the service registry.
-        Since some services may use libraries that make certain assumptions
-        about the context class loader, Gemini Blueprint enables you to
-        explicitly control the context class loader during service execution.
-        This is achieved using the option
-        <code class="literal">context-class-loader</code> attribute of the service
-        element.</p><p>The permissible values for the
-        <code class="literal">context-class-loader</code> attribute are
-        <code class="literal">unmanaged</code> (the default) and
-        <code class="literal">service-provider</code>. When the
-        <code class="literal">service-provider</code> value is specified, Spring Dynamic
-        Modules ensures that the context class loader can see all of the
-        resources on the class path of the bundle exporting the service.</p><p class="remark"><i><span class="remark">When setting <code class="literal">context-class-loader</code> to <code class="literal">service-provider</code>, the service object will be proxied to
-        handle the class loader. If the service advertises any concrete class then CGLIB library is required .</span></i></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:ranking"></a>9.1.7.&nbsp;The <code class="literal">ranking</code> Attribute</h3></div></div></div><p>When registering a service with the service registry, you may
-        optionally specify a service ranking (see section 5.2.5 of the OSGi
-        Service Platform Core Specification). When a bundle looks up a service
-        in the service registry, given two or more matching services the one
-        with the highest ranking will be returned. The default ranking value
-        is zero. To explicitly specify a ranking value for the registered
-        service, use the optional <code class="literal">ranking</code> attribute.</p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MyServiceInterface"</span>
-  <span class="hl-attribute">ranking</span>=<span class="hl-value">"9"</span>/&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:cache"></a>9.1.8.&nbsp;The <code class="literal">cache-target</code> Attribute</h3></div></div></div><p>By default, services exported are being retrieved from the container each time they are requested.
-        This allows <span class="emphasis"><em>scoped</em></span> beans to behave correctly depending on the context available
-        when the request is being performed. However, there are cases when the target bean (the entity being
-        exported) needs to be cached no matter its scope. The Blueprint spec for example requires this behaviour
-        for all exported services.</p><p>To accommodate both cases one, Gemini Blueprint 1.0/Spring DM 2.0 introduces a new attribute, <code class="literal">cache-target</code>
-        which, as the name suggests, enables the caching of the exported bean. The instance of the bean retrieved,
-        for the first service registration is cached internally by the exporter which will later reuse it.</p><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MyServiceInterface"</span>
-  <span class="hl-attribute">cache-target</span>=<span class="hl-value">"true"</span>/&gt;</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:service:attributes"></a>9.1.9.&nbsp;<code class="literal">service</code> Element Attributes</h3></div></div></div><p>
-       As a summary, the following table lists the attributes names, possible values and
-       a short description for each of them.
-       </p><div class="table"><a name="service-export-options"></a><p class="title"><b>Table&nbsp;9.1.&nbsp;OSGi &lt;service&gt; attributes</b></p><div class="table-contents"><table summary="OSGi <service&gt; attributes" width="100%" border="1"><colgroup><col><col><col><col><col><col align="center"></colgroup><thead><tr><th align="center">Name</th><th colspan="4" align="center">Values</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">interface</td><td colspan="4" align="center">fully qualified class name (such as <code class="classname">java.lang.Thread</code>)</td><td align="center">the fully qualified name of the class under which the object will be exported</td></tr><tr><td align="center">ref</td><td colspan="4" align="center">any bean name</td><td align="center">Reference to the named bean to be exported as a service in the service registry.</td></tr><tr><td align="center">context-class-loader</td><td colspan="2" align="center">unmanaged</td><td colspan="2" align="center">service-provider</td><td align="center">Defines how the context class loader will be managed when an operation is invoked on the 
-                exported service. The default value is <code class="literal">unmanaged</code> which means that no management of 
-                the context class loader is attempted. A value of <code class="literal">service-provider</code> guarantees that
-                the context class loader will have visibility of all the resources on the class path of 
-                bundle exporting the service.</td></tr><tr><td align="center">auto-export</td><td align="center">disabled</td><td align="center">interfaces</td><td align="center">class-hierarchy</td><td align="center">all-classes</td><td align="center">Enables Spring to automatically manage the set of service interfaces advertised for the
-				service. By default this facility is <code class="literal">disabled</code>. A value of <code class="literal">interfaces</code> advertises all 
-                of the Java interfaces supported by the exported service. A value of <code class="literal">class-hierarchy</code> 
-                advertises all the Java classes in the hierarchy of the exported service. A value of 
-                <code class="literal">all-classes</code> advertises all Java interfaces and classes.</td></tr><tr><td align="center">ranking</td><td colspan="4" align="center">any integer value</td><td align="center">Specify the service ranking to be used when advertising the service. Default value is 0.</td></tr><tr><td align="center">cache-target</td><td colspan="2" align="center">true</td><td colspan="2" align="center">false</td><td align="center">Specify whether the bean exported as an OSGi service is cached (on first registration) or not. Default value is <code class="literal">false</code></td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:export:lifecycle"></a>9.1.10.&nbsp;Service Registration And Unregistration Lifecycle</h3></div></div></div><p>The service defined by a <code class="literal">service</code> element is
-        registered with the OSGi service registry when the application context
-        is first created. It will be unregistered automatically when the
-        bundle is stopped and the application context is disposed. Additionally,
-        based on the mandatory service import availability, the service can be
-        unregistered and registered at runtime 
-        (see ???).</p><p>If you need to take some action when a service is unregistered
-        because its dependencies are not satisfied (or when it is registered),
-        then you can define a listener bean using the nested
-        <code class="literal">registration-listener</code> element.</p><p>The declaration of a registration listener must use either the
-        <code class="literal">ref</code> attribute to refer to a top-level bean
-        definition, or declare an anonymous listener bean inline. For
-        example:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">service</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"beanToBeExported"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"SomeInterface"</span>&gt;
-  &lt;<span class="hl-tag">registration-listener</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"myListener"</span>                                                <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-    <span class="hl-attribute">registration-method</span>=<span class="hl-value">"serviceRegistered"</span>                                              <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-    <span class="hl-attribute">unregistration-method</span>=<span class="hl-value">"serviceUnregistered"</span>/&gt;                                        <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-  &lt;<span class="hl-tag">registration-listener</span>
-     <span class="hl-attribute">registration-method</span>=<span class="hl-value">"register"</span>&gt;                                                     <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-     &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"SomeListenerClass"</span>/&gt;                                                   <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-  &lt;<span class="hl-tag">/registration-listener</span>&gt;
-&lt;<span class="hl-tag">/service</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Listener declaration referring to a top-level bean declaration.
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Indicate the <code class="literal">registration</code> and <code class="literal">unregistration</code> methods.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Declare only a <code class="literal">registration</code> custom method for this listener.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Nested listener bean declaration.</p></td></tr></table></div></div><p>The optional <code class="literal">registration-method</code> and
-        <code class="literal">unregistration-method</code> attributes specify the names
-        of the methods defined on the listener bean that are to be invoked
-        during registration and unregistration. A registration and unregistration 
-        callback methods must have a signature matching one of the following formats:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(ServiceType serviceInstance, Map serviceProperties);</pre><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(ServiceType serviceInstance, Dictionary serviceProperties);</pre><p>where <code class="literal">ServiceType</code> can be any type compatible
-        with the exported service interface of the service.</p><p>The register callback is invoked when the service is initially
-        registered at startup, and whenever it is subsequently re-registered.
-        The unregister callback is invoked during the service unregistration process, 
-        no matter the cause (such as the owning bundle stopping).</p><p>Gemini Blueprint/Spring DM will use the declared <code class="literal">ServiceType</code> argument type
-        and invoke the registration/unregistration method only when a service of a compatible type
-        will be registered/unregistered.</p><p><code class="literal">serviceProperties</code> represents a map holding all the properties
-        of the registered/unregistered service. To preserve compatibility with the OSGi specification
-        this argument can be cast, if needed, to a <code class="literal">java.util.Dictionary</code>.</p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:export:lifecycle:interface"></a>9.1.10.1.&nbsp;Using <code class="interfacename">OsgiServiceRegistrationListener</code> Interface</h4></div></div></div><p>
-        While we discourage, it is possible to implement a Gemini Blueprint/Spring DM specific interface, namely 
-        <code class="interfacename">org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListener</code> which avoids the need
-        to declare the <code class="literal">registration-method</code> and <code class="literal">unregistration-method</code>.
-        However, by implementing <code class="interfacename">OsgiServiceRegistrationListener</code>, your code
-        becomes Gemini Blueprint/Spring DM aware (which goes against the POJO philosophy).
-        </p><p>It is possible for a listener to implement <code class="interfacename">OsgiServiceRegistrationListener</code> interface and
-        declare custom methods. In this case, the Gemini Blueprint/Spring DM interface methods will be called first, followed by the custom methods.
-        </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:export:blueprint"></a>9.1.10.2.&nbsp;Blueprint <code class="literal">service</code> Comparison</h4></div></div></div><p>The Blueprint Container offers a <code class="literal">service</code> element, identical in functionality with the one in Gemini Blueprint/Spring DM. In most cases,
-       the configuration should be identical. Below is a summary of the configuration options available in Gemini Blueprint/Spring DM and Blueprint:</p><div class="table"><a name="service-registry:export:blueprint:comparison"></a><p class="title"><b>Table&nbsp;9.2.&nbsp;Spring DM / Blueprint <code class="literal">&lt;service&gt;</code> Configuration Comparison</b></p><div class="table-contents"><table summary="Spring DM / Blueprint <service&gt; Configuration Comparison" width="100%" border="1"><colgroup><col><col></colgroup><thead><tr><th align="center">Gemini Blueprint/Spring DM</th><th align="center">Blueprint</th></tr></thead><tbody><tr><td align="center">interface</td><td align="center">interface</td></tr><tr><td align="center">ref</td><td align="center">ref</td></tr><tr><td align="center">auto-export</td><td align="center">auto-export</td></tr><tr><td align="center">ranking</td><td align="center">ranking</td></tr><tr><td align="center">context-class-loader</td><td align="center">-</td></tr><tr><td align="center">cache-target</td><td align="center">- (caching is always enabled)</td></tr></tbody></table></div></div><br class="table-break"><p>Since the <code class="literal">registration-listener</code> declaration is identical in declaration and functionality between Blueprint 
-        and Gemini Blueprint/Spring DM, this section does not mention it.</p></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="service-registry:refs"></a>9.2.&nbsp;Defining References To OSGi Services</h2></div></div></div><p>To use services, clients need to look for them inside the OSGi service registry.
-      If found, the platform returns a reference which can be used to get the actual service instance.
-      Consumers should return the service instance as soon as possible and not hold on to it since
-      the service provider can unpublish the service at any point.
-      Since there is no mechanism in Java to force such cleanup, the OSGi specification uses the service
-      references and the aforementioned <span class="emphasis"><em>protocol</em></span> to decouple service providers from
-      service consumers. Please see chapter 5, the Service Layer inside the OSGi Core spec for an in-depth
-      discussion.
-      </p><p>Gemini Blueprint facilitates the consumption of OSGi services by taking care of not 
-      just of the retrieval of service references and instances but also considering the service dynamics.
-      With Gemini Blueprint/Spring DM, imported OSGi services become Spring beans which can be injected, as usual, 
-      into other application components. The service lookup is made using the service interface type
-      that the service is required to support, plus an optional filter
-      expression that matches against the service properties published in the
-      registry. The service instance retrieval is done on demand, on the first request. Once the service
-      becomes unavailable, Gemini Blueprint/Spring DM automatically unregisters the service to avoid using <span class="emphasis"><em>stale</em></span>
-      references.</p><p>As a consumer, one can find zero, one or multiple services matching the desired description.
-      In most scenarios, a single matching service is all that is needed; for those the
-      <code class="literal">reference</code> element defines a reference to a single
-      service that meets the required specification. 
-      In other cases, especially when using the OSGi <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/documents/osgi_technology/whiteboard.pdf" target="_top">whiteboard
-      pattern</a>, references to <span class="emphasis"><em>all available</em></span>
-      matching services are required. Gemini Blueprint supports the
-      management of this group of references as either a <code class="interfacename">List</code> or a
-      <code class="interfacename">Set</code> collection.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:refs:availability"></a>9.2.1.&nbsp;Imported Service Availability</h3></div></div></div><div class="sidebar"><p class="title"><b>What happened to <code class="literal">cardinality</code>?</b></p><p>
-	  	Since Spring DM 2.x/Gemini Blueprint, the <code class="literal">cardinality</code> notion has been deprecated in favour
-	  	of <code class="literal">availability</code>. The main reasons behind it were aligning the terminology
-	  	with the Blueprint spec and eliminating the repetition of specifying the number of imported
-	  	services: as <code class="literal">osgi</code> elements already specify whether one or multiple services
-	  	are imported, the <code class="literal">cardinality</code> right side (<code class="literal">..N/..1</code>) was
-	  	redundant.
-	  	</p></div><p>Due to the dynamic nature of OSGi, services can come and go, be available or unavailable
-	  	at certain points in time. Depending on the type of service, this can have a negative impact
-	  	on the consumers. Gemini Blueprint/Spring DM alleviates this problem by introducing the
-	  	notion of <code class="literal">availability</code> (formerly known as <code class="literal">cardinality</code>)
-	  	which indicates whether an imported service is <code class="literal">mandatory</code> or 
-	  	<code class="literal">optional</code>.</p><p>As the name implies, a <code class="literal">mandatory</code> service implies a crucial application dependency:
-	  	the service is <span class="emphasis"><em>required</em></span> and its presence can heavily impact the application, in
-	  	a negative way.
-	  	</p><p>An <code class="literal">optional</code> service means just the opposite. The service is tracked and bound 
-	  	(if present), just like a <code class="literal">mandatory</code> reference, but its presence is not required. It is
-	  	fine, from an application perspective if the service is not available - its existence (or lack of) does
-	  	not impact the application functionality.</p><p>As an example, an application could have a <code class="literal">mandatory</code> dependency on a <code class="literal">
-	  	DataSource</code> and an <code class="literal">optional</code> one for a logging service: the application can run fine
-	  	if it cannot log (it does not impact the runtime) but it fails if the backing database is not available.</p><p>In Gemini Blueprint/Spring DM, a <code class="literal">mandatory</code> service import that is unsatisfied (there are no services
-	  	matching the description) can either prevent an application context from starting up or, if already started,
-	  	cause the unregistration of the exported services dependent on it.</p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:availability:startup"></a>9.2.1.1.&nbsp;Mandatory Services and Application Startup</h4></div></div></div><p>
-	  	The availability of a service impacts the startup of an Spring-powered application and 
-	  	the publication of any exported services that depend on it.
-	  	As mentioned in <a href="bnd-app-ctx.html#bnd-app-ctx:app-creation:mandatory-deps" title="7.2.1.&nbsp;Mandatory Service Dependencies">Section&nbsp;7.2.1, &#8220;Mandatory Service Dependencies&#8221;</a>, a SpringDM application will not start 
-	  	unless <span class="emphasis"><em>all</em></span> <code class="literal">mandatory</code> services are available, at the same time.
-
-	  	Before initializing the context, Gemini Blueprint/Spring DM discovers all the <code class="literal">mandatory</code> service
-	  	declarations and waits for a period of time (5 minutes by default unless otherwise specified by
-	  	each bundle - see the <code class="literal">timeout</code> directive in <a href="app-deploy.html#app-deploy:headers" title="8.1.&nbsp;Bundle Format And Manifest Headers">Section&nbsp;8.1, &#8220;Bundle Format And Manifest Headers&#8221;</a>) for all imports
-	  	to be satisfied, at the same time.
-	  	If the timeout occurs, the application initialization fails (since the required or mandatory services
-	  	are not available) or succeeds, meaning the application context is being initialized.
-	  	</p><p>This way, the framework prevents the application from starting up only to fail since its required
-	  	services are unavailable. This feature avoids the need for ordering the bundle startup sequence as the 
-	  	configuration already acts as a service <span class="emphasis"><em>barrier</em></span> blueprint: no matter the order of the services
-	  	started, on whether they come and go, only when all of them are present, will the context initialization
-	  	commence.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">The fact that an application has mandatory service references, gives no guarantee 
-	  	that a valid service object is available when the service reference is used, since services can 
-	  	get unregistered at any time. Gemini Blueprint/Spring DM guarantees that all the mandatory services were present, at
-	  	the same time, before the application was started but it cannot prevent or guarantee that this services
-	  	will not be disappear during the application life span.</td></tr></table></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="images/admons/warning.png"></td><th align="left">Warning</th></tr><tr><td align="left" valign="top">
-          It is an error to declare a mandatory reference to a
-          service that is also exported by the same bundle, this behaviour can
-          cause application context creation to fail through either deadlock
-          or timeout.
-        </td></tr></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:export-import-relationship"></a>9.2.1.2.&nbsp;Relationship Between The Service Exporter And Service Importer</h4></div></div></div><p>An exported service may depend, either directly or indirectly,
-        on other (imported) services in order to perform its function. If one of these
-        services is marked as a <span class="emphasis"><em>mandatory</em></span> dependency and the 
-        dependency can no longer be satisfied
-        (because the backing service has gone away and there is no suitable
-        replacement available), then the exported service that depends on it
-        will be automatically unregistered from the service registry - meaning
-        that it is no longer available to clients. If the mandatory dependency
-        becomes satisfied once more (by registration of a suitable service),
-        then the exported service will be re-registered in the service
-        registry.</p><p>This automatic publication management ensures that only when the exported service can work reliable,
-		it is made available for potential OSGi clients. This behaviour takes advantage of the OSGi dynamic nature
-		allowing an application to cope with the ongoing changing without being restarted. 
-		</p><p>This automatic unregistering and re-registering of exported
-        services based on the availability of mandatory dependencies only
-        takes into account declarative dependencies. If exported service
-        <code class="literal">S</code> depends on bean <code class="literal">A</code>, which in
-        turn depends on mandatory imported service <code class="literal">M</code>, and
-        these dependencies are explicit in the Spring configuration file as
-        per the example below, then when <code class="literal">M</code> becomes
-        unsatisfied <code class="literal">S</code> will be unregistered. When
-        <code class="literal">M</code> becomes satisfied again, <code class="literal">S</code>
-        will be re-registered.</p><pre class="programlisting">&lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"S"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"A"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"SomeInterface"</span>/&gt;
-
-&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"A"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"SomeImplementation"</span>&gt;
-   &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"helperService"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"M"</span>/&gt;
-&lt;<span class="hl-tag">/bean</span>&gt; 
-
-&lt;<span class="hl-comment">!-- the reference element is used to refer to a service
-     in the service registry --</span>&gt;
-&lt;<span class="hl-tag">osgi:reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"M"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"HelperService"</span> <span class="hl-attribute">availability</span>=<span class="hl-value">"mandatory"</span>/&gt;</pre><p>If however the dependency from <code class="literal">A</code> on
-        <code class="literal">M</code> is not established through configuration as shown
-        above, but instead at runtime through for example passing a reference
-        to <code class="literal">M</code> to <code class="literal">A</code> without any
-        involvement from the Spring container, then Gemini Blueprint
-        will <span class="emphasis"><em>not</em></span> track this dependency.</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:refs:singular"></a>9.2.2.&nbsp;Referencing An Individual Service</h3></div></div></div><p>The <code class="literal">reference</code> element is used to define a
-        reference to a service in the service registry.</p><p>Since there can be multiple service matching a given description,
-        the service returned is the service that would be returned by a call to
-        <code class="literal">BundleContext.getServiceReference</code>. This means that
-        the service with the highest ranking will be returned, or if there is
-        a tie in ranking, the service with the lowest service id (the service
-        registered first with the framework) is returned (please see Section 5
-        from the OSGi spec for more information on the service selection algorithm).</p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:interface"></a>9.2.2.1.&nbsp;Controlling The Set Of Advertised Interfaces For The Imported Service</h4></div></div></div><p>The <code class="literal">interface</code> attribute identifies the service
-	        interface that a matching service must implement. For example, the
-	        following declaration creates a bean
-	        <code class="literal">messageService</code>, which is backed by the service
-	        returned from the service registry when querying it for a service
-	        offering the <code class="interfacename">MessageService</code> interface.</p><pre class="programlisting">&lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"messageService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>/&gt;</pre><p>Just like the <code class="literal">service</code> declaration, when specifying
-	        multiple interfaces, use the nested <code class="literal">interfaces</code> element instead
-	        of <code class="literal">interface</code> attribute:
-	        </p><pre class="programlisting">&lt;<span class="hl-tag">osgi:reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"importedOsgiService"</span>&gt;
-  &lt;<span class="hl-tag">osgi:interfaces</span>&gt;
-     &lt;<span class="hl-tag">value</span>&gt;com.xyz.MessageService&lt;<span class="hl-tag">/value</span>&gt;
-     &lt;<span class="hl-tag">value</span>&gt;com.xyz.MarkerInterface&lt;<span class="hl-tag">/value</span>&gt;
-  &lt;<span class="hl-tag">/osgi:interfaces</span>&gt;
-&lt;<span class="hl-tag">/osgi:reference</span>&gt;</pre><p>It is illegal to use both <code class="literal">interface</code> attribute and
-			<code class="literal">interfaces</code> element at the same time - use only one of them.
-			</p><p>The bean defined by reference element implements all of the
-	        advertised interfaces of the service that are visible to the bundle (called
-	        <span class="emphasis"><em>greedy proxying</em></span>).
-	        If the registered service interfaces include Java class types (as
-	        opposed to interface types) then support for these types is subject to
-	        the restrictions of Spring's AOP implementation (see the Spring
-	        Reference Guide). In short, if the specified interfaces are classes
-	        (rather then interfaces), then <code class="literal">cglib</code> library must be
-	        available, and <code class="literal">final</code> methods are not
-	        supported.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:filter"></a>9.2.2.2.&nbsp;The <code class="literal">filter</code> Attribute</h4></div></div></div><p>The optional <code class="literal">filter</code> attribute can be used
-          to specify an OSGi filter expression and constrains the service
-          registry lookup to only those services that match the given
-          filter.</p><p>For example:</p><pre class="programlisting">&lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"asyncMessageService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>
-  <span class="hl-attribute">filter</span>=<span class="hl-value">"(asynchronous-delivery=true)"</span>/&gt;</pre><p>will match only OSGi services that advertise <code class="interfacename">MessageService</code>
-  		  interface and have the property named <code class="literal">asynchronous-delivery</code> set to value <code class="literal">true</code>.
-  		  </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:bean-name"></a>9.2.2.3.&nbsp;The <code class="literal">bean-name</code> Attribute</h4></div></div></div><p>The <code class="literal">bean-name</code> attribute is a convenient
-          short-cut for specifying a filter expression that matches on the
-          <code class="literal">bean-name</code> property automatically set when exporting a bean using the
-          <code class="literal">service</code> element (see <a href="service-registry.html#service-registry:export" title="9.1.&nbsp;Exporting A Spring Bean As An OSGi Service">Section&nbsp;9.1, &#8220;Exporting A Spring Bean As An OSGi Service&#8221;</a>).</p><p>Consider the following exporter/importer declarations:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"</span><span class="co"><img src="images/callouts/1.png" alt="(1)"></span><span class="hl-value">messageServiceBean"</span> <span class="hl-attribute">scope</span>=<span class="hl-value">"bundle"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"com.xyz.MessageServiceImpl"</span>/&gt;
-&lt;<span class="hl-comment">!-- service exporter --</span>&gt;
-&lt;<span class="hl-tag">osgi:service</span> <span class="hl-attribute">id</span>=<span class="hl-value">"messageServiceExporter"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"</span><span class="co"><img src="images/callouts/1.png" alt="(1)"></span><span class="hl-value">messageServiceBean"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>/&gt;
-</pre></div><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">osgi:reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"messageService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>
-   <span class="hl-attribute">bean-name</span>=<span class="hl-value">"</span><span class="co"><img src="images/callouts/1.png" alt="(1)"></span><span class="hl-value">messageServiceBean"</span>/&gt;
-</pre></div><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>the name used with <code class="literal">bean-name</code> attribute</p></td></tr></table></div><p>will match only OSGi services that advertise <code class="interfacename">MessageService</code>
-   		  interface and have the property named <code class="literal">org.eclipse.gemini.blueprint.bean.name</code> set
-   		  to value <code class="literal">messageServiceBean</code>. In short, this means finding all Gemini Blueprint/Spring DM exported
-   		  beans that implement interface <code class="interfacename">MessageService</code> and are named
-   		  <code class="literal">messageServiceBean</code>.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:cardinality"></a>9.2.2.4.&nbsp;The <code class="literal">availability</code> Attribute</h4></div></div></div><div class="sidebar"><p class="title"><b>Nested &lt;reference&gt; declarations</b></p><p>In order for Gemini Blueprint/Spring DM to detect mandatory dependencies, any
-		    <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-inner-beans" target="_top">nested/inner</a>
-		    reference declaration will be transformed into top-level
-		    one with a generated name.</p></div><p>The <code class="literal">availability</code> attribute is used to
-          specify whether or not a matching service is required at all times.
-          An <code class="literal">mandatory</code> availability (the default)
-          indicates that a matching service must always be present. A
-          value of <code class="literal">optional</code> indicates that a
-          matching service is not required at all times (see 
-          <a href="service-registry.html#service-registry:refs:singular:dynamics" title="9.2.2.9.&nbsp;reference And OSGi Service Dynamics">Section&nbsp;9.2.2.9, &#8220;<code class="literal">reference</code> And OSGi Service Dynamics&#8221;</a>
-          for more details). The differences in behaviour between <code class="literal">mandatory</code>
-          and <code class="literal">optional</code> services are explained at length in 
-          <a href="service-registry.html#service-registry:refs:availability" title="9.2.1.&nbsp;Imported Service Availability">Section&nbsp;9.2.1, &#8220;Imported Service Availability&#8221;</a>.
-          </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:depends-on"></a>9.2.2.5.&nbsp;The <code class="literal">depends-on</code> Attribute</h4></div></div></div><p>The <code class="literal">depends-on</code> attribute is used to specify
-          that the service reference should not be looked up in the service
-          registry until the named dependent bean has been
-          instantiated.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:tccl"></a>9.2.2.6.&nbsp;The <code class="literal">context-class-loader</code> Attribute</h4></div></div></div><p>The OSGi Service Platform Core Specification (latest
-          version is 4.1 at time of writing) does not specify what types and
-          resources are visible through the context class loader when an
-          operation is invoked on a service obtained via the service registry.
-          Since some services may use libraries that make certain assumptions
-          about the context class loader, Gemini Blueprint enables you
-          to explicitly control the context class loader during service
-          invocation. This is achieved using the option
-          <code class="literal">context-class-loader</code> attribute of the
-          <code class="literal">reference</code> element.</p><div class="sidebar"><p class="title"><b>context class loader management on the importer and exporter</b></p><p>
-		      Gemini Blueprint/Spring DM has the ability to do context class loader management on both
-		      the importer and exporter side. Normally, if Gemini Blueprint/Spring DM works on both sides,
-		      only one side should have this feature enabled. However, if both sides 
-		      (importer and exporter) take advantage of this capability, the last
-		      entity in the call chain will win. This means that the exporter setting,
-		      if enabled, will always override the importer setting (whatever that is). 
-		    </p></div><p>The permissible values for the
-          <code class="literal">context-class-loader</code> attribute are:</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">client</code> - during the service invocation,
-          	the context	class loader is guaranteed to be
-          	able to see types on the classpath of the invoking bundle.
-          	This is the default option.</p></li><li><p><code class="literal">service-provider</code> - during the service invocation,
-          	the context	class loader is guaranteed to be
-          	able to see types on the classpath of the bundle exporting
-          	the service.</p></li><li><p><code class="literal">unmanaged</code> - no context class loader
-          	management will occur during the service invocation</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:sticky"></a>9.2.2.7.&nbsp;The <code class="literal">sticky</code> Attribute</h4></div></div></div><p>Newly introduced in DM 2.x, the <code class="literal">sticky</code> attribute specifies whether an importer will use
-          a backing service until it becomes unavailable or whether it will consider other <span class="emphasis"><em>better</em></span> candidates 
-          (defined as services matching the importer criteria but with a higher ranking or a lower service id) that might appear.
-          In Spring DM 1.x, the importer would always select the best service available at any point in time. Thus, if a service with
-          a higher ranking id becomes available, the proxy would automatically bind to it. In highly dynamic environments, this lack
-          of service affinity becomes problematic so in DM 2.x/Gemini Blueprint, the behaviour has changed (aligning itself with the Blueprint spec).
-          Thus, service importers become <code class="literal">sticky</code> by default meaning that a proxy will use the bound backing service
-          until it becomes unavailable, ignoring any other service updates. Only when the backing service goes down, the proxy will
-          look for a replacement selecting the best candidate at that point in time.
-          To revert to the Spring DM 1.x behaviour, mark the importers as being non-sticky.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:reference:attributes"></a>9.2.2.8.&nbsp;<code class="literal">reference</code> Element Attributes</h4></div></div></div><p>
-       	As a summary, the following table lists the <code class="literal">reference</code> element 
-       	attributes names, possible values and a short description for each of them.
-        </p><div class="table"><a name="reference-import-options"></a><p class="title"><b>Table&nbsp;9.3.&nbsp;OSGi &lt;reference&gt; attributes</b></p><div class="table-contents"><table summary="OSGi <reference&gt; attributes" width="100%" border="1"><colgroup><col><col align="center"><col align="center"><col align="center"><col align="center"></colgroup><thead><tr><th>Name</th><th colspan="4" align="center">Values</th><th align="justify">Description</th></tr></thead><tbody><tr><td>interface</td><td colspan="4" align="center">fully qualified class name (such as <code class="classname">java.lang.Thread</code>)</td><td align="justify">The fully qualified name of the class under which the object will be exported.</td></tr><tr><td>filter</td><td colspan="4" align="center">OSGi filter expression (such as <code class="literal">((asynchronous-delivery=true)</code>)</td><td align="justify">OSGi filter expression that is used to constrain the set of matching services
-                in the service registry.</td></tr><tr><td>bean-name</td><td colspan="4" align="center">any string value</td><td align="justify">Convenient shortcut for specifying a filter expression that matches on the bean-name property 
-                that is automatically advertised for beans published using the &lt;service&gt; element.</td></tr><tr><td>context-class-loader</td><td align="center">client</td><td colspan="2" align="center">service-provider</td><td align="center">unmanaged</td><td align="justify">Defines how the context class loader is managed when invoking operations on a service
-                backing this service reference. The default value is <code class="literal">client</code> which means that the context
-                class loader has visibility of the resources on this bundle's classpath. Alternate
-                options are <code class="literal">service-provider</code> which means that the context class loader has visibility of 
-                resources on the bundle classpath of the bundle that exported the service, and <code class="literal">unmanaged</code>
-               	which does not do any management of the context class loader.</td></tr><tr><td>availability</td><td colspan="2" align="center">optional</td><td colspan="2" align="center">mandatory</td><td align="justify">Defines the desired availability of the relationship to the backing service. If not specified, 
-                the <code class="literal">default-availability</code> attribute will apply. 'mandatory' value (the default) means that a backing service 
-                must exist at all times. The 'optional' value indicates that it is acceptable to be for an importer to have no 
-                backing service.</td></tr><tr><td>timeout</td><td colspan="4" align="center">any positive long</td><td align="justify">The amount of time (in milliseconds) to wait for a backing service to be 
-				available when an operation is invoked. If not specified, the <code class="literal">default-timeout</code> attribute will apply.
-                </td></tr><tr><td>sticky</td><td colspan="2" align="center">true</td><td colspan="2" align="center">false</td><td align="justify">Indicates the <span class="emphasis"><em>stickiness</em></span> of the service import. If 'true' (default), the proxy will rebind only if the
-                backing service is no longer available. If 'false' (Spring DM 1.x behaviour), the rebind will occur every time a 'better' candidate
-                appears. A better service is defined by having either a higher ranking or the same ranking and a lower service id.
-                </td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:dynamics"></a>9.2.2.9.&nbsp;<code class="literal">reference</code> And OSGi Service Dynamics</h4></div></div></div><p>
-	      The bean defined by the <code class="literal">reference</code> element
-	      is unchanged throughout the lifetime of the application context
-	      (the object reference remains constant). However, the OSGi service
-	      that backs the reference may come and go at any time. For a
-	      mandatory service reference, the creation of the application context will block until a matching
-	      service is available. <a href="service-registry.html#service-registry:refs:availability" title="9.2.1.&nbsp;Imported Service Availability">Section&nbsp;9.2.1, &#8220;Imported Service Availability&#8221;</a> provides
-	      more details.</p><p>When the service backing a <code class="literal">reference</code> bean
-	      goes away, Gemini Blueprint tries to replace the backing
-	      service with another service matching the reference criteria. An
-	      application may be notified of a change in backing service by
-	      registering a <code class="literal">reference-listener</code>. If no matching service is
-	      available, then the <code class="literal">reference</code> is said to be
-	      <span class="emphasis"><em>unsatisfied</em></span>. An unsatisfied mandatory service
-	      causes any exported service (<code class="literal">service</code> bean) that
-	      depends on it to be unregistered from the service registry until
-	      such time as the reference is satisfied again. See
-	      <a href="service-registry.html#service-registry:export-import-relationship" title="9.2.1.2.&nbsp;Relationship Between The Service Exporter And Service Importer">Section&nbsp;9.2.1.2, &#8220;Relationship Between The Service Exporter And Service Importer&#8221;</a> for more information.</p><p>When an operation is invoked on an unsatisfied
-	      <code class="literal">reference</code> bean (either optional or mandatory),
-	      the invocation blocks until the reference becomes satisfied. The
-	      optional <code class="literal">timeout</code> attribute of the
-	      <code class="literal">reference</code> element enables a timeout value (in
-	      milliseconds) to be specified. If no matching service becomes available 
-	      within the timeout period, an unchecked <code class="classname">ServiceUnavailableException</code> is
-	      thrown.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:singular:property-editor"></a>9.2.2.10.&nbsp;Getting A Hold Of The Managed Service Reference</h4></div></div></div><p>Gemini Blueprint/Spring DM can automatically convert a managed OSGi service to 
-        service reference. That is, if the property into which a reference bean 
-        is to be injected, has type <code class="interfacename">ServiceReference</code> (instead of the service
-        interface supported by the reference), then the managed OSGi
-        <code class="interfacename">ServiceReference</code> for the service will be injected
-        in place of the service itself:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">class</span> BeanWithServiceReference {
-	<span class="hl-keyword">private</span> ServiceReference serviceReference;
-	<span class="hl-keyword">private</span> SomeService service;
-			
-	<span class="hl-comment">// getters/setters ommitted</span>
-}</pre><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"service"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.SomeService"</span>/&gt;
-		
-&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someBean"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"BeanWithServiceReference"</span>&gt;
-  &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"serviceReference"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"service"</span>/&gt;                                      <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-  &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"service"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"service"</span>/&gt;                                               <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-&lt;<span class="hl-tag">/bean</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Automatic managed service to <code class="interfacename">ServiceReference</code> conversion.
-            </p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Managed service is injected without any conversion</p></td></tr></table></div></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">
-		The injected <code class="interfacename">ServiceReference</code> is managed by Gemini Blueprint/Spring DM and will change
-		at the same time as the referenced backing OSGi service instance.
-		</td></tr></table></div><p>There are cases when the managed <code class="interfacename">ServiceReference</code> is needed to get a hold of the OSGi service. Unfortunately,
-		most of the OSGi frameworks expect their own <code class="interfacename">ServiceReference</code> classes and will fail when the
-		Gemini Blueprint/Spring DM managed reference is used. For such cases, one can get a hold of the native <code class="interfacename">ServiceReference</code> bound
-		at that moment, by casting the reference object to <code class="interfacename">ServiceReferenceProxy</code> and then calling 
-		<code class="methodname">getTargetServiceReference</code>. Using the example context above, one might use the following code:</p><pre class="programlisting">ServiceReference nativeReference = ((ServiceReferenceProxy)serviceReference).getTargetServiceReference()</pre><p>The returned <code class="literal">nativeReference</code> can be safely passed to the OSGi framework however, since it is not managed by Gemini Blueprint/Spring DM,
-		in time, it might refer to a service different then the one backing the imported OSGi service.</p><p>To avoid this desynchronization, consider using managed <code class="interfacename">ServiceReference</code> objects mainly for reading the
-		bound OSGi service properties rather then getting a hold of OSGi services (which can be simply injected by Gemini Blueprint/Spring DM).</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:refs:collection"></a>9.2.3.&nbsp;Referencing A Collection Of Services</h3></div></div></div><div class="sidebar"><p class="title"><b>Natural vs custom ordering</b></p><p>
-		 Java collection API defines two interfaces for ordering objects -
-		 <code class="interfacename">Comparable</code> and <span class="interface">Comparator</span>.
-		 The first is meant to be implemented by objects for providing <span class="emphasis"><em>natural 
-		 ordering</em></span>. <code class="classname">String</code>, <code class="classname">Long</code>
-		 or <code class="classname">Date</code> are good examples of objects that implement the
-		 <code class="interfacename">Comparable</code> interface.</p><p>
-		 However, there are cases where sorting is different then the natural ordering or,
-		 the objects meant to be sort do not implement <span class="interface">Comparable</span>. To
-		 address this cases, <code class="interfacename">Comparator</code> interface was designed. 
-		 </p><p>For more information on this subject, please consult the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/docs/books/tutorial/collections/interfaces/order.html" target="_top">
-		 Object ordering</a> chapter from Java 
-		 <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/docs/books/tutorial/collections/" target="_top">collection</a> tutorial,
-		 </p></div><p>Sometimes an application needs access not simply to any service
-        meeting some criteria, but to <span class="emphasis"><em>all</em></span> services
-        meeting some criteria. Gemini Blueprint/Spring DM allows the matching services may be held in a
-        <code class="interfacename">List</code> or <code class="interfacename">Set</code> 
-        (optionally sorted).</p><p>The difference between using a <code class="interfacename">List</code> and a
-        <code class="interfacename">Set</code> to manage the collection is one of equality.
-        Two or more services published in the registry (and with distinct
-        service ids) may be "equal" to each other, depending on the
-        implementation of equals used by the service implementations. Only one
-        such service will be present in a set, whereas all services returned
-        from the registry will be present in a list. For more details on collections,
-        see <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/docs/books/tutorial/collections/interfaces/index.html" target="_top">this</a> 
-        tutorial.</p><p>The <code class="literal">set</code> and <code class="literal">list</code> schema elements
-        are used to define collections of services with set or list semantics
-        respectively.</p><p>These elements support the attributes
-        <code class="literal">interface</code>, <code class="literal">filter</code>,
-        <code class="literal">bean-name</code>, <code class="literal">availability</code>, and
-        <code class="literal">context-class-loader</code>, with the same semantics as for
-        the <code class="literal">reference</code> element. The allowable values for the
-        <code class="literal">availability</code> attribute are <code class="literal">mandatory</code>
-        and <code class="literal">optional</code>.</p><p>An availability value of
-        <code class="literal">optional</code> indicates that it is permissible to
-        be no matching services. An availability value of
-        <code class="literal">mandatory</code> indicates that at least one matching service
-        is required at all times. Such a reference is considered a
-        <span class="emphasis"><em>required</em></span> reference and any exported services
-        from the same bundle (<code class="literal">service</code> defined beans) that
-        depend on a mandatory reference will automatically be unregistered
-        when the reference becomes unsatisfied, and reregistered when the
-        reference becomes satisfied again. See <a href="service-registry.html#service-registry:refs:availability" title="9.2.1.&nbsp;Imported Service Availability">Section&nbsp;9.2.1, &#8220;Imported Service Availability&#8221;</a>
-        for more details.</p><p>The bean defined by a <code class="literal">list</code> element is of type
-        <code class="interfacename">java.util.List</code>. The bean defined by a
-        <code class="literal">set</code> element is of type
-        <code class="interfacename">java.util.Set</code>.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">Make sure the Gemini Blueprint/Spring DM collections are injected into properties of compatible types (
-        for example <code class="literal">set</code> into <code class="interfacename">Set</code> or <code class="interfacename">
-        Collection</code>) since otherwise the container will automatically perform 
-        <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/validation.html#beans-beans-conversion" target="_top">type conversion</a>,
-        transforming the Gemini Blueprint/Spring DM managed collection into a 'normal' one, unaware of the OSGi dynamics.
-        </td></tr></table></div><p>The following example defines a bean of type <code class="interfacename">List</code> that 
-        will contain all registered services supporting the
-        <code class="literal">EventListener</code> interface:</p><pre class="programlisting">&lt;<span class="hl-tag">list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myEventListeners"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.EventListener"</span>/&gt;</pre><p>The members of the collection defined by the bean are managed
-        dynamically by Spring. As matching services are registered and
-        unregistered in the service registry, the collection membership will
-        be kept up to date. Each member of the collection supports the service
-        interfaces that the corresponding service was registered with and that
-        are visible to the bundle.</p><p>Gemini Blueprint/Spring DM supports sorted collections as well, both for set and list.</p><p>It is possible to specify a sorting order using either the
-        <code class="literal">comparator-ref</code> attribute, or the nested
-        <code class="literal">comparator</code> element. The
-        <code class="literal">comparator-ref</code> attribute is used to refer to a
-        named bean implementing <code class="interfacename">java.util.Comparator</code>. The
-        <code class="literal">comparator</code> element can be used to define an inline
-        bean. For example:</p><pre class="programlisting">&lt;<span class="hl-tag">set</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myServices"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MyService"</span>
-  <span class="hl-attribute">comparator-ref</span>=<span class="hl-value">"someComparator"</span>/&gt;
-
-&lt;<span class="hl-tag">list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myOtherServices"</span> 
-  <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.OtherService"</span>&gt;
-  &lt;<span class="hl-tag">comparator</span>&gt;
-     &lt;<span class="hl-tag">beans:bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"MyOtherServiceComparator"</span>/&gt;
-  &lt;<span class="hl-tag">/comparator</span>&gt;
-&lt;<span class="hl-tag">/list</span>&gt;</pre><p>To sort using a natural ordering instead of an explicit
-        comparator, you can use the <code class="literal">natural</code>
-        element inside of <code class="literal">comparator</code>. You need to specify
-        the basis for the natural ordering: based on the service references,
-        following the <code class="interfacename">ServiceReference</code> natural ordering
-        defined in the OSGi Core Specification release 4, version 4.1, section 6.1.23; 
-        or based on the services themselves (in which case the services must be
-        <code class="interfacename">Comparable</code>).</p><pre class="programlisting">&lt;<span class="hl-tag">list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myServices"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MyService"</span>&gt;
-  &lt;<span class="hl-tag">comparator</span>&gt;&lt;<span class="hl-tag">natural</span> <span class="hl-attribute">basis</span>=<span class="hl-value">"services"</span>/&gt;&lt;<span class="hl-tag">/comparator</span>&gt;
-&lt;<span class="hl-tag">/list</span>&gt;
-
-&lt;<span class="hl-tag">set</span> <span class="hl-attribute">id</span>=<span class="hl-value">"myOtherServices"</span><span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.OtherService"</span>&gt;
-  &lt;<span class="hl-tag">comparator</span>&gt;&lt;<span class="hl-tag">natural</span> <span class="hl-attribute">basis</span>=<span class="hl-value">"service-references"</span>/&gt;&lt;<span class="hl-tag">/comparator</span>&gt;
-&lt;<span class="hl-tag">/set</span>&gt;</pre><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">For a sorted set, a <code class="interfacename">SortedSet</code> implementation will be created.
-		However, since the JDK API does not provide a dedicated <code class="interfacename">SortedList</code>interface, 
-		the sorted list will implement only the <code class="interfacename">List</code> interface.</td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:collection:greedy-proxying"></a>9.2.3.1.&nbsp;Greedy Proxying</h4></div></div></div><p>All OSGi services imported by a Gemini Blueprint/Spring DM service collection publish and are type-compatible with the classes
-			declared by the <code class="literal">interfaces</code> property. However, some services might expose additional (optional) 
-			classes that could be relevant to your application.</p><p>For these cases, Gemini Blueprint/Spring DM collections offer a dedicated attribute called <code class="literal">greedy-proxying</code> which
-			will cause the creates proxies to use <span class="emphasis"><em>all</em></span> the classes advertised by the imported services, visible to the consuming
-			importing bundle. Thus, it is possible to cast the imported proxies to classes different then those specified in the
-			<code class="literal">interfaces</code>. For example, with the following list definition:
-			</p><pre class="programlisting">&lt;<span class="hl-tag">list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"services"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.SomeService"</span> <span class="hl-attribute">greedy-proxying</span>=<span class="hl-value">"true"</span>/&gt;</pre><p>one can do the following iteration (assuming <code class="classname">MessageDispatcher</code> type is imported by the bundle):</p><pre class="programlisting"><span class="hl-keyword">for</span> (Iterator iterator = services.iterator(); iterator.hasNext();) {
-	SomeService service = (SomeService) iterator.next();
-	service.executeOperation();
-	<span class="hl-comment">// if the service implements an additional type</span>
-	<span class="hl-comment">// do something extra</span>
-	<span class="hl-keyword">if</span> (service <span class="hl-keyword">instanceof</span> MessageDispatcher) {
-		((MessageDispatcher)service).sendAckMessage();
-	}
-}</pre><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">Before using greedy proxies and <code class="literal">instanceof</code> statements, consider using a different
-			interface/class for your services which provides better 
-			<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://en.wikipedia.org/wiki/Polymorphism_in_object-oriented_programming" target="_top">polymorphism</a> 
-			and is more 
-			<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://en.wikipedia.org/wiki/Object_oriented" target="_top">object-oriented</a>.</td></tr></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:collection:member-type"></a>9.2.3.2.&nbsp;Member Type</h4></div></div></div><p>Since Spring DM 2.x/Gemini Blueprint, service collections can contain either service instances (default) or service references. The latter is useful if
-			the services themselves are not relevant but rather their properties and availability. For example, to track the service references,
-			the following configuration can be used:</p><pre class="programlisting">&lt;<span class="hl-tag">list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"services"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.SomeService"</span> <span class="hl-attribute">member-type</span>=<span class="hl-value">"service-reference"</span>/&gt;</pre><p>Note that the collection contains <span class="emphasis"><em>native</em></span> service references which can be used by client to retrieve the backing
-			service (if needed). However, when using Gemini Blueprint/Spring DM this use case is discouraged since one can let the framework track the services instead
-			and get the (native) associated service reference from the proxy directly (see <a href="service-registry.html#service-registry:refs:singular:property-editor" title="9.2.2.10.&nbsp;Getting A Hold Of The Managed Service Reference">Section&nbsp;9.2.2.10, &#8220;Getting A Hold Of The Managed Service Reference&#8221;</a> 
-			for more details).</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:collection:attributes"></a>9.2.3.3.&nbsp;Collection (<code class="literal">list</code> And <code class="literal">set</code>) Element Attributes</h4></div></div></div><p>
-		<code class="literal">list</code> and <code class="literal">set</code> elements support all the attributes available to
-		<code class="literal">reference</code> element except the <code class="literal">timeout</code> attribute.
-		
-       	See the following table as a summary of the <code class="literal">list</code> and <code class="literal">set</code> element 
-       	attribute names, possible values and a short description for each of them.
-        </p><div class="table"><a name="collection-import-options"></a><p class="title"><b>Table&nbsp;9.4.&nbsp;&lt;list&gt;/&lt;set&gt; attributes</b></p><div class="table-contents"><table summary="<list&gt;/<set&gt; attributes" width="100%" border="1"><colgroup><col><col align="center"><col align="center"><col align="center"><col align="center"><col align="justify"></colgroup><thead><tr><th>Name</th><th colspan="4" align="justify">Values</th><th align="justify">Description</th></tr></thead><tbody><tr><td>interface</td><td colspan="4" align="justify">fully qualified class name (such as <code class="classname">java.lang.Thread</code>)</td><td align="justify">The fully qualified name of the class under which the object will be exported.</td></tr><tr><td>filter</td><td colspan="4" align="justify">OSGi filter expression (such as <code class="literal">((asynchronous-delivery=true)</code>)</td><td align="justify">OSGi filter expression that is used to constrain the set of matching services
-                in the service registry.</td></tr><tr><td>bean-name</td><td colspan="4" align="justify">any string value</td><td align="justify">Convenient shortcut for specifying a filter expression that matches on the bean-name property 
-                that is automatically advertised for beans published using the &lt;service&gt; element.</td></tr><tr><td>context-class-loader</td><td align="center">client</td><td colspan="2" align="center">service-provider</td><td align="center">unmanaged</td><td align="justify">Defines how the context class loader is managed when invoking operations on a service
-                backing this service reference. The default value is <code class="literal">client</code> which means that the context
-                class loader has visibility of the resources on this bundle's classpath. Alternate
-                options are <code class="literal">service-provider</code> which means that the context class loader has visibility of 
-                resources on the bundle classpath of the bundle that exported the service, and <code class="literal">unmanaged</code>
-               	which does not do any management of the context class loader.</td></tr><tr><td>availability</td><td colspan="2" align="center">optional</td><td colspan="2" align="center">mandatory</td><td align="justify">Defines the desired availability of the relationship to the backing service. If not specified, 
-                the <code class="literal">default-availability</code> attribute will apply. 'mandatory' value (the default) means that a backing service 
-                must exist at all times. The 'optional' value indicates that it is acceptable to be for an importer to have no 
-                backing service.</td></tr><tr><td>comparator-ref</td><td colspan="4" align="justify">any string value</td><td align="justify">Named reference to a bean acting as comparator for the declaring collection. Declaring a comparator automatically
-                makes the declaring collection sorted.</td></tr><tr><td>greedy-proxying</td><td colspan="2" align="center">true</td><td colspan="2" align="center">false</td><td align="justify">Indicates whether the proxies created for the imported OSGi services will be generated using 
-                just the classes specified (<code class="literal">false</code>) or all the classes exported by the service and visible to
-                the importing bundle (<code class="literal">true</code>). The default value is <code class="literal">false</code>.</td></tr><tr><td>member-type</td><td colspan="2" align="center">service-object</td><td colspan="2" align="center">service-reference</td><td align="justify">Indicates the type of object that will be placed within the reference collection.  
-    <code class="literal">service-object</code> (the default) indicates the collection contains service proxies for imported services.
-    <code class="literal">service-reference</code> indicates the collection contains <code class="literal">ServiceReference</code> objects matching the 
-    target service type.</td></tr></tbody></table></div></div><br class="table-break"><p>The table below lists the attributes available for the <code class="literal">comparator/natural</code> sub element.</p><div class="table"><a name="collection-import-comparator-options"></a><p class="title"><b>Table&nbsp;9.5.&nbsp;collection &lt;comparator&gt; attributes</b></p><div class="table-contents"><table summary="collection <comparator&gt; attributes" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th colspan="2">Values</th><th>Description</th></tr></thead><tbody><tr><td>basis</td><td>service</td><td>service-reference</td><td>Indicate the element on which <span class="emphasis"><em>natural ordering</em></span> should apply - <code class="literal">service</code> for considering
-                the service instance and <code class="literal">service-reference</code> for considering the service reference instead of the service.</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:collection:dynamics"></a>9.2.3.4.&nbsp;<code class="literal">list</code> / <code class="literal">set</code> And OSGi Service Dynamics</h4></div></div></div><p>
-          A collection of OSGi services will change its content during the lifetime
-          of the application context since it needs to reflect the state of the OSGi
-          space. As service are registered and unregistered, they will be added or
-          removed from the collection.</p><p>While a <code class="literal">reference</code> declaration will try to
-          find a replacement if the backing service is unregistered, the collection
-          will simply remove the service from the collection. 
-          Like <code class="literal">reference</code>, a collection of services can have a specified <code class="literal">availability</code>.
-          As opposed to <code class="literal">reference</code>s though, since Spring DM 2.x/Gemini Blueprint, a collection content can be queried, no matter
-          its availability and the number of services held.</p><p>Just like <code class="literal">reference</code>, mandatory collections
-          will trigger the unregistration of any exported service that depends
-          upon it. See
-	      <a href="service-registry.html#service-registry:export-import-relationship" title="9.2.1.2.&nbsp;Relationship Between The Service Exporter And Service Importer">Section&nbsp;9.2.1.2, &#8220;Relationship Between The Service Exporter And Service Importer&#8221;</a> for more information.
-          </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="service-registry:refs:collection:iterator"></a>9.2.3.5.&nbsp;<code class="interfacename">Iterator</code> Contract And Service Collections</h4></div></div></div><p>The recommend way of traversing a collection is by using an <code class="interfacename">Iterator</code>.
-		  However, since OSGi services can come and go, the content of the managed service collection will be adjusted
-		  accordingly. Gemini Blueprint/Spring DM will transparently update all <code class="interfacename">Iterator</code>s held by 
-		  the user so it is possible to safely traverse the collection while it is being modified. Moreover, the 
-		  <code class="interfacename">Iterator</code>s will reflect all the changes made to the collection, even if 
-		  they occurred after the <code class="interfacename">Iterator</code>s were created (that is during the iteration).
-		  Consider a case where a collection shrinks significantly (for example a big number of OSGi
-		  services are shutdown) right after an iteration started.
-		  To avoid dealing with the resulting 'dead' service references,
-		  Gemini Blueprint/Spring DM iterators do not take collection snapshots (that can be inaccurate) 
-		  but rather are updated on each service event so they reflect the latest collection state, 
-		  no matter how fast or slow the iteration is.</p><p>It is important to note that a service update will only influence <code class="interfacename">Iterator</code>
-		  operations that are executed after the event occurred. Services already returned by the iterator will not be
-		  updated even if the backing service has been unregistered. As a side note, if an operation is invoked on
-          such a service that has been unregistered, a <code class="literal">ServiceUnavailableException</code> will be thrown. 
-		  </p><p>To conclude, while a <code class="literal">reference</code> declaration will search for candidates in case the
-		  backing service has been unregistered, a service collections will not replace unregistered services returned
-		  to the user. However, it will remove the unregistered services from the collection so future iterations will not
-		  encounter them.
-		  </p><p>Please note that the <code class="interfacename">Iterator</code> contract is guaranteed meaning that 
-		  <code class="literal">next()</code> method <span class="emphasis"><em>always</em></span> obey the result of the previous 
-		  <code class="literal">hasNext()</code> invocation.</p><div class="table"><a name="collection-iterator-contract"></a><p class="title"><b>Table&nbsp;9.6.&nbsp;Dynamic service collection <code class="interfacename">Iterator</code> contract</b></p><div class="table-contents"><table summary="Dynamic service collection Iterator contract" width="100%" border="1"><colgroup><col><col></colgroup><thead><tr><th>hasNext() returned value</th><th>next() behaviour</th></tr></thead><tbody><tr><td>true</td><td><span class="emphasis"><em>Always</em></span> return a non-null value, even when the collection has shrunk as services when away.
-                </td></tr><tr><td>false</td><td>per <code class="interfacename">Iterator</code> contract, <code class="classname">NoSuchElementException</code> is thrown.
-                This applies even if other services are added to the collection</td></tr></tbody></table></div></div><br class="table-break"><p>
-	      The behaviour described above, offers a consistent view over the collection even if its structure changes during iteration.
-	      To simply <span class="emphasis"><em>refresh</em></span> the iterator, call <code class="literal">hasNext()</code> again. This will force the
-	      <code class="literal">Iterator</code> to check again the collection status for its particular entry in the iteration.</p><p>
-	 	  In addition, any elements added to the collection during iteration over a <span class="emphasis"><em>sorted</em></span>
-          collection will only be visible if the iterator has not already passed
-          their sort point.</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:refs:dynamics"></a>9.2.4.&nbsp;Dealing With The Dynamics Of OSGi Imported Services</h3></div></div></div><div class="sidebar"><p class="title"><b>Where is the <code class="literal">listener</code> element ?</b></p><p>Since Spring DM 2.x/Gemini Blueprint, the <code class="literal">reference-listener</code> replaced
-	  	the <code class="literal">listener</code> element which has been deprecated. The main reasons
-	  	behind the decisions were to align the configuration format closer with the Blueprint
-	  	spec and to avoid some of the confusion regarding the type of listener declared (service or reference
-	  	based). Note that <code class="literal">listener</code> element is still supported.</p></div><p>Whether you are using <code class="literal">reference</code>
-      or <code class="literal">set</code> or <code class="literal">list</code>, Spring Dynamic
-      Modules will manage the backing service. However there are cases
-      where the application needs to be aware when the backing service
-      is updated.</p><p>Such applications, that need to be aware of when the service
-      backing a <code class="literal">reference</code> bean is bound and unbound, can
-      register one or more listeners using the nested
-      <code class="literal">reference-listener</code> (or <code class="literal">listener</code>) element.
-      This element is available on both <code class="literal">reference</code> and
-      <code class="literal">set</code>, <code class="literal">list</code> declarations.
-      In many respects, the service importer listener declaration 
-      is similar to the service exporter listener declaration 
-      (<a href="service-registry.html#service-registry:export:lifecycle" title="9.1.10.&nbsp;Service Registration And Unregistration Lifecycle">Section&nbsp;9.1.10, &#8220;Service Registration And Unregistration Lifecycle&#8221;</a>).
-      
-      The <code class="literal">reference-listener</code> element refers to a bean (either by name, 
-      or by defining one inline)
-      that will receive bind and unbind notifications. If this bean
-      implements Gemini Blueprint/Spring DM's
-      <code class="interfacename">org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListener</code>
-      interface, then the <code class="literal">bind</code> and
-      <code class="literal">unbind</code> operations in this interface will be
-      invoked. Instead of implementing this interface (or in addition),
-      custom bind and unbind callback methods may be named.</p><p>An example of declaring a listener that implements
-      <code class="interfacename">OsgiServiceLifecycleListener</code>:</p><pre class="programlisting">&lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>&gt;
-  &lt;<span class="hl-tag">reference-listener</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"aListenerBean"</span>/&gt;
-&lt;<span class="hl-tag">/reference</span>&gt;</pre><p>An example of declaring an inline listener bean with custom
-      bind and unbind methods:</p><pre class="programlisting">&lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.MessageService"</span>&gt;
-  &lt;<span class="hl-tag">reference-listener</span> <span class="hl-attribute">bind-method</span>=<span class="hl-value">"onBind"</span> <span class="hl-attribute">unbind-method</span>=<span class="hl-value">"onUnbind"</span>&gt;
-     &lt;<span class="hl-tag">beans:bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"MyCustomListener"</span>/&gt;
-  &lt;<span class="hl-tag">/reference-listener</span>&gt;
-&lt;<span class="hl-tag">/reference</span>&gt;</pre><p>If the listener bean implements the
-      <code class="interfacename">OsgiServiceLifecycleListener</code> interface
-      <span class="emphasis"><em>and</em></span> the listener definition specifies custom
-      bind and unbind operations then both the
-      <code class="literal">OsgiServiceLifecycleListener</code> operation and the
-      custom operation will be invoked, in that order.</p><p>The signature of a custom bind or unbind method must be one
-      of:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(ServiceType service, Dictionary properties);
-
-<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(ServiceType service, Map properties);
-
-<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> anyMethodName(ServiceReference ref);</pre><p>where <code class="literal">ServiceType</code> can be any type. Please note that
-      bind and unbind callbacks are invoked <span class="emphasis"><em>only</em></span>
-      if the backing service matches the type declared in the method signature(
-      <code class="classname">ServiceType</code>). If you want the callbacks to be called 
-      no matter the type, use <code class="classname">java.lang.Object</code> as a 
-      <code class="literal">ServiceType</code>.</p><p>
-      The <code class="literal">properties</code> parameter contains the set of properties 
-      that the service was registered with.</p><p>If the method signature has a single argument of type
-      <code class="interfacename">ServiceReference</code> then the
-      <code class="interfacename">ServiceReference</code> of the service will be passed to
-      the callback in place of the service object itself.</p><p>When the listener is used with a <code class="literal">reference</code> declaration:</p><div class="itemizedlist"><ul type="disc"><li>A <span class="emphasis"><em>bind</em></span> callback is invoked 
-      when the reference is initially bound to a backing service, 
-      and whenever the backing service is replaced by a new backing service.
-      </li><li>An <span class="emphasis"><em>unbind</em></span> callback is only 
-      invoked when the current backing service is unregistered, and no 
-      replacement service is immediately available 
-      (i.e., the <code class="literal">reference</code> becomes unsatisfied).</li></ul></div><p>When the listener is used with a collection declaration (<code class="literal">set</code> or 
-	  <code class="literal">list</code>):</p><div class="itemizedlist"><ul type="disc"><li>A <span class="emphasis"><em>bind</em></span> callback is invoked 
-      		when a new service is added to the collection.
-      		</li><li>An <span class="emphasis"><em>unbind</em></span> callback is 
-      		invoked when a service is unregistered and is removed
-      		from the collection.</li></ul></div><p>Again note that service collections there is <span class="emphasis"><em>no</em></span> 
-      notion of <span class="emphasis"><em>service rebind</em></span>:
-      services are added or removed from the collection.</p><p>Bind and unbind callbacks are made synchronously as part of
-      processing an OSGi <code class="literal">serviceChanged</code> event for the
-      backing OSGi service, and are invoked on the OSGi thread that
-      delivers the corresponding OSGi
-      <code class="classname">ServiceEvent</code>.</p><p>The table below lists the attributes available for the <code class="literal">reference</code> <code class="literal">listener</code> sub element.</p><div class="table"><a name="reference-import-listener-options"></a><p class="title"><b>Table&nbsp;9.7.&nbsp;OSGi &lt;reference-listener&gt; attributes</b></p><div class="table-contents"><table summary="OSGi <reference-listener&gt; attributes" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Name</th><th>Values</th><th>Description</th></tr></thead><tbody><tr><td>ref</td><td>bean name reference</td><td>Name based reference to another bean acting as listener.</td></tr><tr><td>bind-method</td><td>string representing a valid method name</td><td>The name of the method to be invoked when a backing service is bound.</td></tr><tr><td>unbind-method</td><td>string representing a valid method name</td><td>The name of the method to be invoked when a backing service is bound.</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:refs:blueprint"></a>9.2.5.&nbsp;Blueprint <code class="literal">reference</code> Comparison</h3></div></div></div><p>Similar to Gemini Blueprint/Spring DM, the Blueprint Container offers a <code class="literal">reference</code> and <code class="literal">list</code> elements, 
-       identical in functionality with the those in Gemini Blueprint/Spring DM. Below is a summary of the configuration options available in Gemini Blueprint/Spring DM and Blueprint:</p><div class="table"><a name="service-registry:refs:blueprint:comparison"></a><p class="title"><b>Table&nbsp;9.8.&nbsp;Spring DM / Blueprint Service Importer Configuration Comparison</b></p><div class="table-contents"><table summary="Spring DM / Blueprint Service Importer Configuration Comparison" width="100%" border="1"><colgroup><col><col></colgroup><thead><tr><th align="center">Gemini Blueprint/Spring DM</th><th align="center">Blueprint</th></tr></thead><tbody><tr><td align="center">Common Elements/Attributes</td><td class="auto-generated">&nbsp;</td></tr><tr><td align="center">interface</td><td align="center">interface</td></tr><tr><td align="center">interfaces</td><td align="center">- (multiple interfaces not supported)</td></tr><tr><td align="center">ref</td><td align="center">ref</td></tr><tr><td align="center">filter</td><td align="center">filter</td></tr><tr><td align="center">bean-name</td><td align="center">component-name</td></tr><tr><td align="center">availability</td><td align="center">availability</td></tr><tr><td align="center">context-class-loader</td><td align="center">-</td></tr><tr><td align="center"><code class="literal">&lt;reference&gt;</code></td><td class="auto-generated">&nbsp;</td></tr><tr><td align="center">timeout</td><td align="center">timeout</td></tr><tr><td align="center">sticky</td><td align="center">- (the importer is always sticky)</td></tr><tr><td align="center"><code class="literal">&lt;list&gt;</code></td><td class="auto-generated">&nbsp;</td></tr><tr><td align="center">member-type</td><td align="center">member-type</td></tr><tr><td align="center">comparator-ref</td><td align="center">-</td></tr><tr><td align="center">greedy-proxying</td><td align="center">-</td></tr></tbody></table></div></div><br class="table-break"><p>Since the <code class="literal">registration-listener</code> declaration is identical in declaration and functionality between Blueprint 
-        and Gemini Blueprint/Spring DM, this section does not mention it.</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="service-registry:refs:listener-and-proxies"></a>9.3.&nbsp;Listener And Service Proxies</h2></div></div></div><p>While the importer listener provides access to the OSGi service bound at a certain point, it is important to note that the given argument is <span class="emphasis"><em>not</em></span> 
-       the actual service but a <span class="emphasis"><em>proxy</em></span>. This can have subtle side effects especially with regards to service class name 
-       and identity. The reason behind using a proxy is to prevent the listener from holding strong reference to the service (which can disappear
-       at any point). Listeners interested in tracking certain services should not rely on instance equality (<code class="literal">==</code>). Object equality
-       (<code class="methodname">equals</code>/<code class="methodname">hashcode</code>) can be used but only if the backing service has exposed the aforementioned methods
-       as part of its contract (normally by declaring them on a certain published interface/class). If these methods are not published, the proxy will invoke its own method, not the targets. This is on purpose since, 
-       while the proxy tries to be as transparent as possible, it is up to the developer to define the desired semantics. 
-       </p><p>Thus, it is recommended (especially for <code class="literal">reference</code> importers) to do tracking based on just the service interface/contract 
-       (not identity), service properties (see <code class="constant">org.osgi.framework.Constants#SERVICE_ID</code>) or service notification (bind/unbind).</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="service-registry:refs:invoker-bundle-context"></a>9.4.&nbsp;Accessing The Caller <code class="interfacename">BundleContext</code></h2></div></div></div><p>It is sometimes useful for an imported service to know which bundle is using it
-      at a certain time. To help with this scenario, in Gemini Blueprint/Spring DM imported services publish
-      the importing bundle <code class="interfacename">BundleContext</code> through 
-      <code class="classname">LocalBundleContext</code> class. Each time a method on the importer is invoked,
-      the caller <code class="interfacename">BundleContext</code> will be made available, using
-      a <code class="classname">ThreadLocal</code>, through <code class="methodname">getInvokerBundleContext()</code>.
-      </p><p>Please be careful when using this class since it ties your code to Gemini Blueprint/Spring DM API.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="service-registry:refs:listener-best-practices"></a>9.5.&nbsp;Exporter/Importer Listener Best Practices</h2></div></div></div><p>As mentioned above, Gemini Blueprint/Spring DM exporter and importer allow listeners to be
-      used for receiving notifications on when services are bound, unbound, registered or 
-      unregistered. Below you can find some guidance advices when working with listeners:
-      </p><div class="itemizedlist"><ul type="disc"><li>
-       	Do <span class="emphasis"><em>not</em></span> execute long activity tasks inside the listener. If you really
-       	have to, use a separate thread for executing the work. The listener are called synchronously
-       	and so try to be as fast as possible. Doing work inside the listener prevents other the event
-       	to be sent to other listeners and the OSGi service to resume activity. 
-      	</li><li>Use listener custom declaration as much as possible - it doesn't tie your code
-      	to Gemini Blueprint/Spring DM API and it doesn't enforce certain signature names.</li><li>If find yourself repeating bind/unbind method declarations for your listener definitions,
-      	consider using Spring <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-child-bean-definitions" target="_top">
-      	bean definition inheritance</a> to define a common definition that can be reused and customized
-      	accordingly.
-      	</li><li>Prefer <code class="interfacename">java.util.Map</code> instead of <code class="classname">java.util.Dictionary</code>
-      	class. The first is an interface while the latter is a deprecated, abstract class. To preserve compatibility, Gemini Blueprint/Spring DM
-      	will pass to the listeners a <code class="interfacename">Map</code> implementation that can be casted, if needed, to a 
-      	<code class="classname">Dictionary</code>.</li><li>Be careful when using overloaded methods: all methods matching a certain service type will be called which is not
-      	always expected. Consider the following listener:
-      	<div class="programlistingco"><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">class</span> MyListener {
-    <span class="hl-keyword">void</span> register(<span class="co"><img src="images/callouts/1.png" alt="(1)"></span>Object service, Map properties);
-    <span class="hl-keyword">void</span> register(<span class="co"><img src="images/callouts/2.png" alt="(2)"></span>Collection dataService, Map properties);
-    <span class="hl-keyword">void</span> register(<span class="co"><img src="images/callouts/3.png" alt="(3)"></span>SortedSet orderedDataService , Map properties);
-}</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><a name="service-registry:refs:listener:type.1"></a><p><code class="classname">Object</code> type - will match all services for which the listener is triggered. This method will be always called.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><a name="service-registry:refs:listener:type.2"></a><p><code class="classname">Collection</code> type - if this method is called, the <a href="service-registry.html#service-registry:refs:listener:type.1">
-				<code class="classname">Object</code> method</a> is also called.
-				</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><a name="service-registry:refs:listener:type.3"></a><p><code class="classname">SortedSet</code> type - if this method is called, then both the <a href="service-registry.html#service-registry:refs:listener:type.1">
-				<code class="classname">Object</code></a> and <a href="service-registry.html#service-registry:refs:listener:type.2"><code class="classname">Collection</code></a> 
-				methods are called.</p></td></tr></table></div></div></li></ul></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="service-registry:refs:listener-best-practices:cycles"></a>9.5.1.&nbsp;Listener And Cyclic Dependencies</h3></div></div></div><p>There are cases where an exporter/importer listener needs a reference back to the bean it is defined on:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">bean</span> <span class="hl-attribute">id</span>=<span class="hl-value">"listener"</span> <span class="hl-attribute">class</span>=<span class="hl-value">"cycle.Listener"</span>&gt;                                              <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-    &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"target"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"importer"</span> /&gt;                                            <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-&lt;<span class="hl-tag">/bean</span>&gt;
-	
-&lt;<span class="hl-tag">osgi:reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"importer"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"SomeService"</span>&gt;                                   <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-    &lt;<span class="hl-tag">osgi:listener</span> <span class="hl-attribute">bind-method</span>=<span class="hl-value">"bind"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"listener"</span> /&gt;                                  <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-&lt;<span class="hl-tag">/osgi:reference</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Listener bean</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Dependency listener -&gt; importer</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Importer declaration</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Dependency importer -&gt; listener</p></td></tr></table></div></div><p>
-         The declaration above while valid, creates a dependecy between the <code class="literal">listener</code> and the importer it is defined upon. 
-         In order to create the importer, the <code class="literal">listener</code> has to be resolved and created but in order to do that, 
-         the importer called <code class="literal">service</code> needs to be retrieved (instantiated and configured). This cycle needs to be broken
-         down so that at least one bean can be fully created and configured. This scenario is supported by Gemini Blueprint/Spring DM
-         for both exporter and importers however, if the listener is defined as a nested bean, the cycle cannot be resolved:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">osgi:reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"importer"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"SomeService"</span>&gt;                                   <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-    &lt;<span class="hl-tag">osgi:listener</span> <span class="hl-attribute">bind-method</span>=<span class="hl-value">"bind"</span>&gt;                                                   <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-        &lt;<span class="hl-tag">bean</span> <span class="hl-attribute">class</span>=<span class="hl-value">"cycle.Listener"</span>&gt;                                                    <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-            &lt;<span class="hl-tag">property</span> <span class="hl-attribute">name</span>=<span class="hl-value">"target"</span> <span class="hl-attribute">ref</span>=<span class="hl-value">"importer"</span> /&gt;                                    <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-        &lt;<span class="hl-tag">/bean</span>&gt;
-    &lt;<span class="hl-tag">/osgi:listener</span>&gt;
-&lt;<span class="hl-tag">/osgi:reference</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>OSGi service importer</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Dependency between importer -&gt; listener</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Nested listener declaration</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Dependency nested listener -&gt; importer</p></td></tr></table></div></div><div class="sidebar"><p class="title"><b>Beans and Cycles</b></p><p>
-         Cyclic dependencies (A depends on B which depends back on A) increase the complexity of your configuration
-         and in most cases indicate a design issue. What beans should be created and destroyed first for example? 
-         While they are a bad practice, the Spring container makes a best attempt to solve the cyclic configurations 
-         when singletons are involved (since the instances can be cached). However this does not work all the time and
-         depends heavily on your specific configuration (Can the bean class be partially initialized ? Does it rely on
-         special <code class="interfacename">Aware</code> interfaces?  Are <code class="interfacename">BeanPostProcessor</code>s involved?)
-         </p></div><p>The example above will fail since <code class="literal">service</code> bean cannot be initialized as it depends on the 
-		listener. The same cycle was seen before but in this case there is subtle yet big different from
-		the container perspective - the listener is declared as a nested/inner-bean (hence the missing bean <code class="literal">id</code>).
-		Inner beans have the same life cycle as their declaring parents and do not have any name. By definition, they are not tracked
-		by the container and are simply created on demand. Since the importer cannot be partially created and the nested listener cannot
-		be cached, the container cannot break the cycle and create the beans. While the two configurations shown above seem similar, one works
-		while the other does not. Another reason to not use cycles unless you really, really have to.</p><p>To conclude, if you need inside the listener to hold a reference to the exporter/importer on which the listener is declared,
-		either declare the listener as a <span class="emphasis"><em>top-level</em></span> bean (as shown before) or consider doing <span class="emphasis"><em>dependency lookup</em></span>.
-		However, the latter approach requires extra contextual information such as the <code class="interfacename">BeanFactory</code> to use and the bean
-		name and is more fragile then <span class="emphasis"><em>dependency injection</em></span>.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top"><p>For those interested in the technical details, neither the exporter and importer cannot be partially initialized since 
-			they require the application context <code class="classname">ClassLoader</code> which is requested through the 
-			<code class="interfacename">BeanClassLoaderAware</code> which relies on a buit-in <code class="interfacename">BeanPostProcessor</code>
-			which is applied only after the bean has been configured and is ready for initialization. If the <code class="classname">ClassLoader</code>
-			was not required then the exporter/importer could have been partially initialized and the case above supported.</p></td></tr></table></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="service-registry:refs:global-defaults"></a>9.6.&nbsp;Service Importer Global Defaults</h2></div></div></div><p>The <code class="literal">osgi</code> namespace offers two
-  	  global attributes for specifying default behaviours for all
-  	  importers declared in that file.</p><p>Thus, when using the <code class="literal">osgi</code> namespace to enclose
-      <code class="literal">set</code>, <code class="literal">list</code> or 
-      <code class="literal">reference</code> elements, one can use:</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">default-timeout</code> - 
-      can be used to specify the default timeout (in milliseconds) for all
-      importer elements that do not explicitly specify one. For
-      example:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">beans</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>
-      <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-      <span class="hl-attribute">xmlns:osgi</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi"</span>                            <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-          <span class="hl-attribute">osgi:default-timeout</span>=<span class="hl-value">"5000"</span>&gt;                                                   <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-
-  &lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.AService"</span>/&gt;                             <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-
-  &lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someOtherService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.BService"</span>
-       <span class="hl-attribute">timeout</span>=<span class="hl-value">"1000"</span>/&gt;                                                                  <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-
-&lt;<span class="hl-tag">/beans:beans</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Declare <code class="literal">osgi</code> namespace prefix.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Declare <code class="literal">default-timeout</code>(in miliseconds) on the root element. 
-			If the default is not set, it will have a value of 5 minutes. In this example, the 
-			default value is 5 seconds.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>This <code class="literal">reference</code> will inherit the default timeout value since 
-			it does not specify one. 
-			This service reference will have a timeout of 5 seconds.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>This <code class="literal">reference</code> declares a timeout, overriding the default value.
-			 This service reference will have a timeout of 1 second.</p></td></tr></table></div></div></li><li><p><code class="literal">default-availability</code> -
-		can be used to specify the default availability for all
-      	importer elements that do not explicitly specify one.
-      	Possible values are <code class="literal">optional</code> and <code class="literal">mandatory</code>.
-      	The <code class="literal">default-cardinality</code> attribute, used by Spring DM 1.x, is still
-      	available but it has been deprecated.
-      	</p><p>Consider the following example:</p><div class="programlistingco"><pre class="programlisting">&lt;<span class="hl-tag">beans:beans</span>
-      <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi"</span>                                 <span class="co"><img src="images/callouts/1.png" alt="(1)"></span>
-      <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-      <span class="hl-attribute">xmlns:beans</span>=<span class="hl-value">"http://www.springframework.org/schema/beans"</span>                          <span class="co"><img src="images/callouts/2.png" alt="(2)"></span>
-      <span class="hl-attribute">xmlns:osgi</span>=<span class="hl-value">"http://www.springframework.org/schema/osgi"</span>                            <span class="co"><img src="images/callouts/3.png" alt="(3)"></span>
-         <span class="hl-attribute">osgi:default-availability</span>=<span class="hl-value">"optional"</span>                                            <span class="co"><img src="images/callouts/4.png" alt="(4)"></span>
-         <span class="hl-attribute">default-lazy-init</span>=<span class="hl-value">"false"</span>&gt;                                                      <span class="co"><img src="images/callouts/5.png" alt="(5)"></span>
-
-  &lt;<span class="hl-tag">reference</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.AService"</span>/&gt;                             <span class="co"><img src="images/callouts/6.png" alt="(6)"></span>
-
-  &lt;<span class="hl-tag">set</span> <span class="hl-attribute">id</span>=<span class="hl-value">"someSetOfService"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.BService"</span>/&gt;                              <span class="co"><img src="images/callouts/7.png" alt="(7)"></span>
-
-  &lt;<span class="hl-tag">list</span> <span class="hl-attribute">id</span>=<span class="hl-value">"anotherListOfServices"</span> <span class="hl-attribute">interface</span>=<span class="hl-value">"com.xyz.CService"</span> 
-               <span class="hl-attribute">availability</span>=<span class="hl-value">"mandatory"</span>/&gt;                                                <span class="co"><img src="images/callouts/8.png" alt="(8)"></span>
-
-&lt;<span class="hl-tag">/beans:beans</span>&gt;</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><img src="images/callouts/1.png" alt="1" border="0"></td><td valign="top" align="left"><p>Declare Gemini Blueprint schema as the default namespace.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/2.png" alt="2" border="0"></td><td valign="top" align="left"><p>Import Spring Framework beans schema and associate a prefix with its namespace 
-		    (<code class="literal">beans</code> in this example).</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/3.png" alt="3" border="0"></td><td valign="top" align="left"><p>Import Gemini Blueprint schema and associate a prefix with its namespace 
-		    (<code class="literal">osgi</code> in this example). This is required since the global attributes
-		    have to be declared to an element (<code class="literal">beans</code>) belonging to another schema.
-		    To avoid ambiguity, the Gemini Blueprint/Spring DM schema is imported under a specified prefix as well.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/4.png" alt="4" border="0"></td><td valign="top" align="left"><p>Declare <code class="literal">default-availability</code> on the root element. 
-			If the default is not set, it will have a value of <code class="literal">mandatory</code>. In this example, the 
-			default value is <code class="literal">optional</code>. Note the <code class="literal">osgi</code> prefix added to
-			the global attribute.</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/5.png" alt="5" border="0"></td><td valign="top" align="left"><p><code class="literal">beans</code> element attributes (such as <code class="literal">default-lazy-init</code>) 
-			do not need a prefix since they are declared as being local and unqualified 
-			(see the beans schema for more information).</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/6.png" alt="6" border="0"></td><td valign="top" align="left"><p>
-			The <code class="literal">reference</code> declaration will inherit the default availability value since it does not specify one.
-			</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/7.png" alt="7" border="0"></td><td valign="top" align="left"><p>
-			The <code class="literal">set</code> declaration will inherit the default availability value since it does not specify one.
-			</p></td></tr><tr><td width="5%" valign="top" align="left"><img src="images/callouts/8.png" alt="8" border="0"></td><td valign="top" align="left"><p>The <code class="literal">list</code> declaration specifies its availability (<code class="literal">mandatory</code>),
-			 overriding the default value.</p></td></tr></table></div></div></li></ul></div><p>The <code class="literal">default-*</code> attributes allow for concise and shorter declarations as well
-      as easy propagation of changes (such as increasing or decreasing the timeout).</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-deploy.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="bundles.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;8.&nbsp;Packaging and Deploying Spring-based OSGi applications&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;10.&nbsp;Working With Bundles</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/spring-osgi-faq.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/spring-osgi-faq.html
deleted file mode 100644
index 98538d9..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/spring-osgi-faq.html
+++ /dev/null
@@ -1,218 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;1.&nbsp;Frequently Asked Questions</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="faq.html" title="Eclipse Gemini Blueprint"><link rel="up" href="faq.html" title="Eclipse Gemini Blueprint"><link rel="prev" href="faq.html" title="Eclipse Gemini Blueprint"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="spring-osgi-faq"></a>Chapter&nbsp;1.&nbsp;Frequently Asked Questions</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="eclipse-springdm"></a>1.1.&nbsp;What's the relationship between Spring Dynamic Modules and Gemini Blueprint?</h2></div></div></div><p>Eclipse Gemini Blueprint is based on Spring Dynamic Modules 2.0 which has been migrated
-        to the Eclipse Foundation. While the name and the packages have changed the internals are still the same; one
-        will find both names are used interchangeably (especially by those that have used Spring DM for a while).
-        Further more, all Spring DM applications are supported by Gemini Blueprint (do pay attention to the migration guide available
-        <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/gemini/blueprint/documentation/migration/" target="_top">here</a>).</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="name-change"></a>1.2.&nbsp;What happened to "Spring OSGi" project name?</h2></div></div></div><p>The OSGi term is a trademark belonging to <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/" target="_top">The OSGi Alliance</a>. In order to
-        comply with their guidelines, it was decided that the project name 
-        be changed to "Spring Dynamic Modules for OSGi Service Platforms" 
-        (aka Spring DM). The new name is still pending final approval 
-        by the OSGi Alliance. 
-        The name change was the result of an amicable discussion between 
-        the OSGi Alliance and Interface21. Interface21 is a member of the 
-        OSGi Alliance, and the OSGi	Alliance remain very supportive of 
-        the project.
-        Note that Spring Dynamic Modules has moved to Eclipse Foundation to form Gemini Blueprint project (see above)</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="internal-package"></a>1.3.&nbsp;Why aren't there any javadocs on <code class="literal">*.internal.*</code>?</h2></div></div></div><p><code class="literal">org.eclipse.gemini.blueprint.*.internal</code> packages are
-        meant (as the name implies) to be private and non-public package. Thus,
-        there is no documentation, support or compatibility guarantee for
-        them. In fact, the Gemini Blueprint bundle does not even export
-        them to prevent accidental usage.</p><p>If you find classes under this package, which you really, really
-        depend on, then consider raising an issue on <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://opensource.atlassian.com/projects/spring/browse/OSGI" target="_top">JIRA</a>
-        to have access opened up.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="requirements"></a>1.4.&nbsp;What are Gemini Blueprint requirements?</h2></div></div></div><p>
-	    Gemini Blueprint requires at least Java 1.5, OSGi 4.1 and Spring 3.0.
-	    It might be possible to use Gemini Blueprint on a lower <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://wiki.eclipse.org/index.php/Execution_Environments" target="_top">execution environment</a>
-	    (such <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/products/cdc/" target="_top">CDC</a>) but 
-	    it is not guaranteed to work.
-	    Both Spring and Gemini Blueprint rely on <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/products/javabeans/" target="_top">
-	    JavaBeans</a> (java.beans package) which, unfortunately, is missing in most 
-	    restricted environments. See this <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/products/cdc/reference/cdc_packages.pdf" target="_top">PDF</a> for information on CDC profiles.
-	    Note that, Spring 3.0 also requires Java 1.5. For Spring 2.5 and/or Java 1.4 see 
-	    <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springframework.org/osgi" target="_top">Spring Dynamic Modules</a> 1.x releases.
-	  </p><p>
-	    Nevertheless, experiences and feedback on running Gemini Blueprint in restricted environments 
-	    is welcomed - please use our mailing list.
-	  </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="other-module-frameworks"></a>1.5.&nbsp;Are there plans to support other dynamic module frameworks (such as the JSR 277 extensions in Java 7)?</h2></div></div></div><p>There are no current plans to support other dynamic module frameworks.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="restricted-environments"></a>1.6.&nbsp;Will Gemini Blueprint work in restricted environments (such as small/mobile devices)?</h2></div></div></div><p>See the <a href="spring-osgi-faq.html#requirements" title="1.4.&nbsp;What are Gemini Blueprint requirements?">requirements</a> entry. The OSGi Service Platform is designed to run in 
-	  very constrained environments however, Gemini Blueprint depends on the Spring Framework v3.0 which in turn depends on 
-	  JDK 1.5. Thus Gemini Blueprint cannot run on more constrained environments (such as the OSGi Minimum Execution Environment) 
-	  unless Spring itself also runs in those environments. There are no current plans to make such a version of Spring. 
-	  However as existing OSGi developers adopt Gemini Blueprint to simplify creation of OSGi applications and the user
-	  base expands, the target audience can cover domains much broader than <span class="emphasis"><em>enterprise Java applications</em></span>. 
-	  In time this could create a large enough demand to justify the investment needed to allow Spring and Gemini Blueprint to run in
-	  restricted environments.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="supported-osgi-platforms"></a>1.7.&nbsp;What OSGi platforms are supported?</h2></div></div></div><p>
-	  Gemini Blueprint requires an OSGi 4.2 (though it might work on OSGi 4.0 and 4.1) platform. The framework has been tested
-	  on <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/equinox/" target="_top">Equinox</a>, <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://felix.apache.org" target="_top">Felix</a> 
-	  and <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.knopflerfish.org/" target="_top">Knopflerfish</a> 
-	  - in fact, the test suite is <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://build.springframework.org:8085/bamboo/browse/OSGI" target="_top">ran</a> 
-	  against all of them as part of our continuous integration process.
-	  </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="osgi-intro"></a>1.8.&nbsp;Where can I learn about OSGi?</h2></div></div></div><p>
-	   The best place to start is The Osgi Alliance <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/" target="_top">home</a> and 
-	   <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www2.osgi.org/Main/HomePage" target="_top">developer</a> pages which
-	   provide the OSGi specifications, introductions and many links and blogs on the topic.
-	   Please see the reference documentation appendix for more information.
- 	  </p><p>
-	   In addition, all OSGi implementation websites host detailed, step-by-step tutorials and introduction.
-	  </p><p>   
-	   If you discover any additional materials useful for OSGi newbies, please let us know to update the list.
-	   Thank you.
-	  </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="building-the-sources"></a>1.9.&nbsp;I have problems building the sources. What can I do?</h2></div></div></div><p>Please see the file called <code class="literal">readme-building.txt</code> found in the source tree.
-      </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="logging"></a>1.10.&nbsp;How can I use logging in OSGi?</h2></div></div></div><p>OSGi platforms do not change the way libraries work, it just
-        enforces tighter classloading. Thus, you can, in most of the cases,
-        use the same logging strategy used in non-OSGi environments.</p><p>Spring (and Gemini Blueprint) use internally the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://commons.apache.org/logging/" target="_top">commons-logging API</a>
-        which acts as an "ultra-thin bridge between different logging
-        implementations". In OSGi, just like in a non-OSGi environment, Spring
-        and Gemini Blueprint delegate all logging (including initialisation) to the
-        actual commons-logging API implementation.</p><p>Out of the box, <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.slf4j.org/" target="_top">SLF4J</a> library is provided, which
-        shares the same purpose as commons-logging but without the
-        class loading discovery mechanism (that causes loading issues), using
-        static wiring (see the SLF4J site for more info). To use slf4j, make sure
-        you use: <code class="literal">slf4j-api-XXX.jar</code>, <code class="literal">jcl104-overslf4j-XXX.jar</code>
-        and <code class="literal">slf4j-log4j-XXX.jar</code> (where XXX stands for the slf4j version).
-        The last jar provides the static wiring between slf4j and log4j - if another implementation
-        is desired (such as jdk14), then a different jar is required (for the jdk14 that would be
-        slf4j-jdk14-XXX.jar) - see the official SLF4J site for more information.
-        Please see <a href="spring-osgi-faq.html#commons-logging" title="1.11.&nbsp;If you use the commons-logging API, why rely on SLF4J and not the commons-logging jar?">this
-        question</a> for more details on why commons-logging jar is not
-        used.</p><p>Gemini Blueprint uses SLF4J on top of <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://logging.apache.org/log4j/" target="_top">Log4J</a> but this can be
-        easily changed. As part of log4j initialisation, a
-        <code class="literal">log4j.properties</code> or <code class="literal">log4j.xml</code>
-        configuration fille needs to be present in the bundle classpath. This
-        means that the configuration file has to be part of your bundle or one
-        of its attached fragments. Besides SLF4J, for another OSGi-aware
-        solution, one can try <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:logging" target="_top">Pax
-        Logging</a>.</p><p>To learn more about log4j setup process, follow this <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://logging.apache.org/log4j/1.2/manual.html" target="_top">link</a>.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="commons-logging"></a>1.11.&nbsp;If you use the commons-logging API, why rely on SLF4J and
-        not the commons-logging jar?</h2></div></div></div><p>The commons-logging project provides the commons-logging API
-        (<code class="literal">commons-logging-api-nn.jar</code>) along with an
-        implementation (<code class="literal">commons-logging-adapters-nn.jar</code>)
-        that provides a wrapper between the API and the actual logging libraries
-        used underneath (such as log4j, java.util.logging, etc). However, in
-        order to determine what implementation should be used, commons-logging
-        library tries to do some classloading-based discovery that is fragile
-        and can fail unexpectedly. In an strict classloading environment such
-        as OSGi, this mechanism adds unnecessary complexity - that's why we
-        decided to use SFL4J which is not just simpler and actively maintained
-        but is also OSGi-friendly out of the box.</p><p>For more information about commons-logging classloading
-        problems, see these links: <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://radio.weblogs.com/0122027/2003/08/15.html" target="_top">#1</a>
-        <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.qos.ch/logging/thinkAgain.jsp" target="_top">#2</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="getting-commons-logging-to-work"></a>1.12.&nbsp;I have to use commons-logging, what can I do?</h2></div></div></div><p>If you have to use commons-logging (for example the jar is required by certain bundles)
-        then try using the most recent version commons-logging version (1.1+) as it provides more options
-        on the discovery process. Below are some settings that can be used to make commons-logging work
-        inside an OSGi environment:</p><div class="itemizedlist"><ul type="disc"><li><p>1.0.x</p><p>
-          	Unfortunately, commons-logging 1.0.x uses the thread context class loader (TCCL) always for <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://commons.apache.org/logging/commons-logging-1.1/tech.html#A_Short_Theory_Guide_To_JCL" target="_top">loading
-          	loggers</a> implementations. Inside an OSGi environment, the TCCL is undefined and cannot be relied upon.
-          	Since managing the TCCL is almost impossible as most loggers are defined as static fields that need to
-          	resolved on class loading, using a different <code class="classname">LogFactory</code> is advised. One can use
-          	the <span class="emphasis"><em>org.apache.commons.logging.LogFactory</em></span> system property to specify a different
-          	log factory however, the commons-logging bundle should be able to load this class.</p></li><li><p>1.1.x</p><p>If using commons logging 1.1.x, one can turn off the tccl usage through <span class="emphasis"><em>use_tccl</em></span>
-          	property, part of the <span class="emphasis"><em>commons-logging.properties</em></span> file.
-          	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://commons.apache.org/logging/commons-logging-1.1/troubleshooting.html" target="_top">http://commons.apache.org/logging/commons-logging-1.1/troubleshooting.html</a>. Additionally,
-          	1.1.x provides several system properties (such as <span class="emphasis"><em>org.apache.commons.logging.Log.allowFlawedContext</em></span>,
-          	<span class="emphasis"><em>org.apache.commons.logging.Log.allowFlawedDiscovery</em></span> and 
-          	<span class="emphasis"><em>org.apache.commons.logging.Log.allowFlawedHierarchy</em></span>) that can change the behavious of the discovery process.
-          	See the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/LogFactoryImpl.html" target="_top">LogFactoryImpl</a>
-          	javadoc for more details.</p></li></ul></div><p>In our tests, commons logging 1.1.x can be used with reasonable success inside OSGi. We haven't been able to find a generic
-        configuration for commons logging 1.0.x that works and that does not rely on fragile hacks dependent on the running environment.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="logging-impl-choice"></a>1.13.&nbsp;Why don't you use the OSGi logging service/[insert your favourite
-        logging library in here]?</h2></div></div></div><p>It is completely up to you what logging implementation you want
-        Gemini Blueprint to use. To route log messages to the OSGi logging service, 
-        just use a commons-logging API implementation that delegates to the 
-        OSGi logging service, such as Pax Logging.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="osgi-wrapping"></a>1.14.&nbsp;I have to use [insert name] library/framework inside. What can I do?</h2></div></div></div><p>
-          OSGi requires JARs to contain certain <code class="literal">MANIFEST.MF</code> entries which indicate what classes are 
-          required and shared by each archive. This means that <span class="emphasis"><em>tradition</em></span> jars cannot be used inside an OSGi environment. 
-          To solve the problem one can:
-          </p><div class="itemizedlist"><ul type="disc"><li><p>Use a repository of pre-wrapped libraries such as <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.eclipse.org/orbit/" target="_top">Orbit</a>,
-          	  <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://felix.apache.org/site/apache-felix-commons.html" target="_top">Felix Commons</a> or Knopflerfish <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.knopflerfish.org/repo/index.html" target="_top">repository</a>.
-          	  Gemini Blueprint uses the SpringSource Enterprise <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.com/repository/app/" target="_top">Bundle Repository</a> 
-          	  for its dependencies, which you might find useful. Additionally, for artifacts that have not yet made it into SpringSource Repository,
-          	  Gemini Blueprint provides a small, temporary (Amazon S3) 
-          	  Maven repository (<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://s3.amazonaws.com/maven.springframework.org/osgi" target="_top">link</a> | 
-          	  <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://s3browse.com/explore/maven.springframework.org/osgi/" target="_top">browser-friendly link</a>) for its internal usage.</p></li><li><p>Wrap the necessary jars with proper OSGi manifest. While this can be done by hand, we strongly recommend Peter Kriens
-          	  excellent <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.aqute.biz/Code/Bnd" target="_top">bnd</a> tool which can do this for you automatically.
-          	  For Maven, see Felix <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://felix.apache.org/site/maven-bundle-plugin-bnd.html" target="_top">
-          	  maven-bundle-plugin</a>.
-          	  </p></li><li><p>Include the jar inside your OSGi bundle and include it in the bundle classpath through <span class="emphasis"><em>Bundle-ClassPath</em></span>
-          	  directive. See the OSGi specification for more information.</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="jdk-crippled-jta-api"></a>1.15.&nbsp;I keep getting <span class="emphasis"><em>java.lang.NoClassDefFoundError: javax/transaction/...</em></span> when trying to do data access..</h2></div></div></div><p>
-          This problem is likely to be caused by bad class wiring. All 1.3+ JDKs include incomplete <span class="emphasis"><em>javax.transaction</em></span> 
-          and <span class="emphasis"><em>javax.transaction.xa</em></span> packages for usage inside ORB environments. To address the problem, use a proper
-          JTA library which contains all the classes from the forementioned packages and exports them with a specific version to prevent
-          confusion.
-          </p><p>
-          Gemini Blueprint wraps JTA 1.1 library for OSGI environments which can be found at Spring snapshot repository. One can deploy this library
-          and specify version 1.1 for <span class="emphasis"><em>javax.transaction*</em></span> packages inside <span class="emphasis"><em>Import-Package</em></span> header.
-          By specifying the version, one can be sure that the proper package is used.
-          </p><p>
-          Note that JTA 1.1 is compatible with version 1.0.1.
-          </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="incomplete-osgi-jar"></a>1.16.&nbsp;When doing integration testing I receive <span class="emphasis"><em>java.lang.NoClassDefFoundError: org.osgi.vendor.framework property not set</em></span>... </h2></div></div></div><p>Remove the official OSGi jars (osgi.jar or osgi-r4-core.jar) from the classpath and use only the actual OSGi platform (Equinox/Knopflerfish/Felix) 
-	  	 jars. The former provides only the public classes without an actual implementation and thus cannot be used during runtime, only during the compilation stage.
-	  	 </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="auto-export-visibility"></a>1.17.&nbsp;The autoExport option doesn't work properly!</h2></div></div></div><p>autoExport flag, part of the service exporter, will discover and
-        include for exporting only the <span class="emphasis"><em>visible</em></span> interfaces/classes implemented
-        by the service object. Consider class
-        <code class="literal">GenericApplicationContext</code> which implements among
-        others, interfaces <code class="literal">BeanFactory</code> (from
-        <code class="literal">org.springframework.beans.factory</code> package) and
-        <code class="literal">ResourceLoader</code>
-        (<code class="literal">org.springframework.core.io</code>).</p><p>
-          </p><div class="mediaobject" align="center"><img src="images/visibility.png" align="middle"><div class="caption"><p>Class Hierarchy</p></div></div><p>
-        </p><p>Depending on your OSGi imports, the exporting bundle can see
-        only one of the packages, none or both. Based on these visibility
-        settings, the exporter will only export the classes that are 'known'
-        to the exporting bundle. For example, if the exporting bundle sees
-        <code class="literal">org.springframework.core.io</code> but not
-        <code class="literal">org.springframework.beans.factory</code>, the service will
-        be exported as a <code class="literal">ResourceLoader</code> but not as a
-        <code class="literal">BeanFactory</code>. In fact, exporting the object as a
-        <code class="literal">BeanFactory</code> will fail since the bundle doesn't see
-        this interface and thus doesn't know how to handle its contract.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="junit382-serialization"></a>1.18.&nbsp;When using Gemini Blueprint integration testing I get an exception about serialVersionUID. What is the problem?</h2></div></div></div><p>
-      	This problem occurs on Spring DM versions up to 1.0 - consider upgrading to 1.0.1 or better. If you are stuck with 1.0 see below.
-      	When running an integration test, Gemini Blueprint will duplicate the test instance and execute it inside OSGi. To avoid problems
-      	like this one, make sure you are using the same libraries (with the same version) as Spring DM when running your test. This
-      	particular problem for example is caused by a JUnit 3.8.2 vs 3.8.x serialization compatibility. Make sure that you are using
-      	at least JUnit 3.8.2 for the execution of your tests. 
-      	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="pde-errors"></a>1.19.&nbsp;I'm using Eclipse PDE and I started getting some weird exceptions/behaviour. What's the matter?</h2></div></div></div><p>
-      	Eclipse PDE uses Equinox OSGi platform underneath which (like other OSGi platforms) caches the bundles between re-runs. When
-      	the cache is not properly updated, one can encounter strange behaviour (such as the new services/code being picked up)
-      	or errors ranging from class versioning to linkage. Consider doing a complete clean build or, in case of Eclipse, 
-      	creating a new workspace or deleting the bundle folder (depends on each project settings but most users should find it at:
-      	<code class="code">[workspace_dir]\.metadata\.plugins\org.eclipse.pde.core\OSGi\org.eclipse.osgi\bundles</code>).
-      	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="upgrade-to-1.1"></a>1.20.&nbsp;I'm upgrading to Spring DM 1.1 but now I get some ClassNotFoundExceptions. What has changed?</h2></div></div></div><p>
-      	In Spring DM 1.1 M2, the proxy infrastructure has been refined to avoid <span class="emphasis"><em>type leaks</em></span>, the usage of dynamic imports
-      	or exposure of class loader chain delegation. If you encounter class visibility problems during the upgrade then it's likely you have
-      	missing imports which were previously resolved as a side effect of Spring DM proxy weaving process. 
-      	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="proxy-equality"></a>1.21.&nbsp;I've noticed that objects imported by Gemini Blueprint are not always equal to the raw target service. Why is that?</h2></div></div></div><p>
-     	To deal with dynamics, Gemini Blueprint creates proxies around the imported services. The proxies are classes (generated at runtime), different
-     	from the target but able to intercept the calls made to it. Since a proxy is different then its target, comparing objects against it can 
-     	yield different results then when the comparison is done against the target. In most scenarios this is not a problem but there might be 
-     	corner cases where this contract matters. Since 1.1, Gemini Blueprint importer proxies implement <code class="interfacename">InfrastructureProxy</code> 
-     	interface (from Spring framework) which allow access to the raw target.
-     	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="static-collections"></a>1.22.&nbsp;My Gemini Blueprint collection doesn't change even though the number of OSGi service changes. What's wrong?</h2></div></div></div><p>
-     	Make sure the Gemini Blueprint collections are injected into object of compatible types (for example <code class="literal">list</code> into 
-     	<code class="interfacename">java.util.List</code> or <code class="interfacename">java.util.Collection</code>). If the types are not compatible,
-     	the container will have to perform 
-     	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://static.springframework.org/spring/docs/2.5.x/reference/validation.html#beans-beans-conversion" target="_top">type conversion</a>,
-     	transforming the Gemini Blueprint managed collection into a 'normal' one, unaware of the OSGi dynamics.
-     	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="update-to-1.2"></a>1.23.&nbsp;I have upgraded to Gemini Blueprint but my custom extender/web extender configuration doesn't work anymore. What has changed?</h2></div></div></div><p>Since Spring 2.5.6, the symbolic names of the artifacts have changed slightly. Spring DM/Gemini Blueprint aligned its symbolic names as well with the 
-     	new patter since Spring DM 1.2.0 M2. Thus the prefix <code class="literal">org.springframework.bundle.osgi</code> has been changed to 
-     	<code class="literal">org.eclipse.gemini.blueprint</code>; for example Gemini BLueprint extender symbolic name was changed from 
-     	<code class="literal">org.springframework.bundle.osgi.extender</code> to <code class="literal">org.eclipse.gemini.blueprint.extender</code> 
-		(notice the missing <code class="literal">bundle</code> word).
-		To fix this problem, change the reference to the old symbolic name (usually inside the fragments manifests or LDAP filters) to the new one.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="linkage-error"></a>1.24.&nbsp;I get a <code class="literal">java.lang.LinkageError: loader constraint violation</code> if I use Gemini Blueprint. Things work fine with vanilla OSGi. 
-     	What's wrong?</h2></div></div></div><p>Most likely the bundle imports do not identify all the transitive packages dependencies (through the <span class="emphasis"><em>uses</em></span> directive). Packages
-     	imported from a bundle, can in turn, depend on other packages from other bundles - these are sometime called transitive or indirect dependencies. If
-     	these are not properly identified, the OSGi platform cannot validate the wiring and allows multiple versions of the same class to be available inside the
-     	same class space. This problem appears whether Gemini Blueprint is used or not. However, due to the usage of proxies inside Gemini Blueprint (which forces eager class loading
-     	for the classes proxies), the class graph is evaluated at runtime causing the problem to occur early. With vanilla OSGi, the loading occurs lazy which means
-     	the problem is going to occur at runtime rather then at startup.
-     	To fix the problem, add the relevant transitive packages to the list of exported packages, either manually or automatically through tools such as  
-     	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.org/bundlor" target="_top">Bundlor</a> or <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.aqute.biz/Code/Bnd" target="_top">Bnd</a>.
-     	For more information on the <code class="literal">uses</code> directive please see the OSGi spec, 
-     	section	3.6.4 or <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://blog.springsource.com/2008/10/20/understanding-the-osgi-uses-directive/" target="_top">this</a> SpringSource blog entry.
-     	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="blueprint"></a>1.25.&nbsp;What can I use Gemini Blueprint with the Blueprint Container spec? What's the relationship between the two? Are the they compatible?
-     	Are there any differences?</h2></div></div></div><p>Gemini Blueprint (Spring DM 2.0) is the Reference Implementation for OSGi 4.2 Blueprint Container specification. Simply deploy your Blueprint bundles in a platform
-     	where Gemini Blueprint is already activated and you should be done. For more information about Blueprint and Gemini Blueprint, please see the 
-     	<span class="emphasis"><em>Blueprint Container</em></span> chapter in the reference documentation.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="kf-2.3-boot-delegation"></a>1.26.&nbsp;I'm using Knopflerfish 2.3.x and I have a lot of visibility exception. How can I fix this?</h2></div></div></div><p>Since 2.3.0, Knopflerfish changed the way it does bootpath delegation which causes classes to be loaded from inside and outside OSGi. Set
-     	the system property <code class="literal">org.knopflerfish.framework.strictbootclassloading</code> to <code class="literal">true</code> before starting up the Knopflerfish
-     	platform to prevent this from happening. See Knopflerfish 2.3.x release <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.knopflerfish.org/release_notes_2.3.html" target="_top">notes</a> for more
-     	information.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="pde-cycles"></a>1.27.&nbsp;I'm using Gemini Blueprint and Spring jars inside Eclipse PDE but I get an error about cycle dependency errors. What's wrong?</h2></div></div></div><p>Some of the Spring jars (optionally) import each other packages for bootstrapping reasons. While cycles between jars are allowed and
-     	supported by the OSGi platform, by default, Eclipse PDE complains about them. Since Eclipse Galileo, it is possible to enable binary cycles
-     	in a target platform. allowing the build to compile. For more information, see 
-     	<a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/export_wizards/export_plugins.htm" target="_top">this</a> 
-     	entry from the Eclipse Reference Guide.</p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="faq.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="faq.html">Home</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Eclipse Gemini Blueprint&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/testing.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/testing.html
deleted file mode 100644
index 960a34f..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/testing.html
+++ /dev/null
@@ -1,235 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;12.&nbsp;Testing OSGi based Applications</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"><link rel="prev" href="compendium.html" title="Chapter&nbsp;11.&nbsp;Compendium Services"><link rel="next" href="resources.html" title="Part&nbsp;III.&nbsp;Other Resources"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="testing"></a>Chapter&nbsp;12.&nbsp;Testing OSGi based Applications</h2></div></div></div><p>By following best practices and using the Gemini Blueprint
-    support, your bean classes should be easy to unit test as they will have
-    no hard dependencies on OSGi, and the few OSGi APIs that you may interact
-    with (such as <code class="interfacename">BundleContext</code>) are interface-based 
-    and easy to mock. Whether you want to do unit testing or <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://en.wikipedia.org/wiki/Integration_testing" target="_top">
-    integration</a> testing, Spring DM can ease your task.</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="testing:mocks"></a>12.1.&nbsp;OSGi Mocks</h2></div></div></div><div class="sidebar"><p class="title"><b>Mocks vs Stubs</b></p><p>There are various strategies to unit test code
-     that requires collaborators. The two most popular strategies
-     are <span class="emphasis"><em>stubs</em></span> and <span class="emphasis"><em>mocks</em></span>.
-     </p><p>
-     See <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://martinfowler.com/articles/mocksArentStubs.html" target="_top">
-     this</a> article by Martin Fowler which describes in detail the difference 
-     between them.</p></div><p>
-    Even though most OSGi API are interfaces and creating mocks using a specialized
-    library like <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.easymock.org/" target="_top">EasyMock</a> is fairly
-    simple, in practice the amount of code of setting the code (especially on JDK 1.4)
-    becomes cumbersome. To keep the tests short and concise, Gemini Blueprint/Spring DM provides OSGi
-    mocks under <code class="literal">org.eclipse.gemini.blueprint.mock</code> package.</p><p>It's up to you to decide whether they are useful or not however, we make extensive
-    use of them inside Gemini Blueprint/Spring DM test suite. Below you can find a code snippet that you
-    are likely to encounter in our code base:</p><pre class="programlisting"><span class="hl-keyword">private</span> ServiceReference reference;
-<span class="hl-keyword">private</span> BundleContext bundleContext;
-<span class="hl-keyword">private</span> Object service;
-    
-<span class="hl-keyword">protected</span> <span class="hl-keyword">void</span> setUp() <span class="hl-keyword">throws</span> Exception {
-	reference = <span class="hl-keyword">new</span> MockServiceReference();
-	bundleContext = <span class="hl-keyword">new</span> MockBundleContext() {
-
-		<span class="hl-keyword">public</span> ServiceReference getServiceReference(String clazz) {
-			<span class="hl-keyword">return</span> reference;
-		}
-
-		<span class="hl-keyword">public</span> ServiceReference[] getServiceReferences(String clazz, String filter) 
-				<span class="hl-keyword">throws</span> InvalidSyntaxException {
-			<span class="hl-keyword">return</span> <span class="hl-keyword">new</span> ServiceReference[] { reference };
-		}
-		
-		<span class="hl-keyword">public</span> Object getService(ServiceReference ref) {
-		    <span class="hl-keyword">if</span> (reference == ref)
-		       <span class="hl-keyword">return</span> service;
-		    <span class="hl-keyword">super</span>.getService(ref);
-		}
-	};
-
-	...
-}
-	
-<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> testComponent() <span class="hl-keyword">throws</span> Exception {
-    OsgiComponent comp = <span class="hl-keyword">new</span> OsgiComponent(bundleContext);
-    
-    assertSame(reference, comp.getReference());
-    assertSame(object, comp.getTarget());
-}</pre><p>As ending words, experiment with them and choose whatever style or library you feel most confortable with.
-    In our test suite we use the aforementioned mocks, EasyMock library and plenty of integration testing (see below).</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="testing:integration"></a>12.2.&nbsp;Integration Testing</h2></div></div></div><div class="sidebar"><p class="title"><b>What about JUnit4/TestNG?</b></p><p>While JUnit4/TestNG overcome the class inheritance
-     problem that appears when building base JUnit classes, by decoupling
-     the runner from the test through annotations, Gemini Blueprint/Spring DM cannot use
-     them since it has to support Java 1.4.</p><p>However, it is planned for the future to provide an optional,
-     JVM 5-based testing extension to integrate the existing testing framework
-     with the aforementioned libraries.
-     </p></div><p>In a restricted environment such as OSGi, it's important to test the visibility and versioning of your classes, 
-    the manifests or how your bundles interact with each other (just to name a few).</p><p> To ease integration testing, the Gemini Blueprint project provides a test class hierarchy
-    (based on <code class="classname">org.eclipse.gemini.blueprint.test.AbstractOsgiTests</code>) that
-    provides support for writing regular <code class="literal">JUnit</code> test cases that are then
-    automatically executed in an OSGi environment.</p><p>In general, the scenario supported by Gemini Blueprint/Spring DM testing framework is:</p><div class="itemizedlist"><ul type="disc"><li><p>start the OSGi framework (Equinox, Knopflerfish, Felix)</p></li><li><p>install and start any specified bundles required for the
-        test</p></li><li><p>package the test case itself into a <code class="literal">on the fly</code> bundle,
-        generate the manifest (if none is provided) and install it in the OSGi 
-        framework</p></li><li><p>execute the test case inside the OSGi framework</p></li><li><p>shut down the framework</p></li><li><p>passes the test results back to the originating test case
-        instance that is running outside of OSGi</p></li></ul></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="images/admons/warning.png"></td><th align="left">Warning</th></tr><tr><td align="left" valign="top">The testing framework is aimed at running OSGi integration tests from a non-OSGi environment (like Ant/Maven/IDE). The testing framework
-	is NOT meant to be used as an OSGi bundle (nor will it work for that matter). In practice this means that the testing bundle should be separate from the bundle(s) it
-	tests (similar to unit testing, where tests are separate from the classes they test).</td></tr></table></div><p>By following this sequence it is trivial to write JUnit-based
-    integration tests for OSGi and have them integration into any environment
-    (IDE, build (ant, maven), etc.) that can work with JUnit.</p><p>The rest of this chapter details (with examples) the features
-    offered by Gemini Blueprint/Spring DM testing suite.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:simple-test"></a>12.2.1.&nbsp;Creating A Simple OSGi Integration Test</h3></div></div></div><p>
-      While the testing framework contains several classes that offer specific
-      features, it is most likely that your test cases will extend
-      <code class="classname">org.eclipse.gemini.blueprint.test.AbstractConfigurableBundleCreatorTests</code> (at least
-      this is what we use in practice).
-      </p><p>Let's extend this class and interact with the OSGi platform through
-      the <code class="literal">bundleContext</code> field:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">class</span> SimpleOsgiTest <span class="hl-keyword">extends</span> AbstractConfigurableBundleCreatorTests {
-
-<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> testOsgiPlatformStarts() <span class="hl-keyword">throws</span> Exception {
-	System.out.println(bundleContext.getProperty(Constants.FRAMEWORK_VENDOR));
-	System.out.println(bundleContext.getProperty(Constants.FRAMEWORK_VERSION));
-	System.out.println(bundleContext.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
-	}
-}</pre><p>Simply execute the test as you normally do with any JUnit test. On Equinox 3.2.x,
-    the output is similar to:</p><pre class="programlisting">Eclipse
-1.3.0
-OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4}</pre><p class="remark"><i><span class="remark">It is likely that you will see different log statements made by the testing
-    framework during your own test execution, but these can be disabled as they only have an informative
-    value and do not affect the actual execution.</span></i></p><p>Note that you did not have to create any bundle, write any MANIFEST or
-    bother with imports or exports, let alone starting and shutting down the OSGi
-    platform. The testing framework takes care of these automatically
-    when the test is executed.</p><p>Let's do some quering and figure out what the environment in which the tests run is.
-    A simple way to do that is to query the <code class="interfacename">BundleContext</code>
-    for the installed bundles:</p><pre class="programlisting"><span class="hl-keyword">public</span> <span class="hl-keyword">void</span> testOsgiEnvironment() <span class="hl-keyword">throws</span> Exception {
-	Bundle[] bundles = bundleContext.getBundles();
-	<span class="hl-keyword">for</span> (<span class="hl-keyword">int</span> i = 0; i &lt; bundles.length; i++) {
-		System.out.print(OsgiStringUtils.nullSafeName(bundles[i]));
-		System.out.print(<span class="hl-string">", "</span>);
-	}
-	System.out.println();
-}</pre><p>The output should be similar to:</p><pre class="programlisting">OSGi System Bundle, ObjectWeb ASM, log4j.osgi, spring-test, spring-osgi-test, spring-osgi-core, 
-    spring-aop, spring-osgi-io, slf4j-api, 
-spring-osgi-extender, etc... TestBundle-testOsgiPlatformStarts-com.your.package.SimpleOsgiTest, 
-</pre><p>As you can see, the testing framework installs the mandatory requirements required for running the 
-    test such as the Spring, Gemini Blueprint/Spring DM, slf4j jars among others.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:provisioning"></a>12.2.2.&nbsp;Installing Test Prerequisites</h3></div></div></div><div class="sidebar"><p class="title"><b>OSGi-friendly libraries</b></p><p>To work in OSGi environments, jars need to declare in their
-       <code class="literal">MANIFEST.MF</code>, Export or Import packages; that is
-       declare what classes they need or offer to other bundles.
-       Most libraries are OSGi unaware and do not provide the proper manifest
-       entries which means they are unusable in an OSGi environment.</p><p>At the moment, there are several initiatives in the open source space
-       to provide the proper manifest - please see the FAQ for more information.
-       </p></div><p>Besides the Gemini Blueprint/Spring DM jars and the test itself is highly likely that you depend on 
-     several libraries or your own code for the integration test.</p><p>Consider the following test that relies on Apache Commons 
-     <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://commons.apache.org/lang/" target="_top">Lang</a>:</p><pre class="programlisting"><span class="hl-keyword">import</span> org.apache.commons.lang.time.DateFormatUtils;
-    ...
-  	<span class="hl-keyword">public</span> <span class="hl-keyword">void</span> testCommonsLangDateFormat() <span class="hl-keyword">throws</span> Exception {
-		System.out.println(DateFormatUtils.format(<span class="hl-keyword">new</span> Date(), <span class="hl-string">"HH:mm:ssZZ"</span>));
-	}
-}</pre><p>Running the test however yields an exception:</p><pre class="programlisting">java.lang.IllegalStateException: Unable to dynamically start generated unit test bundle
-     ...
-Caused by: org.osgi.framework.BundleException: The bundle could not be resolved. 
-Reason: Missing Constraint: Import-Package: org.apache.commons.lang.time; version="0.0.0"
-    ...
-	... 15 more
-	</pre><p>The test requires <code class="literal">org.apache.commons.lang.time</code> package but there is no bundle
-     that exports it. Let's fix this by installing a commons-lang bundle (make sure you use at least version 2.4
-     which adds the proper OSGi entries to the jar manifest).</p><p>One can specify the bundles that she wants
-     to be installed using <code class="literal">getTestBundlesNames</code> or <code class="literal">getTestBundles
-     </code> method. The first one returns an array of String that indicate the bundle
-     name, package and versioning through as a String while the latter returns an array of
-     <code class="literal">Resource</code>s that can be used directly for installing the bundles.
-     That is, use <code class="literal">getTestBundlesNames</code> when you rely on somebody else to locate
-     (the most common case) the bundles and <code class="literal">getTestBundles</code> when you want to 
-     locate the bundles yourself.
-     </p><p>By default, the test suite performs a lookup for artifacts, similar to the one used by 
-     <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://maven.apache.org" target="_top">Maven2</a>, searching first the items as being relative to the 
-     current project and then falling back to the local repository. 
-     The locator expects the bundle String to be a comma separated values containing the artifact group, name, version and (optionally) type.
-     
-     It's likely that in the future, various other locators will be available. One can plug in their own 
-     locator through the <code class="interfacename">org.eclipse.gemini.blueprint.test.provisioning.ArtifactLocator</code> interface.
-     </p><p>Let's fix our integration test by installing the required bundle (and some extra osgi libraries):</p><pre class="programlisting"><span class="hl-keyword">protected</span> String[] getTestBundlesNames() {
-	 <span class="hl-keyword">return</span> <span class="hl-keyword">new</span> String[] { <span class="hl-string">"net.sourceforge.cglib, com.springsource.net.sf.cglib, 2.2.0"</span>,
-	 	<span class="hl-string">"javax.transaction, com.springsource.javax.transaction, 1.1.0"</span>,
-	 	<span class="hl-string">"commons-lang, commons-lang, 2.4"</span> };
-	 };
-}</pre><p>Rerunning the test should show that these bundles are now installed in the OSGi platform.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">The artifacts mentioned above have to exist in your local maven repository.</td></tr></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:advanced-topics"></a>12.2.3.&nbsp;Advanced Testing Framework Topics</h3></div></div></div><p>The testing framework allows a lot of customization to be made. This chapter
-      details some of the existing hooks that you might want to know about. However, these
-      are advanced topics as they increase the complexity of your test infrastructure.
-      </p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="testing:integration:customize-manifest"></a>12.2.3.1.&nbsp;Customizing The Test Manifest</h4></div></div></div><p>There are cases where the auto-generated test manifest does not suit the needs of the test.
-      For example the manifest requires some different headers or a certain package needs to be an optional import.</p><p>
-      For simple cases, one can work directly with the generated manifest - in the example below, the bundle class path
-      is being specified:
-      </p><pre class="programlisting"><span class="hl-keyword">protected</span> Manifest getManifest() {
-      <span class="hl-comment">// let the testing framework create/load the manifest</span>
-      Manifest mf = <span class="hl-keyword">super</span>.getManifest();
-      <span class="hl-comment">// add Bundle-Classpath:</span>
-      mf.getMainAttributes().putValue(Constants.BUNDLE_CLASSPATH, <span class="hl-string">".,bundleclasspath/simple.jar"</span>);
-      <span class="hl-keyword">return</span> mf;
-}</pre><p>      
-      Another alternative is to provide your own manifest by overriding <code class="literal">getManifestLocations()</code>:</p><pre class="programlisting"><span class="hl-keyword">protected</span> String getManifestLocation() {
-      <span class="hl-keyword">return</span> <span class="hl-string">"classpath:com/xyz/abc/test/MyTestTest.MF"</span>;
-}</pre><p>However each manifest needs the following entry:</p>&#8220;<span class="quote">Bundle-Activator: org.eclipse.gemini.blueprint.test.JUnitTestActivator</span>&#8221;<p>since without it, the testing infrastructure cannot function properly. Also, one needs to 
-	  import JUnit, Spring and Gemini Blueprint/Spring DM specific packages used by the base test suite:</p><pre class="programlisting">Import-Package: junit.framework,
-  org.osgi.framework,
-  org.apache.commons.logging,
-  org.springframework.util,
-  org.eclipse.gemini.blueprint.service,
-  org.eclipse.gemini.blueprint.util,
-  org.eclipse.gemini.blueprint.test,
-  org.springframework.context</pre><p>Failing to import a package used by the test class will cause the test to fail with a 
-	  <code class="literal">NoDefClassFoundError</code> error.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="testing:integration:specify-test-jar-content"></a>12.2.3.2.&nbsp;Customizing Test Bundle Content</h4></div></div></div><p>By default, for the on-the-fly bundle, the testing infrastructure uses all the classes, xml and properties files
-      found under <code class="literal">./target/test-classes</code> folder. This matches the project layout for maven which is used 
-      (at the moment by Gemini Blueprint/Spring DM). These settings can be configured in two ways:</p><div class="orderedlist"><ol type="1"><li><p>programmatically by overriding <code class="classname">AbstractConfigurableBundleCreatorTests</code> <code class="literal">getXXX</code>
-         methods.</p></li><li><p>declaratively by creating a properties file having a similar name with the test case. For example, test
-        <code class="literal">com.xyz.MyTest</code> will have the properties file named <code class="literal">com/xyz/MyTest-bundle.properties</code>.
-        If found, the following properties will be read from the file:</p><div class="table"><a name="integration-test-jar-setting-file"></a><p class="title"><b>Table&nbsp;12.1.&nbsp;Default test jar content settings</b></p><div class="table-contents"><table summary="Default test jar content settings" width="100%" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Property Name</th><th>Default Value</th><th>Description</th></tr></thead><tbody><tr><td>root.dir</td><td><code class="literal">file:./target/test-classes</code></td><td>the root folder considered as the jar root</td></tr><tr><td>include.patterns</td><td><code class="literal">/**/*.class,/**/*.xml,/**/*.properties</code></td><td>Comma-separated string of Ant-style patterns</td></tr><tr><td>manifest</td><td>(empty)</td><td>manifest location given as a String. By default it's empty meaning the manifest
-	        will be created by the test framework rather then being supplied by the user.</td></tr></tbody></table></div></div><br class="table-break"><p>This option is handy when creating specific tests that need to include certain resources (such as localization files 
-		or images).</p></li></ol></div><p>Please consult <code class="classname">AbstractConfigurableBundleCreatorTests</code> and 
-		<code class="classname">AbstractOnTheFlyBundleCreatorTests</code> tests for more customization hooks.
-        </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="testing:integration:understanding-manifest-creator"></a>12.2.3.3.&nbsp;Understanding The <code class="code">MANIFEST.MF</code> Generation</h4></div></div></div><p>A useful feature of the testing framework represents the automatic creation of the test manifest based on the test bundle content. The manifest 
-      creator component uses byte-code analysis to determine the packages imported by the test classes so that it can generate the proper OSGi directives for them.
-      Since the generated bundle is used for running a test, the creator will use the following assumptions:</p><div class="itemizedlist"><ul type="disc"><li><p>No packages will be exported.</p><p>The <span class="emphasis"><em>on-the-fly</em></span> bundle is used for running a test which 
-      	(usually) consumes OSGi packages for its execution. This behaviour can be changed by <a href="testing.html#testing:integration:customize-manifest" title="12.2.3.1.&nbsp;Customizing The Test Manifest">customizing</a> 
-      	the manifest.</p></li><li><p>Split packages (i.e. classes from the same package can come from different bundles) are not supported.</p><p> 
-      	This means that packages present in the test framework are considered complete and no <code class="code">Import-Package</code> entry will be generated for them. 
-      	To avoid this problem, consider using sub-packages or moving the classes inside one bundle. Note that split packages are discouraged due to the
-      	issues associated with them (see the OSGi Core spec, Chapter 3.13 - Required Bundles).</p></li><li><p>The test bundle contains only test classes.</p><p>The byte-code parser will look only at the test classes hierarchy. Any other class included in the bundle, will not be considered so no imports
-      	will be generated for it. To change the default behaviour, override <code class="methodname">createManifestOnlyFromTestClass</code> to return 
-      	<code class="literal">false</code>:</p><pre class="programlisting"><span class="hl-keyword">protected</span> <span class="hl-keyword">boolean</span> createManifestOnlyFromTestClass() {
-	<span class="hl-keyword">return</span> false;
-}</pre><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">The time required to generate the manifest might increase depending on the number and size of classes in the bundle.</td></tr></table></div><p>
-      	Additionally consider customizing the manifest yourself or attaching the extra code as inner classes to the test class (so it gets parsed automatically).</p></li></ul></div><p>
-      The reason behind <span class="emphasis"><em>the lack of such features</em></span> is the byte-code parser is aimed to be simple and fast at creating test manifests - 
-      it is not meant as a general-purpose tool for creating OSGi artifacts.  
-      </p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:appContext"></a>12.2.4.&nbsp;Creating An OSGi Application Context</h3></div></div></div><p>Gemini Blueprint/Spring DM testing suite builds on top of Spring testing classes. To create an application context
-	  (OSGi specific), one should just override <code class="literal">getConfigLocations[]</code> method and indicate
-	  the location of the application context configuration. At runtime, an OSGi application context will be created
-	  and cached for the lifetime of the test case.</p><pre class="programlisting"><span class="hl-keyword">protected</span> String[] getConfigLocations() {
-   <span class="hl-keyword">return</span> <span class="hl-keyword">new</span> String[] { <span class="hl-string">"/com/xyz/abc/test/MyTestContext.xml"</span> };
-}</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:specify-platform"></a>12.2.5.&nbsp;Specifying The OSGi Platform To Use</h3></div></div></div><p>The testing framework supports out of the box, three OSGi 4.0 implementations namely:
-      Equinox, Knopflerfish and Felix. To be used, these should be in the test classpath. By default,
-      the testing framework will try to use Equinox platform. This can be configured in several ways:</p><div class="orderedlist"><ol type="1"><li><p>programmatically through <code class="literal">getPlatformName()</code> method</p>.
-      <p>Override the aforementioned method and indicate the fully qualified name of
-      the <code class="interfacename">Platform</code> interface implementation. Users can use the <code class="classname">Platforms</code> 
-      class to specify one of the supported platforms:</p><pre class="programlisting"><span class="hl-keyword">protected</span> String getPlatformName() {
-   <span class="hl-keyword">return</span> Platforms.FELIX;
-}</pre></li><li><p>declaratively 
-      through <code class="literal">org.eclipse.gemini.blueprint.test.framework</code> system property.</p><p>If this property is set, 
-      the testing framework will use its value as a fully qualified name of a Platform implementation. 
-      It that fails, it will fall back to Equinox after logging a warning message.
-      This option is useful for building tools (such as ant or maven) since it indicates a certain
-      target environment without changing and test code.</p></li></ol></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:specify-test-wait-time"></a>12.2.6.&nbsp;Waiting For The Test Dependencies</h3></div></div></div><p>A built-in feature of the testing framework is the ability to wait until all dependencies are deployed before
-      starting the test execution. Since the OSGi platforms are concurrent by nature, installing a bundle doesn't mean that
-      all its services are running. By running a test before its dependency services are fully initialized can cause sporadic
-      errors that pollute the test results. By default, the testing framework inspects all bundles installed by the user and,
-      if they are Spring-powered bundles, waits until they are fully started (that is their application context is published
-      as an OSGi service). This behaviour can be disabled by overriding <code class="literal">shouldWaitForSpringBundlesContextCreation</code>
-      method. Consult <code class="classname">AbstractSynchronizedOsgiTests</code> for more details.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="testing:integration:performance"></a>12.2.7.&nbsp;Testing Framework Performance</h3></div></div></div><p>Considering all the functionality offered by the testing framework, one might wonder if this doesn't become a 
-      performance bottleneck. First, it's worth noting that all the work done automatically by the testing infrastructure 
-      has to be done anyway (such as creating the manifest or creating a bundle for the test or installing the bundles).
-      Doing it manually simply does not work as it's too error prone and time consuming. 
-      In fact, the current infrastructure started as way to do efficient, automatic testing without worrying 
-      about deployment problems and redundancy.</p><p>As for the numbers, the current infrastructure has been used internally for the last half a year - our integration tests
-      (around 120) run in about 3:30 minutes on a laptop. Most of this time is spent on starting and stopping the OSGi platform: the "testing 
-      framework" takes around 10% (as shown in our profiling so far).
-      For example, the manifest generation has proved to take less then 0.5 seconds in general, while the jar creation around 1
-      second.</p><p>However, we are working on making it even faster and smarter so that less configuration options are needed and
-      the contextual information available in your tests is used as much as possible. If you have any ideas or suggestion,
-      feel free to use our issue tracker or/and forum.     
-      </p></div><p>Hopefully this chapter showed how Gemini Blueprint/Spring DM testing infrastructure can simplify OSGi integration testing and 
-    how it can be customized. Consider consulting the javadocs for more information.
-    </p></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="compendium.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="resources.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;11.&nbsp;Compendium Services&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Part&nbsp;III.&nbsp;Other Resources</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/what-is-new.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/what-is-new.html
deleted file mode 100644
index 82cf059..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/what-is-new.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;5.&nbsp;What is new?</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"><link rel="prev" href="get-started.html" title="Chapter&nbsp;4.&nbsp;Getting Started"><link rel="next" href="reference.html" title="Part&nbsp;II.&nbsp;Reference Documentation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="what-is-new"></a>Chapter&nbsp;5.&nbsp;What is new?</h2></div></div></div><p>While a relatively young project, each version of Gemini Blueprint (even minor ones) offers new functionality. This chapter is a guide to the new
-    and improved feature and intended as a high-level, short summary. Please follow the appropriate links for more in-depth information.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/admons/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top">This section includes the updates from Spring Dynamic Modules (Spring DM) project:</td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="dm-2.0.x"></a>5.1.&nbsp;Gemini Blueprint</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-2.0.x:blueprint"></a>5.1.1.&nbsp;OSGi 4.2 Blueprint Reference Implementation (RI)</h3></div></div></div><p>Gemini Blueprint served as the basis for the Blueprint Container specification, introduced by OSGi 4.2. Gemini Blueprint stands as the RI for the 
-			aforementioned specification, providing the Blueprint API and implementation out of the box. Various aspect of Gemini Blueprint have been adjusted for
-			consistency to the Blueprint specification. For more information on the two models,	see <a href="blueprint.html" title="Chapter&nbsp;6.&nbsp;OSGi 4.2 Blueprint Container">Chapter&nbsp;6, <i xmlns:xlink="http://www.w3.org/1999/xlink">OSGi 4.2 Blueprint Container</i></a> for more information.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-2.0.x:jdk5"></a>5.1.2.&nbsp;Java 5</h3></div></div></div><p>Gemini Blueprint requires <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/j2se/1.5.0/" target="_top">JDK 5</a> to run (or compile). The framework code has been
-			revised to take advantage of the JDK 5 features such as language improvements, concurrency and generics: for example, various enum-like classes
-			used by the exporter and importer API have been deprecated and replaced with proper Java 5<code class="classname">enum</code>s.
-			Considerable effort has been spent to keep the code backwards compatible however, it is recommended to compile the code against the Gemini Blueprint 2.x
-			code and perform sanity checks before upgrading.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-2.0.x:spring-3.x"></a>5.1.3.&nbsp;Spring 3.x</h3></div></div></div><p>Besides the Java 5 upgrade, Gemini Blueprint requires Spring 3.x to get access to the latest framework features and JDK optimizations.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-2.0.x:imports"></a>5.1.4.&nbsp;Service Importer Improvements</h3></div></div></div><p>Gemini Blueprint provides several improvements for service imports (whether single or collection based) in terms of speed, configuration and 
-			service lifecycle. <a href="service-registry.html#service-registry:refs" title="9.2.&nbsp;Defining References To OSGi Services">Section&nbsp;9.2, &#8220;Defining References To OSGi Services&#8221;</a> provides more details. </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-2.0.x:security"></a>5.1.5.&nbsp;Java 2 Security Integration</h3></div></div></div><p>Continuing the work in Spring DM 1.2.x, Gemini Blueprint executes all user code using its credentials (the managed bundle permissions). 
-			See <a href="appendix-security.html" title="Appendix&nbsp;A.&nbsp;Security Integration">Appendix&nbsp;A, <i xmlns:xlink="http://www.w3.org/1999/xlink">Security Integration</i></a> for more information.</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="dm-1.2.x"></a>5.2.&nbsp;Spring DM 1.2.x</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-1.2.x:security"></a>5.2.1.&nbsp;Java 2 Security Integration</h3></div></div></div><p>Since 1.2.x, Spring DM is aware of <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/javase/technologies/security/#overview" target="_top">secured</a> 
-			environments by making use of dedicated <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://java.sun.com/j2se/1.4.2/docs/guide/security/doprivileged.html" target="_top">privileged blocks</a> 
-			for executing security sensitive code. Thus, Spring DM can run as a <span class="emphasis"><em>trusted</em></span> library without requiring escalated 
-			permissions for its managed bundles. See <a href="appendix-security.html" title="Appendix&nbsp;A.&nbsp;Security Integration">Appendix&nbsp;A, <i xmlns:xlink="http://www.w3.org/1999/xlink">Security Integration</i></a> for more information.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-1.2.x:compendium"></a>5.2.2.&nbsp;Compendium Services Support</h3></div></div></div><p>1.2.x provides integration with the <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.osgi.org/javadoc/r4v401/org/osgi/service/cm/package-summary.html" target="_top">Configuration Admin</a>, 
-			part of the OSGi compendium services. <a href="compendium.html" title="Chapter&nbsp;11.&nbsp;Compendium Services">Chapter&nbsp;11, <i xmlns:xlink="http://www.w3.org/1999/xlink">Compendium Services</i></a> provides more details on the topic.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-1.2.x:sym-name-change"></a>5.2.3.&nbsp;Changed Spring DM Symbolic Names</h3></div></div></div><p>Since 1.2.0 M2, the Spring DM bundles symbolic names have been aligned with Spring's 2.5.6+. Thus the prefix 
-			<code class="literal">org.springframework.bundle.osgi</code> has been changed to <code class="literal">org.eclipse.gemini.blueprint</code>; for example
-			Spring DM extender symbolic name was changed from <code class="literal">org.springframework.bundle.osgi.extender</code> to <code class="literal">org.eclipse.gemini.blueprint.extender</code> 
-			(notice the missing <code class="literal">bundle</code> word). Additionally, the documentation has been updated to reflect Spring 2.5.6+ symbolic names.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="dm-1.2.x:ebr-usage"></a>5.2.4.&nbsp;Usage of SpringSource Enterprise Bundle Repository (EBR)</h3></div></div></div><p>To minimize the number of repositories used and the confusion caused by OSGified vs non-OSGified artifacts especially to users using SpringSource dm Server,
-			after 1.2.0 RC1, Spring DM aligned as many of its dependencies as possible with SpringSource <a xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.springsource.com/repository" target="_top">EBR</a>.
-			In practice this means that Spring framework artifacts, such as <code class="literal">spring-aop.jar</code> can be now found as <code class="literal">org.springframework.aop.jar</code>;
-			We apologize for any inconvenience created to users relying on these naming conventions.</p></div></div></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="get-started.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="reference.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;4.&nbsp;Getting Started&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Part&nbsp;II.&nbsp;Reference Documentation</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/documentation/reference/1.0.1.RELEASE/html/why-Spring DM.html b/blueprint/documentation/reference/1.0.1.RELEASE/html/why-Spring DM.html
deleted file mode 100644
index cffd4cb..0000000
--- a/blueprint/documentation/reference/1.0.1.RELEASE/html/why-Spring DM.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?</title><link rel="stylesheet" href="css/html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"><link rel="start" href="index.html" title="Eclipse Gemini Blueprint Reference Guide"><link rel="up" href="introduction.html" title="Part&nbsp;I.&nbsp;Introduction"><link rel="prev" href="eclipse-migration.html" title="Chapter&nbsp;1.&nbsp;Spring Dynamic Modules becomes Eclipse Gemini Blueprint"><link rel="next" href="requirements.html" title="Chapter&nbsp;3.&nbsp;Requirements"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="why-Spring DM"></a>Chapter&nbsp;2.&nbsp;Why Gemini Blueprint?</h2></div></div></div><p>The Spring Framework is the leading full-stack Java/JEE
-    application framework. It provides a lightweight container and a
-    non-invasive programming model enabled by the use of dependency
-    injection, AOP, and portable service abstractions. The OSGi Service
-    Platform offers a dynamic application execution environment in which
-    modules (bundles) can be installed, updated, or removed on the fly. It
-    also has excellent support for modularity and versioning.</p><p>Gemini Blueprint makes it easy to write Spring applications
-    that can be deployed in an OSGi execution environment, and that can take
-    advantage of the services offered by the OSGi framework. Gemini Blueprint
-    support also makes development of OSGi applications simpler and more
-    productive by building on the ease-of-use and power of the Spring
-    Framework. For enterprise applications, the combination of Eclipse Gemini Blueprint 
-    and the OSGi platform provides:</p><div class="itemizedlist"><ul type="disc"><li><p>Better separation of application logic into modules, with
-        runtime enforcement of module boundaries</p></li><li><p>The ability to deploy multiple versions of a module (or
-        library) concurrently</p></li><li><p>The ability to dynamically discover and use services provided
-        by other modules in the system</p></li><li><p>The ability to dynamically install, update and uninstall
-        modules in a running system</p></li><li><p>Use of the Spring Framework to instantiate, configure,
-        assemble, and decorate components within and across modules.</p></li><li><p>A simple and familiar programming model for enterprise
-        developers to exploit the features of the OSGi platform.</p></li></ul></div><p>We believe that the combination of OSGi and Spring offers a
-    comprehensive model for building enterprise applications.</p><p>The OSGi Alliance found valuable the programming model proposed by Gemini Blueprint (then Spring DM) and,
-    in OSGi 4.2, standardized it by introducing the Blueprint Container, as part of the Compendium
-    services.</p></div><div xmlns:fo="http://www.w3.org/1999/XSL/Format" class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="eclipse-migration.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="requirements.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;1.&nbsp;Spring Dynamic Modules becomes Eclipse Gemini Blueprint&nbsp;</td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://www.SpringSource.com/" title="SpringSource - Spring from the Source">Sponsored by SpringSource
-                                        </a></span></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;3.&nbsp;Requirements</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/blueprint/download/_index.html b/blueprint/download/_index.html
deleted file mode 100644
index 2a969b0..0000000
--- a/blueprint/download/_index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<div id="midcolumn">
-	<h2>Downloads</h2>
-	<p>
-		All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> 
-		unless otherwise specified.
-	</p>
-  <h2>Latest version - 1.0.1.RELEASE</h2>
-  <a href="http://www.eclipse.org/downloads/download.php?file=/blueprint/gemini-blueprint-1.0.1.RELEASE.zip">Gemini Blueprint 1.0.1.RELEASE</a>
-  
-  <!--
-  <h2>Recent milestones</h2>
-  <a href="http://www.eclipse.org/downloads/download.php?file=/blueprint/gemini-blueprint-1.0.1.M01.zip">Gemini Blueprint 1.0.1.M01</a>
-  -->
-
-  <h3>Maven Repository</h3>
-  Note that a Gemini Maven repository is currently being constructed.
-  
-  The artifacts groupId is <tt>org.eclipse.gemini.blueprint</tt> while the artifactId <tt>gemini-blueprint-*</tt> (e.g. <tt>gemini-blueprint-core</tt>).  
-</div>
-
-
-
diff --git a/blueprint/download/index.php b/blueprint/download/index.php
deleted file mode 100644
index ce46225..0000000
--- a/blueprint/download/index.php
+++ /dev/null
@@ -1,30 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: 
- *   Costin Leau, VMware
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Blueprint - Downloads";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/blueprint/history/_index.html b/blueprint/history/_index.html
deleted file mode 100644
index 61acd47..0000000
--- a/blueprint/history/_index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<div id="midcolumn">
-	<h2>The History of Gemini Blueprint</h2>
-	<p>
-		The Gemini Blueprint project started life at the end of 2006 as the Spring OSGi project. 
-		Later it was renamed to the Spring Dynamic Modules that many people know today. 
-		Gemini Blueprint shares many goals with Spring DM such as:
-	</p>
-	<ul>
-		<li>Better OSGi platform</li>
-		<li>Advanced IoC container capabilities</li>
-		<li>Lightweight, trasparent, POJO-based programming model</li>
-	</ul>
-	<p>
-		Spring DM combined the powerful model offered by Spring <a href="www.springframework.org">Framework</a>
-		with the dynamic and modular capabilities of the OSGi platform. The combination proved so successful
-		and popular that the OSGi Alliance decided to standardise this programming model through the
-		OSGi Service Blueprint, as part of the OSGi Compendium Services <a href="http://www.osgi.org/News/20090924">4.2</a> 
-		release.
-	</p>
-	<p>
-		In late 2009, Spring DM became its transition to Eclipse through the Gemini project <a href="http://eclipse.org/proposals/gemini/">proposal</a>.
-	</p>
-	<p>
-		At the time of writing, we are still working on the transition - we'll be sure to update the project page and
-		spread the news as soon as this process completes.
-	</p>
-
-</div>
diff --git a/blueprint/history/index.php b/blueprint/history/index.php
deleted file mode 100644
index 9225c9d..0000000
--- a/blueprint/history/index.php
+++ /dev/null
@@ -1,30 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: 
- *   Costin Leau, VMware
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Blueprint - History";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/blueprint/home/_index.html b/blueprint/home/_index.html
deleted file mode 100644
index 91ce3c4..0000000
--- a/blueprint/home/_index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div id="midcolumn">
-	<h2>Gemini Blueprint</h2>
-	<div id="introText">
-	<p>
-	Eclipse Gemini Blueprint is the reference implementation for the <a href="http://www.osgi.org">OSGi Alliance</a> Blueprint Service (chapter 121 of the OSGi 4.2 Compendium Specification).
-	</p>
-	</div>
-<p>
-Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.
-<p/>
-<p class="bottom">
-Gemini users may also be interested in Eclipse <a href="http://www.eclipse.org/virgo">Virgo</a>, an open source, completely modular, OSGi-based Java application server. Its documentation is considered a supplement to Gemini Blueprint as it explains in detail, how OSGi can be used in various development and production scenarios.
-</p>
diff --git a/blueprint/images/bullet.png b/blueprint/images/bullet.png
deleted file mode 100644
index f65d9eb..0000000
--- a/blueprint/images/bullet.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/images/egg-incubation.png b/blueprint/images/egg-incubation.png
deleted file mode 100644
index 861c981..0000000
--- a/blueprint/images/egg-incubation.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/images/faux.png b/blueprint/images/faux.png
deleted file mode 100644
index c011805..0000000
--- a/blueprint/images/faux.png
+++ /dev/null
Binary files differ
diff --git a/blueprint/index.php b/blueprint/index.php
deleted file mode 100755
index 74c45ba..0000000
--- a/blueprint/index.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Costin Leau - VMware
- *******************************************************************************/
-
-	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());
-	
-	# Define these here, or in _projectCommon.php for site-wide values
-	$pageTitle 		= "Eclipse Gemini Blueprint - Home";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('home/_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?>
\ No newline at end of file
diff --git a/blueprint/project-info/about.html b/blueprint/project-info/about.html
deleted file mode 100644
index 852093a..0000000
--- a/blueprint/project-info/about.html
+++ /dev/null
@@ -1,2 +0,0 @@
-Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.
-Eclipse Gemini Blueprint is the reference implementation for the <a href="http://www.osgi.org">OSGi Alliance</a> Blueprint Service (chapter 121 of the OSGi 4.2 Compendium Specification). 
\ No newline at end of file
diff --git a/blueprint/project-info/executive-summary.html b/blueprint/project-info/executive-summary.html
deleted file mode 100755
index 1b17f57..0000000
--- a/blueprint/project-info/executive-summary.html
+++ /dev/null
@@ -1 +0,0 @@
-Eclipse Gemini Blueprint is the reference implementation for the <a href="http://www.osgi.org">OSGi Alliance</a> Blueprint Service (chapter 121 of the OSGi 4.2 Compendium Specification).
\ No newline at end of file
diff --git a/blueprint/project-info/home-page-one-liner.html b/blueprint/project-info/home-page-one-liner.html
deleted file mode 100755
index 7946a98..0000000
--- a/blueprint/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Eclipse Gemini Blueprint
\ No newline at end of file
diff --git a/blueprint/project-info/iplog/approved-log-2011-march.pdf b/blueprint/project-info/iplog/approved-log-2011-march.pdf
deleted file mode 100644
index 8e83d84..0000000
--- a/blueprint/project-info/iplog/approved-log-2011-march.pdf
+++ /dev/null
Binary files differ
diff --git a/blueprint/project-info/maillist b/blueprint/project-info/maillist
deleted file mode 100755
index 6389d13..0000000
--- a/blueprint/project-info/maillist
+++ /dev/null
@@ -1 +0,0 @@
-::gemini-dev::Mailing list for the Eclipse Gemini Blueprint project
\ No newline at end of file
diff --git a/blueprint/project-info/newsgroup b/blueprint/project-info/newsgroup
deleted file mode 100755
index be42107..0000000
--- a/blueprint/project-info/newsgroup
+++ /dev/null
@@ -1 +0,0 @@
-::eclipse.gemini::Newsgroup for Eclipse Gemini project
\ No newline at end of file
diff --git a/blueprint/project-info/plans/plan.xml b/blueprint/project-info/plans/plan.xml
deleted file mode 100644
index de31036..0000000
--- a/blueprint/project-info/plans/plan.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<?xml-stylesheet type="text/xsl" href="http://www.eclipse.org/projects/project-plan.xsl"?>
-<plan plan-format="1.0" xmlns="http://www.eclipse.org/project/plan" xmlns:html="http://www.w3.org/1999/xhtml" name="Gemini Blueprint">
-   <release projectid="rt.gemini.blueprint" version="1.0.0"/>
-   <introduction>
-     <html:div>Initial Graduation Release</html:div>
-   </introduction>
-   <release_deliverables>
-     <html:div>Code archive (JARs+ ZIP)</html:div>
-   </release_deliverables>
-
-   <release_milestones>
-      <preamble>
-         <html:div>Milestones leading to 1.0.0. release</html:div>
-      </preamble>
-      <milestone date="01/01/2012" milestone="1.0.1.RELEASE"><html:div>Planned</html:div></milestone>
-      <milestone date="22/08/2011" milestone="1.0.0.RELEASE"><html:div>Completed</html:div></milestone>
-      <milestone date="20/06/2011" milestone="1.0.0.RC"><html:div>Completed</html:div></milestone>
-      <milestone date="30/06/2010" milestone="1.0.0.M1"><html:div>Completed</html:div></milestone>
-      <postamble />
-   </release_milestones>
-   
-   <target_environments>
-     <html:div>Gemini Blueprint is intended for OSGi 4.2 platforms.</html:div>
-     <internationalization>
-          <html:div></html:div>
-     </internationalization>
-   </target_environments>
-   
-   <compatibility_with_previous_releases>
-       <html:div></html:div>
-   </compatibility_with_previous_releases>
-   <themes_and_priorities />
-   <appendix />
-</plan>
\ No newline at end of file
diff --git a/blueprint/project-info/project-info.xml b/blueprint/project-info/project-info.xml
deleted file mode 100755
index e0fee92..0000000
--- a/blueprint/project-info/project-info.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
-  <name>Gemini Blueprint Project</name>
-  <short-name>Blueprint</short-name>
-  
-  <bugzilla>
-    <product name="gemini.Blueprint"/>
-  </bugzilla>
-
-  <!-- 
-  <team url="/gemini/blueprint/about.php" />
-  -->
-  <cvs repository="/rt/">
-    <module path="org.eclipse.gemini.blueprint" /> 
-  </cvs>
-
-  <description url="/gemini/blueprint/project-info/description.html"
-     paragraph-url="/gemini/blueprint/project-info/project-page-paragraph.html"/>
-  
-  <summary paragraph-url="/gemini/blueprint/project-info/executive-summary.html"/>
-  
-  <ip-log url="http://www.eclipse.org/projects/ip_log.php?projectid=rt.gemini.blueprint" /> 
-  
-  <releases>
-  </releases>
-</project>
\ No newline at end of file
diff --git a/blueprint/project-info/project-page-paragraph.html b/blueprint/project-info/project-page-paragraph.html
deleted file mode 100755
index 5fc0a05..0000000
--- a/blueprint/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<p>Eclipse Gemini Blueprint is the reference implementation for the <a href="http://www.osgi.org">OSGi Alliance</a> Blueprint Service (chapter 121 of the OSGi 4.2 Compendium Specification).</p>
-<p>
-Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, 
-the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the 
-appropriate one), and a dynamic service model.
-<p/>
- 
\ No newline at end of file
diff --git a/blueprint/resources/local.css b/blueprint/resources/local.css
deleted file mode 100644
index d1fadd0..0000000
--- a/blueprint/resources/local.css
+++ /dev/null
@@ -1,54 +0,0 @@
-@CHARSET "UTF-8";
-
-
-.twtr-hd h3, .twtr-hd h4 {
-	color: #ffffff;
-}
-
-.twtr-hd h3 {
-	border: 0px;
-}
-
-.logo {
-    margin-left: auto;
-    margin-right: auto;
-    width: 326px;
-    margin-bottom: 20px;
-}
-
-.award {
-	margin-top: -20px;
-	margin-left: auto;
-    margin-right: auto;
-    width: 144px;
-}
-
-#novaContent.faux  {
-	background: url("/gemini/blueprint/images/faux.png") repeat-y scroll 0 0 #FFFFFF;
-}
-
-a {
-	color: #002E62;
-}
-
-a:hover {
-	color: #0093CF;
-	text-decoration: none;
-}
-
-#incubation {
-	margin-left: auto;
-    margin-right: auto;
-    width: 98px;
-}
-
-#search #searchBox {
-	width:220px;
-}
-
-#leftnav li.about
-{
-}
-#leftnav li.about a
-{
-}
diff --git a/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium-1.0.xsd b/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium-1.0.xsd
deleted file mode 100644
index 60d1ddd..0000000
--- a/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium-1.0.xsd
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-
-<xsd:schema xmlns="http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"
-            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-            xmlns:beans="http://www.springframework.org/schema/beans"
-            xmlns:osgi="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
-            xmlns:tool="http://www.springframework.org/schema/tool"
-            targetNamespace="http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"
-            elementFormDefault="qualified"
-            attributeFormDefault="unqualified"
-            version="1.0.0">
-
-    <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
-    <xsd:import namespace="http://www.springframework.org/schema/beans"/>
-    <xsd:import namespace="http://www.springframework.org/schema/tool"/>
-    <xsd:import namespace="http://www.eclipse.org/gemini/blueprint/schema/blueprint" 
-    	schemaLocation="http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd"/> 
-    
-
-    <xsd:annotation>
-        <xsd:documentation><![CDATA[
-    Namespace support for the compendium services provided by Eclipse Gemini Blueprint.
-        ]]></xsd:documentation>
-    </xsd:annotation>
-
-	<!-- internal reusable type -->
-	<xsd:attributeGroup name="updateAttributes">
-		<xsd:attribute name="autowire-on-update" use="optional" type="xsd:boolean" default="false">
-			<xsd:annotation>
-				<xsd:documentation><![CDATA[
-	Whether or not the container should autowire the target bean everytime an update occurs.
-	When 'true' is specified, the container will perform autowire (by name) the bean instance with the
-	newly set properties. In case 'update-method' attribute is used as well, the autowiring process will
-	take precedence.
-				]]></xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-		<xsd:attribute name="update-method" type="xsd:string" use="optional">
-			<xsd:annotation>
-				<xsd:documentation><![CDATA[
-	The update-method to invoke whenever an update occurs in the configuration data. Allows the target
-	bean to process the update information itself. In case 'autowire-on-update' is also used, the 'update-method'
-	will be invoked after the autowiring takes place.
-				]]></xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-	</xsd:attributeGroup>
-    
-    
-    <xsd:element name="managed-properties">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a bean based on the given class name and configuration, with properties autowired-by-name 
-    based on the configuration stored under the given persistent id.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-    	<xsd:complexType>
-		    <xsd:attribute name="persistent-id" type="xsd:string" use="required">
-				<xsd:annotation>
-					<xsd:documentation><![CDATA[
-	The persistent-id under which the configuration for this bean is stored in 
-	the Configuration Admin service.
-					]]></xsd:documentation>
-				</xsd:annotation>
-			</xsd:attribute>
-	       	<xsd:attributeGroup ref="updateAttributes"/>
-		</xsd:complexType>
-	</xsd:element>
-	
-    <!--  managed-service-factory -->
-
-    <xsd:element name="managed-service-factory">
-       	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a collection of beans based on the given class name, with properties autowired-by-name based
-    on the configuration sets stored under the given factory persistent id.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-        <xsd:complexType>
-        	<xsd:complexContent>
-	            <xsd:extension base="osgi:TbaseService">
-	            	<xsd:sequence>
-	                    <xsd:element name="interfaces" type="beans:listOrSetType" minOccurs="0" maxOccurs="1">
-	                    	<xsd:annotation>
-	                    		<xsd:documentation><![CDATA[
-    The set of service interfaces to advertise in the service registry.
-	                    		]]></xsd:documentation>
-	                    	</xsd:annotation>
-	                    </xsd:element>
-	                    <xsd:element name="registration-listener" type="osgi:TserviceRegistrationListener" minOccurs="0" maxOccurs="unbounded">
-	                    	<xsd:annotation>
-	                    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when this service is registered or unregistered in the
-    OSGi service registry.
-	                    		]]></xsd:documentation>
-	                    	</xsd:annotation>
-	                	</xsd:element>
-	                    <xsd:element name="service-properties" type="osgi:TserviceProperties" minOccurs="0" maxOccurs="1"/>
-		            	<!-- the bean definition template -->
-	                    <xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip">
-	   				       	<xsd:annotation>
-	                    		<xsd:documentation><![CDATA[
-	Defines the service definition template.
-	                    		]]></xsd:documentation>
-	                    	</xsd:annotation>
-	                    </xsd:any>
-		           	</xsd:sequence>
-		           	<xsd:attribute name="factory-pid" type="xsd:string" use="required">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	The persistent-id under which the configuration for this bean is stored in 
-	the Configuration Admin service.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attributeGroup ref="updateAttributes"/>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	
-    
-    <!-- cm-properties -->
-    <xsd:element name="cm-properties">
-    	<xsd:annotation>
-    		<xsd:documentation source="java:org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean"><![CDATA[
-    Exposes the properties found in the Configuration Admin service under the given persistent id.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Properties"/>
-				</tool:annotation>
-			</xsd:appinfo>
-    	</xsd:annotation>
-    	<xsd:complexType>
-	    	<xsd:complexContent>
-	    		<xsd:extension base="beans:propsType">
-	    			<xsd:attribute name="id" type="xsd:ID"/>
-	    		    <xsd:attribute name="persistent-id" type="xsd:string" use="required">
-			        	<xsd:annotation>
-	        				<xsd:documentation><![CDATA[
-	The persistent id under which the properties reside.
-	        				]]></xsd:documentation>
-	        			</xsd:annotation>
-	        		</xsd:attribute>
-					<xsd:attribute name="local-override" type="xsd:boolean" default="false">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies whether local properties override properties from the Configuration Admin service.
-	Default is "false": properties from Configuration Admin service override local defaults.
-	If set to "true", local properties will override properties from Configuration Admin service.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="dynamic" type="xsd:boolean" default="false">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies whether changes to the Configuration Admin service will be reflected by the properties.
-	Default is "false": once resolved from the Configuration Admin, the properties will not change.
-	If set to "true", the properties object content will update accordingly (after initialization) to the changes in the Configuration Admin.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="init-lazy" type="xsd:boolean" default="true">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies whether the properties reflecting the Configuration Admin service entry will be initialized lazy or not.
-	Default is "true": meaning the properties will be initialized just before being requested (from the factory) for the first time. This is
-	the common case as it allows the most recent entry to be used.
-	If set to "false", the properties object will be initialized at startup, along with the bean factory.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="init-timeout" type="xsd:nonNegativeInteger" default="0">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies the amount of time (in milliseconds) the bean factory will wait for the Configuration Admin entry to
-	be initialized (return a non-null value). If the entry is not null at startup, no waiting will be performed.
-	Similar to the other timeout options, a value of '0' means no waiting. By default, no waiting (0) is performed.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-	    		</xsd:extension>
-	    	</xsd:complexContent>
-    	</xsd:complexType>
-    </xsd:element>
-</xsd:schema>
\ No newline at end of file
diff --git a/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd b/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd
deleted file mode 100644
index 60d1ddd..0000000
--- a/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsd
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-
-<xsd:schema xmlns="http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"
-            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-            xmlns:beans="http://www.springframework.org/schema/beans"
-            xmlns:osgi="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
-            xmlns:tool="http://www.springframework.org/schema/tool"
-            targetNamespace="http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"
-            elementFormDefault="qualified"
-            attributeFormDefault="unqualified"
-            version="1.0.0">
-
-    <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
-    <xsd:import namespace="http://www.springframework.org/schema/beans"/>
-    <xsd:import namespace="http://www.springframework.org/schema/tool"/>
-    <xsd:import namespace="http://www.eclipse.org/gemini/blueprint/schema/blueprint" 
-    	schemaLocation="http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd"/> 
-    
-
-    <xsd:annotation>
-        <xsd:documentation><![CDATA[
-    Namespace support for the compendium services provided by Eclipse Gemini Blueprint.
-        ]]></xsd:documentation>
-    </xsd:annotation>
-
-	<!-- internal reusable type -->
-	<xsd:attributeGroup name="updateAttributes">
-		<xsd:attribute name="autowire-on-update" use="optional" type="xsd:boolean" default="false">
-			<xsd:annotation>
-				<xsd:documentation><![CDATA[
-	Whether or not the container should autowire the target bean everytime an update occurs.
-	When 'true' is specified, the container will perform autowire (by name) the bean instance with the
-	newly set properties. In case 'update-method' attribute is used as well, the autowiring process will
-	take precedence.
-				]]></xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-		<xsd:attribute name="update-method" type="xsd:string" use="optional">
-			<xsd:annotation>
-				<xsd:documentation><![CDATA[
-	The update-method to invoke whenever an update occurs in the configuration data. Allows the target
-	bean to process the update information itself. In case 'autowire-on-update' is also used, the 'update-method'
-	will be invoked after the autowiring takes place.
-				]]></xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-	</xsd:attributeGroup>
-    
-    
-    <xsd:element name="managed-properties">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a bean based on the given class name and configuration, with properties autowired-by-name 
-    based on the configuration stored under the given persistent id.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-    	<xsd:complexType>
-		    <xsd:attribute name="persistent-id" type="xsd:string" use="required">
-				<xsd:annotation>
-					<xsd:documentation><![CDATA[
-	The persistent-id under which the configuration for this bean is stored in 
-	the Configuration Admin service.
-					]]></xsd:documentation>
-				</xsd:annotation>
-			</xsd:attribute>
-	       	<xsd:attributeGroup ref="updateAttributes"/>
-		</xsd:complexType>
-	</xsd:element>
-	
-    <!--  managed-service-factory -->
-
-    <xsd:element name="managed-service-factory">
-       	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a collection of beans based on the given class name, with properties autowired-by-name based
-    on the configuration sets stored under the given factory persistent id.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-        <xsd:complexType>
-        	<xsd:complexContent>
-	            <xsd:extension base="osgi:TbaseService">
-	            	<xsd:sequence>
-	                    <xsd:element name="interfaces" type="beans:listOrSetType" minOccurs="0" maxOccurs="1">
-	                    	<xsd:annotation>
-	                    		<xsd:documentation><![CDATA[
-    The set of service interfaces to advertise in the service registry.
-	                    		]]></xsd:documentation>
-	                    	</xsd:annotation>
-	                    </xsd:element>
-	                    <xsd:element name="registration-listener" type="osgi:TserviceRegistrationListener" minOccurs="0" maxOccurs="unbounded">
-	                    	<xsd:annotation>
-	                    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when this service is registered or unregistered in the
-    OSGi service registry.
-	                    		]]></xsd:documentation>
-	                    	</xsd:annotation>
-	                	</xsd:element>
-	                    <xsd:element name="service-properties" type="osgi:TserviceProperties" minOccurs="0" maxOccurs="1"/>
-		            	<!-- the bean definition template -->
-	                    <xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip">
-	   				       	<xsd:annotation>
-	                    		<xsd:documentation><![CDATA[
-	Defines the service definition template.
-	                    		]]></xsd:documentation>
-	                    	</xsd:annotation>
-	                    </xsd:any>
-		           	</xsd:sequence>
-		           	<xsd:attribute name="factory-pid" type="xsd:string" use="required">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	The persistent-id under which the configuration for this bean is stored in 
-	the Configuration Admin service.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attributeGroup ref="updateAttributes"/>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	
-    
-    <!-- cm-properties -->
-    <xsd:element name="cm-properties">
-    	<xsd:annotation>
-    		<xsd:documentation source="java:org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean"><![CDATA[
-    Exposes the properties found in the Configuration Admin service under the given persistent id.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Properties"/>
-				</tool:annotation>
-			</xsd:appinfo>
-    	</xsd:annotation>
-    	<xsd:complexType>
-	    	<xsd:complexContent>
-	    		<xsd:extension base="beans:propsType">
-	    			<xsd:attribute name="id" type="xsd:ID"/>
-	    		    <xsd:attribute name="persistent-id" type="xsd:string" use="required">
-			        	<xsd:annotation>
-	        				<xsd:documentation><![CDATA[
-	The persistent id under which the properties reside.
-	        				]]></xsd:documentation>
-	        			</xsd:annotation>
-	        		</xsd:attribute>
-					<xsd:attribute name="local-override" type="xsd:boolean" default="false">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies whether local properties override properties from the Configuration Admin service.
-	Default is "false": properties from Configuration Admin service override local defaults.
-	If set to "true", local properties will override properties from Configuration Admin service.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="dynamic" type="xsd:boolean" default="false">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies whether changes to the Configuration Admin service will be reflected by the properties.
-	Default is "false": once resolved from the Configuration Admin, the properties will not change.
-	If set to "true", the properties object content will update accordingly (after initialization) to the changes in the Configuration Admin.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="init-lazy" type="xsd:boolean" default="true">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies whether the properties reflecting the Configuration Admin service entry will be initialized lazy or not.
-	Default is "true": meaning the properties will be initialized just before being requested (from the factory) for the first time. This is
-	the common case as it allows the most recent entry to be used.
-	If set to "false", the properties object will be initialized at startup, along with the bean factory.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="init-timeout" type="xsd:nonNegativeInteger" default="0">
-						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	Specifies the amount of time (in milliseconds) the bean factory will wait for the Configuration Admin entry to
-	be initialized (return a non-null value). If the entry is not null at startup, no waiting will be performed.
-	Similar to the other timeout options, a value of '0' means no waiting. By default, no waiting (0) is performed.
-							]]></xsd:documentation>
-						</xsd:annotation>
-					</xsd:attribute>
-	    		</xsd:extension>
-	    	</xsd:complexContent>
-    	</xsd:complexType>
-    </xsd:element>
-</xsd:schema>
\ No newline at end of file
diff --git a/blueprint/schema/blueprint/_index.html b/blueprint/schema/blueprint/_index.html
deleted file mode 100644
index 3834d22..0000000
--- a/blueprint/schema/blueprint/_index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div id="midcolumn">
-   1
-</div>
diff --git a/blueprint/schema/blueprint/gemini-blueprint-1.0.xsd b/blueprint/schema/blueprint/gemini-blueprint-1.0.xsd
deleted file mode 100644
index a2bc59e..0000000
--- a/blueprint/schema/blueprint/gemini-blueprint-1.0.xsd
+++ /dev/null
@@ -1,731 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-
-<xsd:schema xmlns="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
-        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-        xmlns:beans="http://www.springframework.org/schema/beans"
-        xmlns:tool="http://www.springframework.org/schema/tool"
-        targetNamespace="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
-        elementFormDefault="qualified"
-        attributeFormDefault="unqualified"
-        version="1.0.0">
-
-    <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
-    <xsd:import namespace="http://www.springframework.org/schema/beans"/>
-    <xsd:import namespace="http://www.springframework.org/schema/tool"/>
-
-    <xsd:annotation>
-        <xsd:documentation><![CDATA[
-    Namespace support for the core services provided by Eclipse Gemini Blueprint.
-        ]]></xsd:documentation>
-    </xsd:annotation>
-    
-    <xsd:attributeGroup name="defaults">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[Defaults for Gemini Blueprint declarations.]]>
-    		</xsd:documentation>
-    	</xsd:annotation>
-    	<!-- attributes -->
-    	<xsd:attribute name="default-timeout" type="xsd:nonNegativeInteger" default="30000">
-    		<xsd:annotation>
-    			<xsd:documentation><![CDATA[
-    Default timeout (in milliseconds) for all reference (service importers) elements that do not explicitly specify one.
-    Default value is 300000 ms (5 minutes).
-    			]]></xsd:documentation>
-    		</xsd:annotation>
-    	</xsd:attribute>
-    	<xsd:attribute name="default-availablility" type="TavailabilityOptions" default="mandatory">
-    		<xsd:annotation>
-    			<xsd:documentation><![CDATA[
-    Default availability for all OSGi references (singular or collections) elements that do not explicitly specify one.
-    Default value is 'mandatory' which means that a backing service must exist while 'optional' indicates that it is 
-    acceptable to be no backing service.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    	<xsd:attribute name="default-cardinality" type="TdefaultCardinalityOptions" default="1..X">
-    		<xsd:annotation>
-    			<xsd:documentation><![CDATA[
-    As of Eclipse Gemini Blueprint, 'default-cardinality' has been replaced by 'default-availability' attribute.
-    
-    Default cardinality (of the relationship to the backing service(s)) for all OSGi references (singular or collections) 
-    elements that do not explicitly specify one.
-    Default value is '1..X' (resolved to '1..1' for osgi:reference and '1..N' for osgi:list/set) which means that a backing 
-    service must exist (this is a mandatory service reference). A value of '0..X' (resolved to '0..1' for osgi:reference 
-    and '0..N' for osgi:list/set) indicates that it is acceptable to be no backing service (an optional service reference).
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    </xsd:attributeGroup>
-
-    <xsd:simpleType name="TavailabilityOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="mandatory">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    Mandatory service reference - a backing service must exist.
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-            <xsd:enumeration value="optional">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    Optional service reference - A backing service can be missing.
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-        </xsd:restriction>
-    </xsd:simpleType>
-        
-    <xsd:simpleType name="TdefaultCardinalityOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="1..X">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    A backing service must exist (this is a mandatory service reference).
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-            <xsd:enumeration value="0..X">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    A backing service can be missing (this is an optional service reference).
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-        </xsd:restriction>
-    </xsd:simpleType>
-	
-    <!-- reference -->
-    <xsd:element name="reference" type="TsingleReference">
-        <xsd:annotation>
-            <xsd:documentation><![CDATA[
-    Defines a reference to a service obtained via the OSGi service registry.
-            ]]></xsd:documentation>
-        </xsd:annotation>
-    </xsd:element>
-
-    <xsd:complexType name="Treference">
-        <xsd:complexContent>
-            <xsd:extension base="beans:identifiedType">
-                <xsd:sequence minOccurs="0" maxOccurs="1">
-                	<xsd:element name="interfaces" type="beans:listOrSetType" minOccurs="0" maxOccurs="1">
-                    	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-	The set of service interfaces that the services obtained via the registry are required to support.
-    By convention, the interface attribute is a Java interface type, but may also be a (non-final)
-    class type.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                    </xsd:element>
-                    <xsd:element name="reference-listener" type="Tlistener" minOccurs="0" maxOccurs="unbounded">
-                      <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines a listener that will receive notification when a service backing this reference is 
-    bound or unbound.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                    </xsd:element>
-                    <xsd:element name="listener" type="Tlistener" minOccurs="0" maxOccurs="unbounded">
-                      <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines a listener that will receive notification when a service backing this reference is 
-    bound or unbound. Deprecated since Gemini Blueprint, in favour of 'reference-listener'. 
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                    </xsd:element>
-                </xsd:sequence>
-                <xsd:attribute name="interface" use="optional" type="xsd:token">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    The service interface that the services obtained via the registry are required to support.
-    By convention this is a Java interface type, but may also be a (non-final) class type.
-                		]]></xsd:documentation>
-                		<xsd:appinfo>
-                			<tool:annotation>
-                				<tool:expected-type type="java.lang.Class" />
-                			</tool:annotation>
-                		</xsd:appinfo>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="filter" use="optional" type="xsd:string">
-                      <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines an OSGi filter expression that is used to constrain the set of matching services
-    in the service registry. 
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="depends-on" type="xsd:string" use="optional">
-					<xsd:annotation>
-						<xsd:documentation><![CDATA[
-	Used to refer to the name of another bean that this bean depends on. Ensures that the
-	service registry look-up does not happen until after the dependent bean has been created 
-	(most commonly used to refer to a bundle bean).
-						]]></xsd:documentation>
-					</xsd:annotation>                
-                </xsd:attribute>
-                <xsd:attribute name="bean-name" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Convenient shortcut for specifying a filter expression that matches on the bean-name property
-    that is automatically advertised for beans published using the service element.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="context-class-loader" type="TreferenceClassLoaderOptions" default="client">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines how the context class loader is managed when invoking operations on a service
-    backing this service reference. The default value is 'client' which means that the context
-    class loader has visibility of the resources on this bundle's classpath. Alternate
-    options are 'service-provider' which means that the context class loader has visibility of 
-    resources on the bundle classpath of the bundle that exported the service, and 'unmanaged'
-    which does not do any management of the context class loader.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-    
-    <xsd:simpleType name="TreferenceClassLoaderOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="client"/>
-            <xsd:enumeration value="service-provider"/>
-            <xsd:enumeration value="unmanaged"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-    <xsd:complexType name="Tlistener">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when the service backing the enclosing service reference element is bound or 
-    unbound. Use either the 'ref' attribute or a nested bean declaration for the listener bean.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-        <xsd:sequence minOccurs="0" maxOccurs="1">
-            <!-- nested bean declaration -->
-            <xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip"/>
-        </xsd:sequence>
-
-        <!-- shortcut for bean references -->
-        <xsd:attribute name="ref" type="xsd:string" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    Refers by name to the bean that will receive bind and unbind events
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="bind-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when a backing service is bound.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="unbind-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when a backing service is unbound.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    </xsd:complexType>
-    
-    <!-- single reference -->
-    <xsd:complexType name="TsingleReference">
-        <xsd:complexContent>
-            <xsd:extension base="Treference">
-                 <xsd:attribute name="availability" use="optional" type="TavailabilityOptions">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines the required availability of the backing service. If not specified, 
-    the default-availability attribute will apply. 'mandatory' means that a backing service 
-    must exist, 'optional' indicates that it is acceptable to have no backing service.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                 </xsd:attribute>
-                 <xsd:attribute name="cardinality" use="optional" type="TsingleReferenceCardinality">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    As of Gemini Blueprint, 'cardinality' has been replaced by the 'availability' attribute.
-	                      	
-    Defines the required cardinality of the relationship to the backing service. If not specified, 
-    the default-cardinality attribute will apply. A value of '1..1' means that a backing service 
-    must exist (this is a mandatory service reference). A value of '0..1' indicates that it is 
-    acceptable to be no backing service (an optional service reference).
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-				<xsd:attribute name="timeout" use="optional" type="xsd:nonNegativeInteger">
-                    <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    For a 'reference' element, the amount of time (in milliseconds) to wait for a backing service to be 
-    available when an operation is invoked. If not specified, the default-timeout attribute will apply.
-    See also the default-timeout attribute of the osgi element.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="sticky" type="xsd:boolean" default="true">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines whether the backing service should be changed if a 'better' OSGi service becomes
-    available. If 'true', the proxy will rebind only if the backing service is no longer available. 
-    If 'false', the rebind will occur every time a 'better' candidate appears. A better service is
-    defined by having either a higher ranking or the same ranking and a lower service id.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-   </xsd:complexType>
-   
-   <xsd:simpleType name="TsingleReferenceCardinality">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="1..1"/>
-            <xsd:enumeration value="0..1"/>
-        </xsd:restriction>
-   </xsd:simpleType>
-
-	<!-- reference collections (set, list) -->
-	<xsd:element name="list" type="TreferenceCollection">
-		<xsd:annotation>
-			<xsd:documentation source="java:org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean"><![CDATA[
-	Defines a bean of type 'List' that contains all of the services matching the given criteria.
-	The list members are managed dynamically as matching backing services come and go.
-			]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.List"/>
-				</tool:annotation>
-			</xsd:appinfo>			
-		</xsd:annotation>
-	</xsd:element>
-
-	<xsd:element name="set" type="TreferenceCollection">
-		<xsd:annotation>
-			<xsd:documentation source="java:org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean"><![CDATA[
-	Defines a bean of type 'Set' that contains all of the services matching the given criteria.
-	The set members are managed dynamically as matching backing services come and go.
-			]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Set"/>
-				</tool:annotation>
-			</xsd:appinfo>			
-		</xsd:annotation>
-	</xsd:element>
-
-	<xsd:complexType name="TreferenceCollection">
-		<xsd:complexContent>
-			<xsd:extension base="Treference">
-				<xsd:sequence minOccurs="0" maxOccurs="1">
-					<xsd:element name="comparator" type="Tcomparator">
-						<xsd:annotation>
-							<xsd:documentation source="java:java.util.Comparator"><![CDATA[
-	Used to define an inline bean of type Comparator that will be used to sort the matching services.
-							]]></xsd:documentation>
-							<xsd:appinfo>
-								<tool:annotation>
-									<tool:expected-type type="java.util.Comparator" />
-  								</tool:annotation>
-							</xsd:appinfo>
-						</xsd:annotation>
-					</xsd:element>
-				</xsd:sequence>
-				<xsd:attribute name="comparator-ref" type="xsd:string" use="optional">
-					<xsd:annotation>
-						<xsd:documentation><![CDATA[
-	Used to refer to a named bean implementing the Comparator interface that will be used to 
-	sort the matching services.
-						]]></xsd:documentation>
-					</xsd:annotation>
-				</xsd:attribute>
-			    <xsd:attribute name="availability" use="optional" type="TavailabilityOptions">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines the required availability of the backing service. If not specified, 
-    the default-availability attribute will apply. 'mandatory' means that a backing service 
-    must exist, 'optional' indicates that it is acceptable to have no backing service.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-			    <xsd:attribute name="cardinality" use="optional" type="TcollectionCardinality">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    As of Gemini Blueprint, 'cardinality' has been replaced by the 'availability' attribute.
-	                      	
-    Defines the required cardinality of the relationship to the backing services. If not specified, 
-    the default-cardinality attribute will apply. A value of '1..N' means that at least one backing 
-    service must exist (this is a mandatory service reference. A value of '0..N' indicates that it 
-    is acceptable for there to be no backing service (an optional service reference).
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-			    <xsd:attribute name="greedy-proxying" use="optional" type="xsd:boolean" default="false">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Indicates whether the proxies created for the imported OSGi services will be generated using 
-    just the classes specified (false) or all the classes exported by the service and visible to
-    the importing bundle (true). The default value is false.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="member-type" type="TmemberType" use="optional" default="service-object">
-                    <xsd:annotation>
-                        <xsd:documentation>
-                          <![CDATA[
-    Indicates the type of object that will be placed within the reference collection.  
-    'service-object' indicates the collection contains service proxies for imported services.
-    'service-reference' indicates the collection contains ServiceReference objects matching the 
-    target service type.
-                          ]]>
-                        </xsd:documentation>
-                    </xsd:annotation>
-                </xsd:attribute>
-			</xsd:extension>
-		</xsd:complexContent>
-	</xsd:complexType>
-	
-	<xsd:complexType name="Tcomparator">
-		<xsd:annotation>
-			<xsd:documentation source="java:java.util.Comparator"><![CDATA[
-	Used to define an inline bean of type Comparator that will be used to sort the matching services.
-			]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Comparator" />
-  				</tool:annotation>
-			</xsd:appinfo>
-		</xsd:annotation>
-		<xsd:choice>
-		   <xsd:element name="natural" type="TnaturalOrdering"/>
-     	   <xsd:sequence minOccurs="1" maxOccurs="1">
-        	    <!-- nested bean declaration -->
-           		<xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip"/>
-        	</xsd:sequence>
-        </xsd:choice>
-	</xsd:complexType>
-	
-	<xsd:complexType name="TnaturalOrdering">
-		<xsd:attribute name="basis" type="TorderingBasis" use="required"/>
-	</xsd:complexType>
-	
-	<xsd:simpleType name="TorderingBasis">
-		<xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="service"/>
-            <xsd:enumeration value="service-reference"/>
-        </xsd:restriction>
-	</xsd:simpleType>
-	
-    <xsd:simpleType name="TmemberType">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="service-object" />
-            <xsd:enumeration value="service-reference" />
-        </xsd:restriction>
-    </xsd:simpleType>	
-	
-	<xsd:simpleType name="TcollectionCardinality">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="1..N"/>
-            <xsd:enumeration value="0..N"/>
-        </xsd:restriction>
-   </xsd:simpleType>
-	
-    <!-- service -->
-    
-    <xsd:element name="service" type="Tservice"/>
-
-    <xsd:complexType name="TbaseService">
-        <xsd:complexContent>
-           <xsd:extension base="beans:identifiedType">
-                <xsd:attribute name="interface" type="xsd:token" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines the interface to advertise for this service in the service registry.
-                		]]></xsd:documentation>
-						<xsd:appinfo>
-							<tool:annotation>
-  								<tool:expected-type type="java.lang.Class" />
-  							</tool:annotation>
-						</xsd:appinfo>  							
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="depends-on" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Used to ensure that the service is not exported to the registry before the named bean
-    has been created. 
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="context-class-loader" type="TserviceClassLoaderOptions" default="unmanaged">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines how the context class loader will be managed when an operation is invoked on the 
-    exported service. The default value is 'unmanaged' which means that no management of 
-    the context class loader is attempted. A value of 'service-provider' guarantees that
-    the context class loader will have visibility of all the resources on the class path of 
-    bundle exporting the service.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="auto-export" type="TautoExportModes" default="disabled">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Enables Spring to automatically manage the set of service interfaces advertised for the
-    service. By default this facility is disabled. A value of 'interfaces' advertises all 
-    of the Java interfaces supported by the exported service. A value of 'class-hierarchy' 
-    advertises all the Java classes in the hierarchy of the exported service. A value of 
-    'all-classes' advertises all Java interfaces and classes. 
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-        	</xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-    
-    <xsd:complexType name="Tservice">
-    	<xsd:annotation>
-    		<xsd:documentation source="java:org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean"><![CDATA[
-    Exports the reference bean as a service in the OSGi service registry. The bean defined by this element is of 
-    type org.osgi.framework.ServiceRegistration.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="org.osgi.framework.ServiceRegistration"/>
-				</tool:annotation>
-			</xsd:appinfo>			
-    	</xsd:annotation>
-        <xsd:complexContent>
-            <xsd:extension base="TbaseService">
-            	<xsd:sequence minOccurs="0" maxOccurs="1">
-                    <xsd:element name="interfaces" type="beans:listOrSetType" minOccurs="0" maxOccurs="1">
-                    	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    The set of service interfaces to advertise in the service registry.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                    </xsd:element>
-                    <xsd:element name="registration-listener" type="TserviceRegistrationListener" minOccurs="0" maxOccurs="unbounded">
-                    	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when this service is registered or unregistered in the
-    OSGi service registry.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                	</xsd:element>
-                    <xsd:element name="service-properties" type="TserviceProperties" minOccurs="0" maxOccurs="1">
-                       	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    Defines the service properties.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                    </xsd:element>
-                    <!-- nested bean declaration -->
-                	<xsd:any namespace="##other" minOccurs="0" maxOccurs="1" processContents="skip"/>
-                </xsd:sequence>
-                <xsd:attribute name="ref" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Refers to the named bean to be exported as a service in the service registry.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="ranking" type="xsd:int" default="0">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Specifies the service ranking to be used when advertising the service.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="cache-target" type="xsd:boolean" default="false">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Specifies the caching of the exported target object. When enabled, the exporter will ignore the scope of the 
-    target bean and	use only the first resolved instance for registration. When disabled (default), the scope of 
-    the target bean is considered and each service request, will be directed to the container.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-
-    <xsd:complexType name="TserviceProperties">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Services properties used by the service exporter.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Map"/>
-				</tool:annotation>
-			</xsd:appinfo>
-    	</xsd:annotation>
-    	
-    	<xsd:complexContent>
-            <xsd:extension base="beans:mapType">
-            	<!-- shortcut for bean references -->
-        		<xsd:attribute name="ref" type="xsd:string" use="optional">
-        			<xsd:annotation>
-        				<xsd:documentation><![CDATA[
-    Refers by name to the bean that will receive register and unregister events.
-    		    		]]></xsd:documentation>
-        			</xsd:annotation>
-        		</xsd:attribute>
-    		</xsd:extension>
-    	</xsd:complexContent>
-    </xsd:complexType>
-
-    <xsd:complexType name="TserviceRegistrationListener">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when the bean is registered or unregistered in the OSGi Service Registry. 
-    Use either the 'ref' attribute or a nested bean declaration for the listener bean.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-        <xsd:sequence minOccurs="0" maxOccurs="1">
-            <!-- nested bean declaration -->
-            <xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip"/>
-        </xsd:sequence>
-
-        <!-- shortcut for bean references -->
-        <xsd:attribute name="ref" type="xsd:string" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    Refers by name to the bean that will receive register and unregister events.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="registration-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when the service is registered.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="unregistration-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when the service is unregistered.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    </xsd:complexType>
-
-    <xsd:simpleType name="TserviceClassLoaderOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="service-provider"/>
-            <xsd:enumeration value="unmanaged"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-    <xsd:simpleType name="TautoExportModes">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="disabled"/>
-            <xsd:enumeration value="interfaces"/>
-            <xsd:enumeration value="class-hierarchy"/>
-            <xsd:enumeration value="all-classes"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-    <!-- bundle -->
-
-    <xsd:element name="bundle" type="Tbundle">
-    	<xsd:annotation>
-    		<xsd:documentation source="java:org.eclipse.gemini.blueprint.bundle.BundleFactoryBean"><![CDATA[
-    Defines a bean representing a Bundle object. May be used to drive bean lifecycle transitions.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="org.osgi.framework.Bundle"/>
-				</tool:annotation>
-			</xsd:appinfo>    		
-    	</xsd:annotation>
-    </xsd:element>
-
-    <xsd:complexType name="Tbundle">
-        <xsd:complexContent>
-            <xsd:extension base="beans:identifiedType">
-              	<!-- optional nested bean declaration -->
-                <xsd:sequence minOccurs="0" maxOccurs="1">
-		    		<xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="lax">
-            		   	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    OSGi bundle to work with.
-                    		]]></xsd:documentation>
-							<xsd:appinfo>
-								<tool:annotation>
-  									<tool:expected-type type="org.osgi.framework.Bundle" />
-  								</tool:annotation>
-							</xsd:appinfo>  							
-                    	</xsd:annotation>
-            		</xsd:any>
-        		</xsd:sequence>
-        		
-                <xsd:attribute name="symbolic-name" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    The bundle symbolic name of the bundle object. Normally used when interacting with an already
-    installed bundle.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="depends-on" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Indicates that this bundle object should not be created until the named bean has been created.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-               
-                <xsd:attribute name="location" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Location used to install, update or/and identify a bundle.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="action" type="TbundleAction" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Lifecyle action to drive on the bundle. 'start' starts the bundle, installing if necessary.
-    'stop' stops the bundle if it is currently ACTIVE. 'install' installs the bundle if it is 
-    currently uninstalled. 'uninstall' stops the bundle if needed, and then uninstalls it.
-    'update' installs the bundle if needed, and then invokes the Bundle.update() operation.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="destroy-action" type="TbundleAction" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Lifecyle action to drive on the bundle. 'start' starts the bundle, installing if necessary.
-    'stop' stops the bundle if it is currently ACTIVE. 'install' installs the bundle if it is 
-    currently uninstalled. 'uninstall' stops the bundle if needed, and then uninstalls it.
-    'update' installs the bundle if needed, and then invokes the Bundle.update() operation.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="start-level" type="xsd:int" use="optional" default="0">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Start level to set for the bundle.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-
-    <xsd:simpleType name="TbundleAction">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="start"/>
-            <xsd:enumeration value="stop"/>
-            <xsd:enumeration value="install"/>
-            <xsd:enumeration value="uninstall"/>
-            <xsd:enumeration value="update"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-</xsd:schema>
\ No newline at end of file
diff --git a/blueprint/schema/blueprint/gemini-blueprint.xsd b/blueprint/schema/blueprint/gemini-blueprint.xsd
deleted file mode 100644
index a2bc59e..0000000
--- a/blueprint/schema/blueprint/gemini-blueprint.xsd
+++ /dev/null
@@ -1,731 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-
-<xsd:schema xmlns="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
-        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-        xmlns:beans="http://www.springframework.org/schema/beans"
-        xmlns:tool="http://www.springframework.org/schema/tool"
-        targetNamespace="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
-        elementFormDefault="qualified"
-        attributeFormDefault="unqualified"
-        version="1.0.0">
-
-    <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
-    <xsd:import namespace="http://www.springframework.org/schema/beans"/>
-    <xsd:import namespace="http://www.springframework.org/schema/tool"/>
-
-    <xsd:annotation>
-        <xsd:documentation><![CDATA[
-    Namespace support for the core services provided by Eclipse Gemini Blueprint.
-        ]]></xsd:documentation>
-    </xsd:annotation>
-    
-    <xsd:attributeGroup name="defaults">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[Defaults for Gemini Blueprint declarations.]]>
-    		</xsd:documentation>
-    	</xsd:annotation>
-    	<!-- attributes -->
-    	<xsd:attribute name="default-timeout" type="xsd:nonNegativeInteger" default="30000">
-    		<xsd:annotation>
-    			<xsd:documentation><![CDATA[
-    Default timeout (in milliseconds) for all reference (service importers) elements that do not explicitly specify one.
-    Default value is 300000 ms (5 minutes).
-    			]]></xsd:documentation>
-    		</xsd:annotation>
-    	</xsd:attribute>
-    	<xsd:attribute name="default-availablility" type="TavailabilityOptions" default="mandatory">
-    		<xsd:annotation>
-    			<xsd:documentation><![CDATA[
-    Default availability for all OSGi references (singular or collections) elements that do not explicitly specify one.
-    Default value is 'mandatory' which means that a backing service must exist while 'optional' indicates that it is 
-    acceptable to be no backing service.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    	<xsd:attribute name="default-cardinality" type="TdefaultCardinalityOptions" default="1..X">
-    		<xsd:annotation>
-    			<xsd:documentation><![CDATA[
-    As of Eclipse Gemini Blueprint, 'default-cardinality' has been replaced by 'default-availability' attribute.
-    
-    Default cardinality (of the relationship to the backing service(s)) for all OSGi references (singular or collections) 
-    elements that do not explicitly specify one.
-    Default value is '1..X' (resolved to '1..1' for osgi:reference and '1..N' for osgi:list/set) which means that a backing 
-    service must exist (this is a mandatory service reference). A value of '0..X' (resolved to '0..1' for osgi:reference 
-    and '0..N' for osgi:list/set) indicates that it is acceptable to be no backing service (an optional service reference).
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    </xsd:attributeGroup>
-
-    <xsd:simpleType name="TavailabilityOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="mandatory">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    Mandatory service reference - a backing service must exist.
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-            <xsd:enumeration value="optional">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    Optional service reference - A backing service can be missing.
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-        </xsd:restriction>
-    </xsd:simpleType>
-        
-    <xsd:simpleType name="TdefaultCardinalityOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="1..X">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    A backing service must exist (this is a mandatory service reference).
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-            <xsd:enumeration value="0..X">
-            	<xsd:annotation>
-            		<xsd:documentation><![CDATA[
-    A backing service can be missing (this is an optional service reference).
-            		]]></xsd:documentation>
-            	</xsd:annotation>
-            </xsd:enumeration>
-        </xsd:restriction>
-    </xsd:simpleType>
-	
-    <!-- reference -->
-    <xsd:element name="reference" type="TsingleReference">
-        <xsd:annotation>
-            <xsd:documentation><![CDATA[
-    Defines a reference to a service obtained via the OSGi service registry.
-            ]]></xsd:documentation>
-        </xsd:annotation>
-    </xsd:element>
-
-    <xsd:complexType name="Treference">
-        <xsd:complexContent>
-            <xsd:extension base="beans:identifiedType">
-                <xsd:sequence minOccurs="0" maxOccurs="1">
-                	<xsd:element name="interfaces" type="beans:listOrSetType" minOccurs="0" maxOccurs="1">
-                    	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-	The set of service interfaces that the services obtained via the registry are required to support.
-    By convention, the interface attribute is a Java interface type, but may also be a (non-final)
-    class type.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                    </xsd:element>
-                    <xsd:element name="reference-listener" type="Tlistener" minOccurs="0" maxOccurs="unbounded">
-                      <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines a listener that will receive notification when a service backing this reference is 
-    bound or unbound.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                    </xsd:element>
-                    <xsd:element name="listener" type="Tlistener" minOccurs="0" maxOccurs="unbounded">
-                      <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines a listener that will receive notification when a service backing this reference is 
-    bound or unbound. Deprecated since Gemini Blueprint, in favour of 'reference-listener'. 
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                    </xsd:element>
-                </xsd:sequence>
-                <xsd:attribute name="interface" use="optional" type="xsd:token">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    The service interface that the services obtained via the registry are required to support.
-    By convention this is a Java interface type, but may also be a (non-final) class type.
-                		]]></xsd:documentation>
-                		<xsd:appinfo>
-                			<tool:annotation>
-                				<tool:expected-type type="java.lang.Class" />
-                			</tool:annotation>
-                		</xsd:appinfo>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="filter" use="optional" type="xsd:string">
-                      <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines an OSGi filter expression that is used to constrain the set of matching services
-    in the service registry. 
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="depends-on" type="xsd:string" use="optional">
-					<xsd:annotation>
-						<xsd:documentation><![CDATA[
-	Used to refer to the name of another bean that this bean depends on. Ensures that the
-	service registry look-up does not happen until after the dependent bean has been created 
-	(most commonly used to refer to a bundle bean).
-						]]></xsd:documentation>
-					</xsd:annotation>                
-                </xsd:attribute>
-                <xsd:attribute name="bean-name" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Convenient shortcut for specifying a filter expression that matches on the bean-name property
-    that is automatically advertised for beans published using the service element.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="context-class-loader" type="TreferenceClassLoaderOptions" default="client">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines how the context class loader is managed when invoking operations on a service
-    backing this service reference. The default value is 'client' which means that the context
-    class loader has visibility of the resources on this bundle's classpath. Alternate
-    options are 'service-provider' which means that the context class loader has visibility of 
-    resources on the bundle classpath of the bundle that exported the service, and 'unmanaged'
-    which does not do any management of the context class loader.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-    
-    <xsd:simpleType name="TreferenceClassLoaderOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="client"/>
-            <xsd:enumeration value="service-provider"/>
-            <xsd:enumeration value="unmanaged"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-    <xsd:complexType name="Tlistener">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when the service backing the enclosing service reference element is bound or 
-    unbound. Use either the 'ref' attribute or a nested bean declaration for the listener bean.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-        <xsd:sequence minOccurs="0" maxOccurs="1">
-            <!-- nested bean declaration -->
-            <xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip"/>
-        </xsd:sequence>
-
-        <!-- shortcut for bean references -->
-        <xsd:attribute name="ref" type="xsd:string" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    Refers by name to the bean that will receive bind and unbind events
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="bind-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when a backing service is bound.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="unbind-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when a backing service is unbound.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    </xsd:complexType>
-    
-    <!-- single reference -->
-    <xsd:complexType name="TsingleReference">
-        <xsd:complexContent>
-            <xsd:extension base="Treference">
-                 <xsd:attribute name="availability" use="optional" type="TavailabilityOptions">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines the required availability of the backing service. If not specified, 
-    the default-availability attribute will apply. 'mandatory' means that a backing service 
-    must exist, 'optional' indicates that it is acceptable to have no backing service.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                 </xsd:attribute>
-                 <xsd:attribute name="cardinality" use="optional" type="TsingleReferenceCardinality">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    As of Gemini Blueprint, 'cardinality' has been replaced by the 'availability' attribute.
-	                      	
-    Defines the required cardinality of the relationship to the backing service. If not specified, 
-    the default-cardinality attribute will apply. A value of '1..1' means that a backing service 
-    must exist (this is a mandatory service reference). A value of '0..1' indicates that it is 
-    acceptable to be no backing service (an optional service reference).
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-				<xsd:attribute name="timeout" use="optional" type="xsd:nonNegativeInteger">
-                    <xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    For a 'reference' element, the amount of time (in milliseconds) to wait for a backing service to be 
-    available when an operation is invoked. If not specified, the default-timeout attribute will apply.
-    See also the default-timeout attribute of the osgi element.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="sticky" type="xsd:boolean" default="true">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines whether the backing service should be changed if a 'better' OSGi service becomes
-    available. If 'true', the proxy will rebind only if the backing service is no longer available. 
-    If 'false', the rebind will occur every time a 'better' candidate appears. A better service is
-    defined by having either a higher ranking or the same ranking and a lower service id.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-   </xsd:complexType>
-   
-   <xsd:simpleType name="TsingleReferenceCardinality">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="1..1"/>
-            <xsd:enumeration value="0..1"/>
-        </xsd:restriction>
-   </xsd:simpleType>
-
-	<!-- reference collections (set, list) -->
-	<xsd:element name="list" type="TreferenceCollection">
-		<xsd:annotation>
-			<xsd:documentation source="java:org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean"><![CDATA[
-	Defines a bean of type 'List' that contains all of the services matching the given criteria.
-	The list members are managed dynamically as matching backing services come and go.
-			]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.List"/>
-				</tool:annotation>
-			</xsd:appinfo>			
-		</xsd:annotation>
-	</xsd:element>
-
-	<xsd:element name="set" type="TreferenceCollection">
-		<xsd:annotation>
-			<xsd:documentation source="java:org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean"><![CDATA[
-	Defines a bean of type 'Set' that contains all of the services matching the given criteria.
-	The set members are managed dynamically as matching backing services come and go.
-			]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Set"/>
-				</tool:annotation>
-			</xsd:appinfo>			
-		</xsd:annotation>
-	</xsd:element>
-
-	<xsd:complexType name="TreferenceCollection">
-		<xsd:complexContent>
-			<xsd:extension base="Treference">
-				<xsd:sequence minOccurs="0" maxOccurs="1">
-					<xsd:element name="comparator" type="Tcomparator">
-						<xsd:annotation>
-							<xsd:documentation source="java:java.util.Comparator"><![CDATA[
-	Used to define an inline bean of type Comparator that will be used to sort the matching services.
-							]]></xsd:documentation>
-							<xsd:appinfo>
-								<tool:annotation>
-									<tool:expected-type type="java.util.Comparator" />
-  								</tool:annotation>
-							</xsd:appinfo>
-						</xsd:annotation>
-					</xsd:element>
-				</xsd:sequence>
-				<xsd:attribute name="comparator-ref" type="xsd:string" use="optional">
-					<xsd:annotation>
-						<xsd:documentation><![CDATA[
-	Used to refer to a named bean implementing the Comparator interface that will be used to 
-	sort the matching services.
-						]]></xsd:documentation>
-					</xsd:annotation>
-				</xsd:attribute>
-			    <xsd:attribute name="availability" use="optional" type="TavailabilityOptions">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Defines the required availability of the backing service. If not specified, 
-    the default-availability attribute will apply. 'mandatory' means that a backing service 
-    must exist, 'optional' indicates that it is acceptable to have no backing service.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-			    <xsd:attribute name="cardinality" use="optional" type="TcollectionCardinality">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    As of Gemini Blueprint, 'cardinality' has been replaced by the 'availability' attribute.
-	                      	
-    Defines the required cardinality of the relationship to the backing services. If not specified, 
-    the default-cardinality attribute will apply. A value of '1..N' means that at least one backing 
-    service must exist (this is a mandatory service reference. A value of '0..N' indicates that it 
-    is acceptable for there to be no backing service (an optional service reference).
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-			    <xsd:attribute name="greedy-proxying" use="optional" type="xsd:boolean" default="false">
-                	<xsd:annotation>
-                      	<xsd:documentation><![CDATA[
-    Indicates whether the proxies created for the imported OSGi services will be generated using 
-    just the classes specified (false) or all the classes exported by the service and visible to
-    the importing bundle (true). The default value is false.
-                      	]]></xsd:documentation>
-                      </xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="member-type" type="TmemberType" use="optional" default="service-object">
-                    <xsd:annotation>
-                        <xsd:documentation>
-                          <![CDATA[
-    Indicates the type of object that will be placed within the reference collection.  
-    'service-object' indicates the collection contains service proxies for imported services.
-    'service-reference' indicates the collection contains ServiceReference objects matching the 
-    target service type.
-                          ]]>
-                        </xsd:documentation>
-                    </xsd:annotation>
-                </xsd:attribute>
-			</xsd:extension>
-		</xsd:complexContent>
-	</xsd:complexType>
-	
-	<xsd:complexType name="Tcomparator">
-		<xsd:annotation>
-			<xsd:documentation source="java:java.util.Comparator"><![CDATA[
-	Used to define an inline bean of type Comparator that will be used to sort the matching services.
-			]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Comparator" />
-  				</tool:annotation>
-			</xsd:appinfo>
-		</xsd:annotation>
-		<xsd:choice>
-		   <xsd:element name="natural" type="TnaturalOrdering"/>
-     	   <xsd:sequence minOccurs="1" maxOccurs="1">
-        	    <!-- nested bean declaration -->
-           		<xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip"/>
-        	</xsd:sequence>
-        </xsd:choice>
-	</xsd:complexType>
-	
-	<xsd:complexType name="TnaturalOrdering">
-		<xsd:attribute name="basis" type="TorderingBasis" use="required"/>
-	</xsd:complexType>
-	
-	<xsd:simpleType name="TorderingBasis">
-		<xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="service"/>
-            <xsd:enumeration value="service-reference"/>
-        </xsd:restriction>
-	</xsd:simpleType>
-	
-    <xsd:simpleType name="TmemberType">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="service-object" />
-            <xsd:enumeration value="service-reference" />
-        </xsd:restriction>
-    </xsd:simpleType>	
-	
-	<xsd:simpleType name="TcollectionCardinality">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="1..N"/>
-            <xsd:enumeration value="0..N"/>
-        </xsd:restriction>
-   </xsd:simpleType>
-	
-    <!-- service -->
-    
-    <xsd:element name="service" type="Tservice"/>
-
-    <xsd:complexType name="TbaseService">
-        <xsd:complexContent>
-           <xsd:extension base="beans:identifiedType">
-                <xsd:attribute name="interface" type="xsd:token" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines the interface to advertise for this service in the service registry.
-                		]]></xsd:documentation>
-						<xsd:appinfo>
-							<tool:annotation>
-  								<tool:expected-type type="java.lang.Class" />
-  							</tool:annotation>
-						</xsd:appinfo>  							
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="depends-on" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Used to ensure that the service is not exported to the registry before the named bean
-    has been created. 
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="context-class-loader" type="TserviceClassLoaderOptions" default="unmanaged">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Defines how the context class loader will be managed when an operation is invoked on the 
-    exported service. The default value is 'unmanaged' which means that no management of 
-    the context class loader is attempted. A value of 'service-provider' guarantees that
-    the context class loader will have visibility of all the resources on the class path of 
-    bundle exporting the service.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="auto-export" type="TautoExportModes" default="disabled">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Enables Spring to automatically manage the set of service interfaces advertised for the
-    service. By default this facility is disabled. A value of 'interfaces' advertises all 
-    of the Java interfaces supported by the exported service. A value of 'class-hierarchy' 
-    advertises all the Java classes in the hierarchy of the exported service. A value of 
-    'all-classes' advertises all Java interfaces and classes. 
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-        	</xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-    
-    <xsd:complexType name="Tservice">
-    	<xsd:annotation>
-    		<xsd:documentation source="java:org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean"><![CDATA[
-    Exports the reference bean as a service in the OSGi service registry. The bean defined by this element is of 
-    type org.osgi.framework.ServiceRegistration.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="org.osgi.framework.ServiceRegistration"/>
-				</tool:annotation>
-			</xsd:appinfo>			
-    	</xsd:annotation>
-        <xsd:complexContent>
-            <xsd:extension base="TbaseService">
-            	<xsd:sequence minOccurs="0" maxOccurs="1">
-                    <xsd:element name="interfaces" type="beans:listOrSetType" minOccurs="0" maxOccurs="1">
-                    	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    The set of service interfaces to advertise in the service registry.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                    </xsd:element>
-                    <xsd:element name="registration-listener" type="TserviceRegistrationListener" minOccurs="0" maxOccurs="unbounded">
-                    	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when this service is registered or unregistered in the
-    OSGi service registry.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                	</xsd:element>
-                    <xsd:element name="service-properties" type="TserviceProperties" minOccurs="0" maxOccurs="1">
-                       	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    Defines the service properties.
-                    		]]></xsd:documentation>
-                    	</xsd:annotation>
-                    </xsd:element>
-                    <!-- nested bean declaration -->
-                	<xsd:any namespace="##other" minOccurs="0" maxOccurs="1" processContents="skip"/>
-                </xsd:sequence>
-                <xsd:attribute name="ref" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Refers to the named bean to be exported as a service in the service registry.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="ranking" type="xsd:int" default="0">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Specifies the service ranking to be used when advertising the service.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="cache-target" type="xsd:boolean" default="false">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Specifies the caching of the exported target object. When enabled, the exporter will ignore the scope of the 
-    target bean and	use only the first resolved instance for registration. When disabled (default), the scope of 
-    the target bean is considered and each service request, will be directed to the container.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-
-    <xsd:complexType name="TserviceProperties">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Services properties used by the service exporter.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="java.util.Map"/>
-				</tool:annotation>
-			</xsd:appinfo>
-    	</xsd:annotation>
-    	
-    	<xsd:complexContent>
-            <xsd:extension base="beans:mapType">
-            	<!-- shortcut for bean references -->
-        		<xsd:attribute name="ref" type="xsd:string" use="optional">
-        			<xsd:annotation>
-        				<xsd:documentation><![CDATA[
-    Refers by name to the bean that will receive register and unregister events.
-    		    		]]></xsd:documentation>
-        			</xsd:annotation>
-        		</xsd:attribute>
-    		</xsd:extension>
-    	</xsd:complexContent>
-    </xsd:complexType>
-
-    <xsd:complexType name="TserviceRegistrationListener">
-    	<xsd:annotation>
-    		<xsd:documentation><![CDATA[
-    Defines a listener that will be notified when the bean is registered or unregistered in the OSGi Service Registry. 
-    Use either the 'ref' attribute or a nested bean declaration for the listener bean.
-    		]]></xsd:documentation>
-    	</xsd:annotation>
-        <xsd:sequence minOccurs="0" maxOccurs="1">
-            <!-- nested bean declaration -->
-            <xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="skip"/>
-        </xsd:sequence>
-
-        <!-- shortcut for bean references -->
-        <xsd:attribute name="ref" type="xsd:string" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    Refers by name to the bean that will receive register and unregister events.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="registration-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when the service is registered.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-        <xsd:attribute name="unregistration-method" type="xsd:token" use="optional">
-        	<xsd:annotation>
-        		<xsd:documentation><![CDATA[
-    The name of the method to be invoked when the service is unregistered.
-        		]]></xsd:documentation>
-        	</xsd:annotation>
-        </xsd:attribute>
-    </xsd:complexType>
-
-    <xsd:simpleType name="TserviceClassLoaderOptions">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="service-provider"/>
-            <xsd:enumeration value="unmanaged"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-    <xsd:simpleType name="TautoExportModes">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="disabled"/>
-            <xsd:enumeration value="interfaces"/>
-            <xsd:enumeration value="class-hierarchy"/>
-            <xsd:enumeration value="all-classes"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-    <!-- bundle -->
-
-    <xsd:element name="bundle" type="Tbundle">
-    	<xsd:annotation>
-    		<xsd:documentation source="java:org.eclipse.gemini.blueprint.bundle.BundleFactoryBean"><![CDATA[
-    Defines a bean representing a Bundle object. May be used to drive bean lifecycle transitions.
-    		]]></xsd:documentation>
-			<xsd:appinfo>
-				<tool:annotation>
-					<tool:exports type="org.osgi.framework.Bundle"/>
-				</tool:annotation>
-			</xsd:appinfo>    		
-    	</xsd:annotation>
-    </xsd:element>
-
-    <xsd:complexType name="Tbundle">
-        <xsd:complexContent>
-            <xsd:extension base="beans:identifiedType">
-              	<!-- optional nested bean declaration -->
-                <xsd:sequence minOccurs="0" maxOccurs="1">
-		    		<xsd:any namespace="##other" minOccurs="1" maxOccurs="1" processContents="lax">
-            		   	<xsd:annotation>
-                    		<xsd:documentation><![CDATA[
-    OSGi bundle to work with.
-                    		]]></xsd:documentation>
-							<xsd:appinfo>
-								<tool:annotation>
-  									<tool:expected-type type="org.osgi.framework.Bundle" />
-  								</tool:annotation>
-							</xsd:appinfo>  							
-                    	</xsd:annotation>
-            		</xsd:any>
-        		</xsd:sequence>
-        		
-                <xsd:attribute name="symbolic-name" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    The bundle symbolic name of the bundle object. Normally used when interacting with an already
-    installed bundle.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="depends-on" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Indicates that this bundle object should not be created until the named bean has been created.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-               
-                <xsd:attribute name="location" type="xsd:string" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Location used to install, update or/and identify a bundle.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="action" type="TbundleAction" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Lifecyle action to drive on the bundle. 'start' starts the bundle, installing if necessary.
-    'stop' stops the bundle if it is currently ACTIVE. 'install' installs the bundle if it is 
-    currently uninstalled. 'uninstall' stops the bundle if needed, and then uninstalls it.
-    'update' installs the bundle if needed, and then invokes the Bundle.update() operation.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="destroy-action" type="TbundleAction" use="optional">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Lifecyle action to drive on the bundle. 'start' starts the bundle, installing if necessary.
-    'stop' stops the bundle if it is currently ACTIVE. 'install' installs the bundle if it is 
-    currently uninstalled. 'uninstall' stops the bundle if needed, and then uninstalls it.
-    'update' installs the bundle if needed, and then invokes the Bundle.update() operation.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-                <xsd:attribute name="start-level" type="xsd:int" use="optional" default="0">
-                	<xsd:annotation>
-                		<xsd:documentation><![CDATA[
-    Start level to set for the bundle.
-                		]]></xsd:documentation>
-                	</xsd:annotation>
-                </xsd:attribute>
-            </xsd:extension>
-        </xsd:complexContent>
-    </xsd:complexType>
-
-    <xsd:simpleType name="TbundleAction">
-        <xsd:restriction base="xsd:NMTOKEN">
-            <xsd:enumeration value="start"/>
-            <xsd:enumeration value="stop"/>
-            <xsd:enumeration value="install"/>
-            <xsd:enumeration value="uninstall"/>
-            <xsd:enumeration value="update"/>
-        </xsd:restriction>
-    </xsd:simpleType>
-
-</xsd:schema>
\ No newline at end of file
diff --git a/blueprint/support/_index.html b/blueprint/support/_index.html
deleted file mode 100644
index 9750512..0000000
--- a/blueprint/support/_index.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<div id="midcolumn">
-		
-	<h2>Community Forum</h2>
-		<p>
-			The Gemini  Forum is intended for user community discussions on Gemini projects (including Blueprint) usage and troubleshooting.
-			Developers extending Blueprint should refer to the <a href="http://www.eclipse.org/gemini/blueprint/contribute/">contribute</a> page and the
-			<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Gemini Developer mailing list</a>.
-		</p>
-		<ul>
-			<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Browse forum posts</a> using the web interface</li>
-		</ul>
-		
-		<h2>Open Source Support for Gemini Blueprint</h2>
-		<p>
-			Submit bugs using the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;product=Gemini.Blueprint">Bugzilla web interface</a>.
-			Please <a href="https://bugs.eclipse.org/bugs/query.cgi?product=Gemini.Blueprint">search for duplicates</a> first.
-		</p>
-			For defects, provide steps to reproduce. For enhancements, describe a use case.
-		</p>
-		<p>
-			Committers prioritize critical bug fixes and enhancements and cannot respond to all inquiries.
-			For additional help, see the Commerical Support section below.
-		</p>
-		<ul>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Blueprint&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=notregexp&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=">View bugs with severity of normal or higher</a></li>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Blueprint&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&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&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=">View bugs marked enhancement, minor, or trivial</a></li>
-		</ul>
-
-	<h2>Commercial Support for Gemini Blueprint</h2>
-		<table border="0"> 
-        		<tr height="10" colspan="2"></tr> 
-        		<tr> 
-        		<td width="80" align="centre" valign="bottom"> 
-        			&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.springsource.com/services"><img border=0 src="/virgo/images/spring09_logo.png"></a> 
-        		</td> 
-		        <td> 
-			        <a href="https://www.springsource.com/services">SpringSource</a> the originator of Gemini Blueprint and Virgo
-			        provides commercial support at the Basic and Production levels.
-			        This is a separate support offering and is not tied to any other Spring projects or offerings.
-			    </td> 
-				</tr> 
-			</table>
-
-	</div>
-	
-</div>
diff --git a/blueprint/support/index.php b/blueprint/support/index.php
deleted file mode 100644
index 12b67f9..0000000
--- a/blueprint/support/index.php
+++ /dev/null
@@ -1,30 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: 
- *   Costin Leau, VMware
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Blueprint - Support";
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/.project b/dbaccess/.project
deleted file mode 100644
index 0fc84d1..0000000
--- a/dbaccess/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>dbaccess</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/dbaccess/_projectCommon.php b/dbaccess/_projectCommon.php
deleted file mode 100755
index 2754526..0000000
--- a/dbaccess/_projectCommon.php
+++ /dev/null
@@ -1,65 +0,0 @@
-<?php
-
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Set the theme for your project's web pages.
-	# See http://eclipse.org/phoenix/
-	$theme = "Nova";
-	
-
-	# Define your project-wide Navigation here
-	# This appears on the left of the page if you define a left nav
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	
-	# If you want to override the eclipse.org navigation, uncomment below.
-	# $Nav->setLinkList(array());
-	
-	# Break the navigation into sections
-	$Nav->addNavSeparator("Gemini Home", 	"/gemini");
-	$Nav->addCustomNav("About DBAccess", 	"/projects/project_summary.php?projectid=rt.gemini.dbaccess");
-	$Nav->addNavSeparator("DBAccess Home", 	"/gemini/dbaccess");	
-	$Nav->addCustomNav("Downloads", 		"/gemini/dbaccess/download", 		"_self", 3);
-	$Nav->addCustomNav("Documentation", 	"/gemini/dbaccess/documentation",	"_self", 3);
-	$Nav->addCustomNav("Support", 			"/gemini/dbaccess/support", 		"_self", 3);
-	$Nav->addCustomNav("Getting Involved", 	"/gemini/dbaccess/contribute",		"_self", 3);
-	# $Nav->addCustomNav("About DBAccess",	"/projects/project_summary.php?projectid=rt.gemini.dbaccess",    "_self", 3);
-	# $Nav->addCustomNav("About DBAccess",	"/gemini/dbaccess/about",    		"_self", 3);
-	
-	# Define keywords, author and title here, or in each PHP page specifically
-	# $pageKeywords	= "eclipse, OSGi, gemini";
-	# $pageAuthor		= "Juergen G Kissner";
-	# $pageTitle 		= "Gemini DBAccess";
-
-	# top navigation bar
-	# To override and replace the navigation with your own, uncomment the line below.
-	# $Menu->setMenuItemList(array());
-	# $Menu->addMenuItem("Home", "/project", "_self");
-	# $Menu->addMenuItem("Download", "/project/download.php", "_self");
-	# $Menu->addMenuItem("Documentation", "/project/documentation.php", "_self");
-	# $Menu->addMenuItem("Support", "/project/support.php", "_self");
-	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
-	
-	# To define additional CSS or other pre-body headers
-	$App->AddExtraHtmlHeader('<link media="screen" rel="stylesheet" type="text/css" href="/gemini/dbaccess/resources/local.css"/>');
-	
-	$App->AddExtraHtmlHeader('<script type="text/javascript" src="/gemini/dbaccess/resources/mootools-1.2.4-core-yc.js"></script>');
-	$App->AddExtraHtmlHeader('<script type="text/javascript" src="/gemini/dbaccess/resources/mootools-1.2.4.4-more.js"></script>');
-		
-	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
-	$App->Promotion = TRUE;
-	
-	# If you have Google Analytics code, use it here
-	# $App->SetGoogleAnalyticsTrackingCode("UA-15496793-1");
-?>
\ No newline at end of file
diff --git a/dbaccess/about/about.html b/dbaccess/about/about.html
deleted file mode 100644
index 116949f..0000000
--- a/dbaccess/about/about.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<p>The Gemini DBAccess project is about providing modularized 
-access to JDBC resources. It exports a DataSourceFactory object 
-so that client applications of the JDBC driver can import and access 
-the features of the driver without having to package the driver as 
-part of the application.
\ No newline at end of file
diff --git a/dbaccess/about/index.php b/dbaccess/about/index.php
deleted file mode 100644
index db6e940..0000000
--- a/dbaccess/about/index.php
+++ /dev/null
@@ -1,42 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - About";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, History, origin, origins, about";
-	$pageAuthor		= "Mike Keith";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>About Gemini DBAccess</h2>
-		<p>
-			The Gemini DBAccess project is about providing modularized access to JDBC resources. It exports a DataSourceFactory
-			object so that client applications of the JDBC driver can import and access the features of the driver without having to package the driver as part of the application. 
-		</p>
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/contribute/index.php b/dbaccess/contribute/index.php
deleted file mode 100644
index 2e0a247..0000000
--- a/dbaccess/contribute/index.php
+++ /dev/null
@@ -1,50 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Juergen Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Contribute";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Contribute, Developers, help";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>Contributing to DBAccess</h2>
-		<p>
-			If you have a JDBC driver that you would like to either use or have already implemented as a module then
-			please either subscribe to and send an email to the <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">developer mailing list</a> or post to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">forum</a>.
-		    For further information, please refer to the  <a href="http://wiki.eclipse.org/Gemini/DBAccess/CommitterGuide">committer guide</a> of the DBAccess wiki.
-		</p>
-		
-		<p>
-			All of the source code for this project is maintained in an git repository. The location of the repository and further information about the project can be found in 
-			the <a href="http://eclipse.org/projects/project_summary.php?projectid=rt.gemini.dbaccess">project summary</a>.
-		</p>
-
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/documentation/index.php b/dbaccess/documentation/index.php
deleted file mode 100644
index e0ae18a..0000000
--- a/dbaccess/documentation/index.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
-	$App 	= new App();	
-	$Nav	= new Nav();	
-	$Menu 	= new Menu();		
-	include($App->getProjectCommon());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Documentation";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Documentation";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>Gemini DBAccess Documentation</h2>
-		<p>
-		DBAccess implements the JDBC Service Specification Version 1.0 of the OSGi Service Platform Enterprise Specification, Release 4, Version 4.2, section 125. 
-        This specification may be downloaded
-			<a href="http://www.osgi.org/Download/Release4V42">here</a>.		
-		</p>
-		<h4>Wiki Documentation</h4>
-		Please refer to the DB Access wiki for further documentation
-			<ul>
-				<li><a href="http://wiki.eclipse.org/Gemini/DBAccess">DB Access Home Page</a></li>
-				<li><a href="http://wiki.eclipse.org/Gemini/DBAccess/GettingStarted">Getting Started</a></li>
-			</ul>
-		<p>
-		The documentation has not been finished yet for this project. If you would like to volunteer to write, or assist in 
-		writing them, please send an email to the <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">developer mailing list</a> or post to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">forum</a>.
-		</p>
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/download/index.php b/dbaccess/download/index.php
deleted file mode 100644
index 49db53b..0000000
--- a/dbaccess/download/index.php
+++ /dev/null
@@ -1,83 +0,0 @@
-<?php
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
-	$App 	= new App();	
-	$Nav	= new Nav();	
-	$Menu 	= new Menu();		
-	include($App->getProjectCommon());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Downloads";
-	$pageKeywords	= "Eclipse, EclipseRT, OSGi, DBAccess, Downloads";
-	$pageAuthor		= "Juergen G. Kissner";
-
-	$milestoneM1 = "1.1.0.M1";
-	$milestoneRC1 = "1.1.0.RC1";
-	$milestoneRC2 = "1.1.0.RC2";
-	$milestoneRELEASE = "1.0.0.RELEASE";
-	
-	$latestMilestone = "1.0.0.RELEASE";
-	
-	ob_start();
-?>
-
-	<script type="text/javascript">
-            window.addEvent('domready', function() {
-                    new Accordion('h4.toggle', 'div.accordion', {initialDisplayFx: false});
-            });
-	</script>
-	
-	<div id="midcolumn">
-		<h2>Gemini DBAccess Downloads</h2>
-		<p>
-			All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> 
-			unless otherwise specified.
-		</p>
-	
-		<h4 class='toggle'>1.0.0.RELEASE</h4>
-		<div class='accordion'>
-			<ul>
-				<li>Update Site 'http://download.eclipse.org/gemini/updates/dbaccess/1.0.0'</li>
-				<li><strong>Gemini DBAccess</strong> -  <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.0/milestones/gemini-dbaccess-<?=$latestMilestone ?>.zip" target="_self">Download</a></li>
-			</ul>
-		</div>
-
-
-		<h2>Development Milestones</h2>
-		<p>
-			Development milestones are available for <a href="/gemini/dbaccess/download/milestones.php">download</a>. 
-		</p>
-	
-	</div>
-
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<!-- div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Incubation</h6>
-			<div id="incubation">
-				<a href="/projects/what-is-incubation.php">
-					<img align="center" src="/images/egg-incubation.png" border="0" alt="Incubation" />
-				</a>
-			</div>
-		</div>
-	</div -->
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/download/index_old.php b/dbaccess/download/index_old.php
deleted file mode 100644
index df87ce3..0000000
--- a/dbaccess/download/index_old.php
+++ /dev/null
@@ -1,85 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Downloads";
-	$pageKeywords	= "Eclipse, EclipseRT, OSGi, DBAccess, Downloads";
-	$pageAuthor		= "Juergen G. Kissner";
-
-	$milestoneM1 = "1.1.0.M1";
-	$milestoneRC1 = "1.1.0.RC1";
-	$milestoneRC2 = "1.1.0.RC2";
-	$milestoneRELEASE = "1.0.0.RELEASE";
-	
-	$latestMilestone = "1.0.0.RELEASE";
-	
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>Gemini DBAccess Downloads</h2>
-		<p>
-			All downloads are provided under the terms and conditions of the 
-			<a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.
-		</p>
-        <h2>Gemini DBAccess Release: <?=$latestMilestone ?></h2>
-		<br/>
-		<p>
-			<a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.0/milestones/gemini-dbaccess-<?=$latestMilestone ?>.zip" target="_self">Download</a>
-		</p>
-		
-		<h2>1.1 Milestones of Gemini DBAccess</h2>
-		<br/>
-		<p>
-			<a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.1/milestones/gemini-dbaccess-<?=$milestoneM1 ?>.zip" target="_self">1.1.0 Milestone 1</a>
-		</p>
-		<h2>Gemini DBAccess Update Site</h2>
-		<p>
-			Use the update site for your target platform via the Eclipse IDE.
-		</p>
-		
-		<p>
-			<a href="http://download.eclipse.org/gemini/dbaccess/updates/1.0/" target="_self">1.0 Update Site</a>
-		</p>
-		<p>
-			<a href="http://download.eclipse.org/gemini/dbaccess/updates/1.1-M1/" target="_self">1.1 Milestone 1 Update Site</a>
-		</p>
-
-	</div>
-
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<!-- div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Incubation</h6>
-			<div id="incubation">
-				<a href="/projects/what-is-incubation.php">
-					<img align="center" src="/images/egg-incubation.png" border="0" alt="Incubation" />
-				</a>
-			</div>
-		</div>
-	</div -->
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/download/milestones.php b/dbaccess/download/milestones.php
deleted file mode 100644
index 13a0960..0000000
--- a/dbaccess/download/milestones.php
+++ /dev/null
@@ -1,101 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Glyn Normington
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Milestone Downloads";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Downloads";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	# $dbaccessVersions = array("1.1.0.M2", "1.1.0.M1");
-	$dbaccessVersions = array("1.1%M2", "1.1%M1", "1.1%M3");
-	
-	ob_start();
-?>
-
-	<script type="text/javascript">
-            window.addEvent('domready', function() {
-                    new Accordion('h4.toggle', 'div.accordion', {initialDisplayFx: false});
-            });
-	</script>
-	
-	<div id="midcolumn">
-		<h2>Milestone Downloads</h2>
-		<p>
-			All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> 
-			unless otherwise specified.
-		</p>
-		
-		<p>
-			The following are development milestones. You may prefer to <a href="http://www.eclipse.org/gemini/dbaccess/download/">download</a> an official release.
-		</p>
-
-		<h4 class='toggle'>1.1.0.M3</h4>
-		<div class='accordion'>
-			<ul>
-				<li><a href='http://www.eclipse.org/gemini/dbaccess/download/release-notes/1.1.0.M3.php' target='_self'>View Release Notes</a></li>
-				<li>Update Site 'http://download.eclipse.org/gemini/dbaccess/updates/1.1-M3'</li>
-				<li><strong>Gemini DBAccess p2 update site</strong> -  <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.1/milestones/gemini-dbaccess-1.1.0.M3-updates.zip" target="_self">Download</a></li>
-			</ul>
-		</div>
-
-
-		<h4 class='toggle'>1.1.0.M2</h4>
-		<div class='accordion'>
-			<ul>
-				<li><a href='http://www.eclipse.org/gemini/dbaccess/download/release-notes/1.1.0.M2.php' target='_self'>View Release Notes</a></li>
-				<li>Update Site 'http://download.eclipse.org/gemini/dbaccess/updates/1.1-M2'</li>
-				<li><strong>Gemini DBAccess p2 update site</strong> -  <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.1/milestones/gemini-dbaccess-1.1.0.M2-updates.zip" target="_self">Download</a></li>
-			</ul>
-		</div>
-
-		<h4 class='toggle'>1.1.0.M1</h4>
-		<div class='accordion'>
-			<ul>
-				<li><a href='http://www.eclipse.org/gemini/dbaccess/download/release-notes/1.1.0.M1.php' target='_self'>View Release Notes</a></li>
-				<li>Update Site 'http://download.eclipse.org/gemini/dbaccess/updates/1.1-M1'</li>
-				<li><strong>Gemini DBAccess p2 update site</strong> -  <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.1/milestones/gemini-dbaccess-1.1.0.M1-updates.zip" target="_self">Download</a></li>
-                <li><a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.1/milestones/gemini-dbaccess-1.1.0.M1.zip" target="_self">Archive of bundles</a> (deprecated, please use the zipped p2 update site instead</li>
-			</ul>
-		</div>
-				
-
-	</div>
-	
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<!-- div id="rightcolumn">
-		<div class="sideitem">
-		   <h6>Incubation</h6>
-		   <div id="incubation"><a href="/projects/what-is-incubation.php"><img src="/images/egg-incubation.png" border="0" alt="Incubation" /></a></div>
-		</div>
-		<!-- div class="sideitem">
-			<h6>&lt;h6&gt; tag</h6>
-				<div class="modal">
-					Wrapping your content using a div.modal tag here will add the gradient background
-				</div>
-		</div>
-	</div -->
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/download/release-notes/1.1.0.M1.php b/dbaccess/download/release-notes/1.1.0.M1.php
deleted file mode 100644
index 23b278f..0000000
--- a/dbaccess/download/release-notes/1.1.0.M1.php
+++ /dev/null
@@ -1,52 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, DBAccess, OSGi, Downloads";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-	<h3>1.1.0.M1 Release Notes</h3>
-	
-	<p>
-		This milestone contains the following features: 
-	</p>
-	<ul>
-		<li>Refactor the bundle structure to simplify the support of additional JDBC drivers.</li>
-		<li>Include MySQL as supported platform.</li>
-	</ul>
-	
-	<p>
-	    The list of all changes can be seen <a href="http://git.eclipse.org/c/gemini.dbaccess/org.eclipse.gemini.dbaccess.git/log/?showmsg=1" target="_self">here</a> (tag v1.1.0-M1).
-	</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/download/release-notes/1.1.0.M2.php b/dbaccess/download/release-notes/1.1.0.M2.php
deleted file mode 100644
index c918e8d..0000000
--- a/dbaccess/download/release-notes/1.1.0.M2.php
+++ /dev/null
@@ -1,51 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, DBAccess, OSGi, Downloads";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-	<h3>1.1.0.M2 Release Notes</h3>
-	
-	<p>
-		This is a milestone of Gemini DBAccess. It contains the following features: 
-	</p>
-	<ul>
-		<li>Compliance with JDBC 4.1 (Java 7).</li>
-	</ul>
-	
-	<p>
-	    The list of all changes can be seen <a href="http://git.eclipse.org/c/gemini.dbaccess/org.eclipse.gemini.dbaccess.git/log/?showmsg=1" target="_self">here</a> (tag v1.1.0-M2).
-	</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/download/release-notes/1.1.0.M3.php b/dbaccess/download/release-notes/1.1.0.M3.php
deleted file mode 100644
index 1494c90..0000000
--- a/dbaccess/download/release-notes/1.1.0.M3.php
+++ /dev/null
@@ -1,52 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, DBAccess, OSGi, Downloads";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-	<h3>1.1.0.M3 Release Notes</h3>
-	
-	<p>
-		This is a milestone of Gemini DBAccess. It contains the following features: 
-	</p>
-	<ul>
-		<li>Add support for H2.</li>
-		<li>Add support for HSQLDB.</li>
-	</ul>
-	
-	<p>
-	    The list of all changes can be seen <a href="http://git.eclipse.org/c/gemini.dbaccess/org.eclipse.gemini.dbaccess.git/log/?showmsg=1" target="_self">here</a> (tag v1.1.0-M3).
-	</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/index.php b/dbaccess/index.php
deleted file mode 100755
index 32cc5ba..0000000
--- a/dbaccess/index.php
+++ /dev/null
@@ -1,91 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Home";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Home";
-	$pageAuthor		= "Juergen G. Kissner";
-			
-	ob_start();
-?>
-	<div id="midcolumn">
-		<div class="logo"><h1>Gemini DBAccess</h1></div>
-		<p>
-			The Gemini DB Access project provides modularized distributions of JDBC drivers 
-			suitable for running in OSGi. 
-			It exports a DataSourceFactory as an OSGi Service
-			so that client applications of the JDBC driver can import and access the features 
-			of the driver without having to package the driver as part of the application.
-			While the list is currently fairly short, it is expected to grow as the needs of 
-			its users grow, and resources to implement 
-			them increase.
-		</p>
-		<h4>Modularity</h4>
-		<p>
-		The Gemini DB Access project is packaged as a small number of separate and standalone modules. 
-		</p>
-		<h4>Independence</h4>
-		<p>		    
-		    Gemini DB Access  integrates with other modules of the
-			Gemini project, especially with Gemini JPA,
-			but it can also be consumed as individual module by
-			any OSGi application.
-		</p>
-		
-	</div>
-
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Quick Links</h6>
-			<ul>
-				<li><a href="http://wiki.eclipse.org/Gemini/DBAccess">Gemini DBAccess Wiki</a></li>
-				<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153&">Gemini Forum</a></li>  
-				<li><a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Developer Mailing List</a></li>
-				<li><a href="http://www.eclipse.org/projects/project_summary.php?projectid=rt.gemini.dbaccess">Project Summary</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;classification=RT;product=Gemini">Gemini Bugzilla</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;classification=RT;product=Gemini.DBAccess">DBAccess Bugzilla</a></li>
-			</ul>
-		</div>
-		<!-- div class="sideitem">
-			<h6>Incubation</h6>
-			<div id="incubation">
-				<a href="/projects/what-is-incubation.php">
-					<img align="center" src="/gemini/images/egg-incubation.png" border="0" alt="Incubation" />
-				</a>
-			</div>
-		</div -->		
-		<!-- div class="sideitem">
-			<h6>&lt;h6&gt; tag</h6>
-				<div class="modal">
-					Wrapping your content using a div.modal tag here will add the gradient background
-				</div>
-		</div -->
-	</div>
-
-	
-<?
-	$html = ob_get_clean();
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/dbaccess/project-info/executive-summary.html b/dbaccess/project-info/executive-summary.html
deleted file mode 100755
index e69de29..0000000
--- a/dbaccess/project-info/executive-summary.html
+++ /dev/null
diff --git a/dbaccess/project-info/home-page-one-liner.html b/dbaccess/project-info/home-page-one-liner.html
deleted file mode 100755
index e9b2050..0000000
--- a/dbaccess/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Phoenix
\ No newline at end of file
diff --git a/dbaccess/project-info/maillist b/dbaccess/project-info/maillist
deleted file mode 100755
index c191d00..0000000
--- a/dbaccess/project-info/maillist
+++ /dev/null
@@ -1 +0,0 @@
-::epf-dev::Mailing list for the Eclipse Process Framework Project.
\ No newline at end of file
diff --git a/dbaccess/project-info/newsgroup b/dbaccess/project-info/newsgroup
deleted file mode 100755
index 4cb94f6..0000000
--- a/dbaccess/project-info/newsgroup
+++ /dev/null
@@ -1 +0,0 @@
-::eclipse.technology.epf::The Eclipse Process Framework (EPF) aims at producing a customizable software process enginering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles. Want to know more? See the EPF home page.
\ No newline at end of file
diff --git a/dbaccess/project-info/plans/plan.xml b/dbaccess/project-info/plans/plan.xml
deleted file mode 100644
index b021816..0000000
--- a/dbaccess/project-info/plans/plan.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<?xml-stylesheet type="text/xsl" href="http://www.eclipse.org/projects/project-plan.xsl"?>
-<plan plan-format="1.0" xmlns="http://www.eclipse.org/project/plan" xmlns:html="http://www.w3.org/1999/xhtml"
-      name="Gemini DBAccess">
-   <release projectid="rt.gemini.dbaccess" version="1.0"/>
-   <introduction>
-     <html:div>A subproject of Gemini that provides a modular implementation of database access through JDBC.</html:div>
-   </introduction>
-   <release_deliverables>
-     <html:div>A set of bundles.</html:div>
-   </release_deliverables>
-   <release_milestones>
-      <preamble>
-         <html:div>Milestones leading to 1.0.0. release</html:div>
-      </preamble>
-      <milestone date="02/09/2010" milestone="M1"><html:div>Completed</html:div></milestone>
-      <milestone date="31/03/2011" milestone="M2"><html:div>Completed</html:div></milestone>
-      <milestone date="30/06/2011" milestone="M3"><html:div>Completed</html:div></milestone>
-      <postamble><html:div>The project is expected to graduate from incubation at approximately the same time at the 1.0 release.</html:div></postamble>
-   </release_milestones>
-   <target_environments>
-     <html:div>Gemini DBAccess 1.0 is targeted to run in any standard OSGi framework environment.</html:div>
-     <internationalization>
-          <html:div>No internationalization is planned for the release.</html:div>
-     </internationalization>
-   </target_environments>
-   <compatibility_with_previous_releases>
-       <html:div>No previous releases exist.</html:div>
-   </compatibility_with_previous_releases>
-   <themes_and_priorities>
-     <preamble>
-         <html:div>The following themes and priorities were considered during Gemini DBAccess development.</html:div>
-     </preamble>
-     <theme name="OSGi and Java EE development">
-        <description>Developers that are using Java EE technologies in an OSGi environment</description>
-<!--
-        <committed bugzilla="...(recommended) bugzilla search url...">
-           ...(optional alternate) html...</committed>
-        <proposed bugzilla="...(recommended) bugzilla search url...">
-           ...(optional alternate) html...</proposed>
-        <deferred bugzilla="...(recommended) bugzilla search url...">
-           ...(optional alternate) html...</deferred>
--->
-   </theme>
-   </themes_and_priorities>
-<!--
-   <appendix name="Project Refactoring">
-     ...html...
-   </appendix>	
--->
- </plan>
\ No newline at end of file
diff --git a/dbaccess/project-info/project-info.xml b/dbaccess/project-info/project-info.xml
deleted file mode 100755
index c3bf39f..0000000
--- a/dbaccess/project-info/project-info.xml
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
-  <!--
-     - This example is annotated to be instructive. In order to be instructive, the
-     - example is a mish-mash of information from a variety of projects. Obviously, 
-     - when you write the project-info.xml file for your project, the file will 
-     - contain information only about your one project.
-    -->
-  <!--
-     - Unless otherwise specified, all URLs are to be specified using rooted relative
-     - paths. In other words:
-     -    CORRECT: "/webtools/foo/bar.php"
-     -    INCORRECT: "foo/bar.php"
-     -    INCORRECT: "http://www.eclipse.org/webtools/foo/bar.php"
-    -->
-  
-  <!--
-     - Each Eclipse project as an official name, e.g., 
-     - "AJDT - AspectJ Development Tools Project" and a foundation database 
-     - key, e.g., "technology.ajdt". These are stored in an Eclipse Foundation
-     - database; You can override the name stored on the database by filling 
-     - the <name/> tag
-    -->
-  <name>Phoenix Project</name>
-    
-  <!--     
-     - Each project can also have a short name to be used in HTML lists and 
-     - other horizontally challenged places.
-    -->
-  <short-name>Phoenix</short-name>
-  
-  <!--
-     - Each Eclipse project has one or more Bugzilla products and components.
-     - Some projects also have a separate web page describing how to submit
-     - a bug, how bugs are prioritized, and other useful information.
-     - The <bugzilla> collects this information.
-     - 
-     - <bugzilla url="..."> <product name="..."/> ... </bugzilla>
-     - The url is optional; if absent, the url will default to the Bugzilla
-     - page of the first product. Multiple <product>s are allowed.
-    -->
-  <bugzilla>
-    <product name="Phoenix"/>
-  </bugzilla>
-
-  <!--
-     - Committers and non-committer Contributors are the raison d'etre of 
-     - an Eclipse project, thus each project should list and acknowledge these
-     - developers. Some of the Committers are 'special' in the sense that
-     - they are the project leaders.  The <team> element contains the 
-     - URL of the project's pages listing these important people.
-    -->
-  <team url="/phoenix/about.php" />
-  
-  <!--
-     - The source code of each Eclipse project is stored in CVS. Eclipse maintains
-     - a number of CVS repositories, thus the <cvs> element specifies which
-     - CVS repository and (if applicable) which root path stores this project's
-     - source code.
-     -
-     - A top-level project typically specifies only the repository:
-     -     <cvs repository="/cvsroot/tptp"/>
-     - A sub-project includes the root path as well:
-     -     <cvs repository="/cvsroot/technology/">
-     -       <module path="org.eclipse.higgins" />
-     -     </cvs>
-    -->
-  <cvs repository="/cvsroot/technology/">
-    <module path="org.eclipse.phoenix" /> 
-  </cvs>
-
-  <!--
-     - The description of an Eclipse project shows up in many places: the
-     - project's home page, perhaps the /projects/ page listing all the
-     - top-level projects, in the Roadmap, and so on. Some of the descriptions
-     - are separate HTML files (such as those described in 
-     - http://phoenix.eclipse.org/projects/dev_process/project-status-infrastructure.php).
-     - It would be nice 
-     - This <description> element contains two additional descriptions.
-     -    1. The optional <description url="..."> points to a web page with a larger
-     -       description of the entire project. 
-     -    2. The required <description paragraph-url="..."> points to a file
-     -       containing a couple of simple HTML paragraphs describing the project. 
-     -       This file is often stored in the /project-info/ directory, thus the
-     -       url would be something like "/tptp/project-info/description.html".
-    -->
-  <description url="/phoenix/about.php"
-     paragraph-url="/phoenix/project-info/project-page-paragraph.html"/>
-  
-  <!--
-     - In addition to the description, each Eclipse project is also required to
-     - provide an up-to-date status summary. "Up to date" means revised at least
-     - quarterly. 
-     - The required <summary paragraph-url="..."> points to a file
-     - containing a number of simple HTML paragraphs with an executive summary
-     - of the project status.
-     - This file is often stored in the /project-info/ directory, thus the
-     - url would be something like "/technology/project-info/executive-summary.html".
-    -->
-  <summary paragraph-url="/technology/phoenix/project-info/executive-summary.html"/>
-
-  <!--
-     - It is important to help new users get started with an Eclipse project
-     - because most Eclipse projects are solving some difficult technical
-     - problem and thus are somewhat complex. The <getting-started> element
-     - points to a web page on the project's site that describes how to
-     - get started using and extending the project's tools and frameworks.
-    -->
-  <getting-started url="/phoenix/docs/" />
-  
-  <!--
-     - It is also important to help new contributors get started with an Eclipse project.
-     - Most Eclipse projects have interesting/complex development environment
-     - setups or to-do lists. The <contributing> element
-     - points to a web page on the project's site that describes how to
-     - get started developing on, and contributing to, the project.
-    -->
-  <contributing url="/phoenix/docs/" />
-  
-  <!--
-     - Each Eclipse project is required to maintain a current Project IP Log.
-     - See http://www.eclipse.org/projects/dev_process/project-log.php
-     - The <ip-log> contains the URL of that log.  If the project has
-     - other legal information as well, it can use the <legal> element
-     - instead and then include the IP Log information on the Legal web page.
-    -->
-  <ip-log url="" /> 
-  <legal url="" /> 
-
-  <!--
-     - Each Eclipse project has one or more mailing lists.
-     - Some projects also have a separate web page describing these lists
-     - while others rely on the main Eclipse mailing lists page.
-     - 
-     - <mailing-lists url="..."> <list name="..."/> ... </mailing-lists>
-     - The url is optional; if absent, the url will default to the Eclipse
-     - mailing lists page. Multiple <lists>s are allowed.
-     -
-     - Note that currently mailing lists must be redundantly listed in
-     - the separate project-info/maillist file as well.
-    -->
-  <mailing-lists>
-    <list name="phoenix-dev"/>
-  </mailing-lists>
-  
-  <!--
-     - Each Eclipse project has one or more newsgroups.
-     - Some projects also have a separate web page describing these lists
-     - while others rely on the main Eclipse newsgroups page.
-     - 
-     - <newsgroups url="..."> <newsgroup name="..."/> ... </newsgroups>
-     - The url is optional; if absent, the url will default to the Eclipse
-     - newsgroups page. Multiple <newsgroups>s are allowed.
-    -->
-  <newsgroups>
-    <newsgroup name="eclipse.technology.phoenix" />
-  </newsgroups>
-  
-  <!--
-     - The dashboard attempts to measure the liveness of a project in many
-     - ways including the traffic on the mailing lists and newsgroups. There
-     - are other places where significant project-related traffic can occur
-     - including blogs and articles. When listed here, the dashboard incorporates
-     - them into the liveness measure (or rather, "will incorporate").
-    -->
-  <articles>
-  </articles>
-  
-  <blogs>
-  </blogs>
-  
-  <!--
-     - Each Eclipse project needs to have a plan both for its internal purposes
-     - (to guide development and resource allocation) and for the larger Eclipse
-     - community and ecosystem to understand what will be delivered and when
-     - it will be delivered.
-    -->
-  <project-plan url="" />
-
-  <!--
-     - Each Eclipse project creates (optional) nightly builds and milestone builds,
-     - but the important builds of a project are the releases. This section of the
-     - status file records the completed (past) and scheduled (future) releases of
-     - the project. 
-     - The status, name, and date are required attributes. The download is optional
-     - and only valid for completed releases; the plan is optional and valid for
-     - all releases.  The three valid types of releases are, in order of ascending 
-     - uncertainity: "completed", "scheduled", and "tentative".  Dates can be
-     - specified as particular day DD/MM/YYYY (e.g., 22/03/2005) or a particular
-     - month MM/YYYY (e.g., 10/2005), or a quarter NQYYYY (e.g., 3Q2005). Obviously
-     - completed releases should include the exact day the release was completed.
-     -
-     - In the following example, we have three completed, two scheduled, and one 
-     - tentative release.
-    -->
-  <releases>
-  </releases>
-</project>
\ No newline at end of file
diff --git a/dbaccess/project-info/project-page-paragraph.html b/dbaccess/project-info/project-page-paragraph.html
deleted file mode 100755
index 184c8df..0000000
--- a/dbaccess/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1 +0,0 @@
-The purpose of this project is to improve the usability of the eclipse.org site, improving productivity and reducing duplication of effort across the eclipse user community.
\ No newline at end of file
diff --git a/dbaccess/resources/local.css b/dbaccess/resources/local.css
deleted file mode 100644
index 62c7039..0000000
--- a/dbaccess/resources/local.css
+++ /dev/null
@@ -1,64 +0,0 @@
-@CHARSET "UTF-8";
-
-
-.twtr-hd h3, .twtr-hd h4 {
-	color: #ffffff;
-}
-
-.twtr-hd h3 {
-	border: 0px;
-}
-
-.logo {
-    margin-left: auto;
-    margin-right: auto;
-    margin-bottom: 20px;
-	text-align: center;
-	width: 215px;
-}
-
-.award {
-	margin-top: -20px;
-	margin-left: auto;
-    margin-right: auto;
-    width: 144px;
-}
-
-#novaContent.faux  {
-	background: url("/gemini/images/faux.png") repeat-y scroll 0 0 #FFFFFF;
-}
-
-h1, h2, h3, h4 {
-	color: #002E62;
-}	
-
-a {
-	color: #002E62;
-}
-
-a:hover {
-	color: #0093CF;
-	text-decoration: none;
-}
-
-#incubation {
-	margin-left: auto;
-    margin-right: auto;
-    width: 98px;
-}
-
-#search #searchBox {
-	width:220px;
-}
-
-#novaContent li {
-	list-style-image: url("/gemini/images/bullet.png");
-}
-
-.toggle {
-	cursor: pointer;
-	color: #002E62;
-}
-
-.toggle:hover {
-	color: #0093CF;
diff --git a/dbaccess/resources/mootools-1.2.4-core-yc.js b/dbaccess/resources/mootools-1.2.4-core-yc.js
deleted file mode 100644
index 7ff36d0..0000000
--- a/dbaccess/resources/mootools-1.2.4-core-yc.js
+++ /dev/null
@@ -1,357 +0,0 @@
-//MooTools, <http://mootools.net>, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2009 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
-
-var MooTools={version:"1.2.4",build:"0d9113241a90b9cd5643b926795852a2026710d4"};var Native=function(k){k=k||{};var a=k.name;var i=k.legacy;var b=k.protect;
-var c=k.implement;var h=k.generics;var f=k.initialize;var g=k.afterImplement||function(){};var d=f||i;h=h!==false;d.constructor=Native;d.$family={name:"native"};
-if(i&&f){d.prototype=i.prototype;}d.prototype.constructor=d;if(a){var e=a.toLowerCase();d.prototype.$family={name:e};Native.typize(d,e);}var j=function(n,l,o,m){if(!b||m||!n.prototype[l]){n.prototype[l]=o;
-}if(h){Native.genericize(n,l,b);}g.call(n,l,o);return n;};d.alias=function(n,l,p){if(typeof n=="string"){var o=this.prototype[n];if((n=o)){return j(this,l,n,p);
-}}for(var m in n){this.alias(m,n[m],l);}return this;};d.implement=function(m,l,o){if(typeof m=="string"){return j(this,m,l,o);}for(var n in m){j(this,n,m[n],l);
-}return this;};if(c){d.implement(c);}return d;};Native.genericize=function(b,c,a){if((!a||!b[c])&&typeof b.prototype[c]=="function"){b[c]=function(){var d=Array.prototype.slice.call(arguments);
-return b.prototype[c].apply(d.shift(),d);};}};Native.implement=function(d,c){for(var b=0,a=d.length;b<a;b++){d[b].implement(c);}};Native.typize=function(a,b){if(!a.type){a.type=function(c){return($type(c)===b);
-};}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var h in a){new Native({name:h,initialize:a[h],protect:true});
-}var d={"boolean":Boolean,"native":Native,object:Object};for(var c in d){Native.typize(d[c],c);}var f={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};
-for(var e in f){for(var b=f[e].length;b--;){Native.genericize(a[e],f[e][b],true);}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean());
-}for(var b in a){this[b]=a[b];}return this;}});Hash.implement({forEach:function(b,c){for(var a in this){if(this.hasOwnProperty(a)){b.call(c,this[a],a,this);
-}}},getClean:function(){var b={};for(var a in this){if(this.hasOwnProperty(a)){b[a]=this[a];}}return b;},getLength:function(){var b=0;for(var a in this){if(this.hasOwnProperty(a)){b++;
-}}return b;}});Hash.alias("forEach","each");Array.implement({forEach:function(c,d){for(var b=0,a=this.length;b<a;b++){c.call(d,this[b],b,this);}}});Array.alias("forEach","each");
-function $A(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a];}return c;}return Array.prototype.slice.call(b);}function $arguments(a){return function(){return arguments[a];
-};}function $chk(a){return !!(a||a===0);}function $clear(a){clearTimeout(a);clearInterval(a);return null;}function $defined(a){return(a!=undefined);}function $each(c,b,d){var a=$type(c);
-((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(c,b,d);}function $empty(){}function $extend(c,a){for(var b in (a||{})){c[b]=a[b];}return c;
-}function $H(a){return new Hash(a);}function $lambda(a){return($type(a)=="function")?a:function(){return a;};}function $merge(){var a=Array.slice(arguments);
-a.unshift({});return $mixin.apply(null,a);}function $mixin(e){for(var d=1,a=arguments.length;d<a;d++){var b=arguments[d];if($type(b)!="object"){continue;
-}for(var c in b){var g=b[c],f=e[c];e[c]=(f&&$type(g)=="object"&&$type(f)=="object")?$mixin(f,g):$unlink(g);}}return e;}function $pick(){for(var b=0,a=arguments.length;
-b<a;b++){if(arguments[b]!=undefined){return arguments[b];}}return null;}function $random(b,a){return Math.floor(Math.random()*(a-b+1)+b);}function $splat(b){var a=$type(b);
-return(a)?((a!="array"&&a!="arguments")?[b]:b):[];}var $time=Date.now||function(){return +new Date;};function $try(){for(var b=0,a=arguments.length;b<a;
-b++){try{return arguments[b]();}catch(c){}}return null;}function $type(a){if(a==undefined){return false;}if(a.$family){return(a.$family.name=="number"&&!isFinite(a))?false:a.$family.name;
-}if(a.nodeName){switch(a.nodeType){case 1:return"element";case 3:return(/\S/).test(a.nodeValue)?"textnode":"whitespace";}}else{if(typeof a.length=="number"){if(a.callee){return"arguments";
-}else{if(a.item){return"collection";}}}}return typeof a;}function $unlink(c){var b;switch($type(c)){case"object":b={};for(var e in c){b[e]=$unlink(c[e]);
-}break;case"hash":b=new Hash(c);break;case"array":b=[];for(var d=0,a=c.length;d<a;d++){b[d]=$unlink(c[d]);}break;default:return c;}return b;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));
-},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?((document.querySelectorAll)?6:5):4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);
-},gecko:function(){return(!document.getBoxObjectFor&&window.mozInnerScreenX==null)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;
-Browser.detect=function(){for(var b in this.Engines){var a=this.Engines[b]();if(a){this.Engine={name:b,version:a};this.Engine[b]=this.Engine[b+a]=true;
-break;}}return{name:b,version:a};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");
-},function(){return new ActiveXObject("Microsoft.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var a=($try(function(){return navigator.plugins["Shockwave Flash"].description;
-},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(a[0]||0+"."+a[1],10)||0,build:parseInt(a[2],10)||0};
-})();function $exec(b){if(!b){return b;}if(window.execScript){window.execScript(b);}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");
-a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=b;document.head.appendChild(a);document.head.removeChild(a);}return b;}Native.UID=1;
-var $uid=(Browser.Engine.trident)?function(a){return(a.uid||(a.uid=[Native.UID++]))[0];}:function(a){return a.uid||(a.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(a){$uid(a);
-if(!a.Element){a.Element=$empty;if(Browser.Engine.webkit){a.document.createElement("iframe");}a.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};
-}a.document.window=a;return $extend(a,Window.Prototype);},afterImplement:function(b,a){window[b]=Window.Prototype[b]=a;}});Window.Prototype={$family:{name:"window"}};
-new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(a){$uid(a);a.head=a.getElementsByTagName("head")[0];
-a.html=a.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){a.execCommand("BackgroundImageCache",false,true);
-});}if(Browser.Engine.trident){a.window.attachEvent("onunload",function(){a.window.detachEvent("onunload",arguments.callee);a.head=a.html=a.window=null;
-});}return $extend(a,Document.Prototype);},afterImplement:function(b,a){document[b]=Document.Prototype[b]=a;}});Document.Prototype={$family:{name:"document"}};
-new Document(document);Array.implement({every:function(c,d){for(var b=0,a=this.length;b<a;b++){if(!c.call(d,this[b],b,this)){return false;}}return true;
-},filter:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if(d.call(e,this[b],b,this)){c.push(this[b]);}}return c;},clean:function(){return this.filter($defined);
-},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b;}}return -1;},map:function(d,e){var c=[];
-for(var b=0,a=this.length;b<a;b++){c[b]=d.call(e,this[b],b,this);}return c;},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if(c.call(d,this[b],b,this)){return true;
-}}return false;},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a];}return d;},link:function(c){var a={};
-for(var e=0,b=this.length;e<b;e++){for(var d in c){if(c[d](this[e])){a[d]=this[e];delete c[d];break;}}}return a;},contains:function(a,b){return this.indexOf(a,b)!=-1;
-},extend:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;
-},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;
-},erase:function(b){for(var a=this.length;a--;a){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];
-for(var b=0,a=this.length;b<a;b++){var c=$type(this[b]);if(!c){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments")?Array.flatten(this[b]):this[b]);
-}return d;},hexToRgb:function(b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";
-},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);
-b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});Function.implement({extend:function(a){for(var b in a){this[b]=a[b];}return this;},create:function(b){var a=this;
-b=b||{};return function(d){var c=b.arguments;c=(c!=undefined)?$splat(c):Array.slice(arguments,(b.event)?1:0);if(b.event){c=[d||window.event].extend(c);
-}var e=function(){return a.apply(b.bind||null,c);};if(b.delay){return setTimeout(e,b.delay);}if(b.periodical){return setInterval(e,b.periodical);}if(b.attempt){return $try(e);
-}return e();};},run:function(a,b){return this.apply(b,$splat(a));},pass:function(a,b){return this.create({bind:b,arguments:a});},bind:function(b,a){return this.create({bind:b,arguments:a});
-},bindWithEvent:function(b,a){return this.create({bind:b,arguments:a,event:true});},attempt:function(a,b){return this.create({bind:b,arguments:a,attempt:true})();
-},delay:function(b,c,a){return this.create({bind:c,arguments:a,delay:b})();},periodical:function(c,b,a){return this.create({bind:b,arguments:a,periodical:c})();
-}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this));},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a;},times:function(b,c){for(var a=0;
-a<this;a++){b.call(c,a,this);}},toFloat:function(){return parseFloat(this);},toInt:function(a){return parseInt(this,a||10);}});Number.alias("times","each");
-(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat($A(arguments)));};}});Number.implement(a);
-})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeof a=="string")?new RegExp(a,b):a).test(this);
-},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();
-},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());
-});},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");
-},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);
-return(a)?a.slice(1).hexToRgb(b):null;},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null;},stripScripts:function(b){var a="";
-var c=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return"";});if(b===true){$exec(a);}else{if($type(b)=="function"){b(a,c);
-}}return c;},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1);}return(a[c]!=undefined)?a[c]:"";
-});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(b){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===b){return a;}}return null;
-},hasValue:function(a){return(Hash.keyOf(this,a)!==null);},extend:function(a){Hash.each(a||{},function(c,b){Hash.set(this,b,c);},this);return this;},combine:function(a){Hash.each(a||{},function(c,b){Hash.include(this,b,c);
-},this);return this;},erase:function(a){if(this.hasOwnProperty(a)){delete this[a];}return this;},get:function(a){return(this.hasOwnProperty(a))?this[a]:null;
-},set:function(a,b){if(!this[a]||this.hasOwnProperty(a)){this[a]=b;}return this;},empty:function(){Hash.each(this,function(b,a){delete this[a];},this);
-return this;},include:function(a,b){if(this[a]==undefined){this[a]=b;}return this;},map:function(b,c){var a=new Hash;Hash.each(this,function(e,d){a.set(d,b.call(c,e,d,this));
-},this);return a;},filter:function(b,c){var a=new Hash;Hash.each(this,function(e,d){if(b.call(c,e,d,this)){a.set(d,e);}},this);return a;},every:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&!b.call(c,this[a],a)){return false;
-}}return true;},some:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&b.call(c,this[a],a)){return true;}}return false;},getKeys:function(){var a=[];
-Hash.each(this,function(c,b){a.push(b);});return a;},getValues:function(){var a=[];Hash.each(this,function(b){a.push(b);});return a;},toQueryString:function(a){var b=[];
-Hash.each(this,function(f,e){if(a){e=a+"["+e+"]";}var d;switch($type(f)){case"object":d=Hash.toQueryString(f,e);break;case"array":var c={};f.each(function(h,g){c[g]=h;
-});d=Hash.toQueryString(c,e);break;default:d=e+"="+encodeURIComponent(f);}if(f!=undefined){b.push(d);}});return b.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});
-var Event=new Native({name:"Event",initialize:function(a,f){f=f||window;var k=f.document;a=a||f.event;if(a.$extended){return a;}this.$extended=true;var j=a.type;
-var g=a.target||a.srcElement;while(g&&g.nodeType==3){g=g.parentNode;}if(j.test(/key/)){var b=a.which||a.keyCode;var m=Event.Keys.keyOf(b);if(j=="keydown"){var d=b-111;
-if(d>0&&d<13){m="f"+d;}}m=m||String.fromCharCode(b).toLowerCase();}else{if(j.match(/(click|mouse|menu)/i)){k=(!k.compatMode||k.compatMode=="CSS1Compat")?k.html:k.body;
-var i={x:a.pageX||a.clientX+k.scrollLeft,y:a.pageY||a.clientY+k.scrollTop};var c={x:(a.pageX)?a.pageX-f.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-f.pageYOffset:a.clientY};
-if(j.match(/DOMMouseScroll|mousewheel/)){var h=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3;}var e=(a.which==3)||(a.button==2);var l=null;if(j.match(/over|out/)){switch(j){case"mouseover":l=a.relatedTarget||a.fromElement;
-break;case"mouseout":l=a.relatedTarget||a.toElement;}if(!(function(){while(l&&l.nodeType==3){l=l.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){l=false;
-}}}}return $extend(this,{event:a,type:j,page:i,client:c,rightClick:e,wheel:h,relatedTarget:l,target:g,code:b,key:m,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey});
-}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();
-},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();
-}else{this.event.returnValue=false;}return this;}});function Class(b){if(b instanceof Function){b={initialize:b};}var a=function(){Object.reset(this);if(a._prototyping){return this;
-}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c;}.extend(this);
-a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a;}Function.prototype.protect=function(){this._protected=true;return this;};Object.reset=function(a,c){if(c==null){for(var e in a){Object.reset(a,e);
-}return a;}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);break;case"array":a[c]=$unlink(a[c]);
-break;}return a;};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a;
-},wrap:function(a,b,c){if(c._origin){c=c._origin;}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.');
-}var e=this.caller,f=this._current;this.caller=f;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=f;this.caller=e;return d;}.extend({_owner:a,_origin:c,_name:b});
-}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var e in a){this.implement(e,a[e]);}return this;}var f=Class.Mutators[a];if(f){d=f.call(this,d);
-if(d==null){return this;}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this;}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];
-if($type(b)=="object"){$mixin(b,d);}else{c[a]=$unlink(d);}break;case"array":c[a]=$unlink(d);break;default:c[a]=d;}return this;}});Class.Mutators={Extends:function(a){this.parent=a;
-this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.');
-}return c.apply(this,arguments);}.protect());},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b);}this.implement(b);
-},this);}};var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;
-},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(c,b,a){c=Events.removeOn(c);if(b!=$empty){this.$events[c]=this.$events[c]||[];
-this.$events[c].include(b);if(a){b.internal=true;}}return this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;},fireEvent:function(c,b,a){c=Events.removeOn(c);
-if(!this.$events||!this.$events[c]){return this;}this.$events[c].each(function(d){d.create({bind:this,delay:a,"arguments":b})();},this);return this;},removeEvent:function(b,a){b=Events.removeOn(b);
-if(!this.$events[b]){return this;}if(!a.internal){this.$events[b].erase(a);}return this;},removeEvents:function(c){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d]);
-}return this;}if(c){c=Events.removeOn(c);}for(d in this.$events){if(c&&c!=d){continue;}var b=this.$events[d];for(var a=b.length;a--;a){this.removeEvent(d,b[a]);
-}}return this;}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(b,c){return c.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));
-if(!this.addEvent){return this;}for(var a in this.options){if($type(this.options[a])!="function"||!(/^on[A-Z]/).test(a)){continue;}this.addEvent(a,this.options[a]);
-delete this.options[a];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,b){var c=Element.Constructors.get(a);
-if(c){return c(b);}if(typeof a=="string"){return document.newElement(a,b);}return document.id(a).set(b);},afterImplement:function(a,b){Element.Prototype[a]=b;
-if(Array[a]){return;}Elements.implement(a,function(){var c=[],g=true;for(var e=0,d=this.length;e<d;e++){var f=this[e][a].apply(this[e],arguments);c.push(f);
-if(g){g=($type(f)=="element");}}return(g)?new Elements(c):c;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var f=Array.link(arguments,{properties:Object.type,iframe:$defined});
-var d=f.properties||{};var c=document.id(f.iframe);var e=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());
-c=new Element(c||"iframe",d);var b=function(){var g=$try(function(){return c.contentWindow.location.host;});if(!g||g==window.location.host){var h=new Window(c.contentWindow);
-new Document(c.contentWindow.document);$extend(h.Element.prototype,Element.Prototype);}e.call(c.contentWindow,c.contentWindow.document);};var a=$try(function(){return c.contentWindow;
-});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c;}});var Elements=new Native({initialize:function(f,b){b=$extend({ddup:true,cash:true},b);
-f=f||[];if(b.ddup||b.cash){var g={},e=[];for(var c=0,a=f.length;c<a;c++){var d=document.id(f[c],!b.cash);if(b.ddup){if(g[d.uid]){continue;}g[d.uid]=true;
-}if(d){e.push(d);}}f=e;}return(b.cash)?$extend(f,this):f;}});Elements.implement({filter:function(a,b){if(!a){return this;}return new Elements(Array.filter(this,(typeof a=="string")?function(c){return c.match(a);
-}:a,b));}});Document.implement({newElement:function(a,b){if(Browser.Engine.trident&&b){["name","type","checked"].each(function(c){if(!b[c]){return;}a+=" "+c+'="'+b[c]+'"';
-if(c!="checked"){delete b[c];}});a="<"+a+">";}return document.id(this.createElement(a)).set(b);},newTextNode:function(a){return this.createTextNode(a);
-},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var a={string:function(d,c,b){d=b.getElementById(d);return(d)?a.element(d,c):null;
-},element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){var c=Element.Prototype;for(var d in c){b[d]=c[d];}}return b;},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d);
-}return null;}};a.textnode=a.whitespace=a.window=a.document=$arguments(0);return function(c,e,d){if(c&&c.$family&&c.uid){return c;}var b=$type(c);return(a[b])?a[b](c,e,d||document):null;
-};})()});if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document);}});}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a);
-}var f=[];var c=Array.flatten(arguments);for(var d=0,b=c.length;d<b;d++){var e=c[d];switch($type(e)){case"element":f.push(e);break;case"string":f.extend(this.document.getElements(e,true));
-}}return new Elements(f);},getDocument:function(){return this.document;},getWindow:function(){return this;}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(this.getElements(a,true)[0]||null,b);
-},getElements:function(a,d){a=a.split(",");var c=[];var b=(a.length>1);a.each(function(e){var f=this.getElementsByTagName(e.trim());(b)?c.extend(f):c=f;
-},this);return new Elements(c,{ddup:b,cash:!d});}});(function(){var h={},f={};var i={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};
-var c=function(l){return(f[l]||(f[l]={}));};var g=function(n,l){if(!n){return;}var m=n.uid;if(Browser.Engine.trident){if(n.clearAttributes){var q=l&&n.cloneNode(false);
-n.clearAttributes();if(q){n.mergeAttributes(q);}}else{if(n.removeEvents){n.removeEvents();}}if((/object/i).test(n.tagName)){for(var o in n){if(typeof n[o]=="function"){n[o]=$empty;
-}}Element.dispose(n);}}if(!m){return;}h[m]=f[m]=null;};var d=function(){Hash.each(h,g);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(g);
-}if(window.CollectGarbage){CollectGarbage();}h=f=null;};var j=function(n,l,s,m,p,r){var o=n[s||l];var q=[];while(o){if(o.nodeType==1&&(!m||Element.match(o,m))){if(!p){return document.id(o,r);
-}q.push(o);}o=o[l];}return(p)?new Elements(q,{ddup:false,cash:!r}):null;};var e={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};
-var b=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var k=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];
-b=b.associate(b);Hash.extend(e,b);Hash.extend(e,k.associate(k.map(String.toLowerCase)));var a={before:function(m,l){if(l.parentNode){l.parentNode.insertBefore(m,l);
-}},after:function(m,l){if(!l.parentNode){return;}var n=l.nextSibling;(n)?l.parentNode.insertBefore(m,n):l.parentNode.appendChild(m);},bottom:function(m,l){l.appendChild(m);
-},top:function(m,l){var n=l.firstChild;(n)?l.insertBefore(m,n):l.appendChild(m);}};a.inside=a.bottom;Hash.each(a,function(l,m){m=m.capitalize();Element.implement("inject"+m,function(n){l(this,document.id(n,true));
-return this;});Element.implement("grab"+m,function(n){l(document.id(n,true),this);return this;});});Element.implement({set:function(o,m){switch($type(o)){case"object":for(var n in o){this.set(n,o[n]);
-}break;case"string":var l=Element.Properties.get(o);(l&&l.set)?l.set.apply(this,Array.slice(arguments,1)):this.setProperty(o,m);}return this;},get:function(m){var l=Element.Properties.get(m);
-return(l&&l.get)?l.get.apply(this,Array.slice(arguments,1)):this.getProperty(m);},erase:function(m){var l=Element.Properties.get(m);(l&&l.erase)?l.erase.apply(this):this.removeProperty(m);
-return this;},setProperty:function(m,n){var l=e[m];if(n==undefined){return this.removeProperty(m);}if(l&&b[m]){n=!!n;}(l)?this[l]=n:this.setAttribute(m,""+n);
-return this;},setProperties:function(l){for(var m in l){this.setProperty(m,l[m]);}return this;},getProperty:function(m){var l=e[m];var n=(l)?this[l]:this.getAttribute(m,2);
-return(b[m])?!!n:(l)?n:n||null;},getProperties:function(){var l=$A(arguments);return l.map(this.getProperty,this).associate(l);},removeProperty:function(m){var l=e[m];
-(l)?this[l]=(l&&b[m])?false:"":this.removeAttribute(m);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;
-},hasClass:function(l){return this.className.contains(l," ");},addClass:function(l){if(!this.hasClass(l)){this.className=(this.className+" "+l).clean();
-}return this;},removeClass:function(l){this.className=this.className.replace(new RegExp("(^|\\s)"+l+"(?:\\s|$)"),"$1");return this;},toggleClass:function(l){return this.hasClass(l)?this.removeClass(l):this.addClass(l);
-},adopt:function(){Array.flatten(arguments).each(function(l){l=document.id(l,true);if(l){this.appendChild(l);}},this);return this;},appendText:function(m,l){return this.grab(this.getDocument().newTextNode(m),l);
-},grab:function(m,l){a[l||"bottom"](document.id(m,true),this);return this;},inject:function(m,l){a[l||"bottom"](this,document.id(m,true));return this;},replaces:function(l){l=document.id(l,true);
-l.parentNode.replaceChild(this,l);return this;},wraps:function(m,l){m=document.id(m,true);return this.replaces(m).grab(m,l);},getPrevious:function(l,m){return j(this,"previousSibling",null,l,false,m);
-},getAllPrevious:function(l,m){return j(this,"previousSibling",null,l,true,m);},getNext:function(l,m){return j(this,"nextSibling",null,l,false,m);},getAllNext:function(l,m){return j(this,"nextSibling",null,l,true,m);
-},getFirst:function(l,m){return j(this,"nextSibling","firstChild",l,false,m);},getLast:function(l,m){return j(this,"previousSibling","lastChild",l,false,m);
-},getParent:function(l,m){return j(this,"parentNode",null,l,false,m);},getParents:function(l,m){return j(this,"parentNode",null,l,true,m);},getSiblings:function(l,m){return this.getParent().getChildren(l,m).erase(this);
-},getChildren:function(l,m){return j(this,"nextSibling","firstChild",l,true,m);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;
-},getElementById:function(o,n){var m=this.ownerDocument.getElementById(o);if(!m){return null;}for(var l=m.parentNode;l!=this;l=l.parentNode){if(!l){return null;
-}}return document.id(m,n);},getSelected:function(){return new Elements($A(this.options).filter(function(l){return l.selected;}));},getComputedStyle:function(m){if(this.currentStyle){return this.currentStyle[m.camelCase()];
-}var l=this.getDocument().defaultView.getComputedStyle(this,null);return(l)?l.getPropertyValue([m.hyphenate()]):null;},toQueryString:function(){var l=[];
-this.getElements("input, select, textarea",true).each(function(m){if(!m.name||m.disabled||m.type=="submit"||m.type=="reset"||m.type=="file"){return;}var n=(m.tagName.toLowerCase()=="select")?Element.getSelected(m).map(function(o){return o.value;
-}):((m.type=="radio"||m.type=="checkbox")&&!m.checked)?null:m.value;$splat(n).each(function(o){if(typeof o!="undefined"){l.push(m.name+"="+encodeURIComponent(o));
-}});});return l.join("&");},clone:function(o,l){o=o!==false;var r=this.cloneNode(o);var n=function(v,u){if(!l){v.removeAttribute("id");}if(Browser.Engine.trident){v.clearAttributes();
-v.mergeAttributes(u);v.removeAttribute("uid");if(v.options){var w=v.options,s=u.options;for(var t=w.length;t--;){w[t].selected=s[t].selected;}}}var x=i[u.tagName.toLowerCase()];
-if(x&&u[x]){v[x]=u[x];}};if(o){var p=r.getElementsByTagName("*"),q=this.getElementsByTagName("*");for(var m=p.length;m--;){n(p[m],q[m]);}}n(r,this);return document.id(r);
-},destroy:function(){Element.empty(this);Element.dispose(this);g(this,true);return null;},empty:function(){$A(this.childNodes).each(function(l){Element.destroy(l);
-});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(l){l=document.id(l,true);if(!l){return false;
-}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(l.tagName)).contains(l);}return(this.contains)?(this!=l&&this.contains(l)):!!(this.compareDocumentPosition(l)&16);
-},match:function(l){return(!l||(l==this)||(Element.get(this,"tag")==l));}});Native.implement([Element,Window,Document],{addListener:function(o,n){if(o=="unload"){var l=n,m=this;
-n=function(){m.removeListener("unload",n);l();};}else{h[this.uid]=this;}if(this.addEventListener){this.addEventListener(o,n,false);}else{this.attachEvent("on"+o,n);
-}return this;},removeListener:function(m,l){if(this.removeEventListener){this.removeEventListener(m,l,false);}else{this.detachEvent("on"+m,l);}return this;
-},retrieve:function(m,l){var o=c(this.uid),n=o[m];if(l!=undefined&&n==undefined){n=o[m]=l;}return $pick(n);},store:function(m,l){var n=c(this.uid);n[m]=l;
-return this;},eliminate:function(l){var m=c(this.uid);delete m[l];return this;}});window.addListener("unload",d);})();Element.Properties=new Hash;Element.Properties.style={set:function(a){this.style.cssText=a;
-},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();
-}};Element.Properties.html=(function(){var c=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};
-a.thead=a.tfoot=a.tbody;var b={set:function(){var e=Array.flatten(arguments).join("");var f=Browser.Engine.trident&&a[this.get("tag")];if(f){var g=c;g.innerHTML=f[1]+e+f[2];
-for(var d=f[0];d--;){g=g.firstChild;}this.empty().adopt(g.childNodes);}else{this.innerHTML=e;}}};b.erase=b.set;return b;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;
-}var a=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var b=a.innerText;a.destroy();return b;}};}Element.Properties.events={set:function(a){this.addEvents(a);
-}};Native.implement([Element,Window,Document],{addEvent:function(e,g){var h=this.retrieve("events",{});h[e]=h[e]||{keys:[],values:[]};if(h[e].keys.contains(g)){return this;
-}h[e].keys.push(g);var f=e,a=Element.Events.get(e),c=g,i=this;if(a){if(a.onAdd){a.onAdd.call(this,g);}if(a.condition){c=function(j){if(a.condition.call(this,j)){return g.call(this,j);
-}return true;};}f=a.base||f;}var d=function(){return g.call(i);};var b=Element.NativeEvents[f];if(b){if(b==2){d=function(j){j=new Event(j,i.getWindow());
-if(c.call(i,j)===false){j.stop();}};}this.addListener(f,d);}h[e].values.push(d);return this;},removeEvent:function(c,b){var a=this.retrieve("events");if(!a||!a[c]){return this;
-}var f=a[c].keys.indexOf(b);if(f==-1){return this;}a[c].keys.splice(f,1);var e=a[c].values.splice(f,1)[0];var d=Element.Events.get(c);if(d){if(d.onRemove){d.onRemove.call(this,b);
-}c=d.base||c;}return(Element.NativeEvents[c])?this.removeListener(c,e):this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;
-},removeEvents:function(a){var c;if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c]);}return this;}var b=this.retrieve("events");if(!b){return this;
-}if(!a){for(c in b){this.removeEvents(c);}this.eliminate("events");}else{if(b[a]){while(b[a].keys[0]){this.removeEvent(a,b[a].keys[0]);}b[a]=null;}}return this;
-},fireEvent:function(d,b,a){var c=this.retrieve("events");if(!c||!c[d]){return this;}c[d].keys.each(function(e){e.create({bind:this,delay:a,"arguments":b})();
-},this);return this;},cloneEvents:function(d,a){d=document.id(d);var c=d.retrieve("events");if(!c){return this;}if(!a){for(var b in c){this.cloneEvents(d,b);
-}}else{if(c[a]){c[a].keys.each(function(e){this.addEvent(a,e);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};
-(function(){var a=function(b){var c=b.relatedTarget;if(c==undefined){return true;}if(c===false){return false;}return($type(this)!="document"&&c!=this&&c.prefix!="xul"&&!this.hasChild(c));
-};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});
-})();Element.Properties.styles={set:function(a){this.setStyles(a);}};Element.Properties.opacity={set:function(a,b){if(!b){if(a==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";
-}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(a==1)?"":"alpha(opacity="+a*100+")";
-}this.style.opacity=a;this.store("opacity",a);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(a){return this.set("opacity",a,true);
-},getOpacity:function(){return this.get("opacity");},setStyle:function(b,a){switch(b){case"opacity":return this.set("opacity",parseFloat(a));case"float":b=(Browser.Engine.trident)?"styleFloat":"cssFloat";
-}b=b.camelCase();if($type(a)!="string"){var c=(Element.Styles.get(b)||"@").split(" ");a=$splat(a).map(function(e,d){if(!c[d]){return"";}return($type(e)=="number")?c[d].replace("@",Math.round(e)):e;
-}).join(" ");}else{if(a==String(Number(a))){a=Math.round(a);}}this.style[b]=a;return this;},getStyle:function(g){switch(g){case"opacity":return this.get("opacity");
-case"float":g=(Browser.Engine.trident)?"styleFloat":"cssFloat";}g=g.camelCase();var a=this.style[g];if(!$chk(a)){a=[];for(var f in Element.ShortStyles){if(g!=f){continue;
-}for(var e in Element.ShortStyles[f]){a.push(this.getStyle(e));}return a.join(" ");}a=this.getComputedStyle(g);}if(a){a=String(a);var c=a.match(/rgba?\([\d\s,]+\)/);
-if(c){a=a.replace(c[0],c[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(g.test(/^(height|width)$/)){var b=(g=="width")?["left","right"]:["top","bottom"],d=0;
-b.each(function(h){d+=this.getStyle("border-"+h+"-width").toInt()+this.getStyle("padding-"+h).toInt();},this);return this["offset"+g.capitalize()]-d+"px";
-}if((Browser.Engine.presto)&&String(a).test("px")){return a;}if(g.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return a;},setStyles:function(b){for(var a in b){this.setStyle(a,b[a]);
-}return this;},getStyles:function(){var a={};Array.flatten(arguments).each(function(b){a[b]=this.getStyle(b);},this);return a;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});
-Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(g){var f=Element.ShortStyles;
-var b=Element.Styles;["margin","padding"].each(function(h){var i=h+g;f[h][i]=b[i]="@px";});var e="border"+g;f.border[e]=b[e]="@px @ rgb(@, @, @)";var d=e+"Width",a=e+"Style",c=e+"Color";
-f[e]={};f.borderWidth[d]=f[e][d]=b[d]="@px";f.borderStyle[a]=f[e][a]=b[a]="@";f.borderColor[c]=f[e][c]=b[c]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(h,i){if(b(this)){this.getWindow().scrollTo(h,i);
-}else{this.scrollLeft=h;this.scrollTop=i;}return this;},getSize:function(){if(b(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};
-},getScrollSize:function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(b(this)){return this.getWindow().getScroll();
-}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var i=this,h={x:0,y:0};while(i&&!b(i)){h.x+=i.scrollLeft;h.y+=i.scrollTop;i=i.parentNode;
-}return h;},getOffsetParent:function(){var h=this;if(b(h)){return null;}if(!Browser.Engine.trident){return h.offsetParent;}while((h=h.parentNode)&&!b(h)){if(d(h,"position")!="static"){return h;
-}}return null;},getOffsets:function(){if(this.getBoundingClientRect){var j=this.getBoundingClientRect(),m=document.id(this.getDocument().documentElement),p=m.getScroll(),k=this.getScrolls(),i=this.getScroll(),h=(d(this,"position")=="fixed");
-return{x:j.left.toInt()+k.x-i.x+((h)?0:p.x)-m.clientLeft,y:j.top.toInt()+k.y-i.y+((h)?0:p.y)-m.clientTop};}var l=this,n={x:0,y:0};if(b(this)){return n;
-}while(l&&!b(l)){n.x+=l.offsetLeft;n.y+=l.offsetTop;if(Browser.Engine.gecko){if(!f(l)){n.x+=c(l);n.y+=g(l);}var o=l.parentNode;if(o&&d(o,"overflow")!="visible"){n.x+=c(o);
-n.y+=g(o);}}else{if(l!=this&&Browser.Engine.webkit){n.x+=c(l);n.y+=g(l);}}l=l.offsetParent;}if(Browser.Engine.gecko&&!f(this)){n.x-=c(this);n.y-=g(this);
-}return n;},getPosition:function(k){if(b(this)){return{x:0,y:0};}var l=this.getOffsets(),i=this.getScrolls();var h={x:l.x-i.x,y:l.y-i.y};var j=(k&&(k=document.id(k)))?k.getPosition():{x:0,y:0};
-return{x:h.x-j.x,y:h.y-j.y};},getCoordinates:function(j){if(b(this)){return this.getWindow().getCoordinates();}var h=this.getPosition(j),i=this.getSize();
-var k={left:h.x,top:h.y,width:i.x,height:i.y};k.right=k.left+k.width;k.bottom=k.top+k.height;return k;},computePosition:function(h){return{left:h.x-e(this,"margin-left"),top:h.y-e(this,"margin-top")};
-},setPosition:function(h){return this.setStyles(this.computePosition(h));}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var i=this.getWindow();
-return{x:i.innerWidth,y:i.innerHeight};}var h=a(this);return{x:h.clientWidth,y:h.clientHeight};},getScroll:function(){var i=this.getWindow(),h=a(this);
-return{x:i.pageXOffset||h.scrollLeft,y:i.pageYOffset||h.scrollTop};},getScrollSize:function(){var i=a(this),h=this.getSize();return{x:Math.max(i.scrollWidth,h.x),y:Math.max(i.scrollHeight,h.y)};
-},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var h=this.getSize();return{top:0,left:0,bottom:h.y,right:h.x,height:h.y,width:h.x};
-}});var d=Element.getComputedStyle;function e(h,i){return d(h,i).toInt()||0;}function f(h){return d(h,"-moz-box-sizing")=="border-box";}function g(h){return e(h,"border-top-width");
-}function c(h){return e(h,"border-left-width");}function b(h){return(/^(?:body|html)$/i).test(h.tagName);}function a(h){var i=h.getDocument();return(!i.compatMode||i.compatMode=="CSS1Compat")?i.html:i.body;
-}})();Element.alias("setPosition","position");Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;
-},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;
-},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;
-}});Native.implement([Document,Element],{getElements:function(h,g){h=h.split(",");var c,e={};for(var d=0,b=h.length;d<b;d++){var a=h[d],f=Selectors.Utils.search(this,a,e);
-if(d!=0&&f.item){f=$A(f);}c=(d==0)?f:(c.item)?$A(c).concat(f):c.concat(f);}return new Elements(c,{ddup:(h.length>1),cash:!g});}});Element.implement({match:function(b){if(!b||(b==this)){return true;
-}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],e=d[1];if(!Selectors.Filters.byID(this,e)||!Selectors.Filters.byTag(this,a)){return false;}var c=Selectors.Utils.parseSelector(b);
-return(c)?Selectors.Utils.filter(this,c,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};
-Selectors.Utils={chk:function(b,c){if(!c){return true;}var a=$uid(b);if(!c[a]){return c[a]=true;}return false;},parseNthArgument:function(h){if(Selectors.Cache.nth[h]){return Selectors.Cache.nth[h];
-}var e=h.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!e){return false;}var g=parseInt(e[1],10);var d=(g||g===0)?g:1;var f=e[2]||false;var c=parseInt(e[3],10)||0;
-if(d!=0){c--;while(c<1){c+=d;}while(c>=d){c-=d;}}else{d=c;f="index";}switch(f){case"n":e={a:d,b:c,special:"n"};break;case"odd":e={a:2,b:0,special:"n"};
-break;case"even":e={a:2,b:1,special:"n"};break;case"first":e={a:0,special:"index"};break;case"last":e={special:"last-child"};break;case"only":e={special:"only-child"};
-break;default:e={a:(d-1),special:"index"};}return Selectors.Cache.nth[h]=e;},parseSelector:function(e){if(Selectors.Cache.parsed[e]){return Selectors.Cache.parsed[e];
-}var d,h={classes:[],pseudos:[],attributes:[]};while((d=Selectors.RegExps.combined.exec(e))){var i=d[1],g=d[2],f=d[3],b=d[5],c=d[6],j=d[7];if(i){h.classes.push(i);
-}else{if(c){var a=Selectors.Pseudo.get(c);if(a){h.pseudos.push({parser:a,argument:j});}else{h.attributes.push({name:c,operator:"=",value:j});}}else{if(g){h.attributes.push({name:g,operator:f,value:b});
-}}}}if(!h.classes.length){delete h.classes;}if(!h.attributes.length){delete h.attributes;}if(!h.pseudos.length){delete h.pseudos;}if(!h.classes&&!h.attributes&&!h.pseudos){h=null;
-}return Selectors.Cache.parsed[e]=h;},parseTagAndID:function(b){var a=b.match(Selectors.RegExps.tag);var c=b.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(c)?c[1]:false];
-},filter:function(f,c,e){var d;if(c.classes){for(d=c.classes.length;d--;d){var g=c.classes[d];if(!Selectors.Filters.byClass(f,g)){return false;}}}if(c.attributes){for(d=c.attributes.length;
-d--;d){var b=c.attributes[d];if(!Selectors.Filters.byAttribute(f,b.name,b.operator,b.value)){return false;}}}if(c.pseudos){for(d=c.pseudos.length;d--;d){var a=c.pseudos[d];
-if(!Selectors.Filters.byPseudo(f,a.parser,a.argument,e)){return false;}}}return true;},getByTagAndID:function(b,a,d){if(d){var c=(b.getElementById)?b.getElementById(d,true):Element.getElementById(b,d,true);
-return(c&&Selectors.Filters.byTag(c,a))?[c]:[];}else{return b.getElementsByTagName(a);}},search:function(o,h,t){var b=[];var c=h.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);
-return":)"+i;}).split(":)");var p,e,A;for(var z=0,v=c.length;z<v;z++){var y=c[z];if(z==0&&Selectors.RegExps.quick.test(y)){p=o.getElementsByTagName(y);
-continue;}var a=b[z-1];var q=Selectors.Utils.parseTagAndID(y);var B=q[0],r=q[1];if(z==0){p=Selectors.Utils.getByTagAndID(o,B,r);}else{var d={},g=[];for(var x=0,w=p.length;
-x<w;x++){g=Selectors.Getters[a](g,p[x],B,r,d);}p=g;}var f=Selectors.Utils.parseSelector(y);if(f){e=[];for(var u=0,s=p.length;u<s;u++){A=p[u];if(Selectors.Utils.filter(A,f,t)){e.push(A);
-}}p=e;}}return p;}};Selectors.Getters={" ":function(h,g,j,a,e){var d=Selectors.Utils.getByTagAndID(g,j,a);for(var c=0,b=d.length;c<b;c++){var f=d[c];if(Selectors.Utils.chk(f,e)){h.push(f);
-}}return h;},">":function(h,g,j,a,f){var c=Selectors.Utils.getByTagAndID(g,j,a);for(var e=0,d=c.length;e<d;e++){var b=c[e];if(b.parentNode==g&&Selectors.Utils.chk(b,f)){h.push(b);
-}}return h;},"+":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(Selectors.Utils.chk(b,d)&&Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
-}break;}}return c;},"~":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(!Selectors.Utils.chk(b,d)){break;}if(Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
-}}}return c;}};Selectors.Filters={byTag:function(b,a){return(a=="*"||(b.tagName&&b.tagName.toLowerCase()==a));},byID:function(a,b){return(!b||(a.id&&a.id==b));
-},byClass:function(b,a){return(b.className&&b.className.contains&&b.className.contains(a," "));},byPseudo:function(a,d,c,b){return d.call(a,c,b);},byAttribute:function(c,d,b,e){var a=Element.prototype.getProperty.call(c,d);
-if(!a){return(b=="!=");}if(!b||e==undefined){return true;}switch(b){case"=":return(a==e);case"*=":return(a.contains(e));case"^=":return(a.substr(0,e.length)==e);
-case"$=":return(a.substr(a.length-e.length)==e);case"!=":return(a!=e);case"~=":return a.contains(e," ");case"|=":return a.contains(e,"-");}return false;
-}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return !(this.innerText||this.textContent||"").length;},not:function(a){return !Element.match(this,a);
-},contains:function(a){return(this.innerText||this.textContent||"").contains(a);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var a=this;
-while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"only-child":function(){var b=this;while((b=b.previousSibling)){if(b.nodeType==1){return false;
-}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"nth-child":function(g,e){g=(g==undefined)?"n":g;var c=Selectors.Utils.parseNthArgument(g);
-if(c.special!="n"){return Selectors.Pseudo[c.special].call(this,c.a,e);}var f=0;e.positions=e.positions||{};var d=$uid(this);if(!e.positions[d]){var b=this;
-while((b=b.previousSibling)){if(b.nodeType!=1){continue;}f++;var a=e.positions[$uid(b)];if(a!=undefined){f=a+f;break;}}e.positions[d]=f;}return(e.positions[d]%c.a==c.b);
-},index:function(a){var b=this,c=0;while((b=b.previousSibling)){if(b.nodeType==1&&++c>a){return false;}}return(c==a);},even:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a);
-},odd:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a);},selected:function(){return this.selected;},enabled:function(){return(this.disabled===false);
-}});Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this);}}};(function(){var b=function(){if(Browser.loaded){return;}Browser.loaded=true;
-window.fireEvent("domready");document.fireEvent("domready");};window.addEvent("load",b);if(Browser.Engine.trident){var a=document.createElement("div");
-(function(){($try(function(){a.doScroll();return document.id(a).inject(document.body).set("html","temp").dispose();}))?b():arguments.callee.delay(50);})();
-}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?b():arguments.callee.delay(50);
-})();}else{document.addEvent("DOMContentLoaded",b);}}})();var JSON=new Hash(this.JSON&&{stringify:JSON.stringify,parse:JSON.parse}).extend({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(a){return JSON.$specialChars[a]||"\\u00"+Math.floor(a.charCodeAt()/16).toString(16)+(a.charCodeAt()%16).toString(16);
-},encode:function(b){switch($type(b)){case"string":return'"'+b.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(b.map(JSON.encode).clean())+"]";
-case"object":case"hash":var a=[];Hash.each(b,function(e,d){var c=JSON.encode(e);if(c){a.push(JSON.encode(d)+":"+c);}});return"{"+a+"}";case"number":case"boolean":return String(b);
-case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;
-}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(b,a){this.key=b;
-this.setOptions(a);},write:function(b){b=encodeURIComponent(b);if(this.options.domain){b+="; domain="+this.options.domain;}if(this.options.path){b+="; path="+this.options.path;
-}if(this.options.duration){var a=new Date();a.setTime(a.getTime()+this.options.duration*24*60*60*1000);b+="; expires="+a.toGMTString();}if(this.options.secure){b+="; secure";
-}this.options.document.cookie=this.key+"="+b;return this;},read:function(){var a=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");
-return(a)?decodeURIComponent(a[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(b,c,a){return new Cookie(b,a).write(c);
-};Cookie.read=function(a){return new Cookie(a).read();};Cookie.dispose=function(b,a){return new Cookie(b,a).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;
-},initialize:function(l,m){this.instance="Swiff_"+$time();this.setOptions(m);m=this.options;var b=this.id=m.id||this.instance;var a=document.id(m.container);
-Swiff.CallBacks[this.instance]={};var e=m.params,g=m.vars,f=m.callBacks;var h=$extend({height:m.height,width:m.width},m.properties);var k=this;for(var d in f){Swiff.CallBacks[this.instance][d]=(function(n){return function(){return n.apply(k.object,arguments);
-};})(f[d]);g[d]="Swiff.CallBacks."+this.instance+"."+d;}e.flashVars=Hash.toQueryString(g);if(Browser.Engine.trident){h.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";
-e.movie=l;}else{h.type="application/x-shockwave-flash";h.data=l;}var j='<object id="'+b+'"';for(var i in h){j+=" "+i+'="'+h[i]+'"';}j+=">";for(var c in e){if(e[c]){j+='<param name="'+c+'" value="'+e[c]+'" />';
-}}j+="</object>";this.object=((a)?a.empty():new Element("div")).set("html",j).firstChild;},replaces:function(a){a=document.id(a,true);a.parentNode.replaceChild(this.toElement(),a);
-return this;},inject:function(a){document.id(a,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));
-}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");
-return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(a){this.subject=this.subject||this;
-this.setOptions(a);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var b=this.options.wait;if(b===false){this.options.link="cancel";
-}},getTransition:function(){return function(a){return -(Math.cos(Math.PI*a)-1)/2;};},step:function(){var a=$time();if(a<this.time+this.options.duration){var b=this.transition((a-this.time)/this.options.duration);
-this.set(this.compute(this.from,this.to,b));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(a){return a;},compute:function(c,b,a){return Fx.compute(c,b,a);
-},check:function(){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));
-return false;}return false;},start:function(b,a){if(!this.check(b,a)){return this;}this.from=b;this.to=a;this.time=0;this.transition=this.getTransition();
-this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();
-}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);
-}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();
-return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;
-}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(c,b,a){return(b-c)*a+c;
-};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(d,e,b){b=$splat(b);var c=b[1];if(!$chk(c)){b[1]=b[0];
-b[0]=d.getStyle(e);}var a=b.map(this.parse);return{from:a[0],to:a[1]};},parse:function(a){a=$lambda(a)();a=(typeof a=="string")?a.split(" "):$splat(a);
-return a.map(function(c){c=String(c);var b=false;Fx.CSS.Parsers.each(function(f,e){if(b){return;}var d=f.parse(c);if($chk(d)){b={value:d,parser:f};}});
-b=b||{value:c,parser:Fx.CSS.Parsers.String};return b;});},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(e){a.push({value:d[e].parser.compute(d[e].value,c[e].value,b),parser:d[e].parser});
-});a.$family={name:"fx:css:value"};return a;},serve:function(c,b){if($type(c)!="fx:css:value"){c=this.parse(c);}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b));
-});return a;},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a];}var b={};Array.each(document.styleSheets,function(e,d){var c=e.href;
-if(c&&c.contains("://")&&!c.contains(document.domain)){return;}var f=e.rules||e.cssRules;Array.each(f,function(j,g){if(!j.style){return;}var h=(j.selectorText)?j.selectorText.replace(/^\w+/,function(i){return i.toLowerCase();
-}):null;if(!h||!h.test("^"+a+"$")){return;}Element.Styles.each(function(k,i){if(!j.style[i]||Element.ShortStyles[i]){return;}k=String(j.style[i]);b[i]=(k.test(/^rgb/))?k.rgbToHex():k;
-});});});return Fx.CSS.Cache[a]=b;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true);
-}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false;},compute:function(c,b,a){return c.map(function(e,d){return Math.round(Fx.compute(c[d],b[d],a));
-});},serve:function(a){return a.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});
-Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(b,a){if(arguments.length==1){a=b;
-b=this.property||this.options.property;}this.render(this.element,b,a,this.options.unit);return this;},start:function(c,e,d){if(!this.check(c,e,d)){return this;
-}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to);
-}});Element.Properties.tween={set:function(a){var b=this.retrieve("tween");if(b){b.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},a));
-},get:function(a){if(a||!this.retrieve("tween")){if(a||!this.retrieve("tween:options")){this.set("tween",a);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));
-}return this.retrieve("tween");}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this;},fade:function(c){var e=this.get("tween"),d="opacity",a;
-c=$pick(c,"toggle");switch(c){case"in":e.start(d,1);break;case"out":e.start(d,0);break;case"show":e.set(d,1);break;case"hide":e.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);
-e.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:e.start(d,arguments);}if(!a){this.eliminate("fade:flag");}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));
-a=(a=="transparent")?"#fff":a;}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));
-b.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);
-},set:function(a){if(typeof a=="string"){a=this.search(a);}for(var b in a){this.render(this.element,b,a[b],this.options.unit);}return this;},compute:function(e,d,c){var a={};
-for(var b in e){a[b]=this.parent(e[b],d[b],c);}return a;},start:function(b){if(!this.check(b)){return this;}if(typeof b=="string"){b=this.search(b);}var e={},d={};
-for(var c in b){var a=this.prepare(this.element,c,b[c]);e[c]=a.from;d[c]=a.to;}return this.parent(e,d);}});Element.Properties.morph={set:function(a){var b=this.retrieve("morph");
-if(b){b.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},a));},get:function(a){if(a||!this.retrieve("morph")){if(a||!this.retrieve("morph:options")){this.set("morph",a);
-}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(a){this.get("morph").start(a);
-return this;}});Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var b=a.split(":");
-a=Fx.Transitions;a=a[b[0]]||a[b[0].capitalize()];if(b[1]){a=a["ease"+b[1].capitalize()+(b[2]?b[2].capitalize():"")];}}return a;}});Fx.Transition=function(b,a){a=$splat(a);
-return $extend(b,{easeIn:function(c){return b(c,a);},easeOut:function(c){return 1-b(1-c,a);},easeInOut:function(c){return(c<=0.5)?b(2*c,a)/2:(2-b(2*(1-c),a))/2;
-}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(a){for(var b in a){Fx.Transitions[b]=new Fx.Transition(a[b]);}};Fx.Transitions.extend({Pow:function(b,a){return Math.pow(b,a[0]||6);
-},Expo:function(a){return Math.pow(2,8*(a-1));},Circ:function(a){return 1-Math.sin(Math.acos(a));},Sine:function(a){return 1-Math.sin((1-a)*Math.PI/2);
-},Back:function(b,a){a=a[0]||1.618;return Math.pow(b,2)*((a+1)*b-a);},Bounce:function(f){var e;for(var d=0,c=1;1;d+=c,c/=2){if(f>=(7-4*d)/11){e=c*c-Math.pow((11-6*d-11*f)/4,2);
-break;}}return e;},Elastic:function(b,a){return Math.pow(2,10*--b)*Math.cos(20*b*Math.PI*(a[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(b,a){Fx.Transitions[b]=new Fx.Transition(function(c){return Math.pow(c,[a+2]);
-});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false,noCache:false},initialize:function(a){this.xhr=new Browser.Request();
-this.setOptions(a);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;
-}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));this.xhr.onreadystatechange=$empty;if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};
-this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}},isSuccess:function(){return((this.status>=200)&&(this.status<300));
-},processScripts:function(a){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(a);}return a.stripScripts(this.options.evalScripts);
-},success:function(b,a){this.onSuccess(this.processScripts(b),a);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();
-},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(a,b){this.headers.set(a,b);
-return this;},getHeader:function(a){return $try(function(){return this.xhr.getResponseHeader(a);}.bind(this));},check:function(){if(!this.running){return true;
-}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false;}return false;},send:function(k){if(!this.check(k)){return this;
-}this.running=true;var i=$type(k);if(i=="string"||i=="element"){k={data:k};}var d=this.options;k=$extend({data:d.data,url:d.url,method:d.method},k);var g=k.data,b=String(k.url),a=k.method.toLowerCase();
-switch($type(g)){case"element":g=document.id(g).toQueryString();break;case"object":case"hash":g=Hash.toQueryString(g);}if(this.options.format){var j="format="+this.options.format;
-g=(g)?j+"&"+g:j;}if(this.options.emulation&&!["get","post"].contains(a)){var h="_method="+a;g=(g)?h+"&"+g:h;a="post";}if(this.options.urlEncoded&&a=="post"){var c=(this.options.encoding)?"; charset="+this.options.encoding:"";
-this.headers.set("Content-type","application/x-www-form-urlencoded"+c);}if(this.options.noCache){var f="noCache="+new Date().getTime();g=(g)?f+"&"+g:f;
-}var e=b.lastIndexOf("/");if(e>-1&&(e=b.indexOf("#"))>-1){b=b.substr(0,e);}if(g&&a=="get"){b=b+(b.contains("?")?"&":"?")+g;g=null;}this.xhr.open(a.toUpperCase(),b,this.options.async);
-this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(m,l){try{this.xhr.setRequestHeader(l,m);}catch(n){this.fireEvent("exception",[l,m]);
-}},this);this.fireEvent("request");this.xhr.send(g);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;
-}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var a={};
-["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(b){a[b]=function(){var c=Array.link(arguments,{url:String.type,data:$defined});
-return this.send($extend(c,{method:b}));};});Request.implement(a);})();Element.Properties.send={set:function(a){var b=this.retrieve("send");if(b){b.cancel();
-}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},a));},get:function(a){if(a||!this.retrieve("send")){if(a||!this.retrieve("send:options")){this.set("send",a);
-}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(a){var b=this.get("send");
-b.send({data:this,url:a||b.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,append:false,evalScripts:true,filter:false},processHTML:function(c){var b=c.match(/<body[^>]*>([\s\S]*?)<\/body>/i);
-c=(b)?b[1]:c;var a=new Element("div");return $try(function(){var d="<root>"+c+"</root>",g;if(Browser.Engine.trident){g=new ActiveXObject("Microsoft.XMLDOM");
-g.async=false;g.loadXML(d);}else{g=new DOMParser().parseFromString(d,"text/xml");}d=g.getElementsByTagName("root")[0];if(!d){return null;}for(var f=0,e=d.childNodes.length;
-f<e;f++){var h=Element.clone(d.childNodes[f],true,true);if(h){a.grab(h);}}return a;})||a.set("html",c);},success:function(d){var c=this.options,b=this.response;
-b.html=d.stripScripts(function(e){b.javascript=e;});var a=this.processHTML(b.html);b.tree=a.childNodes;b.elements=a.getElements("*");if(c.filter){b.tree=b.elements.filter(c.filter);
-}if(c.update){document.id(c.update).empty().set("html",b.html);}else{if(c.append){document.id(c.append).adopt(a.getChildren());}}if(c.evalScripts){$exec(b.javascript);
-}this.onSuccess(b.tree,b.elements,b.html,b.javascript);}});Element.Properties.load={set:function(a){var b=this.retrieve("load");if(b){b.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},a));
-},get:function(a){if(a||!this.retrieve("load")){if(a||!this.retrieve("load:options")){this.set("load",a);}this.store("load",new Request.HTML(this.retrieve("load:options")));
-}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;
-}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(a){this.parent(a);this.headers.extend({Accept:"application/json","X-Request":"JSON"});
-},success:function(a){this.response.json=JSON.decode(a,this.options.secure);this.onSuccess(this.response.json,a);}});
\ No newline at end of file
diff --git a/dbaccess/resources/mootools-1.2.4.4-more.js b/dbaccess/resources/mootools-1.2.4.4-more.js
deleted file mode 100644
index 36d24cd..0000000
--- a/dbaccess/resources/mootools-1.2.4.4-more.js
+++ /dev/null
@@ -1,27 +0,0 @@
-//MooTools More, <http://mootools.net/more>. Copyright (c) 2006-2009 Aaron Newton <http://clientcide.com/>, Valerio Proietti <http://mad4milk.net> & the MooTools team <http://mootools.net/developers>, MIT Style License.
-
-MooTools.More={version:"1.2.4.4",build:"6f6057dc645fdb7547689183b2311063bd653ddf"};Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(b,a){this.elements=this.subject=$$(b);
-this.parent(a);},compute:function(g,h,j){var c={};for(var d in g){var a=g[d],e=h[d],f=c[d]={};for(var b in a){f[b]=this.parent(a[b],e[b],j);}}return c;
-},set:function(b){for(var c in b){var a=b[c];for(var d in a){this.render(this.elements[c],d,a[d],this.options.unit);}}return this;},start:function(c){if(!this.check(c)){return this;
-}var h={},j={};for(var d in c){var f=c[d],a=h[d]={},g=j[d]={};for(var b in f){var e=this.prepare(this.elements[d],b,f[b]);a[b]=e.from;g[b]=e.to;}}return this.parent(h,j);
-}});Fx.Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,alwaysHide:false,trigger:"click",initialDisplayFx:true,returnHeightToAuto:true},initialize:function(){var c=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});
-this.parent(c.elements,c.options);this.togglers=$$(c.togglers);this.previous=-1;this.internalChain=new Chain();if(this.options.alwaysHide){this.options.wait=true;
-}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;
-}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";
-}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var b=0,a=this.togglers.length;b<a;b++){this.addSection(this.togglers[b],this.elements[b]);
-}this.elements.each(function(e,d){if(this.options.show===d){this.fireEvent("active",[this.togglers[d],e]);}else{for(var f in this.effects){e.setStyle(f,0);
-}}},this);if($chk(this.options.display)||this.options.initialDisplayFx===false){this.display(this.options.display,this.options.initialDisplayFx);}if(this.options.fixedHeight!==false){this.options.returnHeightToAuto=false;
-}this.addEvent("complete",this.internalChain.callChain.bind(this.internalChain));},addSection:function(e,c){e=document.id(e);c=document.id(c);var f=this.togglers.contains(e);
-this.togglers.include(e);this.elements.include(c);var a=this.togglers.indexOf(e);var b=this.display.bind(this,a);e.store("accordion:display",b);e.addEvent(this.options.trigger,b);
-if(this.options.height){c.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){c.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});
-}c.fullOpacity=1;if(this.options.fixedWidth){c.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){c.fullHeight=this.options.fixedHeight;}c.setStyle("overflow","hidden");
-if(!f){for(var d in this.effects){c.setStyle(d,0);}}return this;},detach:function(){this.togglers.each(function(a){a.removeEvent(this.options.trigger,a.retrieve("accordion:display"));
-},this);},display:function(a,b){if(!this.check(a,b)){return this;}b=$pick(b,true);if(this.options.returnHeightToAuto){var d=this.elements[this.previous];
-if(d&&!this.selfHidden){for(var c in this.effects){d.setStyle(c,d[this.effects[c]]);}}}a=($type(a)=="element")?this.elements.indexOf(a):a;if((this.timer&&this.options.wait)||(a===this.previous&&!this.options.alwaysHide)){return this;
-}this.previous=a;var e={};this.elements.each(function(h,g){e[g]={};var f;if(g!=a){f=true;}else{if(this.options.alwaysHide&&((h.offsetHeight>0&&this.options.height)||h.offsetWidth>0&&this.options.width)){f=true;
-this.selfHidden=true;}}this.fireEvent(f?"background":"active",[this.togglers[g],h]);for(var j in this.effects){e[g][j]=f?0:h[this.effects[j]];}},this);
-this.internalChain.chain(function(){if(this.options.returnHeightToAuto&&!this.selfHidden){var f=this.elements[a];if(f){f.setStyle("height","auto");}}}.bind(this));
-return b?this.start(e):this.set(e);}});var Accordion=new Class({Extends:Fx.Accordion,initialize:function(){this.parent.apply(this,arguments);var a=Array.link(arguments,{container:Element.type});
-this.container=a.container;},addSection:function(c,b,e){c=document.id(c);b=document.id(b);var d=this.togglers.contains(c);var a=this.togglers.length;if(a&&(!d||e)){e=$pick(e,a-1);
-c.inject(this.togglers[e],"before");b.inject(c,"after");}else{if(this.container&&!d){c.inject(this.container);b.inject(this.container);}}return this.parent.apply(this,arguments);
-}});
\ No newline at end of file
diff --git a/dbaccess/resources/style.css b/dbaccess/resources/style.css
deleted file mode 100644
index fab5b1c..0000000
--- a/dbaccess/resources/style.css
+++ /dev/null
@@ -1,191 +0,0 @@
-@CHARSET "UTF-8";
-
-#novaContent {
-	background: url("images/backgroundMain.png") no-repeat;
-	padding-top: 210px;
-}
-
-#midcolumn {
-	width: 640px;
-	padding: 0 10px 10px 10px;
-}
-
-#rightcolumn {
-	width: 260px;
-}
-
-
-h3 {
-	clear: both;
-	border: 0px
-}
-
-h7 {
-	font-weight: bold;
-	padding: 5px;
-}
-
-a strong {
-	text-decoration: underline;
-}
-
-#novaContent {
-	background: url("images/backgroundMain.png") no-repeat white;
-	padding-top: 170px;
-}
-
-#introText p.left {
-	width: 48%;
-	float: left;
-}
-
-#introText p.right {
-	width: 48%;
-	float: right;
-}
-
-#feature_1 {
-	float: left;
-	width: 30%;
-	margin-right: 3%;
-}
-
-#feature_2 {
-	float: left;
-	width: 30%;
-	margin-right: 3%
-}
-
-#feature_3 {
-	float: left;
-	width: 30%;
-}
-
-#feature_4 {
-	clear: both;
-	float: left;
-	width: 63%;
-	margin-right: 3%;	
-}
-
-#feature_more {
-	float: left;
-	width: 30%;
-}
-	
-#bigbuttons {
-	position: relative;
-	left: 420px;
-	top: -170px;
-}
-#bigbuttons h3{
-	visibility: hidden;
-}
-
-#bigbuttons a {
-}
-
-#bigbuttons ul li {
-   display:block;
-   list-style-type:none;
-   background-color: red;
-   padding: 0;
-   margin: 0;
-}
-
-#bigbuttons a:hover {
-	text-decoration: none;
-}
-
-#bigbuttons a {
-   display: block;
-   height:77px; width:250px;
-   padding: 0;
-   margin: 20px;
-   text-indent: -9000px;
-   position: absolute;
-}
-
-#buttonDownload {
-   background:transparent url("images/buttonDownload.png") no-repeat 0 0;
-   top: 0px;
-   left: 0px;
-}
-
-#buttonDownload:hover {
-   background:transparent url("images/buttonDownload_sel.png") no-repeat 0 0;
-}
-
-   
-#buttonDocumentation {
-   background:transparent url("images/buttonDocumentation.png") no-repeat 0 0;
-   top: 87px;
-   left: 0px;
-}
-
-#buttonDocumentation:hover {
-   background:transparent url("images/buttonDocumentation_sel.png") no-repeat 0 0;
-}
-
-#buttonSupport {
-   background:transparent url("images/buttonSupport.png") no-repeat 0 0;
-   top: 0px;
-   left: 280px;
-}
-
-#buttonSupport:hover {
-   background:transparent url("images/buttonSupport_sel.png") no-repeat 0 0;
-}
-
-#buttonInvolved {
-   background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
-   top: 87px;
-   left: 280px;
-}
-
-#buttonInvolved:hover {
-   background:transparent url("images/buttonInvolved_sel.png") no-repeat 0 0;
-}
-
-#bigbuttons a * {
-	visibility: hidden;
-}
-
-#headlines {
-}
-
-#headlines ul li {
-	margin: 0 0;
-	list-style-type: none;
-	list-style-image: none;
-}
-
-	
-#headlines div.title {
-	display: inline;
-	margin-right: 0.5em;
-}
-
-#headlines div.meta {
-	display: inline;
-	color: #444444;
-	font-size: smaller;  
-}
-
-#headlines div.item {
-	display: block;
-	}
-	
-#screencast {
-	margin-bottom: 10px;
-}
-
-#newAndNoteworthy a {
-   display: block;
-   width:218px; 
-   height:51px;
-   padding: 0;
-   text-indent: -9000px;
-   background:transparent url("images/bannerNewAndNoteworthy08M4.png") no-repeat 0 0;
-   margin-top: 10px;
-}
\ No newline at end of file
diff --git a/dbaccess/support/index.php b/dbaccess/support/index.php
deleted file mode 100644
index 0854fe3..0000000
--- a/dbaccess/support/index.php
+++ /dev/null
@@ -1,67 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *               Mike Keith
- *               Glyn Normington
- *               Juergen G. Kissner
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini DBAccess - Support";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Support";
-	$pageAuthor		= "Juergen G. Kissner";
-		
-	ob_start();
-?>
-		<div id="midcolumn">
-		<h2>Community Forum</h2>
-		<p>
-			The Gemini Forum is intended for user community discussions on Gemini usage and troubleshooting.
-			Developers extending Gemini DBAccess should refer to the <a href="http://wiki.eclipse.org/Gemini/DBAccess">Gemini DBAccess wiki</a> and the
-			<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Gemini Developer mailing list</a>.
-		</p>
-		<ul>
-			<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Browse forum posts</a> using the web interface</li>
-			<li>
-				<a href="news://news.eclipse.org/eclipse.rt.gemini">Subscribe</a> to the forum with your news reader.
-				<a href="http://wiki.eclipse.org/index.php/Webmaster_FAQ#How_do_I_access_the_Eclipse_newsgroups.3F">See the FAQ</a>
-				for instructions on subscribing.
-			</li>
-		</ul>
-		
-		<h2>Open Source Support for Gemini DBAccess</h2>
-		<p>
-			Submit bugs using the <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Gemini.DBAccess">Bugzilla web interface</a>.
-			Please <a href="https://bugs.eclipse.org/bugs/query.cgi?product=Gemini.DBAccess">search for duplicates</a> first.
-		</p>
-			For defects, provide steps to reproduce. For enhancements, describe a use case.
-		</p>
-		<p>
-			Committers prioritize critical bug fixes and enhancements and cannot respond to all inquiries.
-		</p>
-		<ul>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.DBAccess&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=notregexp&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=">View bugs with severity of normal or higher</a></li>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.DBAccess&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&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&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=">View bugs marked enhancement, minor, or trivial</a></li>
-		</ul>
-	</div>
-	
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/naming/.project b/naming/.project
deleted file mode 100644
index 74c5526..0000000
--- a/naming/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>naming</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/naming/_projectCommon.php b/naming/_projectCommon.php
deleted file mode 100755
index 79c6ca1..0000000
--- a/naming/_projectCommon.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	# Set the theme for your project's web pages.
-	# See http://eclipse.org/phoenix/
-	$theme = "Nova";
-	
-
-	# Define your project-wide Navigation here
-	# This appears on the left of the page if you define a left nav
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	
-	# If you want to override the eclipse.org navigation, uncomment below.
-	# $Nav->setLinkList(array());
-	
-	# Break the navigation into sections
-	$Nav->addNavSeparator("Gemini Naming", 	"/gemini/naming");
-	$Nav->addCustomNav("Download", "/gemini/naming/download.php", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/gemini/naming/documentation.php", "_self", 3);
-	$Nav->addCustomNav("Support", "/gemini/naming/support.php", "_self", 3);
-	$Nav->addCustomNav("Getting Involved", "/gemini/naming/getting_involved.php", "_self", 3);
-
-	# Define keywords, author and title here, or in each PHP page specifically
-	$pageKeywords	= "eclipse, project, osgi, naming , gemini";
-	$pageAuthor		= "Bob Nettleton";
-	$pageTitle 		= "Gemini Naming";
-	
-
-
-	# top navigation bar
-	# To override and replace the navigation with your own, uncomment the line below.
-	# $Menu->setMenuItemList(array());
-	# $Menu->addMenuItem("Home", "/project", "_self");
-	# $Menu->addMenuItem("Download", "/project/download.php", "_self");
-	# $Menu->addMenuItem("Documentation", "/project/documentation.php", "_self");
-	# $Menu->addMenuItem("Support", "/project/support.php", "_self");
-	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
-	
-	# To define additional CSS or other pre-body headers
-	# $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
-	
-	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
-	$App->Promotion = TRUE;
-	
-	# If you have Google Analytics code, use it here
-	# $App->SetGoogleAnalyticsTrackingCode("YOUR_CODE");
-?>
\ No newline at end of file
diff --git a/naming/documentation.php b/naming/documentation.php
deleted file mode 100644
index e24c4af..0000000
--- a/naming/documentation.php
+++ /dev/null
@@ -1,26 +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'
-/*******************************************************************************
- * Copyright (c) 2009 
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	$pageTitle 		= "Gemini Naming Documentation";
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
-
-	$html  = <<<EOHTML
-<div id="midcolumn">
-<h2>$pageTitle</h2>
-</p>
-<p>Documentation for Gemini Naming is available on the <a href="http://wiki.eclipse.org/Gemini/Naming/Documentation">Gemini Naming wiki doc page</a>.</p>
-
-</div>
-EOHTML;
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/naming/download.php b/naming/download.php
deleted file mode 100644
index 68dde1b..0000000
--- a/naming/download.php
+++ /dev/null
@@ -1,76 +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'
-/*******************************************************************************
- * Copyright (c) 2009, 2012 
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Mike Keith
- *    Violeta Georgieva
- *******************************************************************************/
-
-	$pageTitle 		= "Gemini Naming Downloads";
-	#$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
-
-	$html  = <<<EOHTML
-
-<div id="midcolumn">
-	<h2>$pageTitle</h2>
-	<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
-
-	<h2>Releases</h2>
-	
-    <h4>1.0.0.RELEASE</h4>
-	<div>
-		<ul>
- 		<li><strong>Gemini Naming</strong> - <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/naming/r1.0/gemini-naming-1.0.0.RELEASE.zip">Download</a></li>
-		<li><strong>Gemini Naming p2 repository</strong> - <a href='http://download.eclipse.org/gemini/updates/naming/1.0.0/' target='_self'>http://download.eclipse.org/gemini/updates/naming/1.0.0/</a></li>
-		<li>
-			<strong>Gemini Naming maven repository</strong> - <a href='http://download.eclipse.org/gemini/mvn/' target='_self'>http://download.eclipse.org/gemini/mvn/</a>
-<pre>
-&lt;groupId&gt;org.eclipse&lt;/groupId&gt;
-&lt;artifactId&gt;org.eclipse.gemini.naming&lt;/artifactId&gt;
-&lt;version&gt;1.0.0.RELEASE&lt;/version&gt;
-</pre>		
-		</li>
-		<li><strong>Bug list is available</strong> - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;target_milestone=1.0.0.M01;target_milestone=1.0.0.M02;target_milestone=1.0.0.RC1;target_milestone=1.0.0.RELEASE;product=Gemini.Naming" target="_self">here</a>.</li>
-		</ul>
-	</div>
-
-
-	<h2>Development Milestones</h2>
-    
-    <h4>1.0.0.RC1</h4>
-	<div>
-		<ul>
- 		<li><strong>Gemini Naming</strong> - <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/naming/r1.0/milestones/gemini-naming-1.0.0.RC1.zip">Download</a></li>
-		<li><strong>Bug list is available</strong> - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;target_milestone=1.0.0.RC1;product=Gemini.Naming" target="_self">here</a>.</li>
-		</ul>
-	</div>
-		
-    <h4>1.0.0.M02</h4>
-	<div>
-		<ul>
- 		<li><strong>Gemini Naming</strong> - <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/naming/r1.0/milestones/gemini-naming-1.0.0.M02.zip">Download</a></li>
-		<li><strong>Bug list is available</strong> - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;target_milestone=1.0.0.M02;product=Gemini.Naming" target="_self">here</a>.</li>
-		</ul>
-	</div>
-
-    <h4>1.0.0.M01-incubation</h4>
-	<div>
-		<ul>
- 		<li><strong>Gemini Naming</strong> - <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/naming/r1.0/milestones/gemini-naming-1.0.0.M01-incubation.zip">Download</a></li>
-		<li><strong>Bug list is available</strong> - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;target_milestone=1.0.0.M01;product=Gemini.Naming" target="_self">here</a>.</li>
-		</ul>
-	</div>
-</div>
-
-<div id="rightcolumn">
-</div>
-
-EOHTML;
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/naming/getting_involved.php b/naming/getting_involved.php
deleted file mode 100644
index d8abe51..0000000
--- a/naming/getting_involved.php
+++ /dev/null
@@ -1,28 +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'
-/*******************************************************************************
- * Copyright (c) 2009 
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	$pageTitle 		= "Getting Involved in Gemini Naming";
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
-
-	$html  = <<<EOHTML
-<div id="midcolumn">
-<h2>$pageTitle</h2>
-<p/>
-<p>Post a message to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Gemini forum</a> to indicate that you would like to get involved, and how/what you would like to contribute.
-
-<p>For more information, please refer to the <a href="http://wiki.eclipse.org/Gemini/Naming/CommitterGuide">Gemini Naming Committer Guide</a> on the Gemini Naming Wiki.  
-
-</div>
-EOHTML;
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/naming/images/backgroundMain.png b/naming/images/backgroundMain.png
deleted file mode 100644
index 6a8578c..0000000
--- a/naming/images/backgroundMain.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/backgroundMainEmpty.png b/naming/images/backgroundMainEmpty.png
deleted file mode 100644
index 9487b21..0000000
--- a/naming/images/backgroundMainEmpty.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonDocumentation.png b/naming/images/buttonDocumentation.png
deleted file mode 100644
index bbfdde0..0000000
--- a/naming/images/buttonDocumentation.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonDocumentation_sel.png b/naming/images/buttonDocumentation_sel.png
deleted file mode 100644
index 8affb93..0000000
--- a/naming/images/buttonDocumentation_sel.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonDownload.png b/naming/images/buttonDownload.png
deleted file mode 100644
index e620092..0000000
--- a/naming/images/buttonDownload.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonDownload_new.png b/naming/images/buttonDownload_new.png
deleted file mode 100644
index e620092..0000000
--- a/naming/images/buttonDownload_new.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonDownload_sel.png b/naming/images/buttonDownload_sel.png
deleted file mode 100644
index d3a0330..0000000
--- a/naming/images/buttonDownload_sel.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonInvolved.png b/naming/images/buttonInvolved.png
deleted file mode 100644
index b3e9a82..0000000
--- a/naming/images/buttonInvolved.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonInvolved_sel.png b/naming/images/buttonInvolved_sel.png
deleted file mode 100644
index 346a452..0000000
--- a/naming/images/buttonInvolved_sel.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonSupport.png b/naming/images/buttonSupport.png
deleted file mode 100644
index bd36086..0000000
--- a/naming/images/buttonSupport.png
+++ /dev/null
Binary files differ
diff --git a/naming/images/buttonSupport_sel.png b/naming/images/buttonSupport_sel.png
deleted file mode 100644
index a535fe8..0000000
--- a/naming/images/buttonSupport_sel.png
+++ /dev/null
Binary files differ
diff --git a/naming/index.php b/naming/index.php
deleted file mode 100755
index ba56e78..0000000
--- a/naming/index.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	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());
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
-	
-	$localVersion = false;
-	
-	# Define these here, or in _projectCommon.php for site-wide values
-	$pageKeywords	= "eclipse, project, osgi, naming , gemini";
-	$pageAuthor		= "Bob Nettleton";
-	$pageTitle 		= "Gemini Naming";
-	
-	
-	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('pages/_index.html');
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
-
-?>
\ No newline at end of file
diff --git a/naming/midcolumn_example.php b/naming/midcolumn_example.php
deleted file mode 100644
index e8b3466..0000000
--- a/naming/midcolumn_example.php
+++ /dev/null
@@ -1,91 +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'
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	#
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Nova #midcolumn Template";
-	$pageKeywords	= "Nova, template, #midcolumn";
-	$pageAuthor		= "Nathan Gervais";
-		
-	# Paste your HTML content between the EOHTML markers!	
-	ob_start();
-	?>
-	<div id="midcolumn">
-		<h1>&lt;H1&gt; tag</h1>
-		
-		<p>
-			This is a &lt;p&gt; tag.  
-		</p>
-		
-		<p>
-			This is a &lt;p&gt; tag.  With a lot of text. <br/>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-		</p>
-		
-		
-		<h3>&lt;h3&gt; tag</h3>
-		<div class="homeitem">
-			<ul>
-				<li>This is an unordered list</li>
-				<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
-				<li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- 				<li>Curabitur vel lorem in turpis adipiscing dictum. Nunc mi est, scelerisque vitae, venenatis et, euismod et, sem. Praesent aliquet mi vel felis. Pellentesque pellentesque convallis ante. Praesent imperdiet velit vitae justo. Nullam quis purus. Aenean neque enim, consequat non, mattis eu, gravida sed, massa.</li>
-			</ul>
-			<ol> 
-				<li>This is an ordered list</li>
-				<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
-				<li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- 				<li>Curabitur vel lorem in turpis adipiscing dictum. Nunc mi est, scelerisque vitae, venenatis et, euismod et, sem. Praesent aliquet mi vel felis. Pellentesque pellentesque convallis ante. Praesent imperdiet velit vitae justo. Nullam quis purus. Aenean neque enim, consequat non, mattis eu, gravida sed, massa.</li>
-			</ol>				
-		</div>
-		
-		<h2>&lt;h2&gt; tag</h2>
-		<table>
-			<tr>
-				<td>Tables look </td>
-				<td>like this</td>
-			</tr>
-			<tr>
-				<td>Data</td>
-				<td>Data</td>
-			</tr>
-			<tr>
-				<td>Data</td>
-				<td>Data</td>
-			</tr>
-		</table>
-		
-	</div>
-
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>
-				<li><a href="midcolumn.php">#midcolumn Template</a></li>
-				<li><a href="fullcolumn.php">#fullcolumn Template</a></li>
-			</ul>
-		</div>
-		<div class="sideitem">
-			<h6>&lt;h6&gt; tag</h6>
-				<div class="modal">
-					Wrapping your content using a div.modal tag here will add the gradient background
-				</div>
-		</div>
-	</div>
-
-	
-	<?
-	$html = ob_get_clean();
-
-	# Generate the web page
-	$App->generatePage('Nova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/naming/pages/_index.html b/naming/pages/_index.html
deleted file mode 100644
index 2fcac7e..0000000
--- a/naming/pages/_index.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<div id="bigbuttons">
-<h3>Primary Links</h3>
-<ul>
-	<li><a id="buttonDownload" href="download.php" title="Download">Eclipse
-	Distribution, Update Site, Dropins</a></li>
-	<li><a id="buttonDocumentation" href="documentation.php"
-		title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
-	<li><a id="buttonSupport" href="support.php" title="Download">Bug
-	Tracker, Newsgroup, Professional Support</a></li>
-	<li><a id="buttonInvolved" href="getting_involved.php" title="Getting Involved">CVS,
-	Workspace Setup, Wiki, Committers</a></li>
-</ul>
-</div>
-
-<div id="midcolumn">
-<h3>Gemini Naming</h3>
-<h4>Modular Naming Support</h4>
-<div id="introText">
-
-<p>The Gemini Naming project implements support for using the Java Naming and Directory Interface&trade; (also known as JNDI&trade;) 
-                within an OSGi environment.  This project provides the following: a standard mechanism for publishing and locating JNDI&trade; Service Provider implementations 
-                within an OSGi framework, support for the existing traditional model of JNDI&trade; clients, a new service-based model for interacting with JNDI&trade; providers, 
-                and the ability to access OSGi services using osgi-based URL lookups.  
-</p>
-
-</div>
-
-<div id="otherDetails">
-	<h4>Other Details</h4>
-    <p>Join the discussion at the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153&">forum</a> to ask questions or find out answers from questions that others have asked.</p>
-    <p>Want to know more?
-        <br><a href="/projects/project_summary.php?projectid=rt.gemini.naming">About Gemini Naming</a></br>
-    </p>
-</div>
-
-</div>
-
-<div id="rightcolumn">
-
-<div class="sideitem">
-<h6>Current Status</h6>
-<p>Gemini Naming graduated and 1.0.0 release is available for download.</p>
-</div>
-
-<div class="sideitem">
-<h6>New and Noteworthy</h6>
-<p>Gemini Naming 1.0.0 RELEASE is available!</p>
-</div>
-
-</div>
\ No newline at end of file
diff --git a/naming/project-info/executive-summary.html b/naming/project-info/executive-summary.html
deleted file mode 100755
index e69de29..0000000
--- a/naming/project-info/executive-summary.html
+++ /dev/null
diff --git a/naming/project-info/home-page-one-liner.html b/naming/project-info/home-page-one-liner.html
deleted file mode 100755
index e9b2050..0000000
--- a/naming/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Phoenix
\ No newline at end of file
diff --git a/naming/project-info/maillist b/naming/project-info/maillist
deleted file mode 100755
index c191d00..0000000
--- a/naming/project-info/maillist
+++ /dev/null
@@ -1 +0,0 @@
-::epf-dev::Mailing list for the Eclipse Process Framework Project.
\ No newline at end of file
diff --git a/naming/project-info/newsgroup b/naming/project-info/newsgroup
deleted file mode 100755
index 4cb94f6..0000000
--- a/naming/project-info/newsgroup
+++ /dev/null
@@ -1 +0,0 @@
-::eclipse.technology.epf::The Eclipse Process Framework (EPF) aims at producing a customizable software process enginering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles. Want to know more? See the EPF home page.
\ No newline at end of file
diff --git a/naming/project-info/project-info.xml b/naming/project-info/project-info.xml
deleted file mode 100755
index c3bf39f..0000000
--- a/naming/project-info/project-info.xml
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
-  <!--
-     - This example is annotated to be instructive. In order to be instructive, the
-     - example is a mish-mash of information from a variety of projects. Obviously, 
-     - when you write the project-info.xml file for your project, the file will 
-     - contain information only about your one project.
-    -->
-  <!--
-     - Unless otherwise specified, all URLs are to be specified using rooted relative
-     - paths. In other words:
-     -    CORRECT: "/webtools/foo/bar.php"
-     -    INCORRECT: "foo/bar.php"
-     -    INCORRECT: "http://www.eclipse.org/webtools/foo/bar.php"
-    -->
-  
-  <!--
-     - Each Eclipse project as an official name, e.g., 
-     - "AJDT - AspectJ Development Tools Project" and a foundation database 
-     - key, e.g., "technology.ajdt". These are stored in an Eclipse Foundation
-     - database; You can override the name stored on the database by filling 
-     - the <name/> tag
-    -->
-  <name>Phoenix Project</name>
-    
-  <!--     
-     - Each project can also have a short name to be used in HTML lists and 
-     - other horizontally challenged places.
-    -->
-  <short-name>Phoenix</short-name>
-  
-  <!--
-     - Each Eclipse project has one or more Bugzilla products and components.
-     - Some projects also have a separate web page describing how to submit
-     - a bug, how bugs are prioritized, and other useful information.
-     - The <bugzilla> collects this information.
-     - 
-     - <bugzilla url="..."> <product name="..."/> ... </bugzilla>
-     - The url is optional; if absent, the url will default to the Bugzilla
-     - page of the first product. Multiple <product>s are allowed.
-    -->
-  <bugzilla>
-    <product name="Phoenix"/>
-  </bugzilla>
-
-  <!--
-     - Committers and non-committer Contributors are the raison d'etre of 
-     - an Eclipse project, thus each project should list and acknowledge these
-     - developers. Some of the Committers are 'special' in the sense that
-     - they are the project leaders.  The <team> element contains the 
-     - URL of the project's pages listing these important people.
-    -->
-  <team url="/phoenix/about.php" />
-  
-  <!--
-     - The source code of each Eclipse project is stored in CVS. Eclipse maintains
-     - a number of CVS repositories, thus the <cvs> element specifies which
-     - CVS repository and (if applicable) which root path stores this project's
-     - source code.
-     -
-     - A top-level project typically specifies only the repository:
-     -     <cvs repository="/cvsroot/tptp"/>
-     - A sub-project includes the root path as well:
-     -     <cvs repository="/cvsroot/technology/">
-     -       <module path="org.eclipse.higgins" />
-     -     </cvs>
-    -->
-  <cvs repository="/cvsroot/technology/">
-    <module path="org.eclipse.phoenix" /> 
-  </cvs>
-
-  <!--
-     - The description of an Eclipse project shows up in many places: the
-     - project's home page, perhaps the /projects/ page listing all the
-     - top-level projects, in the Roadmap, and so on. Some of the descriptions
-     - are separate HTML files (such as those described in 
-     - http://phoenix.eclipse.org/projects/dev_process/project-status-infrastructure.php).
-     - It would be nice 
-     - This <description> element contains two additional descriptions.
-     -    1. The optional <description url="..."> points to a web page with a larger
-     -       description of the entire project. 
-     -    2. The required <description paragraph-url="..."> points to a file
-     -       containing a couple of simple HTML paragraphs describing the project. 
-     -       This file is often stored in the /project-info/ directory, thus the
-     -       url would be something like "/tptp/project-info/description.html".
-    -->
-  <description url="/phoenix/about.php"
-     paragraph-url="/phoenix/project-info/project-page-paragraph.html"/>
-  
-  <!--
-     - In addition to the description, each Eclipse project is also required to
-     - provide an up-to-date status summary. "Up to date" means revised at least
-     - quarterly. 
-     - The required <summary paragraph-url="..."> points to a file
-     - containing a number of simple HTML paragraphs with an executive summary
-     - of the project status.
-     - This file is often stored in the /project-info/ directory, thus the
-     - url would be something like "/technology/project-info/executive-summary.html".
-    -->
-  <summary paragraph-url="/technology/phoenix/project-info/executive-summary.html"/>
-
-  <!--
-     - It is important to help new users get started with an Eclipse project
-     - because most Eclipse projects are solving some difficult technical
-     - problem and thus are somewhat complex. The <getting-started> element
-     - points to a web page on the project's site that describes how to
-     - get started using and extending the project's tools and frameworks.
-    -->
-  <getting-started url="/phoenix/docs/" />
-  
-  <!--
-     - It is also important to help new contributors get started with an Eclipse project.
-     - Most Eclipse projects have interesting/complex development environment
-     - setups or to-do lists. The <contributing> element
-     - points to a web page on the project's site that describes how to
-     - get started developing on, and contributing to, the project.
-    -->
-  <contributing url="/phoenix/docs/" />
-  
-  <!--
-     - Each Eclipse project is required to maintain a current Project IP Log.
-     - See http://www.eclipse.org/projects/dev_process/project-log.php
-     - The <ip-log> contains the URL of that log.  If the project has
-     - other legal information as well, it can use the <legal> element
-     - instead and then include the IP Log information on the Legal web page.
-    -->
-  <ip-log url="" /> 
-  <legal url="" /> 
-
-  <!--
-     - Each Eclipse project has one or more mailing lists.
-     - Some projects also have a separate web page describing these lists
-     - while others rely on the main Eclipse mailing lists page.
-     - 
-     - <mailing-lists url="..."> <list name="..."/> ... </mailing-lists>
-     - The url is optional; if absent, the url will default to the Eclipse
-     - mailing lists page. Multiple <lists>s are allowed.
-     -
-     - Note that currently mailing lists must be redundantly listed in
-     - the separate project-info/maillist file as well.
-    -->
-  <mailing-lists>
-    <list name="phoenix-dev"/>
-  </mailing-lists>
-  
-  <!--
-     - Each Eclipse project has one or more newsgroups.
-     - Some projects also have a separate web page describing these lists
-     - while others rely on the main Eclipse newsgroups page.
-     - 
-     - <newsgroups url="..."> <newsgroup name="..."/> ... </newsgroups>
-     - The url is optional; if absent, the url will default to the Eclipse
-     - newsgroups page. Multiple <newsgroups>s are allowed.
-    -->
-  <newsgroups>
-    <newsgroup name="eclipse.technology.phoenix" />
-  </newsgroups>
-  
-  <!--
-     - The dashboard attempts to measure the liveness of a project in many
-     - ways including the traffic on the mailing lists and newsgroups. There
-     - are other places where significant project-related traffic can occur
-     - including blogs and articles. When listed here, the dashboard incorporates
-     - them into the liveness measure (or rather, "will incorporate").
-    -->
-  <articles>
-  </articles>
-  
-  <blogs>
-  </blogs>
-  
-  <!--
-     - Each Eclipse project needs to have a plan both for its internal purposes
-     - (to guide development and resource allocation) and for the larger Eclipse
-     - community and ecosystem to understand what will be delivered and when
-     - it will be delivered.
-    -->
-  <project-plan url="" />
-
-  <!--
-     - Each Eclipse project creates (optional) nightly builds and milestone builds,
-     - but the important builds of a project are the releases. This section of the
-     - status file records the completed (past) and scheduled (future) releases of
-     - the project. 
-     - The status, name, and date are required attributes. The download is optional
-     - and only valid for completed releases; the plan is optional and valid for
-     - all releases.  The three valid types of releases are, in order of ascending 
-     - uncertainity: "completed", "scheduled", and "tentative".  Dates can be
-     - specified as particular day DD/MM/YYYY (e.g., 22/03/2005) or a particular
-     - month MM/YYYY (e.g., 10/2005), or a quarter NQYYYY (e.g., 3Q2005). Obviously
-     - completed releases should include the exact day the release was completed.
-     -
-     - In the following example, we have three completed, two scheduled, and one 
-     - tentative release.
-    -->
-  <releases>
-  </releases>
-</project>
\ No newline at end of file
diff --git a/naming/project-info/project-page-paragraph.html b/naming/project-info/project-page-paragraph.html
deleted file mode 100755
index 184c8df..0000000
--- a/naming/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1 +0,0 @@
-The purpose of this project is to improve the usability of the eclipse.org site, improving productivity and reducing duplication of effort across the eclipse user community.
\ No newline at end of file
diff --git a/naming/style.css b/naming/style.css
deleted file mode 100644
index c0980fa..0000000
--- a/naming/style.css
+++ /dev/null
@@ -1,190 +0,0 @@
-@CHARSET "UTF-8";
-#novaContent {
-	background: url("images/backgroundMainEmpty.png") no-repeat;
-	padding-top: 210px;
-}
-
-#midcolumn {
-	width: 640px;
-	padding: 0 10px 10px 10px;
-}
-
-#rightcolumn {
-	width: 260px;
-}
-
-
-h3 {
-	clear: both;
-}
-
-h7 {
-	font-weight: bold;
-	padding: 5px;
-}
-
-a strong {
-	text-decoration: underline;
-}
-
-
-#novaContent {
-	background: url("images/backgroundMainEmpty.png") no-repeat white;
-	padding-top: 170px;
-}
-
-#introText p.left {
-	width: 48%;
-	float: left;
-}
-
-#introText p.right {
-	width: 48%;
-	float: right;
-}
-
-#feature_1 {
-	float: left;
-	width: 30%;
-	margin-right: 3%;
-}
-
-#feature_2 {
-	float: left;
-	width: 30%;
-	margin-right: 3%
-}
-
-#feature_3 {
-	float: left;
-	width: 30%;
-}
-
-#feature_4 {
-	clear: both;
-	float: left;
-	width: 63%;
-	margin-right: 3%;	
-}
-
-#feature_more {
-	float: left;
-	width: 30%;
-}
-	
-#bigbuttons {
-	position: relative;
-	left: 420px;
-	top: -170px;
-}
-#bigbuttons h3{
-	visibility: hidden;
-}
-
-#bigbuttons a {
-}
-
-#bigbuttons ul li {
-   display:block;
-   list-style-type:none;
-   background-color: red;
-   padding: 0;
-   margin: 0;
-}
-
-#bigbuttons a:hover {
-	text-decoration: none;
-}
-
-#bigbuttons a {
-   display: block;
-   height:77px; width:250px;
-   padding: 0;
-   margin: 20px;
-   text-indent: -9000px;
-   position: absolute;
-}
-
-#buttonDownload {
-   background:transparent url("images/buttonDownload.png") no-repeat 0 0;
-   top: 0px;
-   left: 0px;
-}
-
-#buttonDownload:hover {
-   background:transparent url("images/buttonDownload_sel.png") no-repeat 0 0;
-}
-
-   
-#buttonDocumentation {
-   background:transparent url("images/buttonDocumentation.png") no-repeat 0 0;
-   top: 87px;
-   left: 0px;
-}
-
-#buttonDocumentation:hover {
-   background:transparent url("images/buttonDocumentation_sel.png") no-repeat 0 0;
-}
-
-#buttonSupport {
-   background:transparent url("images/buttonSupport.png") no-repeat 0 0;
-   top: 0px;
-   left: 280px;
-}
-
-#buttonSupport:hover {
-   background:transparent url("images/buttonSupport_sel.png") no-repeat 0 0;
-}
-
-#buttonInvolved {
-   background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
-   top: 87px;
-   left: 280px;
-}
-
-#buttonInvolved:hover {
-   background:transparent url("images/buttonInvolved_sel.png") no-repeat 0 0;
-}
-
-#bigbuttons a * {
-	visibility: hidden;
-}
-
-#headlines {
-}
-
-#headlines ul li {
-	margin: 0 0;
-	list-style-type: none;
-	list-style-image: none;
-}
-
-	
-#headlines div.title {
-	display: inline;
-	margin-right: 0.5em;
-}
-
-#headlines div.meta {
-	display: inline;
-	color: #444444;
-	font-size: smaller;  
-}
-
-#headlines div.item {
-	display: block;
-	}
-	
-#screencast {
-	margin-bottom: 10px;
-}
-
-#newAndNoteworthy a {
-   display: block;
-   width:218px; 
-   height:51px;
-   padding: 0;
-   text-indent: -9000px;
-   background:transparent url("images/bannerNewAndNoteworthy08M4.png") no-repeat 0 0;
-   margin-top: 10px;
-}
\ No newline at end of file
diff --git a/naming/support.php b/naming/support.php
deleted file mode 100644
index 6427617..0000000
--- a/naming/support.php
+++ /dev/null
@@ -1,26 +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'
-/*******************************************************************************
- * Copyright (c) 2009 
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	$pageTitle 		= "Gemini Naming Support";
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
-
-	$html  = <<<EOHTML
-<div id="midcolumn">
-<h2>$pageTitle</h2>
-<p/>
-<p>You can get support for Gemini Naming by posting to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Gemini forum</a>. Please be sure to indicate the exact nature of your question or problem, including any stack traces or additional information.
-
-</div>
-EOHTML;
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/.project b/web/.project
deleted file mode 100644
index 450460f..0000000
--- a/web/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>web</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/web/_projectCommon.php b/web/_projectCommon.php
deleted file mode 100755
index a4a4918..0000000
--- a/web/_projectCommon.php
+++ /dev/null
@@ -1,61 +0,0 @@
-<?php
-
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    
- *******************************************************************************/
-
-	# Set the theme for your project's web pages.
-	# See http://eclipse.org/phoenix/
-	$theme = "Nova";
-	
-
-	# Define your project-wide Navigation here
-	# This appears on the left of the page if you define a left nav
-	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-	# these are optional
-	
-	# If you want to override the eclipse.org navigation, uncomment below.
-	# $Nav->setLinkList(array());
-	
-	# Break the navigation into sections
-	$Nav->addNavSeparator("Gemini Web Home", 	"/gemini/web/");
-	$Nav->addCustomNav("About This Project", 	"http://www.eclipse.org/projects/project_summary.php?projectid=rt.gemini.web",    		"_self", 3);
-	$Nav->addCustomNav("Download", 			"/gemini/web/download", 		"_self", 3);
-	$Nav->addCustomNav("Documentation", 	"/gemini/web/documentation",	"_self", 3);
-	$Nav->addCustomNav("Support", 			"/gemini/web/support", 			"_self", 3);
-	$Nav->addCustomNav("Getting Involved", 	"/gemini/web/contribute",		"_self", 3);
-	$Nav->addCustomNav("Background", 		"/gemini/web/about",    		"_self", 3);
-
-	# Define keywords, author and title here, or in each PHP page specifically
-	# $pageKeywords	= "eclipse, OSGi, gemini";
-	# $pageAuthor		= "Christopher Frost";
-	# $pageTitle 		= "Gemini Web Container from EclipseRT";
-
-	# top navigation bar
-	# To override and replace the navigation with your own, uncomment the line below.
-	# $Menu->setMenuItemList(array());
-	# $Menu->addMenuItem("Home", "/project", "_self");
-	# $Menu->addMenuItem("Download", "/project/download.php", "_self");
-	# $Menu->addMenuItem("Documentation", "/project/documentation.php", "_self");
-	# $Menu->addMenuItem("Support", "/project/support.php", "_self");
-	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
-	
-	# To define additional CSS or other pre-body headers
-	$App->AddExtraHtmlHeader('<link media="screen" rel="stylesheet" type="text/css" href="/gemini/web/resources/local.css"/>');
-	
-	$App->AddExtraHtmlHeader('<script type="text/javascript" src="/gemini/web/resources/mootools-1.2.4-core-yc.js"></script>');
-	$App->AddExtraHtmlHeader('<script type="text/javascript" src="/gemini/web/resources/mootools-1.2.4.4-more.js"></script>');
-
-	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
-	$App->Promotion = TRUE;
-	
-	# If you have Google Analytics code, use it here
-	$App->SetGoogleAnalyticsTrackingCode("UA-17221847-1");
-?>
\ No newline at end of file
diff --git a/web/about/index.php b/web/about/index.php
deleted file mode 100644
index 63c74f8..0000000
--- a/web/about/index.php
+++ /dev/null
@@ -1,43 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Runtime - About";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, History, origin, origins, about";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>About The Gemini Web Container</h2>
-		<p>
-			The Gemini project started life as the web part of the SpringSource dm Server that has now been 
-			donated to Eclipse as the <a href="http://www.eclipse.org/virgo/">Virgo</a> project. As RFC66
-			from the OSGi alliance came in to being the web container was separated out to fulfil that
-			RFC and has now become the reference implementation as a part of Gemini at EclipseRT.
-		</p>
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/about/paragraph.html b/web/about/paragraph.html
deleted file mode 100644
index fcfaaaf..0000000
--- a/web/about/paragraph.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<p>Gemini Web is based on the Reference Implementation of the Web Applications Specification from the OSGi Alliance.</p>
-<p>Further information is available from the <a href="http://www.eclipse.org/gemini/web">Gemini Web home page</a>.</p>
\ No newline at end of file
diff --git a/web/contribute/index.php b/web/contribute/index.php
deleted file mode 100644
index 9b23643..0000000
--- a/web/contribute/index.php
+++ /dev/null
@@ -1,53 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini OSGi Runtime - Contribute";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Contribute, Developers, help";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>Developers, want to contribute...</h2>
-		<p>
-			Download Gemini and take it for a spin. Read the docs. Check out and build the code. Then tweet, blog, or post to the 
-			<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev"> developer mailing list</a> It's as simple as that. 
-			Maybe later you'll want to file 
-			<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;order=Importance;classification=RT;product=Gemini">
-			bugs</a> or send in patches to the docs and code.
-		</p>
-		
-		<p>
-			All of our source code will be in Git repositories, if you are new to Git then you may want to try the following resources.
-			<ul>
-				<li><a href="http://git-scm.com/">The Git website</a></li>
-				<li><a href="http://book.git-scm.com/">The Git community book</a> - an excellent online reference.</li>
-			</ul>
-		</p>
-
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ch01.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
deleted file mode 100644
index 9dd172c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="up" href="index.html" title="Gemini Web Programmer Guide"><link rel="prev" href="index.html" title="Gemini Web Programmer Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
deleted file mode 100644
index 29c50b4..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/.images b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/index.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/index.html
deleted file mode 100644
index 9a9afdf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web Programmer Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
deleted file mode 100644
index 54c1e5a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini" module="gemini-web-programmer-guide" revision="2.1.0.RELEASE" status="release" publication="20120721063339"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
deleted file mode 100644
index c9b88da..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
deleted file mode 100644
index d8172a8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
deleted file mode 100644
index f4929ca..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
+++ /dev/null
@@ -1,284 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 188 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GaqdY4U]+\(^/b[^Z*7VnF]N(2T_m/$fW9IE"If)Z#kdg_#J?O)Tlp;*R?Ksq+="SA?A>2#pr-O#Y$HmG`7=*27^:a@hhRhODlc)R"kK7@]#)-BA#-j%e2Y5[e\>6/u=r5IJY"eZ,?rWrR#1Fe_C(Ub/eS&;*-,BqC@Ra1%"nY0D>Bhp-H=k8II%I~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 285 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/e9oHkB&;KZP'm$I3`_;g3F53#fMBHSMiaLH@90c_.>5u=#qLK^#MhE(Aj;meX%eEH0?.'hVJ;/m]\4sj!5=+57&1hH6['kolBa;i2rVUQV*b<,)Aedp/lcmmu=BA4"22<6S^eMmQ!=CS*j(D;iR#r1`AALS93M!S>^@gTEPan59:m"7;7Xbb%ZncIfRM*)?5RasD"]P//GRT@Iea2V:j1=c'eHLVTP6XNGINi,VC,a!Ur>;WMoVnKIj_S6sMm#P]=qd1bVRQ=!HFIk8)*5iX5l~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
-endstream
-endobj
-17 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 16 0 R
->>
-endobj
-18 0 obj
-<< /Length 511 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbWbAMqd&4Q>@`@R3AVq>AcbG:k0X%I(.C)9kd"AH&<X$@Wsmq_JL8Z<E/_;dVtpQ"?\B\_HK5RBI_VM5BrK7Kpb!hP5q3$(B?i=Hdo4s;n>)p10e%eUZ4QJ\G4Q=;q0%gX8$+QBCJ"ZhFk(32a&&@/)'_T>0u2-'2^GHr\o'F'5N;2C4'[tcM&+\UL0=MH_='5P:kX3*&XV.asB(3M5:;0K(EFd]`\OGHjN&m\W>>XOt1FY;^QO4PHDSS'\anjB:I(9pODC5n%UW:#C@Wq;pIQbd,bP+]RZGd..:7pT:UKs%LF/u!M3Z1[RdB\G6a2H%6X94b)?ADd;D'm!YkA#W9<_FtI-U)hQd7"Zql#=anl>NSqMoJa';h[b]B@rDBK$SX-$UI/<uKqm`q!LDc??KY^jb;a;]0OB]`G\h4TE/LA%3_^riA)cHG3Pi*9`s0GLRNchIMMp)-'J`-2Q"5iMgelDN$RcWEETKF\ZbTX@ZA@h.ISN:lk81!nlb<~>
-endstream
-endobj
-19 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 18 0 R
-/Annots 20 0 R
->>
-endobj
-20 0 obj
-[
-21 0 R
-]
-endobj
-21 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-22 0 obj
-<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
-endstream
-endobj
-23 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 22 0 R
->>
-endobj
-26 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 24 0 R
- /Next 28 0 R
- /A 25 0 R
->> endobj
-28 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 24 0 R
- /Prev 26 0 R
- /Next 29 0 R
- /A 27 0 R
->> endobj
-29 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 24 0 R
- /First 30 0 R
- /Last 30 0 R
- /Prev 28 0 R
- /Count -1
- /A 13 0 R
->> endobj
-30 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 29 0 R
- /A 15 0 R
->> endobj
-31 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-32 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-33 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 6
-/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 24 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-24 0 obj
-<<
- /First 26 0 R
- /Last 29 0 R
->> endobj
-25 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-xref
-0 34
-0000000000 65535 f 
-0000004217 00000 n 
-0000004309 00000 n 
-0000004529 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000350 00000 n 
-0000000456 00000 n 
-0000000567 00000 n 
-0000000673 00000 n 
-0000001049 00000 n 
-0000001171 00000 n 
-0000001205 00000 n 
-0000004630 00000 n 
-0000001341 00000 n 
-0000004696 00000 n 
-0000001478 00000 n 
-0000001691 00000 n 
-0000001799 00000 n 
-0000002402 00000 n 
-0000002525 00000 n 
-0000002552 00000 n 
-0000002745 00000 n 
-0000002994 00000 n 
-0000004762 00000 n 
-0000004813 00000 n 
-0000003102 00000 n 
-0000004878 00000 n 
-0000003343 00000 n 
-0000003539 00000 n 
-0000003725 00000 n 
-0000003886 00000 n 
-0000003994 00000 n 
-0000004104 00000 n 
-trailer
-<<
-/Size 34
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-4944
-%%EOF
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01.html
deleted file mode 100644
index 9661e7f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01s02.html" title="1.2&nbsp;About This Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01s02.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
deleted file mode 100644
index 2a096d1..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.2&nbsp;About This Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch01.html" title="1.&nbsp;Overview"><link rel="prev" href="ch01.html" title="1.&nbsp;Overview"><link rel="next" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2&nbsp;About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">1.&nbsp;Overview</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Apache Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02.html
deleted file mode 100644
index 2286060..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.&nbsp;Installing Gemini Web</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch01s02.html" title="1.2&nbsp;About This Guide"><link rel="next" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;Installing Gemini Web</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02s02.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
deleted file mode 100644
index 0a5230e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar" target="_top">org.eclipse.osgi_3.7.2.v20120110-1415.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a file config.ini in the configuration directory. 
-					Example file which works with 2.1.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip" target="_top">config.ini.zip</a>. 
-					Essentially config.ini ensures that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.7.2.v20120110-1415.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03.html
deleted file mode 100644
index 3e26faf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03.html
+++ /dev/null
@@ -1,203 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Apache Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Apache Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Apache Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Apache Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li><li><p>
-						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Apache Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Apache Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Apache Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
-				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a> 
-				describes in details how the JNDI resources can be configured and used.
-			</p><p>
-				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
-				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
-				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
-						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
-						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
-						describes in details how JNDI can be utilized from within an OSGi framework.
-						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
-						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
-<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
-&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
-          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
-&lt;<span class="hl-tag">/Context</span>&gt;</pre>
-						The list below describes in details the different properties:
-						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
-								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
-							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
-			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03s02.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
deleted file mode 100644
index 9eed45c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/highlight.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
deleted file mode 100644
index bf1033a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/.images b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/draft.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/index.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/index.html
deleted file mode 100644
index 1d3fabe..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2012 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Apache Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Apache Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ivy.xml b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ivy.xml
deleted file mode 100644
index c5c7630..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini" module="gemini-web-user-guide" revision="2.1.0.RELEASE" status="release" publication="20120721063339"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
deleted file mode 100644
index 7f81bf1..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
deleted file mode 100644
index 1ccbed9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
+++ /dev/null
@@ -1,297 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.1.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2012 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Apache Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Apache Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Apache Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar" target="_top">org.eclipse.osgi_3.7.2.v20120110-1415.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a file config.ini in the configuration directory. 
-					Example file which works with 2.1.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip" target="_top">config.ini.zip</a>. 
-					Essentially config.ini ensures that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.7.2.v20120110-1415.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Apache Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Apache Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Apache Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Apache Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li><li><p>
-						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Apache Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Apache Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Apache Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
-				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a> 
-				describes in details how the JNDI resources can be configured and used.
-			</p><p>
-				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
-				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
-				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
-						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
-						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
-						describes in details how JNDI can be utilized from within an OSGi framework.
-						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
-						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
-<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
-&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
-          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
-&lt;<span class="hl-tag">/Context</span>&gt;</pre>
-						The list below describes in details the different properties:
-						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
-								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
-							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
deleted file mode 100644
index 8ff599d..0000000
--- a/web/documentation/gemini-web-documentation-2.1.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
+++ /dev/null
@@ -1,1270 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 388 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU>u/?\'Sc)R/'d7B3!<DSlWlBUd:cu/l@nh]FfZfjb<hU=s5%p:dO$b)>gW6;*1eNs.>%0W&86aV3!?Jn0Z"ri!(.V8_!N=2@YuQE@G:.&JuIUMPcIF.H41J03D*bN9O[Rf(;n!fU[54Jn+9M;i=3`mSkC7AFjqXnEmhCN^_2Sc%Y%S4'k-a%h.>h%q]096p9&j(l#K1$'X>R:Q.^Uh?*7IG_7JO!3G$,VMK*[fO+dB%I/b@lo(f.8OAE/gqI&)^g#h3Nn-KcbpSj_6Mk)Z4\N&9eRI?_Gb$)aU5;j2TftNBnEoRPHOfD-('$?q5U"X=IPQ%Xg)-^kK/pk&c9-8OPo93):<Yk"m]eEG0h9]#I%LXdmm]>bXB-R*Tr>hL[~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 632 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/h9okbt&;KZL'g?4?lhU]NI,&Vm<N8['C60pQl@B'cCDH3eR,m_fj9(@*.*#mD-\j'*O?j)cT(2;1Rs]OV!%3lP5dm7,YaJmLg_U'Q+9HQ,+``>fn8"KSb>R,HH]fY91E:tF?4Y7MXfP@-^&u,9p=2TD!#$0e"Wdl-(egYk:^l(iXE@<G[_cjWfJsI28aC@$;.*eic0ueGW;VR6X2J^`^pnO-PX*eO%K>?@=4ZT0=]q`SIY!;F18)Fu>N?Nm@Ld*"<8n5W@At4#S(X:4HgA5)`M&$RNF\E-JRd[cfc;PTQhBiFFh[##Wj[1U9""2b-7Z!*DuUBl2K.#W,QeJar!5CkP+KpNN"a8o7J[2RWt@i!CLf$!W.XXB"5cVB$1GH""CB9?CSRreZ>ZHrIa2;Ij,;cn;WgJ!D#W9M+Rh:6Bd3!n(lRFW2+"uZr2A.LDAn_23[6FEP2QNJ#%!TU4.i\nm5cb>:f3gK5"Je.'U;]l;&#bo\hS^+Q%)9#X&\SqB,8@#948&AZ+3iN3*2@"HB\$EUPMaUh55hQiVK<o=Zh&#mjF<#@].JCUPlb1C_V(9n7/`h&#"&56BjaPj*j(Ii:lkJqQNNF_>lBtJ#b&q4T7:a-N=*h+XX8~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-16 0 R
-18 0 R
-20 0 R
-22 0 R
-24 0 R
-26 0 R
-28 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 627.536 221.664 615.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 614.336 211.992 602.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 601.136 196.992 589.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 21 0 R
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 587.936 298.32 575.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 23 0 R
-/H /I
->>
-endobj
-24 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 574.736 169.332 562.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 25 0 R
-/H /I
->>
-endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 561.536 432.288 549.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 27 0 R
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 548.336 299.988 536.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 29 0 R
-/H /I
->>
-endobj
-30 0 obj
-<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
-endstream
-endobj
-31 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 30 0 R
->>
-endobj
-32 0 obj
-<< /Length 777 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gasan9lo#B&A@sBkXZ2^Q>HAl2pr<cS^+#7[lq)]a@:]W[cPSR)#eqp$tu3AL#E"^Xkpe$?ed$S]*AjDJch6R*#EH4Jm@mj.!DkRJs]q1#Z4KmT+chFd$08.NWU1U1jOBZqF-;?*VtbY:IcN?R7@Hp#i^1j,kML3N[UIYjKWO.>.7WZ<I$l=LsRjjio<#d5o-2VV<i/'G;]1>;JUYVA]&(.ZosR@Q&@tn9l84FS[]\J/N2a!D%G(4/P*4Jb%8RSH1abd:m4OkGg`t!6mai?D[V]pGh#&/C@dM-:TFXiaf;C9#-P`%]\+]=fTW/Q"g<K8Dh!3P\fUA10t#$61mBIA]>nhiYpdJ*9GOuAa\IFkeDo6j%^MT+U2..iF2ca:7?6p$M=^*+'[UlO*7#.85U/WB`*SB0j96.(G)ffIYn6<Mb5(>X-g.CRM_7mYKN5>lqQ(Noap$RHibLotbYSGYALOJtMHQt5`gZ'ap"#k&CN42j=>q^Y%m<VY[i2^'$1-)TIG_rR1npG9LM?JlVQ$X9h%)+,Kn\9\4_R`)J%)Z<DO]WE9f(4:h&)^Tr`A&bk..lfajV6b*`NMM^E3jFLCAO-:qnDik!@?YGViR^&H:6,2%mk&OO50m7?oAW'YFQ18W2b4e.&nkPru37O9nI4gGLi\LY?nidP340Enb=/4KE]2[o/q-K00A(`UTd>=(-m-m6U>1m$7Q+L)VnSX'!jR^\X!P4#094H]mo>@i>Tc"2tDTGWGddT<771MasLlFDQb=6@T$.+1o8~>
-endstream
-endobj
-33 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 32 0 R
-/Annots 34 0 R
->>
-endobj
-34 0 obj
-[
-35 0 R
-]
-endobj
-35 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-36 0 obj
-<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
-endstream
-endobj
-37 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 36 0 R
->>
-endobj
-38 0 obj
-<< /Length 2230 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=->Ar7S'Roe[d/&t,2(_`#4:GoSZthCh?"0JZQ=5kdg/]SZXs?N^*qn?4W#H7ab)VgcJ4]'3Gkc\/&!boFAG4<R(aZmR?VP?P4e\/Ns/6[c`4#T"'%[Yqq:>E&MNM[ib(>.35)VPhl9elYEL*Hs>+^;j[qVH!F'n_%gA99eIr+,l&:?i-4dPDqJ?h?SD&gV%Y<Ec8i8=6BR9$s?gisTG-9'F#;:Ko[Dn,H!aa'+O4)Rs]#="'XMUS(3YLT-kORX.[H%j!]2km74;3PZ:e*L^2`_WiX4l!$_^,]40<u_Z"Tft-VHIB8"HqD=eV1#W@!nie@?%Lr(1lE.fEk<g>[PPOb:VKP,9C)Sj25*2Y^)MY/Rs:('[?r$I#I^_'a=Ng6?=;=7_rTFkmC]n[f%,q7ntEAA<7UDK2QQ/4I"dMM,.=g1"cPtffNg>@J:+=ok?5pm%:Fm[_j]ca,kM>C0nm";:ku%rrMXHseII'.n6$4WME9'O]K?ErO81&AgYe-OH"5sE=nAjf!Z-_g4USu:rPXVOh0DiU%T:7,V4QH;=-$FM5^.bF>^T%THZT45KGOK4]\Q.])->tQ/og5SXj*V!@:=E&g6<,5XshkS-X"#23>(@6r<j<n0_3.u$GY)^;O;][Z,3_mQ%JR^<n@=G,?%ZKlH"pRa1(%7o<U2n(_O.1Vj5QA-"oeHM;hZ44^N-67NDGP[Vh=G>4]]I"L39c7c/[;;:NkC#.V*;..na17Qe3^/eEWWC:4d/f`:,$<T""m>VG@dW5j,PRUZJs7>ZnfCkO4I\a!(39Gh(+&h8\oiLX[E0"G,!DtdtSI'"+lQ#AZ67OolRs.O0GT6jYX>@*6IDm\u;a/R.:8Y4bR,E=)\;u`!_9UC6_X0O5'`P03sM+]'C4&,&8,TGh:LrQS.>4+`"/tinH:';5jhbUn@`e+f0lk:dfU8X!C*l#'7@oRX1BVM'DIK!$R44!"5/u#UrGF_+cmroQ\?)?k8ECt0d8/@A?a&R=W*GqK97ZLDA\qmW0i^%js.,5Y,,/[YUVAS10+PQgjLCuHI1FG"1#0GY+J%k."oV6_r-6"cEp*$NhBna9S9d_j0^\d-\%;sIOR\t%C<%3m%H]i.`l()YMHN7;4P/)e.M7G=VqMCR3:7Vo[K.8Qh&:<1iol6'*/nA,U]LnmZGs:!hIFi^Mm^9d;g;MO_7P=Lsk=_Bo.5ha<1X3G'geJOl4?)rs#9+,C,C]a@+?ot@n7c6s)XS,skbgmmq45F9o$AE,BX,mM)(t#>q8'O/eQ`cJouQ[?&NtH%<[Y6[+!)qpAYLeq2!fj%8cq=fs69Ib6;#3-815c(/e=WZ/K%toBGK<+[(u.3R1DMiD6T-YnGI%fH!$Bm&D(WgKE,m/^hhqSE(dmcU.qUC0VpUQ(Ko+0C5kGk,1o/gTuUulrO'>>ah&4NE8#E1rTJi&G&RGW/]AjSUR)LH;W9BBg@F.>*`4B3`uklaaTRcb03T`fC.Nck7g?=C:EVNLCP&Nu\O9b0$>fo&UCO4BL"49q"bdC)-=53L%SfiW*`AEb[#PM<s-lH##_m,AID4eCj>YaL"uR0O,KfIJmBG2QVGi"Dr7<cG$f>IjN]4-^W5smac,,"`[&:j,Kg6mW%'t)Go?:eh=>"Zses?)JJ5a\+`1fu*1Ur+kndPTdhNLOJrhtXP2Q*%+%(RfE=<1"TlOs&WTYncd!sdn/M*@9kZYLLcq$r8XQL#a-*Z^"G7KnH2$S*me"p&uWr8o4pdR4.D_@3Xj7=@:1<l"7#2$WoJ\U25YM'UA)U9&6!41&X8&'X*f5*kmM/N7.2+]?.1C6un1"CM,Oi=JEC'h,S/iK`r_V9ma\jq9jW!qdlV?Z#f2ThIhGKXQ6TTrd"=V_/DqEGb`-6hq@Q2Pn^W''`BjQ5[>L'024L]n'kV0ostH0m(rhLD/r<C8#PlgWAg"Q<J2q+#&dZCCHr/0.kt@KY?`uLD.Wp\^&"\#jl]_Np3(o^(9*q9+=I4Nj'ueOrJhl'E!aK>baL0NirTR6lR`*#`C@]nJ]c#aG4Y]N2f&9"M.I[C!$$,1O.1;WV#Kj+,.8(%MH^X>9S@n%(H3DT#CMH9Z=B]M-O83'@sNM4!_WBYU%oj;Z.Yj]L\_oURf3R50@@UA\-p@-Jk$_0,Cj6.&H+4iojp.l^QNC#qqc,L<$S6GX-VZP9p/rpdm/-N[%t]jd=q<JX#rI?Zi`V[K@./YpFAU5BWkP49~>
-endstream
-endobj
-39 0 obj
-<</Type /XObject
-/Subtype /Image
-/Name /Im1
-/Length 382
-/Width 25
-/Height 24
-/BitsPerComponent 8
-/ColorSpace /DeviceRGB
-/Filter [ /ASCII85Decode /FlateDecode ]
->>
-stream
-Gatn$+VKD]&4Lq-:;TFZ#nDYUi=T`S!eW`^l4ERsJ!rruA1;@sF:.BKrRpNaqek*ceP+jG@@lXj)#CrgSu2P2Z>A:h#m@_ORTpP#hRHqfrF((7'dLf2Y(dl8\J]^45gh%V8IB2P7t["_MUjm.JnFpJ4hPL`2UD!+Y!\Y`psh(hJng`$bHeE)UCP`15=S^+,H7p[Wf5,1G]mBE*bOKmPBoTs9C3Wt\fF8B;Eeih;\VDa;-ZGak)8`/WrAaX$e-i0fJ9.DD[X9HC%*-$24LMB[mf99P:rW,_qrr`XdB<Jm\3?APbodddSUnE,mu),<&:kB.Pg\k#Ke_+#01G1L('i8PS'P:N9V(>C<YLVUN9O-nYP!\O*(S2*3##)d^P5I~>
-endstream
-endobj
-40 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 38 0 R
-/Annots 41 0 R
->>
-endobj
-41 0 obj
-[
-42 0 R
-43 0 R
-44 0 R
-45 0 R
-46 0 R
-47 0 R
-48 0 R
-]
-endobj
-42 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 162.648 609.986 267.312 597.986 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.java.com/)
-/S /URI >>
-/H /I
->>
-endobj
-43 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 535.136 151.992 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-44 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 304.308 535.136 510.288 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar)
-/S /URI >>
-/H /I
->>
-endobj
-45 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 406.116 521.936 456.108 509.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-46 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 346.644 483.536 396.636 471.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.eclipse.org/gemini/web/download)
-/S /URI >>
-/H /I
->>
-endobj
-47 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 160.656 418.736 224.652 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip)
-/S /URI >>
-/H /I
->>
-endobj
-48 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 416.616 319.518 511.26 307.518 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
-/S /URI >>
-/H /I
->>
-endobj
-49 0 obj
-<< /Length 175 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[d8Yp%#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=b(TFc@r3NBuPBSpA:$M)dSaH0HGK;Zi,KHYRG1?7(7GSsfd>dkudd!$fW?YQ~>
-endstream
-endobj
-50 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 49 0 R
->>
-endobj
-51 0 obj
-<< /Length 3236 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6lYkRg&c_:668/a+#FoLjU0d6K%SlAs'3m2)]L>Z(73V,?D4t-I.r"CoJ)?rk1D6O4`;\\#RPXQq]K#!Ah;[ed=2trDH.HGQAm8&Dgp5n*>G9;Xb6p=oSo62=ej&%Olj)iSpc]'K&\?P_pK>(fT6>KZ```.jol"X9Z/Wb*TEK.sPB<2<7E^NhXRsGk9q4E?KB9H)^YE]JeS:p]rQ+Xi>2gEXCpT)Crqh>j?P6?sTI:B1^lfTY+M3Tl<95-JfAaXIh[Ln'API9E2K9XN@BTU]S$2+^s+35=6V>6LqX7;8J,](Z(LO373D,Y2qWd#UPo#]`gOX1sJ$*ll_7a-ErU6gWBmmOucD9h`c^'+4@BQsqQB[O==0r'dA[B2FX]OiIlu-P*(+jD&A9H)_H1WV)eSQ'oAS@e:XO&[(J&!1G=NIBXFAP'9*bt!IAuLs!QK6:_)Dgk2"'=,+["J<R42N$gFjct^g?es23Eco:I--6X*LN)?:iQraki"M>\[3<QrVRKo?,"1)>\<rtD4\GZ/(G.E]BqN"bC3ii+juY0-J>jT_X!nVd7_u=]=gZ'FT$n]bDM$I(TQ=?<2CBb&^U]Dke,biPB_ot(0)@$3t:#X?+NX-0p<Ha#ajdH6H+7Rs2]B^QXuBAe0']AN`b6Sd!5k*1!D2\JuFoQ/5"8oPcsT9gS@u%-_Wm"i4=k+.pCp`O-[8jX>U[aRoR+-X'@q_lc7udj,D+ee4[BNFNtRJ'>0W.P%_6\<XL5&\)])V(0">X^+;Oa.VF6IOr4o@mP7A4!SK78MWZCYOY2$K,m2$D+N]WX,=84)lSP@rNmg!bUBjL*PM6r0!ZZ[!,n->YO!-6R-=pS_a'Nl?2Z)YD8'4h/k4)>Ba2oT.`eAu3gO-8(`A3JrVbdhUBZDJlP&Ac[\S=,1Tati)2k2I#fn?>2UD-3.R^O`D;Th\7UKpc,+Ctk)U\JgqqD'fR7pC(LDNt.tR`#mD>jC-<&f*ukTeDctTVj4^aai'GbpL7eDTEgT,L$10p[pcFTDj.`<P.c01^O1HUgD##fK.3j0p<Y)<7#K&]n_]_Qm`Eo+(ZKFb:2&3Zg^BPX^W:aO#s)7f=64"i-Y3`Ol?KV&a)=l&FHAW?)?b%f428L_-`f<eg5N'.*DZB=4STKUR:Q/#KR?BH3EB6Vrla"@u&;"l^:q.X<j5_>Sg-aa,s>o=pbokm5n-_P._%E1mS8I*/]d!TKfhq(),UD0!LFG?p!1O;JLu+<Y:SqQRWP!4W>IFhHk/5?hD6tjg,[inCrk,\\8J)IPK>q_Q=/C_YiSj44`nPBD<M2Hh)qAQ9-,sXdN?/:Vn@;Fo?!P;VcXFrQMaA%.4/CnKEY1O9LmGH!oCpq17IUb!Qb`n[pARfkY?N1m_#C*f!P,)*&*R^5)U#05`t%rVbLs_\6EI14Nt2?7-j%F[I"''C<hXY?D0Cn/GmHPoabj`_r2A15UnJpLp<qQ45+'K$N7lg7To^#gmp`5I%/e8/U[q;%fc=>@tET+/<;GnoblteN/f-[;%G2X"!/q!\!]T6b/S8%[VF>%b3.D6;RmNKNd2^\THt_Xb)0/"8:pH)c[e>&f,!g#Y&"XG3.gH5Yf]E<+QQ:L8$?'2V%t1<pQHWT1UfObBsB_!%4i\6r*j:-*Rp(/qR/;GRQ.Lb&!Il-9Y!.44u@@"QVc6.1"`-@e'8O1Oa$6Wtf:E%'#ca'U[JElQY2aChM1kE2oZ?U"bXZnZ%!;':fLMIZ=O=s0UN:R]7mBcXqO5qSsidAF)A#A"rQ[9#hbg[F+L!ED!3__[0`Lp*nNZ*?Kn5U];PXk!Oeq4YTD4NS]?+j2-JdgD;9Y+`'K!6G3;rA&UGBALR0l7Tf$I5=](JH:L;E,hOR`C3.8l*'_g'S4oMr5WE!$r1nq<G!J`NRm+Z^r2=@]cqj%Bp$P5F*jDJ@k:AqVhU;,n?kr?f7s!CqcO+0&W@PC:TY_R7#9lI6:UJ5"#Vd57E7k>IN9q!c)41LRJ:O9!rsD9ZF2@p\qCqMMl94:K;\(c>-8HudT7*b$S1pr2W^!<jAX&OnXi\S6;e<kAn-Z*uq#KhD8d]\`<(Dbe'et>S=(XB+>a(4nY!)q.LU*n6:P[Vkh.Aih;U6tLdeplQ[D(T2:t>/j@))6jk\>I/kU;fbpiUNu#0U7?V7MM)'23h:)i,_I$K%t6F;cJaQjrjJTX1PJ)QG,cS<UCMTZ.DC-?<7)90@E5(D.g,KC\Y?"Og`*D8^r1c^m+sl$.3dGF[1hK<)gsNF8b]An8LCVT"+O$?>o2&YZt6QRs%MIBu7P[s4qH]PD2BBM\<TH_R"p$@LT7*nDq9qY&=`S\OE-*tN/4S)4ZK1u8Dc4ZmCa+HW2D3_PY&Pr-8tG=eOO!oJsfQh_:2S@!.0'"(SN3RrJ8b3&9%R(6cL?-1CdV1\q>CV.1<)cMDp?\n_nZN")tEIq9c=InE^m_O&]Q%NBemTn2_G2.:DmrI-<Rd,!T0>`G$Y`1R)`spCD*N!"95N2^=b[G!e=6uV*5eIO@[;To^F98jm4)i7kM4P#W_sB19JImq.Lfp]%#'<$_nDNp_V\sUR8kXu5c9@F/0]#cOk+&4Z"$1pA8I$%"MZ^2lPR+<=?]6%<$j:CH$b]]*j(BcLa<K]qq.VMISeT$?U:Q*G-qF$%&HQUS#b@gbYCK6[NYd,8p&i?=DU,CKCq+VO[>bLMdcUYbERP"PK_g=V/Y3)%pjusc)jSaU%if=2i!n+WC*k%"H;Io"Y:+mAej(lQ\n2h/G;>G/<Z02sUc"UAD6=5"qkLZj(-NF9!m-q+6eUMfl`cDJ='mhkRamb^[]t:#J?[%-WH+)Z[uD57.#b4(Wl[c._91K\^@\&u"5b=gg]$;>it>VC*R`2V/ie\c5s+aH6FaTQAU"ZIB@no_[Q;mXS:3U%!^/!3i+'2e8&@8paC+q5A6QOXJc;RYo_Ni.\W/fW54s0?<*5*O&WCI0phNOb[G48e2?X/Bf]Pg"QW5(CA\=OtN?9UGAW6BVe+RVLUSaa&eLT.q:YQ%*k+<L+\H[q79JG\`))GMo?,^6Pc5Hu]<\<?SXGSH$At'5Y'm6":(/pD-SpHK(C*:jddN'_r2_#'4kq6ouC_\3,K^^9WkluQ@]`3BPiA7`(F0fd;CM+[hC@!o=^J7eHZXtR>0kju$>FA!IN390.:Ck/iX/?6#3o\R"5nIeQY5+Ii'5_5P0[=M.jn?1<lNdAbdG]Ys0dUYhrs*$N/AV~>
-endstream
-endobj
-52 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 51 0 R
-/Annots 53 0 R
->>
-endobj
-53 0 obj
-[
-54 0 R
-55 0 R
-56 0 R
-]
-endobj
-54 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 407.604 602.936 520.908 590.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-55 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 589.736 137.328 577.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-56 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 292.932 229.983 491.208 217.983 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-57 0 obj
-<< /Length 2985 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6=c_T2&:U6YOZ.H[=g*n[&Qg3]UHQT5_?>G.o$HE=OqtJfpdf#r4_6"LX4lB)(-k4=EE1W\e^r@%o6PQNnnko+I)fNo2E1&5HfH\_pt&_<&\O$f9.(48McILdo,4at;EcqFGeSF]LG&N&XP/S3DPX5N=7m(%^:O4>o#'Y\H*>A:Hn(T_6'PK9UL,f[eY5<t2[XuVOV,4&?E7Qj^<&fDnZ?c%0E,.V4q93!XE>t(:>!2N`V2_2MpBn^VKWY+h_'\Wo[6=t6kL/`oj_X0.)-kb_MOd!q%LS/55dHE.l*6FU9=-m5$<Kk#%i6\)uRlKUeb\OoI,U&Z@t;?KrdjVMmX>0',2Y:$$uJi?9ilip'Jh*H7d_.Rih>d-*U3kMJ]:[H,p,7OfG/<'$PO=GAfaee1W)2nHsOj.jJ.[ncLh^`tHGYh>>^4f-UYQs4F&C.ZDG%cTZgSj3.&a`M_=>(KU^M<b=IdMCQU(aS2\Wk2<V1kRXpTp_Y\tg&!a^=Nc*lYiEgQ#9f15qbh9(T'&)PfU"Jls%;CIhT95bQGJCnAS]79KZ/LCa2E+QVnP+\ee#N!A6+?!6sTtf_==UP=VL\%4]93W2%F%pX8O*R^9pA:6D781OeBR&oR@.(LqgM+1rrY?nl$Ad9Tq:&e+dBVWb,%G]S.?c0L3.q"8X/gYltOO+pI\>/E+HG!Dt/A.(4Y44b?u5_^$(ulHZWR>&5Im&1phI]Vt$PQ&Bb)$X)RmiTL/Sp%]@*Pe]GG'['4)=VTJI+E>1-V+?;&(i^Y;m`8l#?-l&#=QQDZ\V3h0<)kDnNJkJ2TaHo<+;6,gis43fSdYY.mRUTD(OF*f$F.3#"sJppRQKp_c4o+MNk6[EW3ril#$[_GW8_SbbBK;5V[H8BM)_p'LIp^2L'<%i\4^0bCd@ogC!;PW?Pi)k&Xlh8k);$-_+;(d+6:hKfML@Il:A.69;!"!1nq!eHr(0#:/M<JFpN0pHC<9C9n-AiPm,0PQ`?O\0SU`i7hQ!R=D,-[*c)jf^&RnGI.sET$YFKA;aj0<X`LE]:f6.=Sko<0oqkCZ/=LtKpq#5`kd5m_OA-t``?TSF+]ZL?\]YP-4@Wnbg@E$RV@0!?2=;l/l&WJL8tt>@IQ!uus%X7t<(5V#^b=ES6]_,3B6,?H/u1#M8A#c0#B_.[9s\G+MWC^JZd,)nATWVVBnQM8kb:5"I&f+-L:G7Fa?B_JUd!KqeZa\YROlm8fX:_JdA5:3I9OQFgrW7mr\[,gMF8/="F<MUH%+gB<9bHH*#3!]bH.u`CLb]4Qoj&DN^5'D8lIdecC`g)+q8(d;n3pT*n3AiXi0eK:#)/("Y=ha/n5esfJ##S4$<Q\YjEZUiFse8oGGClHJrgWCWRnd&[L?9AUVOb,j14DDid_ANq-KN#CS*Y8>H6telQNKkKt+LO,^gAgTM^GIO<J5''4PDE$5sr`XA>!?ZW'uRom@be99j2eg<<ZGV*uQT5$&`5*2ORgM@cpik"1bIRT0(#k`[dRW_;95-RcLmdJO0d)<HG%NPU1QD1/LFQh)eB#nbUndK^o^f4]I>2/D5"9P34:?T)(mYDiI@FVZ;Z!`kZT[hV)N*I8hr`*3L.PJtgF>q1XUn'!S*qDhIPC-Db@?..S:K<uF"luBn7dL=q3HEhNeiVp78+A9;63kUa=X>fTQ`=)cb03`V&[BPJ\NdClcXa,2bfJ;BKchQ\Sn"MJbi$SJVN:Y.g2tANT#lT1F`p@?pq#7)3&LE?.W)"I/VR+X!Ymo+5_0Ms/_uU=94co*!Y5mpFLZi?,5YM3n4M\$QYV*rR<:mN*rtTW6g0)6NL#t_>DCdOQD%+QJ?oo-ZMM87lFAeh0^%\pkWWMq/:WM$U(eP-JQGpL'"^%`T896PIq6f*X\6"<$/]q>>q4[P$tDTdSCoq/gqZLo8@.>s0,m<N_fRnS*UFK;I6^F4:_[*2HYP&?Bh?Z'b\;j;9sNqDD.`:G?eESl]uuf6QldMArVC4]&\j]R07X1>6C0HV@@'!qZ>M@7[UI(uWI=c#Bq_.SOqq0;s,[Qga4^$%@s[)n3\W!7-L:&-G6T.]^DLRpp<$UViP%`5?MA\,3r)^dfCIqC8_a6g%Xg!R>[7BE;50O2+cCbq0p+@30C@WSE1U!:Lg&_tX>]KNVOWoG;8=X#$tU6?088sm$Jub;(Q^nso"ke]Mu^'o?/[QT\SWRg8PLjBacMQ'2l^KIG*9<4oUX'7+iid'ESGQ4=8g=O!Ver4m)%mR9*`c4g209Z.8J0W2KIQ:kMi_WHW%jkO,KB6:j&>:'Ba4,7nTm=Q7O*S)qmPEGk&>G^GMM`c1;Sr*h;RdBrG1E(Uf7do3Qpo$#Q2%R%ntZ83J02I-_&fQ#.:*KJuUsn&a,^_Ob%][s@Nc:_`W[><IFAEA)h_8:NN,2_ja99<"@?[VGoshAHk4Y+$(/Om=],<47p)X0JuPLCi7@8>^4.J.`B=F_\7FY_VkWe2OFtIr8$=/q/5X\64.6*7f0o`rhI:K2LR4iD$b"SKs.1a2S#%0/p(9]l:MfN"bA\$!NYq<F8a5"I9M0q.1p'1]^Db`Eea5<K%lG08f,`s8'TKYGN3RMr"3J-7Uj'*#SI&MQrB45=G4:L5&05FiE`G_:Mhj$\4*GhB8UrXW9im[>;X\PO[O0q<_a_%\L.$S"U*!O1eO,U7aSF<L6E=1plnOoU\dFl6f_X*YKq7;[OSk@3'C&60jXfd@"Dqf'u:SZN]*DCZC)USaNdV9E<=!$iL"C2>'#o5`X.@X0tLS%=I:RSLTGpK(a)`]qi%b(ej<#Of>[`W[Z6*M=]Lp;['G'TT*!:>VpR77&G,u0\]1,_D75P\Rd)pkkFlsoFf3VCh58SX>De5qJokQ`2m`/nuc"<QLli3X.?''Z28kIoC">559!^4d"jkD2UjJZf+4(o(QnCpMcb1D+<UP_:$s2B\0&[RrU*r9f>\8b[=8o&%4f-uqul(4>pojD?]Gfkf`~>
-endstream
-endobj
-58 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 57 0 R
-/Annots 59 0 R
->>
-endobj
-59 0 obj
-[
-60 0 R
-61 0 R
-62 0 R
-]
-endobj
-60 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 91.656 110.56 253.956 98.56 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
-/S /URI >>
-/H /I
->>
-endobj
-61 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.784 97.36 518.1 85.36 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-62 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 54.0 84.16 102.648 72.16 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-63 0 obj
-<< /Length 3155 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6D/\/g')q<++Tr$d$e1D3ML$_S?>R2eR\G/J2?C,!m@d?m3`/\=I$,Hss8GJ@[YD)$a`7crNl#Gc3:k@Uf&b`+r59$oLh5?n-^O9^TnW`#WSq(Nbjert3Pr:1)?50W1"p0K9]$aek'HO?2]n6.)*Vrd+:j\2XmmLnmL+ga#%a&Z<Kpu*mb!f'CUjf4Y`L,fhn?Re&'YV-2@m[7dSrBP2X>LKjr&K.#Os!/(X80$f"q8U2F$(FX*Kdc5L1;?lNc'idQG9lD*BW61>#"j]@o?s,MOMdk><foN#s!XZ>;_ffJL-bOGef\`b.&TNb#:0f+(-'gg>_;n.<^\]B0^D6_gf-6K:(0QUmnr:@_/`3@FgOlS&OX(D7\WH4Y'B-=OP\dT&Bi[o1egY3mY:RoJ[3n(5R4H'J*,")8]n61)hQe0>I0pJ3!N,+`b5X`6GuF)lQ86`6!bhXX,C14GQDSU0$o5VJnQocAp&!C2>-#kO(4f\,"EOhJA[m^BSN)O*8S\?Z2K/\oN5"[)=G!VYrTaPN!Tm5JrpQ8KZ0<np_S.(50e4qqG76jUtk&:4;`2c+&^GI`aN3@;2C`i9lS:IM1BEl]'OgHX)cX)Q94N@K(!rcUN>qc9c6'MN@Iai(6RHuNX!8OSq::jo%;Hq6/or+-;lTi@l**BSF@<]%3Xp.X@#%`LHeET6bY[D+ZM;tZ*OHlt)CBOhbg_BIF0AUb#X"&'ji#0k_>*\R2VW&Ti`DMrj;Yhnh1>*:8XkB34ULC8fAf2;+MP&ZMSAb.``kJ^aJ;Q-f;nTS=;rFYN*J*8_b,c%:=fLJaW.Vd^k[pad$`C\MC'NtSe&1@4?.dI#uEdI>\:IcsDga6nX[KoelLQK.mipU[:@@X7;@Pc%D(3FXVXTLI8P6J@8@L*.FM1#AN$Kk3"5OR0/jqDroaMLpo"_i0-kn<HOm"dlbfu.C#Q@=%F.gTpad-0tLfqD11m#Vbgb2N_G<KP@h4.)A=j$=BeU<jKAl4C3V'iu\RT)0lQ\*Hke[JjRK)kMtW9P1E<3?\nrkVA1`epoU</ob'n,nPN<`%4[Y5%<@@ndo>0Z`bd[2nHP"(W9h*'B5uSfuEu)oc+0+"6g@eFgaMpAUnUlQSu4OGa?;3LF<24e>@P$5`V28-VADYm-3\4cCt!?@@5U8?kC71^/ol6Vq@$LoAj&OgGI.9TVPUUkrK8*6L8YkhOn8IHHpk32CLck4MjM>nKrYMLkCj`)4uWpOmVXm1GqRR$V#,E)rR[qF5ZsFL``HB?ZJ0tgkIag+1HknS]G#8$t/`7X@6u$C_]p3f'iai(Cu9iJuR2uEIIlIo=$rebUPluM?l]:"#q>qRTZ6tZYf4K3j)K%Jbq'mKJ?h.baT>)ISZushYcGddt^:-7#o.#PL94,(Tr+^[R(.fj$\=UEf%mVqWi0So2Y%(ANgi!XX^*12L+5IF4Z,`S8(XqVVA=0:(%dbr=\!pCdVHR_/]i$0Xrb$8-+]RHVJ6`*gSOi>r[nqX$=d,rdm3W4s.GuBn22jhVnsX<XH)p%:R8n)8?XP-]QpIHR01Si^4KlE%]po\h4Jb<C:^o1#de#J9H=-$lpRX`WJCM_q5!>!8[`+T"t3!DLHMA#=:kiOLakR;U>ja_Bo1QLsi(;ct-(:Sreo5,EZb\#+@)LmH-WW7q]\Tf.&W3^'DF.rNFuZ6$c^.`W',47ieY!5%Ii%<ID:VU:=kXbBTTm<V>>1k4[QZo7T?)(Vb,5g5Agtg8]m14!Q6t/E0gl$m-$%MI[&OYa87_]CD+ATJ9FH`$!>dgnDT>BgZ2'@BYDH@-uoq)\jD+.d#_>ce%V[o-YO38[aJt4B\)Fe;Ua)R?SKiNMfSW?kA#/=tVT0rC[oL?D9\f39p>@%THbEd*@:2G"]96,jD)G/;osHrUKOrc4-g^)TKauo__Za//W'&\eTc,n$>pGf0m/u;I&cTin>ldh^(fSb>CS(S'i!9mo$L;_&rT17:*:=Bi/9P:B[d=AR0qW.ks$).]`GP[fmAP$G,/,GonL9(8@q=mIK)$$k8$A0a16"+BA@=$\/_R/*l`j",iOJS1]^M2+HCV(0-Tl#cLId`kb8jAt_q8VF"m;:HV3-A%[U%Q=KXPB!+qrQG;.@:dV.2:/$b"SR(h8a?&Rk.SU(&"0*J0H+?25VLp:UTnFm])6%OFlg)`X%-/H_Etp2]q^f*_3-SKJ6;?Y`R'UtRl_r0=!H8UoVs>H7<aB]tY3E@p#?KB/+Q2V.`q98A'ds,UK=!(6EM`ef'S"atN_+1@`B:00R%$4hd]83oi=d/!6?P,hJBFnT+PLpm_^4):&Mra[:]PY/QIY,;Xit3B035Jq'%U[5A`rP)(1830=Ke660gK@d(Jo,70G#!RW/NDqQT/BCi1l1A:)kfm:`3]W/:pe4bgY6Zkl[h"ernN]8ffW1U?L/sKG'cH6S)?TYYr>ofeS@=Gp9T)-(/6tIH=G;:.;K9EN)Yl+2ogSiaMq@apA/l<`sAcjQ@4;((_e.@[b56R,$/<ZTbZp(cA(`=:^<Dq_diN9$s`.7:A`bHkaV#ZREh_a+htke+%I<8JDA0h]>cmV+D$.G<Ao,CGL[^\EMUYjKg%<fQaJ_Aj<WpBo)qi26/%!G;cW#V5dW6&.6nO)5X,7(cWHb(d&c;%'m97GEXcWP-%4``I\\/<RO)Fe)K,XQ=ZMH_1_++B/FZu^lW02!&Ug9$C;$<7Pe*K$u+i2@(&bWs.7;f?HEd]8l$[U*$SR$Fhn'Cif$((#T2(3'u]l2Y)!tHa&UBQS:r10([(9/(,2PF.fc,?`@NC^+Wi7C:aKP#/pWg[W#/OlFn/o@K.700AhWI\.oX!gHp''4CqF(</?5V<Hrd['7Cb#r%.$*3>d/`eon3oie.WTRYauQRR`pI7eTXIp9V&^r^n?"j!1d+*H<5HX<ER&p\QD/BpmATo&M\Yc<]+ZI:oeh`EYQVp6R]tKcc+%INCb2`0m?SSPnmg'DQ[+GlZN#_Y9nZO7[#u(8DQ(")WQTI`Y`^8]eL9YnCh!lX9f+Vgc_Eu0Rf3T:u6IMe*\l1MB0S"BBEnHX#>PUR)`3-bsG91YL:-HjVBL@K4!a*egn@2c90E+^*@Z&_5uN/.UTA3O`3'!(AWFPp$0$@Wrbl+ir.(*H$)(A5Nu'go`~>
-endstream
-endobj
-64 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 63 0 R
-/Annots 65 0 R
->>
-endobj
-65 0 obj
-[
-66 0 R
-67 0 R
-]
-endobj
-66 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 281.976 642.16 509.628 630.16 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-67 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 628.96 138.648 616.96 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-68 0 obj
-<< /Length 2756 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6gMZ%2&q/)-#^MkEZtYYs/d)4X4-shY@htI!c<qI@R0U^.'@"[_8!9).heu)ljW[.Yk3e"",bD$R_l=o=lL,h`IX8[(lcpf.;]7^Ch+s[2HqpUR1.kftGBa[^aB:5m$2:r.8E]7*?[(COE#-52J/^a+4G!$LgN_?/Tch'BRut+6T_2\YJ8m:W;Nn[79Vg5]KbG*]4RVZC(_:6;0?f%^&NM"GKLV[,G]<ZZh8A-?5Ffd?[;d8!51ng<EkUmJVg*BfGX4G,^+O!eR`]AfLl]S%HbNTL:+;50B.@_=*iBVY6qE!(98P+e.D0C1'p)0`0T[9/\0M^D!a6cjI\bsV]X%;Tm:%N+c(F*;Q<P9=`79gJ7iX<#_")0!c#Q2n$&--!%ZEUel09*ePq4]f&n/T<mps-PS3St]B%Fk[05;o,bqU.A"Cc%ab[UA>A5ZeN@KC8e_bsq\4uo#ba:^YM:Uka=11C+!AAXGIab5XI9d[ia=Uq+g\MkcI`_T2R$ttjhIAS%t#rLXOg#T]^f0#O4(,eA=/l*f&T92eaAg,/\imQr1K]/aYb9YD7gH=4<7TuB+U#sf:4]DtYDb)46^[S7dK?R,VM-*$"VkH#?]-r'2NV0esYhWod\2GuTS22A#,bs(i_XR6n>.$qU6"X<7J9b(uPa2A8J4r==m863\$8KS^0.;D3kMl86nFF8U=fn!P&l_3Bh^3e%kCnp,$)&5>%s_`hgRG$.LknDE=Ir%j^0.&mgX3MWSV=l>2t:UKjQlQji@(>].3a0'DH(E;+nlC;$e56CGR[%"Z,LFQ^t5=^gPUS;2HE(oSP(hSrg:_0*hdCq[UJsLCr6fWOSJp!OZ-ei`_X]74FV?6<f=6m)juq-MH@+qYjVqfL2=d&.G9HrDdXm?A/eT(MtLko,DU;^bhlrNb`ck76nAoBI]/VU9Ks']$(\gWd,@Y2H-=YI_l'@R``Q?ZOX0F^V\Os$a`O!SYC2SV<LT/l",G2naAn`VU_k(+q$jlgnX,dDfVh%n8[aiOjJ=o5o0VZ21t^B*`'8k_lhNK?69W3]%>fi0'32l1X"'%92/I#4'F"dse[nrt2]s/KhJk">M4.hn=d.NUkZJR8C8*&4G@Os#+_hK[o3-^KV^6Mm\L9_6)@Qom*r3bIQfN;)lF(!7"1>$APX,DFG&<Ml(I%/G^&rN4XY3U7DTsad0_D*GY`CHA!\<EFnD_'.Su2<f;f+1KSk^^kUZM0b:6sWYGs\G:RlJ>XG5Y.4nfT^sa);^N:@@.@>'8mpO1aXC',>JO5=e/u&*^m"3TQL(_s0\AO'o(Ld.<1=W8AKaJRQn\Co"ABMo*%i<8\9ogK&c:7B#*[@LDNfs88]@+Vng^`e?gL`n)<)P?3ST52RZZU"KpX"^[S)<BM#@!M^pl(J9@Fn_oiFaUeT_LpZSr-a+)8m[1&J[PDs+TCQ'?@q_@'G$'=\/\h::ACoj<?h/rR-gK0?IE?gJC/q`lJ8(8`W4BV@%]bnfMQO1-GX7?Y%PLIdAsbk-s#S9-;I7CgFUL#cbL)gU'IAm>.b>&C<%Ch4`JY@Kp8p8R'G_e^!_ZJ28QmSoG,j[qVhEq44A`4<%INl,;T%;co#\H6lH^WD_[I_U@0QtX-r,0+\gJqkgW0nr2s4uRXm(ea[J+D>l0saD]X@Ud^!qMK@D@4(Tl'pT2qS6"-G%XV5nW"pr32/2)dgj3m496#ei+1U-L0%fitLX"84<2BV=*Zpg9;!1;]H<E.4>cPkakm^ST-q_W:BKP&ogB*]&D?X+*Q0n_0$FL5Od;bgFEsMrZ_*BOP.(sVpm6AMeRhu=#W=UTj;[H%X'WXgK7TFjnNop)V<tA<%i][T-`?(IR^K'Ek#p'.K&lCD40[K^)@UmD)1k1B7tV)0lGm_h_2*W_h-`Iml7(qeN([%B(%c;a."Jfh30;\mV2p)10j9)0And.L]-p?BE0^eA_6Y\9QYYD.,m<jn(L46:Om:O\kq=[W-^9t59MPiK>H`\4OtZl/g$P<\pV$*T).Qdm?n6WOhF'n?Y6E^6-kUZ93(1&4KS,S;:-cfq<P4BWh-YFS.9i/_3NsZ&&YiuNm^#l&]pZNk9Mibim'"lDJUn,KXSSiXb?h+d(U,&[29>7lY?4R('>b/S*Uf(_=-gQ\h6i\Dc5:m4*)4dhl9e72D\9#2p:LDe?LIl#PH!fTW5.j+q6`e\EtGoCmpqY>BU;-USBt#c]A<D[#D#2W*#cejM`\lNBER`<t147H1c,PLCNs&`\>@0cEMiT=';;?ELMn\a&#MUkn'Pt"P^cE,+a]*-HT!tT#];=,qeHrYVEYe\>a'gn-=?55'SFuBRM8%J7jTp\rmm`(2.Y-&++jAl$Qc$h2IR/)PQ_Q#pe/0rJ:W1rkDh4q\"U`[=eKeUjrD3ScRY^oa"mN_=C%74+.%88'SBa,c!OdoKL6j1f$)Af@lFhe[On3le_#!)ds__j+7QSn;#j@l<jdL;]OC?bhe\Jq!FVh<uUfm]c1-iR$H5NLlGkjW"tmb*o)8CN.V6o2bQ)_q!O;3DQCGFp-Dil3O^>LT)T<];@=HO9;;L]3$,+:ok(Wo;6(lpH7]FDJ)&-4/TVf++Q!j/KhNsic^$1X?b/T+k2<Xl95sZIQ`CF@6>i$JmP5sGeD9=l?0Y6bl@b^:+feP(.3*R&.'oIrcUY1XVfe0B'G(0=dO/e/8(n4i^^qE_K75>_<i6lAa2\1+04iq:;mMT6Q]TZ)%`K6F/!!,L#IZjqVjbf>s8R)cO\#~>
-endstream
-endobj
-69 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 68 0 R
-/Annots 70 0 R
->>
-endobj
-70 0 obj
-[
-71 0 R
-72 0 R
-73 0 R
-74 0 R
-]
-endobj
-71 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 397.944 387.581 513.24 375.581 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-72 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 374.381 166.632 362.381 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-73 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 421.224 335.981 497.532 323.981 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-74 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 322.781 177.996 310.781 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-75 0 obj
-<< /Length 2227 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GauHL8T3?C'YaHGkV,8*@*D0khHQ<l9ef@T&d(;(`IO7gRt)98,fe0E+3N:Y.8j&AbTN7.k54#P\%c-!0!B-0Efk(;[L:R:/M+g#J!L\8r6,Or'R6dc8rR\lhIgOoJ!R9t-2%H?@s,"e]44T.QDLdE+3*RZLN<n4f5MpuB-Q)OC8`)?Y`r-YDY;bbYB8TM<."sEC#0pHa29(Db6"2u,i+Q0e"=99OD%Gemo>ZAV!PilO9[cc@MUhQ[tdha@!BsJL`-^kXW/EcX]DK[rV=ahC@TWE^1Q0X(^nNmOQZ/g/dhFA`3>a3fk/U%`.j*Mf/HIE_r@l=]2_Lomu398#6J#98uoKp9K68.)J;-^O9dfKGDXZcJ`t&>8>1m/7o@G[6$$YnaJ6r`&/%9<@$_g@L9qsEOB1K$1.MqKoCK%<IKOWLH=GN=LdKjc(:YXnini-9c"S*(rW'jhk!</1!eNQ9&Oes(d7B3)XnHpo&U'j\3u0cN255W<Z[7p>d3Q&sR+gRoLCgm&_;-uedrt1/77X=5LK\!r]&Mh1neqQh,(OHLK/k`>YbRG9D=[#.9jH.aJ-!K#c_A*.qq:\2rV>$!(/`B.'Y%*Ko5R*l4\8e=^u&RPAq9GS:lsBKE5e<MrVtU\ed+n=B[>,_gk6/V=:E12Q)4N5:i<AE:o]RNjL=C^]$=l7aKkun91B;#F`Bbb\H<q#Sh^Utl9Eib`^<EDSWO(e[TOS_-c*$,<nGXVG>MZ@4Sa))5WIs/*1-Q&MaaJVd<*E70dR/)1"&@tgs9i*Q73op%<13;#^THD5YBd+[14"gMRAiMp\.`*mn$)[QBDV`hC%MG>B5\Gn#n%Pdb;_OIH3Jar873N;,/"LnaV.6U/C+I8!]K3&h?]>KqL>Cc@Wd\S&a(DPet3`elfObS%QilSU`^@3k"CGHIE$Enk;PQTKGHuZCq"<c-ai_*qM&67]$U`7VO(PpG)[g@s:<lbJZ0TD`;&'rqPUHeRblCAWnMh`5?#>*"e!>N^pP*-JRZ;?BtpU$'rN8f/*ioYRa?3Q`WhuVUPEYD9\p/`8H(qR98+EH=;A2[Oo]TQh)ECoT:AlDHP2rTe$G?/u7!qY,8M2e>@55i(j^YIf6e]%l?03'^BoG).LW-BrX]@m=CWBoO[(L8bs71SB=*ggNO2O(f4iWI8Fl@JI!Cq=RufY.>Ma:#e0&QnLtU*di.Z6A^LY0DulTDDO9Kb@,5KH.U*i+qa/K!P,aub:k*Wt*Jsb@aW[OrCW%*(07)Su7d^qB"_%IZ+Q\(+LFa">gFO<6)9WMO-PC+iUM!XOlr9/L*lp.*h"c)\9URL"o6f?K\B@JOhZn>Q;si=UpSF\H#(Ra'lZAQrLh9)ND;/&0+,,Tde&Q2^W$j1$?#;OM@K$1-nELP6Mb*r6Lbl?1\[j!<]Wc')p;;GND#5J[E]bs(pB<:[g;=L-ra21h))U3T(c'Mu5T]ZY5STeoGhL:LJ&3m;23>Y)H;?%1NT;ETU-7rtVAb#D@P"1)!*O^I'TbMn]t:tlH<?lef4/7MS&gmeX8K#GAfNeARP=Q]Rk-TI1^3?\-3a=\m2/YIDSKWqV/SQXKXDA`mQTE,)"hY:Seg!6O(^8BE=H>VDqAC0)n+c?&_MR17m#='WOD5:8p.fM8*!%e:Am_\Mu6VbalP#7?(9#UpWM+\j;H-@J`Wup.U_!^4LK!Jb>ePiCd>B>no@_ed@B;J@+MDAkK>@f,i&8ZIPO:GNY70Fl,2>ZDQ,,F<fFmm7RM]&!oT7_Smg93&-s`jj)Bc(?uoq-+s1;Q!"eTHh6qK1gm/S/q_:/a=)Aa!mXX*t(#2ikm9m*cemEk"J(!CH1"c)+YX]s=Kt.rXZ]\s@VE-D>2cji&Q'oPLp!@S"Dh0r[ZXI=(;eETnWp+t=SjA,f3p;P6=])C\McokO(8g$'E?o?r[Mm'XH!+P^f0P^md!du\"0$=KoZ)PuV#Bk'")O@$E!lCBGALo9&Ncd9%H\h;7[gZY-qqG>^TKt:#P%VZ2G;qi\/9M*-\<m6E:rWi!_F+IM=$s$-5?cW%-j>HhH/+@f4l#B`jhIp\p0[OU(SkH=@JHA'X)mdUfltd-+O>-,k7#2J[]bRZ,X]]T?\Yeqt)VdJrjBX$F5]VB$>oLpF:_bZlmRRcmWW%!Y#A@$();WE9F&VV7h8JA[!,P[gk;+\>C5j<094*_S"fu.5A,iM=.SH\9e$k<DcqNB0f-r3<'/F9VYq~>
-endstream
-endobj
-76 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 75 0 R
-/Annots 77 0 R
->>
-endobj
-77 0 obj
-[
-78 0 R
-79 0 R
-80 0 R
-]
-endobj
-78 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 655.36 309.936 643.36 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-79 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 392.256 655.36 502.248 643.36 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
-/S /URI >>
-/H /I
->>
-endobj
-80 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 213.985 312.936 201.985 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-81 0 obj
-<< /Length 3005 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gatm>D/\4>&cV3*+W10>!&Z?j'I<qMTt&n2^#5>a'-@]Q;\[qkY,seQC/<Qkj8Slbog0*:;C`!=!/Xe>4>T>7B:^".[s&Y?2fTC+&dER7M_MZULk63;7R>8WRE..HYUm<="oj&ERF:kQn=SY,*=-4[BFk`l(9!]!64:^FJLhtD.<+r@\>!sKb?c22jS7]OVqY\Yo^;[%5E)3ub,.5MCUEp]hf$YHIm6,B.`uf0ZpJQi5$sRq6cLLG?hGaqIs:G[7;$?(nM[mbEC,gjJAiso_;\b911iWtK92mK&j->i0)g.dmG/mjhZqm"&I%uY.sJtHnEI?f.(s(rmhA)j&=g^m;a5jl=%a`YhrhUpHWtQ2b]&kkW+b]^hn-AseB#o0.;sMp1Rq@jg=IM`]0e#kEdu;o7>4"9<P9q_50<Z+=N^n33QQ?J/_2N5kL\`ImSrt,_E\[$JWjeA=Eb`6,D)fhag*T;:lp=#m;B%l%]*1LCRmct$\H9U'\&2:NRa35fPYJq``flE;*:mm$4pDAC:b*uhGc(`/00f-Bl+Z"#piHL.\[ehPj9]'<P9Af%I+YdBQ@@=Ls[7^$#O4ZY)=$TaoVb@7NV/q7)+,JSp^(q^M:f`/H1F.gU=8.3'SH+YYpEi?Dq_3n)RDIs$iO1<J9b2Fj[jg*n0'0UC7RBAN`sn,06.>858TVZs8Hl`VB8hO5l"-r;]u0VX@9C:'%Ws<P=MCV&ZQ+kH_+:6]N.PlrhfVhk.0*)1Qo?k&Jk]?h;=nEn@Sn>``c`34fP14J8P[._du)Eg\"F2*/!0>s/rB*)3Ksn`QU3%A/-4X7=*^$F4l\QSg8&5AXsjK>if=`3Rjs)iG6!$U+_Fd/@-4</oZppQr.iX?k4m$a\M#lI+jOAur'3[^\QP<jffUp(GeOPLn.K?sClnqI>X,b)Z&9OaPiI`5m!28l:g<&fQ51]`;XL*`:#+/;F+"/F86]`D4mTQGEp+A3pIt!GR;tKVr"gorSaW(fG%aPBJ6#a>sJG!?.*eAJ3.]6,7&pMPgSd*1aef?\+$k*7L]Fa1i%.RS]T/0gP4Z%@R4QW7h<)M44!R]8_#Fq[DnZ0Gf4KKiMb\#h:fW^>9h\5I05hVAFFY6uZiq'4@HulXQ0^-m_`*0)_hO&d^788oc,3Qe7P5r3<j%lga(0ClEpC``^gK^$!:lNQ0D#2B"?;<IIYBJK]I(-=q<q^=mN5^LSAU/jC?:k.PDcGoP+TrH[^S9=PG)bMMOM5L^-2]X#&rYg(e?8gQ%o_hgq&c.2!J:q_Z=L"\>El`rK,P2*MmKfmHl3EA57=(L33+J^rLHiPgHYAUpAQO`&#,h.f1oNXJ]A=TI2cG)P1)"Q97.0<UdC9IPJVKT@I-l+9=pRung]B$82Njs=uQmob6AfCXBVV#ct%@rh_Nt/HZ(:&5GWg,;3#Tp-11H5C//HM)hSCAk/+P@\HLq4FMdNN>][IlL]:PK.qLE(U*+!@Y#TL[!%@7Gb<:n>ag)lT&K0SN$]V?09DO.*[M3MF>3-sH7T?0r-RErS+q#-MIqOS?VY*0VOro!&.]$jkfGD,4`"8C6h']S&`]Z^l:\k8Sduo;;<c:AM5cWoH[$'aT]A:="JY:.Y[<+j$(^$$8\!quWuEL,IUoJa]#.[oL+/cD#/Ph$EF7n0#X[$1/O\qqH4CQLFQJ2e6n5%<NrV76uP0-8j-f3^EQo3T"XlW-40haQ>+Gg-?WhAja&tW8&0M&N>N0jB6:Rbd3i[*:^pD/o.&P8c#`cX`("T`'`!_%lg;JOt73<7't'F(XOQU/>E!_P)7_FJkV`'=P5a"<]7.($GgNaQ4XmQ5D8Ip[4&>(An5HTK.9XZ<D=Se!J"!N-5IH!-'>HFVH+J@;ARS.Rf^MT!/oU2h0Ec@6#8*DI(f';Cai1!j&q@?JCjooQ^OoYOi\2h[_t7E[4P*[BPD3aW^`^c]H@usjK`!%j*%c[=\Z&-Ws&Nj@?Igi.'e#d:/*QJ\=e\Nfp2pITD4nUa[WkW==oC4(XJ"uAjO>/ea@G`*Mhh*Mom1Y0RG6]/VK^QRmK:W2+rjdf-EgK1T/=El;rV-$r,;G7spNRQ-!GS75.,'Yu)ABO4+j^l#(BNk./!lW],Ls<Rj^PoR^4!dHAWEE15tCNlDoXEEUq<m#4bpcu+Hh^NOGG^VK1Wp;b^3(c6E.DMF#G9F,bj)(/:])b3#GCg\n*[Q6RV@]sID7;DEoF[Ckf2GJB`Rce76H]ib;Cd?k\bA>d7cR@T!_6[uY6K;j;!FPHk]d'9?eH9=2<:Hg??iKrs&-)G(g)BI,GFq/(,W<fBW+?pRDmZ<ZT,Z$7M=nEI6-;_dI(O_]h;,R.On;AW5<*<M'3s8*G#VC]'l0t/Y?K%=(/Ss&jB9)aJ5AS'9<%K$iED8-c5Jss">Y<hiD.?T/<*1[#MUo.N%%>FDOaBr6E-jh:ti.GAH('f5b?5;[!.Y0WM,>J][4#8UUH'Kg6p1dL"F7S*YFiTQ^QaiI\Fg@C$9aNo8M$>96K2g-=9a!:21MB-_7I"3estt+[2_cLiTgY!UM&+!!2?cUAI7]UT&^JkY8]Z6&*UsM77SK?cSPalM<Pr$,PSu/>7Lur-aN!'Nr&U9#-ZJRHWpaH8MgD!auE%g:7^#!G<u*-'?1,o[$%?#%SuEHkueR6T!YF\gXSX&nU+M9O+R&/SbE"D9#:3'=8V8.ta.f0@gt+gHTs\csfA.">/%Ok-]Mf<^Z)Tnj,s$(0eC1BLdJ<,V:n,(/W6WUd)]ARllQPPKiSN]7g8%/N64.m&98J_F]o$Af)DucV*qc7mGZCa\2XXBOjB,;tdE[K\0Yd]K^`kRtINqg\Z"h77B[6,YWjGV!<8(F8YI*W\^<I;t<ZD?,kL%P`IhR]n+l:$*j[$?1<%]L=[oER@P06YR**K.QU)F0u,22J0^s4#"Ziek?AuN$2dHV?;2,;9Nupb,(sG^<rLh;YO7?N+_qsdZ0q;gh1U]tWu-@lY>nm`aoGhl<JMRaJ#=QSJH~>
-endstream
-endobj
-82 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 81 0 R
-/Annots 83 0 R
->>
-endobj
-83 0 obj
-[
-84 0 R
-85 0 R
-88 0 R
-91 0 R
-94 0 R
-96 0 R
-]
-endobj
-84 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 350.76 707.935 435.42 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://eclipse.org/gemini/naming/)
-/S /URI >>
-/H /I
->>
-endobj
-85 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 356.292 694.735 456.276 682.735 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 87 0 R
-/H /I
->>
-endobj
-86 0 obj
-<<
-/Type /FileSpec
-/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
->>
-endobj
-87 0 obj
-<<
-/S /GoToR
-/F 86 0 R
-/D [ 0 /XYZ null null null ] 
->>
-endobj
-88 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 66.0 681.535 129.324 669.535 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 90 0 R
-/H /I
->>
-endobj
-89 0 obj
-<<
-/Type /FileSpec
-/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
->>
-endobj
-90 0 obj
-<<
-/S /GoToR
-/F 89 0 R
-/D [ 0 /XYZ null null null ] 
->>
-endobj
-91 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 182.976 455.627 480.948 443.627 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 93 0 R
-/H /I
->>
-endobj
-92 0 obj
-<<
-/Type /FileSpec
-/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
->>
-endobj
-93 0 obj
-<<
-/S /GoToR
-/F 92 0 R
-/D [ 0 /XYZ null null null ] 
->>
-endobj
-94 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 365.992 257.399 499.96 245.399 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 95 0 R
-/H /I
->>
-endobj
-96 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 365.992 236.149 483.964 224.149 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 97 0 R
-/H /I
->>
-endobj
-98 0 obj
-<< /Length 1833 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gau`T99\*u&AIV:d"+PNO]fpr,7.*Oln4u>ZQuDG'Lbl/H#/D[)Fok]m_>Z2]m=3\G2U0\P'adTmeQ^U2iF`+`RX-%f@aD_/o_o(;;uWB&MekaQV]'YcMHhXX#ER)#YF5N<tHhV;2.t?K[7YK4g.b*U$rX\.m",i1JU9_OWcu(oN'&re2F%[+&CU:YA\iE16>\@O!gk.Q6#7DU5Ffn';'8WZ#fnhnW90PcALeOcC`DA-O`OJ7`5W,<[VOr;!AKOO0X";`$RXt><D+)_J/D9J<SH"2M)T[L7Og"M_^A^;SP\2nkDfDA\(KU52g*djODH?>OTL"mBU;6Z.1Lu=3R^!^PL*OVdAJ2Y;0,A<W>Q%k=,D]f)>%I?i/ieNMC=mG@9%c7'q,;L?tqG0KW:QO\1f"rcOan"h_Z:</Ma@nYYS-A+l]k=DJF(AX5t9N=^[CLEV/m$b\neOF-)<!_cXlBq0(^'QG7bI+]*%?Gm$h!/iQNr`5);lnbu.'AXLo\S$<f_d5k'3lX*iq:mFdr\_d]>iQ'.'*Y)IEU&5`-1I,O81HFQSd3S(Lf\ZY\+aeQ_;\qY5HXQ]PmJYtUIn-AK;h]YY<<7jAC>V5.=q90WTu%\&i(VWeCb!+QYo%i>:JgT\O4'Hm8cb@0-iYr.aRjKod7%pL%3-o%sN$nFIT8#5+(\8s6APoYhB_f,R@Oil$$&MVB8t24Mck3[Q$R:3#s!1%"&M<#"5mr^:O4:f8oBL\[h]8Yno$FFKuT^-V0;60d(em335fpFJ9jW>1i2N8kP*"on[:@5Z2,`LK2]%a%!AQp#[Mr?'J'HR"LZ&Kj#N<BRKNo@jqJXD_7E=YM\6P]t^%0/F#OWn`8UJ0#Oa1(h`\$VFkT\n_t*s<P"SJV3b#W9VI$u'5"ANk%-FSmo*s2@ok"Q:YaN(rM6.hGF69K'pfbD)7Z=-E#2UW=04!B/Z+XZ'?#Sq=V^Vtj*5+d.Sb:*a9`Uf[jV0L,#5=l'9:N!p@KsYL-QhWG1_5E2TA)CF*>B%8qfdFX9ZU-bYP(%aW:I>U6j*"!c#$*Q].`"jOoC>C<iOlT@kO.BW(jb/;dH!+%;S+8O2T=^?VncmPTT'2Mpu9!_l*>HXn(9S3OT,-;.j+'pQt&)M]`Fi@gToH,+dEM_1O6p0F'Qr\ZL^W9BH!N/XZ8QB07Mg]tJDMSuG.0',`Z!68IuLFkK#^JA7Y[ABWdjnUkA:Qj'+OeHlG1Ru*&KsXn?!uk?cW=tJ5lj>XeGmt%qM;NmbDt<_n_Jj*Z<)_i5hIIk-Em,/?M:YpG<=djZoNVVOT+n^Ho(Cen5bTtB%NOJ='r_U1%b?eVM`k&(ppS")*?UrpSSPp!T?,fh$k!,\"'a)khOeole9f)33+l32:s\pr:"@;)n:U\"nI;NH2m6MDpH`RO=R+B-S/d1@ET/dQ>937gX@Gso2ha,.i$N=fSB2md/FqcUFc)"!pNt&TEdVHfPN=p2V)TgdBZ7-CQ`)tYK`W\UWP]-ZJ<86&\DC4WO7LM$`J!IJrGUe__+):F'`+dY&Q8jVFu->:5*0b'Xs@n#j"2lT#VW7raHhZ,Q$8i7\f934bbkdUiX2l]$B9+:MH)KD,\Z`/](cK5!#a@cG'c?8*OZlq$[YfgcKnq<*4P3#=d32&g"8/()A6Gep))HM-U3R.'sO6(Ma7`OP3U9.9dSe=<S!`I_E>Qan_lKUF)bC%ODYuo'^Tg_d5pO1@hJ9Vcc(CqTqJX3_c1GdWdTPK,C[QUd[6pR$qT7Er/fG$B44RIjotH;K,,q9)&U$f/>],2O:PQfXH,+<'/=c^oCL5m%l`$9asFHU6LFUS=Yj.<~>
-endstream
-endobj
-99 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 98 0 R
->>
-endobj
-100 0 obj
-<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
-endstream
-endobj
-101 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 100 0 R
->>
-endobj
-104 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 102 0 R
- /Next 106 0 R
- /A 103 0 R
->> endobj
-106 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 102 0 R
- /Prev 104 0 R
- /Next 107 0 R
- /A 105 0 R
->> endobj
-107 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 102 0 R
- /First 108 0 R
- /Last 109 0 R
- /Prev 106 0 R
- /Next 110 0 R
- /Count -2
- /A 13 0 R
->> endobj
-108 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 107 0 R
- /Next 109 0 R
- /A 15 0 R
->> endobj
-109 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 107 0 R
- /Prev 108 0 R
- /A 17 0 R
->> endobj
-110 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
- /Parent 102 0 R
- /First 111 0 R
- /Last 112 0 R
- /Prev 107 0 R
- /Next 113 0 R
- /Count -2
- /A 19 0 R
->> endobj
-111 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
- /Parent 110 0 R
- /Next 112 0 R
- /A 21 0 R
->> endobj
-112 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 110 0 R
- /Prev 111 0 R
- /A 23 0 R
->> endobj
-113 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 102 0 R
- /First 114 0 R
- /Last 127 0 R
- /Prev 110 0 R
- /Count -10
- /A 25 0 R
->> endobj
-114 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
- /Parent 113 0 R
- /First 116 0 R
- /Last 126 0 R
- /Next 127 0 R
- /Count -6
- /A 27 0 R
->> endobj
-116 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 114 0 R
- /Next 118 0 R
- /A 115 0 R
->> endobj
-118 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 114 0 R
- /Prev 116 0 R
- /Next 120 0 R
- /A 117 0 R
->> endobj
-120 0 obj
-<<
- /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 114 0 R
- /Prev 118 0 R
- /Next 122 0 R
- /A 119 0 R
->> endobj
-122 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 114 0 R
- /Prev 120 0 R
- /Next 124 0 R
- /A 121 0 R
->> endobj
-124 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 114 0 R
- /Prev 122 0 R
- /Next 126 0 R
- /A 123 0 R
->> endobj
-126 0 obj
-<<
- /Title (\376\377\0\112\0\116\0\104\0\111\0\40\0\122\0\145\0\163\0\157\0\165\0\162\0\143\0\145\0\163)
- /Parent 114 0 R
- /Prev 124 0 R
- /A 125 0 R
->> endobj
-127 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
- /Parent 113 0 R
- /First 128 0 R
- /Last 129 0 R
- /Prev 114 0 R
- /Count -2
- /A 29 0 R
->> endobj
-128 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
- /Parent 127 0 R
- /Next 129 0 R
- /A 95 0 R
->> endobj
-129 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
- /Parent 127 0 R
- /Prev 128 0 R
- /A 97 0 R
->> endobj
-130 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-131 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-132 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-133 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-134 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
-/Encoding /WinAnsiEncoding >>
-endobj
-135 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 16
-/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 40 0 R 50 0 R 52 0 R 58 0 R 64 0 R 69 0 R 76 0 R 82 0 R 99 0 R 101 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 102 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 40 0 R /XYZ 85.0 726.135 null ] (configuring) [ 52 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 130 0 R /F5 131 0 R /F3 132 0 R /F9 133 0 R /F6 134 0 R /F7 135 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 39 0 R 
- >>
->> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 589.786 null]
->>
-endobj
-19 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-21 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-23 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 602.986 null]
->>
-endobj
-25 0 obj
-<<
-/S /GoTo
-/D [52 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [52 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-29 0 obj
-<<
-/S /GoTo
-/D [82 0 R /XYZ 49.0 409.027 null]
->>
-endobj
-95 0 obj
-<<
-/S /GoTo
-/D [82 0 R /XYZ 49.0 213.049 null]
->>
-endobj
-97 0 obj
-<<
-/S /GoTo
-/D [99 0 R /XYZ 85.0 597.663 null]
->>
-endobj
-102 0 obj
-<<
- /First 104 0 R
- /Last 113 0 R
->> endobj
-103 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-105 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-115 0 obj
-<<
-/S /GoTo
-/D [52 0 R /XYZ 85.0 313.958 null]
->>
-endobj
-117 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 207.735 null]
->>
-endobj
-119 0 obj
-<<
-/S /GoTo
-/D [64 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-121 0 obj
-<<
-/S /GoTo
-/D [64 0 R /XYZ 85.0 621.96 null]
->>
-endobj
-123 0 obj
-<<
-/S /GoTo
-/D [76 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-125 0 obj
-<<
-/S /GoTo
-/D [76 0 R /XYZ 85.0 284.76 null]
->>
-endobj
-xref
-0 136
-0000000000 65535 f 
-0000041170 00000 n 
-0000041334 00000 n 
-0000041652 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000550 00000 n 
-0000000656 00000 n 
-0000000767 00000 n 
-0000000873 00000 n 
-0000001596 00000 n 
-0000001718 00000 n 
-0000001801 00000 n 
-0000041820 00000 n 
-0000001937 00000 n 
-0000041886 00000 n 
-0000002074 00000 n 
-0000041952 00000 n 
-0000002211 00000 n 
-0000042018 00000 n 
-0000002347 00000 n 
-0000042084 00000 n 
-0000002484 00000 n 
-0000042150 00000 n 
-0000002620 00000 n 
-0000042216 00000 n 
-0000002756 00000 n 
-0000042282 00000 n 
-0000002893 00000 n 
-0000042348 00000 n 
-0000003030 00000 n 
-0000003240 00000 n 
-0000003348 00000 n 
-0000004217 00000 n 
-0000004340 00000 n 
-0000004367 00000 n 
-0000004560 00000 n 
-0000004804 00000 n 
-0000004912 00000 n 
-0000007235 00000 n 
-0000007814 00000 n 
-0000007937 00000 n 
-0000008006 00000 n 
-0000008180 00000 n 
-0000008368 00000 n 
-0000008648 00000 n 
-0000008838 00000 n 
-0000009034 00000 n 
-0000009244 00000 n 
-0000009451 00000 n 
-0000009718 00000 n 
-0000009826 00000 n 
-0000013155 00000 n 
-0000013278 00000 n 
-0000013319 00000 n 
-0000013498 00000 n 
-0000013674 00000 n 
-0000013885 00000 n 
-0000016963 00000 n 
-0000017086 00000 n 
-0000017127 00000 n 
-0000017333 00000 n 
-0000017535 00000 n 
-0000017736 00000 n 
-0000020984 00000 n 
-0000021107 00000 n 
-0000021141 00000 n 
-0000021351 00000 n 
-0000021558 00000 n 
-0000024407 00000 n 
-0000024530 00000 n 
-0000024578 00000 n 
-0000024791 00000 n 
-0000025002 00000 n 
-0000025213 00000 n 
-0000025421 00000 n 
-0000027741 00000 n 
-0000027864 00000 n 
-0000027905 00000 n 
-0000028113 00000 n 
-0000028324 00000 n 
-0000028542 00000 n 
-0000031640 00000 n 
-0000031763 00000 n 
-0000031825 00000 n 
-0000032010 00000 n 
-0000032149 00000 n 
-0000032245 00000 n 
-0000032317 00000 n 
-0000032453 00000 n 
-0000032549 00000 n 
-0000032621 00000 n 
-0000032760 00000 n 
-0000032856 00000 n 
-0000032928 00000 n 
-0000042414 00000 n 
-0000033066 00000 n 
-0000042480 00000 n 
-0000033205 00000 n 
-0000035131 00000 n 
-0000035239 00000 n 
-0000035493 00000 n 
-0000042546 00000 n 
-0000042600 00000 n 
-0000035603 00000 n 
-0000042666 00000 n 
-0000035812 00000 n 
-0000036013 00000 n 
-0000036219 00000 n 
-0000036397 00000 n 
-0000036597 00000 n 
-0000036879 00000 n 
-0000037063 00000 n 
-0000037357 00000 n 
-0000037579 00000 n 
-0000042733 00000 n 
-0000038057 00000 n 
-0000042800 00000 n 
-0000038461 00000 n 
-0000042867 00000 n 
-0000038699 00000 n 
-0000042934 00000 n 
-0000038925 00000 n 
-0000043000 00000 n 
-0000039197 00000 n 
-0000043067 00000 n 
-0000039423 00000 n 
-0000039592 00000 n 
-0000039917 00000 n 
-0000040221 00000 n 
-0000040507 00000 n 
-0000040616 00000 n 
-0000040727 00000 n 
-0000040841 00000 n 
-0000040948 00000 n 
-0000041060 00000 n 
-trailer
-<<
-/Size 136
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-43133
-%%EOF
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/ch01.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/ch01.html
deleted file mode 100644
index 9dd172c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="up" href="index.html" title="Gemini Web Programmer Guide"><link rel="prev" href="index.html" title="Gemini Web Programmer Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/css/highlight.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
deleted file mode 100644
index 87fe4c7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/.images b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/annot-close.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/annot-open.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/draft.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/index.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/index.html
deleted file mode 100644
index e1bd350..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web Programmer Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.2.0.M01</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/ivy.xml b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/ivy.xml
deleted file mode 100644
index afca130..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>

-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini" module="gemini-web-programmer-guide" revision="2.2.0.M01" status="milestone" publication="20120824073020"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>

diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
deleted file mode 100644
index 28af60e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
deleted file mode 100644
index d87130d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.2.0.M01</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/.images b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/draft.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
deleted file mode 100644
index 1f5a907..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
+++ /dev/null
@@ -1,284 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 182 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GaqdY3t&nj&-UqjI`7OCiOZXfa'C3/5S,IV/Asm"),d!AJcFX&.`-;F%,WP%ji0V;Em>la$kjjj%:_'nSg"_MPHPo^:.Z-CiE11VNVB]r6JIg=A)Eq=`65gGkJr\1.E+F<]B@he&grA"8!f+5\,?Q^b;?W*4]BPt.k2u&m9"hXFYGJ9G:E[~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 280 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/%bDH?U&A6=joPm"GVDELbX0N*`/:5K54STa>TJJ8`48\nuI,P@f77%KL<#5^dkitih2YntT/BT^BD'iYW&I:Q':7qSs*"";=@%R8WC0qHY.'5q98O6[$Hd?D3[:Rnf%U]<d`m,JnZ3_KE9pJ2KcDH9B6:X*:l,ok2jZbPTY`[n=8=2*igYe0`MH@Bb`&/Eg,&I[DqA'P7iUBjT9tg@,\"Ts"!F]<1TnEa0&YBNtBn\):0fX6G;i/0JnQS*_22dug4`(J`UAFB4&X;$kd/~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
-endstream
-endobj
-17 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 16 0 R
->>
-endobj
-18 0 obj
-<< /Length 503 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbW?Z1NM'ZJu*'_bHHG"2q:n2M4s[UaAVZ99ac5Ub?>IflS$[pK`TeZm'^6>t3KopjcY&mDaT%T%`uKW/P#g*0q*O$I*J%:2<Hof.UbI#J>kiJ)B5JO]eHU\Rs?>:F`*pk8-N%jJ`&;P8)elQ@SI#U+Oe-QG8bD-\LGE@]5l6t&@E&;@V2"?g9BE`pJD_n)tt]3+=:I9Eq>/4?U519WHqMkY'1Xkeg!!Js?I+jl"ocS_N1WleilFn(nf^@P#V6%6n^X@+VgK3BMZ9iSNtPqr=$jS<h.N+CVt9l+X\A5Sh^Ffm5&Obp"k,d.,p'6SBY_aURAdm@3;C=tKE9uVK%fha0JKQ&/q]4cr*kE.L\Q!lKuG=>P%8TuEVo;A;TAb?gH0a#U=3I91V<]E,@jPY8Hl?*:hqM`<%QI`)o$'24])GX-d6DrLmqO#o_.OV`,im;'m;c@4UYIJg?7j2C7;FuUFarLr(?9hB\i3Rh\lrg3Kk^!+.==Wai~>
-endstream
-endobj
-19 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 18 0 R
-/Annots 20 0 R
->>
-endobj
-20 0 obj
-[
-21 0 R
-]
-endobj
-21 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-22 0 obj
-<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
-endstream
-endobj
-23 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 22 0 R
->>
-endobj
-26 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 24 0 R
- /Next 28 0 R
- /A 25 0 R
->> endobj
-28 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 24 0 R
- /Prev 26 0 R
- /Next 29 0 R
- /A 27 0 R
->> endobj
-29 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 24 0 R
- /First 30 0 R
- /Last 30 0 R
- /Prev 28 0 R
- /Count -1
- /A 13 0 R
->> endobj
-30 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 29 0 R
- /A 15 0 R
->> endobj
-31 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-32 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-33 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 6
-/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 24 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-24 0 obj
-<<
- /First 26 0 R
- /Last 29 0 R
->> endobj
-25 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-xref
-0 34
-0000000000 65535 f 
-0000004198 00000 n 
-0000004290 00000 n 
-0000004510 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000344 00000 n 
-0000000450 00000 n 
-0000000561 00000 n 
-0000000667 00000 n 
-0000001038 00000 n 
-0000001160 00000 n 
-0000001194 00000 n 
-0000004611 00000 n 
-0000001330 00000 n 
-0000004677 00000 n 
-0000001467 00000 n 
-0000001680 00000 n 
-0000001788 00000 n 
-0000002383 00000 n 
-0000002506 00000 n 
-0000002533 00000 n 
-0000002726 00000 n 
-0000002975 00000 n 
-0000004743 00000 n 
-0000004794 00000 n 
-0000003083 00000 n 
-0000004859 00000 n 
-0000003324 00000 n 
-0000003520 00000 n 
-0000003706 00000 n 
-0000003867 00000 n 
-0000003975 00000 n 
-0000004085 00000 n 
-trailer
-<<
-/Size 34
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-4925
-%%EOF
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch01.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch01.html
deleted file mode 100644
index 9661e7f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01s02.html" title="1.2&nbsp;About This Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch01s02.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch01s02.html
deleted file mode 100644
index 2a096d1..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch01s02.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.2&nbsp;About This Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch01.html" title="1.&nbsp;Overview"><link rel="prev" href="ch01.html" title="1.&nbsp;Overview"><link rel="next" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2&nbsp;About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">1.&nbsp;Overview</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Apache Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch02.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch02.html
deleted file mode 100644
index 2286060..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch02.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.&nbsp;Installing Gemini Web</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch01s02.html" title="1.2&nbsp;About This Guide"><link rel="next" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;Installing Gemini Web</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch02s02.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch02s02.html
deleted file mode 100644
index 0a5230e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch02s02.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar" target="_top">org.eclipse.osgi_3.7.2.v20120110-1415.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a file config.ini in the configuration directory. 
-					Example file which works with 2.1.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip" target="_top">config.ini.zip</a>. 
-					Essentially config.ini ensures that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.7.2.v20120110-1415.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch03.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch03.html
deleted file mode 100644
index 3e26faf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch03.html
+++ /dev/null
@@ -1,203 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Apache Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Apache Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Apache Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Apache Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li><li><p>
-						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Apache Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Apache Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Apache Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
-				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a> 
-				describes in details how the JNDI resources can be configured and used.
-			</p><p>
-				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
-				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
-				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
-						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
-						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
-						describes in details how JNDI can be utilized from within an OSGi framework.
-						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
-						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
-<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
-&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
-          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
-&lt;<span class="hl-tag">/Context</span>&gt;</pre>
-						The list below describes in details the different properties:
-						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
-								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
-							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
-			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch03s02.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch03s02.html
deleted file mode 100644
index 9eed45c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ch03s02.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/css/highlight.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/gemini-web-user-guide.zip b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/gemini-web-user-guide.zip
deleted file mode 100644
index b2b243e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/gemini-web-user-guide.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/.images b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/annot-close.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/annot-open.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/draft.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/index.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/index.html
deleted file mode 100644
index bfd911a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.2.0.M01</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2012 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Apache Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Apache Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ivy.xml b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ivy.xml
deleted file mode 100644
index b8cdb5d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>

-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini" module="gemini-web-user-guide" revision="2.2.0.M01" status="milestone" publication="20120824073020"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>

diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/css/highlight.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
deleted file mode 100644
index d5b200e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
deleted file mode 100644
index 942e2c2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
+++ /dev/null
@@ -1,297 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.2.0.M01</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2012 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Apache Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Apache Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Apache Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar" target="_top">org.eclipse.osgi_3.7.2.v20120110-1415.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a file config.ini in the configuration directory. 
-					Example file which works with 2.1.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip" target="_top">config.ini.zip</a>. 
-					Essentially config.ini ensures that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.7.2.v20120110-1415.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Apache Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Apache Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Apache Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Apache Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li><li><p>
-						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Apache Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Apache Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Apache Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
-				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a> 
-				describes in details how the JNDI resources can be configured and used.
-			</p><p>
-				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
-				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
-				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
-						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
-						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
-						describes in details how JNDI can be utilized from within an OSGi framework.
-						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
-						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
-<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
-&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
-          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
-          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
-&lt;<span class="hl-tag">/Context</span>&gt;</pre>
-						The list below describes in details the different properties:
-						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
-								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
-							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/.images b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/annot-close.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/annot-open.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/draft.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.gif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.png b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.svg b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.tif b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
deleted file mode 100644
index e6d1015..0000000
--- a/web/documentation/gemini-web-documentation-2.2.0.x/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
+++ /dev/null
@@ -1,1252 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 383 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU>u-),'Sc)P($BU1>\siPlJ49h1g+9sV\dX:NchGFTM$__r-Mji((s;70?SW$VpCS#=p119+j^LkBaA/e@"^i,!JVd@JD3MCU_M3%KXfhE"]</&,ZCPBoFtmo8J"ZPO(%URf#,A1<d%Te)SK!HGQ[JTjH9d;*VGAcS@#CA0TK"^_]MoP7i3g3q&O!2Nh1]]G<$irMV)Y.`Z2^o/p=BR@,::nMDF0)`L($),G@:a00Z1352TF%njuk$+,nr'>G'[T4s<_u5*`I#h)Jp1X3p?gq<euoX@:)-Z'kF6p._'CHXFk?<,JX4.#\(XC9pu:qQhqgCn]Ckm+pCEr6^:F2C^RKaF)UG(T,EQ)`k"F@:?3p`lanGXU)WA`93]F~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 626 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/g9lK#F&;KZO$6S5'Y<V"L+'\Rb<a)n/,?<HtLHl9URb564"+Pfk!f=5bEGUL@LPM:"K:M_-RESAdqJf:3:*>sVF>ZBm4i.300*WC^"QGe9j=Z_UFe!'%6;5008J9)^Nkec#HKImO/!R._i!lJH?"=-nEC!jfIaEne,h`F@YR/,ap\8_QbXRJlo2(Z.*d82""pSBBY:u$+T6QtS%[d@X`Z7tZ=dp?-j=jZdke(5*WRYX5L^15Z^q`V()51LLBe*0B$2&V<CYP9A]<"'ZTpGMWLR8Q^Rt6,Xi[NRJ3bMOen6U7Ok2r\L=]%_tp7s$-WFTYVLdb6$Bf(p2"pTM]*X#&qej7:^jK0X)L@rXo,Q?9"P#bOJH%CNRUX4\'dj>.B<R$fVAS9\?d2B^^:RuL+\#ReXh?]U#oaM2>%%]N$T*L=oEB>)4hC5%1[?Bk0A;A:JPRh:dJUrBMA^6=f.n8:8$LMu##Gq/%<j+pIPm``;,57rhJ$Poc,1Yd1o>WT4_JBQfH[fK\WJ#8o.(Ssnl^:6TU%WVup0*7CO5f^*_0c!l2d%T<g3i6mgjQ&P\-%<>MsYlt*GZ:^";2c"bq=U_d/T:Tjq_r3H>B@Aqc.k)kT<p\.Qd~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-16 0 R
-18 0 R
-20 0 R
-22 0 R
-24 0 R
-26 0 R
-28 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 627.536 221.664 615.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 614.336 211.992 602.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 601.136 196.992 589.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 21 0 R
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 587.936 298.32 575.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 23 0 R
-/H /I
->>
-endobj
-24 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 574.736 169.332 562.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 25 0 R
-/H /I
->>
-endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 561.536 432.288 549.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 27 0 R
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 548.336 299.988 536.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 29 0 R
-/H /I
->>
-endobj
-30 0 obj
-<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
-endstream
-endobj
-31 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 30 0 R
->>
-endobj
-32 0 obj
-<< /Length 770 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbY9lldX&;KZO$6>[i<?r+t]fBrh8S:(uA(i!X*b8L-RK=Z7_W9TU(i1c6XZ\l#P'.r7X8VO)ik2nt&1';$8a<g!k7H^C%mdIY>nk3[qa$%$*;uB>I"UQ<$um96R%`3nMpO+TZo@2-8j47\,Vi+!1ktcH%LG9baFVbWc5qjHX)52BV(,4SL'X?E&0Jr4%p=cp(:)u)mV);]XR5#".V^RDU$\/ib=pukW%5J]n&=sMX[p^Veo%QrY9>L?16W[6af>Vo@neSliLjmbMN(:7CQ$j3H!/$]<;MZF+'2,),c`OV)fY^$j)qADDKh[?-?o\fI/ENId+'NS+&fe].niL1QC[VO<@j"]Ro4ql+k]MMMeZFBcG;$76(hH4(7F1:/gH/Kmh4g:ksI^39B:>HL]\Q`:dXNf-q@ST@CsgHM^'"3(9O+1c>@TDeN7l9@M)Yc?Ke.nfIA8Y[D\E#JsiJAJl>TEgD#RRC21@C^/VjN2KC<#[0l5'`UD47L]1>j;Arr@;X<Wik+rjTI/Q+p^-O[m<NZ.q"h$+)He!]l<VCV=bO)knIT&':"kU00T_H2.>FB&G,mqB3_!.n7@+=YCY4=r7^#>tuPVV81oF;Do<B.p(4/=2U0fES5P)l?]'PIh[J=34PF!I\'S:XEU7Ncp^(_!l`C,-cDb@qrV;3B",UB,U:ndV*]M969Q$L>\$.;Ka)j5G0bGqN9ss%IE"AnDd9HLTU;eBs@4H>Z<OduA&]oEH!K+8jeT2sa\oP1Zc+(Egl7ec~>
-endstream
-endobj
-33 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 32 0 R
-/Annots 34 0 R
->>
-endobj
-34 0 obj
-[
-35 0 R
-]
-endobj
-35 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-36 0 obj
-<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
-endstream
-endobj
-37 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 36 0 R
->>
-endobj
-38 0 obj
-<< /Length 2203 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=->Ar7S'Roe[d/&t,2(_`#4:GoSUg(*t?"0JZQ=5kdg/]SZXs?O)*qn?4W#H7ab)Ws6J4T9:q43S%m-T0U]6>eqM/UX?'AH\dW+EjgC.1%c/O,uJo`K!D[Jm[FjP$'.+<Zfm,1!js.5._]bL1d?cbJMp1f*eT:OI/!rFsO62tgnj]"stUbB6?@=`93V$KT()Ns.33Q[N&7'e]eLSjf&=%<Y5V[9D]30"#qE*kBg])jgE;%jJ4:2!;hn2(&_Vr(2=?n.4VM'GV6q*%dtUrQP063EDoq48&!1D.R_+dBF8KH\(0Jg[t(`)7,V%ajLi5;\F0YK&p\^0/B>H<JYK>FuQ%@RC&.._`MX#I7ATC":[9Z,&:sK59LGP=Z;IG2@7(4Wia=`YER^d03bN[_$-Z&H*O?Kh9Bb:f/<@4*g&j,B:TDIOY!^uCFF^\WEeUham0CDKq-&LkP6Cq#HTY6[0'6\.OG%lC-gA[IfJZ-)S?f-Sr%];%\b$98`[>"T,@1>dVZ=&Yt"j3P"e(H^h3P`Miun1;!&6m`9F+igZ_e_.pP>`JF$Ng7;.&>n9Ul]pt'c&PHZf3k1D;+lqk[`;4FdD]HfD36b+_)2;q,mmRg5B\PE/+7Nm^Q1Rl8]e=KR)H@W9;&AE0NksNiU5gtUi9.k@_a3F1WGfKDZR;3WSBXpnh^&"&1*D%Q7DeeS%MN]otnUG3;L<6;M?VH"^X/Bb*l\?H_h2H3$C\rc_+1u7)P8iFH5u<uoG2aeeTQI+@S:Hsl7@aUiHl&tH7Sm9Q-u$dmLm"76/d]ROd3UFhK8:0^GfJd,S!itnT4Z9u>/F,4Q:!?064s&)=jsnK^5082(<,0EhdMREOV8Bk]7EHlN?"hp,mTf4rsDh=<MYP$Kl[oo7T=Q$f'c0gd-4CF]0:2E$SK&E8ea8t9K7JcnY.c[FJuE>TZDtac@T5KBjSeOfnH2XFuoBn5O%T`/K`Le)Oks&3McY'GJV[,]&"7$#^:i5+XqY@FiW"Z()glIf[Ze((eZD$Udqc.NA`%;b^!a!_HRsIgRn,"U'>+>LPB1Jc/&'UMsa;(W]+Xt5sqS7K_7C.d#YEq`$Q"=5Ms/jc.Ptce-/>Wo,,%d);@^NA/!i&i7a:r0(_o_KaH=+]W?>BF<DZ)Jk:UIj0#AjK7n1fbED$g$8'T5_i<#eNT]D0lYEOq>`ER\P4*Y0jEZnt!O4]7N#U447);^_VB5\DUS2bi0)upcB7Ld^m0cjf4]3O$WDQrMk:fCI\cWm'pA$J]WP$;:ppI&hCVheJ3F4\^7upR5";g%7@jSESeE)[EIF(W$!(cIkhG(e]AGgt2P/?2K&6dGD&Jg($_6$-6r(`^Vn/k1?AE40#?]D1CYT/G.::h,I\?,e<JEOa#ocf7DV,"hedd00'T^gMMJ)E_VJS[]7fqeLdHWQDT-V34'kt:j#"c_lA!/e3!"!s"74rd1O_jG/]IhR0.8o[$!E@@GQ+M.?DF[E'^e0fWS5R[,k<+EEbR!P&kkgcNV7R/cp!6\5q:0o@tCtLH3U5jCnJl;6.8e7hB>S-__9X9:*SD3B$/I*E5nZEJ&0f^5=r4^YjH];Vu"uoW_)Fn](G?hlBc"dP6ntO9=@6eY_Qc,,B:e'l@b1:.L=#L/tEg^^NZG^YjS>tpK,[-NqJP.Is^&ZOJSP0gcpSoptk&_9B6>fC)<eo2[WeA)3kcf']^]>liU@2!.]=(S%muXJdaU[+ld;c*mPX$(mYk$dj+HX'/hg>Pu)G/j[QiZoUW/o!;$93LA`^%9pG:uXX8E+G1b3C=\6[P^(^g*DVa3m/uE[18q.Oqr)mBRRki2[q[*.fSF;.Rl=?5ZOE$=-A::>o\/:iCCEe`QlQau&`^BY,'$b.>gmd\QshY3fS8-sn1G]$q$k;S#iA;F=N&.ZPcQ0+bJe5WYSR"SI-[QlD3mBCYe:5aX%"'6$'#H^!0_RrdB)iN$Ri!@,l%oE5A16T9:B?TcX,h*VqIQ,&Aj6Od5tiHoOV#4NYM]8M_IQ-p1."%AcH>^pG'1"W>YY>]hSje=eT&0Fr,CumJ.aY.lOn&mF`dP<1j/b[2c.6'C7_17jtg$_i;>(j7RhGL&=^tq8s;]9qmj2EA%Q1uFDAEJtHho^hOK,SW;@UCCnC`WS;=XNX2MS5$]oQT\d@#,dm_YhP25>M;9pqt!0gmil!l+o^4@g=M)77."TGHrB-~>
-endstream
-endobj
-39 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 38 0 R
-/Annots 40 0 R
->>
-endobj
-40 0 obj
-[
-41 0 R
-42 0 R
-43 0 R
-44 0 R
-45 0 R
-46 0 R
-47 0 R
-]
-endobj
-41 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 162.648 609.986 267.312 597.986 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.java.com/)
-/S /URI >>
-/H /I
->>
-endobj
-42 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 535.136 151.992 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-43 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 304.308 535.136 510.288 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/drops/R-3.7.2-201202080800/download.php?dropFile=org.eclipse.osgi_3.7.2.v20120110-1415.jar)
-/S /URI >>
-/H /I
->>
-endobj
-44 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 406.116 521.936 456.108 509.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-45 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 346.644 483.536 396.636 471.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.eclipse.org/gemini/web/download)
-/S /URI >>
-/H /I
->>
-endobj
-46 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 160.656 418.736 224.652 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/2/23/Config.ini.2.1.0.zip)
-/S /URI >>
-/H /I
->>
-endobj
-47 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 416.616 319.518 511.26 307.518 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
-/S /URI >>
-/H /I
->>
-endobj
-48 0 obj
-<< /Length 175 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[d8Yp%#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=b(TFc@r3NBuPBSpA:$M)dSaH0HGK;Zi,KHYRG1?7(7GSsfd>dkudd!$fW?YQ~>
-endstream
-endobj
-49 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 48 0 R
->>
-endobj
-50 0 obj
-<< /Length 3196 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6lYkRg&c_:668/`l#FoLjU0d6K%XIi>"MIGHD\3\#;918j/Q=6;-*;UkmlT$?7\[8NfH7b!F(Tlk(Pa!E=^>;4l<&WocWY0<D!U&3>;lD"/$t^]Gp-hKo<$QoqWCM,rErn;he/W16J$PZ2U=;'_nLr,,gUqDrb\c$f%bKMPe`9!Oq.)okW&+$Q(HX78[=+[Y^09dQ^dBUMIRA3,Hl==)UDOIgN?I)hsXP7PcC_e7=b^LQIGs:fi=8IWp&ER()I2MDCCo+)kpQE9sR.pF7m:SIT?-[(W<Qt;At!EI#kSlo;B4Tj@X!E;7:Anf*jmCU9'X6%HO#;F01oMm`k%VIhrPdlcZDQ+`3is[KNrIF/?:PUm+Q_U)QWTRg#s54^3+HJ%Ks3l=c(\X'b;1@p!`KDR3.h6OWQ'Kh`N\,6i_:69`_gLY<CO:chH,6`#aL,]?Q.P^u=B\ADjO*?9gf'+Rj<PE&'hDAUsLd;lbW1IhT(^oX&lMJFn8&'#j=V;3mIjsSgGMAZ51Pn0L27K/OiC)AAn]3S`B_n[ThUp8XMq6r9!S"Ynj;`&m6\O#cXq?r.GR"e6UWno"#V&(ftcioQqI(e:2aVlNXW]6Yq>.QZi/5B3UO;PJ5R-.%-`<KKFaS3T=FdqIA.#^`XLiEdc]`YMVB9ms;<(]-9'kf3L@_DIgBf=j?W),Xe0&u>Vei:jJjfL5;D1qj7:,X%k-qJ'i=AiUu;)NuP:%sn/R?DZHf/cN&XgZeQiCs*6S;$?^Wd<?"-0SDFm#Q"p?t-rX-4)OPHR(oI(hF*'Kb(M#5Zf!Pfo]`1Lp[1Cb:/J#F:QeK_U?rp2?pVjLECF@@qRi18.;Il);+2Y(EL!0rcuMG$<:+qZI[HD1+AH-@:84M?c8sL(WlUqWf[k[p`rGZNLDD"X[aQ,!R:RtZULD1R-H]SE9*[+qf4<s`+ftQdg?2V.``RjO#,59OZ>GUU/,iooKUhNVC:A#mp;0]3%58a_>Fm.9aPMDbSG%R$dN`Zk4g!+rhnMSs*=Y/\!u^'N>J6Z#k0QkS.oAs]_KK?HB_5lGKKM@K^=VbdSTm>("'U]F0-_rcNIUFka8m;'1G&3e`.(qgTQPM-]j-DpS!-$52GKR7;odZZQ0SUqCJkR\EcF`(0H9rmVs,`KEj_,DBR@P0Rkl;hmOLdA=h]&e.Q::_+`h!E(W-MU^#@HQp>BCJU3OH/T@Sl,fntAFOUNnW@P<B!7,V8Ka\(<l2QoE4+sqtT_-"KJT0`(p_`Mc"_[Oe@2Q:t*^^(FHEjY3=2Bf%%(2XFl[k?Ts*<sk%=I(OIL#_#r2u(ASjuFhVUi_Mn-F;<58pP$[opg,o2RGrHN8/6LuC+"!TebJfX?-P,e0N@:deSQm]/<sc:j\h'$A#=n-M'!LB5A<p\sW^GFuVKIVFu(#r!Tl5;jj,&s.dX+Ul=-p>iY`Y6-TU.qB'R*Gs9V;OG?_NQUhdBWFgm%4%-hc9H.!TIrP:d:HWHYc+]q)!h?%RUd"7kCm@eUN38iDAaeO3fq.bC,*Kh3T]N-..k5@\X7pXQXm4YeLbE#:^5U3>2=_>FQR#6JqF4Op6T]%<>n"5(1`I3-<fGQmH$AocI!M/AIbSlU+`Q+eg"2Gk[C-V9/+*'HiimF-`e!"5QTOaY`I!\K%FX[%'7ONI%@/^4\H)CfdYPVj?Dr[#i,=-lLQlGr7LYn.*hN(<&OV'0Pft*<O,X#hP<[#e416?G8RIBeb]=n\eI(#S-To0Bm42HePoqKc1^StO%GAQfM.[P7$iIhN\NL3UZ&c4PgT\i'>XJ3F/k!B4:(mg!CAasLBs;oA<7?@]a9IlKaEHW-r<Z+fS0`eq"gbG($A\`U!S-'@<'*_*.;8\SI!c.@&m\:bo-P&r'4n913qFOiG<)sZO2H,!AXOIp&Km=PH"dQ5I[CF]+^TY`0OGrZO"s#90;3eFjq'Gm:km7?5f##;lQ;l(![p_&.)6_U.l^qLsa"gb8r*CC0rsD^`5<7"T5A"=#`75'*`^3a-d`B+##@>HF.rPO[3]:ls&*#KLp5dr@,@ZU8$B19K!BN3ZFZD=$YTa7rUCa>,ig@3^V?!L`&VX.XtO;2>N'kl8-e$.,/M3I$hV#D<CFJp$=I_c2ZO'lPg<7FZiM+%N?LMY-piW:4apJhZO0nYV&mSWHUpBJuLDD"*#MYiOb)1cGRR)ZQYqFFS8s96e17TZ]]JNe<n)F9J5XIM<E1O+sM\W:nGF[@/=ZMN>N5cfe[7u*A<HJNjBX4E'67`&PVl>N(c1eZoG9f+jRhN,4sLZZ3B9&DH=jF%StoPG7=uomAXE9:\:g(!oJ-eLJ:FT\U?;VkMH`XO2j-@c0kjK)Xdam*Zh[A&4k,]PG`-o9H%=5q_V;QM/PkQbP[b9:>3-SWS4ARRd3++<I9!p0&/3XY%3mr;Sn!Z[9MJON@@2s0?!lGgOH?",fM:GYKq09pL"e-eYngjHPc=[*VUR4qgp`#juT'^Mf9h!CniTYB`n!(LT/\MO*JGgF50mL'mo-M&8sp)m9A=+SNq&J%34t3@UOf=YkUn$,Qso(@SuED!M'`04?1$qGm=5]dLd\%MpEY<N43r#\Kkn+JBm%UdXfC7iWuV+-,OE>(R'Ul,6?Qq6>o`^oGNN'ZNti)IQE:2+@WNLW4jE:ajC3'7)8YDpFT\.dghffi$$S`4RDj@TTLV_o=LrI>^Wd&0ELK3f4gV"R-Q3o@2r5Fjt)$hEqIU0r/P;?PJfK,VPMaFW*Q)hL&7FN3u6Y=Gm_Z\U-mVlp?T4@BNAJ!VqT[&hfaj*5_-'c=euIeN44?@@jm>;VQ)'lVSUD9d#RakTE8IE5eDL+;BlfZaW8h^G9T&&._hJL0-OTV@PYUa-us-kG+2b#9?t;,!.g`+<:D?kSg0rs+#B9J%[gD$DkR-0.A_K";QaM*J^6K60bk&EB*"3b(&lpMGocX9RLK9`,PEk?rF/bPAX0?0A`H9N=d@onqReuDr((PgE6Sa_F4+rWX5t]2E)(s.*#"9WE5i;&e5pFQWj`1!]i46-PGiLsPPKAp8jD,iVo@'M"/Z*0T,PeW\82[J/r[r(lF7@0#[7H="<i.b:qAq7=)U<1J+u\gd,*9AbLD59I2Y2mc-LI]m@r9*9[)3l_H,f]-)7O(g!bK?b5,h'W@k]$6kG#TZ>4o4_*lnRJf99plo1Dp-G$>sc#e_ej8\;[-5c~>
-endstream
-endobj
-51 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 50 0 R
-/Annots 52 0 R
->>
-endobj
-52 0 obj
-[
-53 0 R
-54 0 R
-55 0 R
-]
-endobj
-53 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 407.604 602.936 520.908 590.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-54 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 589.736 137.328 577.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-55 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 292.932 229.983 491.208 217.983 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-56 0 obj
-<< /Length 2985 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6=c_T2&:U6YOZ.H[=g*n[&Qg3]UHQT5_?>G.o$HE=OqtJfpdf#r4_6"LX4lB)(-k4=EE1W\e^r@%o6PQNnnko+I)fNo2E1&5HfH\_pt&_<&\O$f9.(48McILdo,4at;EcqFGeSF]LG&N&XP/S3DPX5N=7m(%^:O4>o#'Y\H*>A:Hn(T_6'PK9UL,f[eY5<t2[XuVOV,4&?E7Qj^<&fDnZ?c%0E,.V4q93!XE>t(:>!2N`V2_2MpBn^VKWY+h_'\Wo[6=t6kL/`oj_X0.)-kb_MOd!q%LS/55dHE.l*6FU9=-m5$<Kk#%i6\)uRlKUeb\OoI,U&Z@t;?KrdjVMmX>0',2Y:$$uJi?9ilip'Jh*H7d_.Rih>d-*U3kMJ]:[H,p,7OfG/<'$PO=GAfaee1W)2nHsOj.jJ.[ncLh^`tHGYh>>^4f-UYQs4F&C.ZDG%cTZgSj3.&a`M_=>(KU^M<b=IdMCQU(aS2\Wk2<V1kRXpTp_Y\tg&!a^=Nc*lYiEgQ#9f15qbh9(T'&)PfU"Jls%;CIhT95bQGJCnAS]79KZ/LCa2E+QVnP+\ee#N!A6+?!6sTtf_==UP=VL\%4]93W2%F%pX8O*R^9pA:6D781OeBR&oR@.(LqgM+1rrY?nl$Ad9Tq:&e+dBVWb,%G]S.?c0L3.q"8X/gYltOO+pI\>/E+HG!Dt/A.(4Y44b?u5_^$(ulHZWR>&5Im&1phI]Vt$PQ&Bb)$X)RmiTL/Sp%]@*Pe]GG'['4)=VTJI+E>1-V+?;&(i^Y;m`8l#?-l&#=QQDZ\V3h0<)kDnNJkJ2TaHo<+;6,gis43fSdYY.mRUTD(OF*f$F.3#"sJppRQKp_c4o+MNk6[EW3ril#$[_GW8_SbbBK;5V[H8BM)_p'LIp^2L'<%i\4^0bCd@ogC!;PW?Pi)k&Xlh8k);$-_+;(d+6:hKfML@Il:A.69;!"!1nq!eHr(0#:/M<JFpN0pHC<9C9n-AiPm,0PQ`?O\0SU`i7hQ!R=D,-[*c)jf^&RnGI.sET$YFKA;aj0<X`LE]:f6.=Sko<0oqkCZ/=LtKpq#5`kd5m_OA-t``?TSF+]ZL?\]YP-4@Wnbg@E$RV@0!?2=;l/l&WJL8tt>@IQ!uus%X7t<(5V#^b=ES6]_,3B6,?H/u1#M8A#c0#B_.[9s\G+MWC^JZd,)nATWVVBnQM8kb:5"I&f+-L:G7Fa?B_JUd!KqeZa\YROlm8fX:_JdA5:3I9OQFgrW7mr\[,gMF8/="F<MUH%+gB<9bHH*#3!]bH.u`CLb]4Qoj&DN^5'D8lIdecC`g)+q8(d;n3pT*n3AiXi0eK:#)/("Y=ha/n5esfJ##S4$<Q\YjEZUiFse8oGGClHJrgWCWRnd&[L?9AUVOb,j14DDid_ANq-KN#CS*Y8>H6telQNKkKt+LO,^gAgTM^GIO<J5''4PDE$5sr`XA>!?ZW'uRom@be99j2eg<<ZGV*uQT5$&`5*2ORgM@cpik"1bIRT0(#k`[dRW_;95-RcLmdJO0d)<HG%NPU1QD1/LFQh)eB#nbUndK^o^f4]I>2/D5"9P34:?T)(mYDiI@FVZ;Z!`kZT[hV)N*I8hr`*3L.PJtgF>q1XUn'!S*qDhIPC-Db@?..S:K<uF"luBn7dL=q3HEhNeiVp78+A9;63kUa=X>fTQ`=)cb03`V&[BPJ\NdClcXa,2bfJ;BKchQ\Sn"MJbi$SJVN:Y.g2tANT#lT1F`p@?pq#7)3&LE?.W)"I/VR+X!Ymo+5_0Ms/_uU=94co*!Y5mpFLZi?,5YM3n4M\$QYV*rR<:mN*rtTW6g0)6NL#t_>DCdOQD%+QJ?oo-ZMM87lFAeh0^%\pkWWMq/:WM$U(eP-JQGpL'"^%`T896PIq6f*X\6"<$/]q>>q4[P$tDTdSCoq/gqZLo8@.>s0,m<N_fRnS*UFK;I6^F4:_[*2HYP&?Bh?Z'b\;j;9sNqDD.`:G?eESl]uuf6QldMArVC4]&\j]R07X1>6C0HV@@'!qZ>M@7[UI(uWI=c#Bq_.SOqq0;s,[Qga4^$%@s[)n3\W!7-L:&-G6T.]^DLRpp<$UViP%`5?MA\,3r)^dfCIqC8_a6g%Xg!R>[7BE;50O2+cCbq0p+@30C@WSE1U!:Lg&_tX>]KNVOWoG;8=X#$tU6?088sm$Jub;(Q^nso"ke]Mu^'o?/[QT\SWRg8PLjBacMQ'2l^KIG*9<4oUX'7+iid'ESGQ4=8g=O!Ver4m)%mR9*`c4g209Z.8J0W2KIQ:kMi_WHW%jkO,KB6:j&>:'Ba4,7nTm=Q7O*S)qmPEGk&>G^GMM`c1;Sr*h;RdBrG1E(Uf7do3Qpo$#Q2%R%ntZ83J02I-_&fQ#.:*KJuUsn&a,^_Ob%][s@Nc:_`W[><IFAEA)h_8:NN,2_ja99<"@?[VGoshAHk4Y+$(/Om=],<47p)X0JuPLCi7@8>^4.J.`B=F_\7FY_VkWe2OFtIr8$=/q/5X\64.6*7f0o`rhI:K2LR4iD$b"SKs.1a2S#%0/p(9]l:MfN"bA\$!NYq<F8a5"I9M0q.1p'1]^Db`Eea5<K%lG08f,`s8'TKYGN3RMr"3J-7Uj'*#SI&MQrB45=G4:L5&05FiE`G_:Mhj$\4*GhB8UrXW9im[>;X\PO[O0q<_a_%\L.$S"U*!O1eO,U7aSF<L6E=1plnOoU\dFl6f_X*YKq7;[OSk@3'C&60jXfd@"Dqf'u:SZN]*DCZC)USaNdV9E<=!$iL"C2>'#o5`X.@X0tLS%=I:RSLTGpK(a)`]qi%b(ej<#Of>[`W[Z6*M=]Lp;['G'TT*!:>VpR77&G,u0\]1,_D75P\Rd)pkkFlsoFf3VCh58SX>De5qJokQ`2m`/nuc"<QLli3X.?''Z28kIoC">559!^4d"jkD2UjJZf+4(o(QnCpMcb1D+<UP_:$s2B\0&[RrU*r9f>\8b[=8o&%4f-uqul(4>pojD?]Gfkf`~>
-endstream
-endobj
-57 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 56 0 R
-/Annots 58 0 R
->>
-endobj
-58 0 obj
-[
-59 0 R
-60 0 R
-61 0 R
-]
-endobj
-59 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 91.656 110.56 253.956 98.56 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
-/S /URI >>
-/H /I
->>
-endobj
-60 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.784 97.36 518.1 85.36 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-61 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 54.0 84.16 102.648 72.16 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-62 0 obj
-<< /Length 3111 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6q/>$/(&m$="^r+t"GfO;Mau--;5`(efJMg3J.$IWJ<iY_;i4OGb-M'E5$m4fMBc"u![JC9htN.Vf8OfmHSth_>>u6i\m8[rf#&61D"pXThhGd(k7Z+'f'UKRpT+&90$@8kg6sbJK+D>&:Z?NlYY0U29]F[TJ#qBX5US/+.QX-CYmGVB7J0Mp_Dj*6AF\?R4*BGp!STXAj%<5B.,/UJ8Xa;U8KPgN+C2BNrjE9%O/dVXRr"BVhS*@*lIQQNqP8Ogo?t?ZWHGG'ni*t!\jaI^['?QA&*&E\S?1Js3EAjkmaZ'KORef3T-BP9b&s6d,4elE(>MDpoqm-?r\0//NA+Ipeg1Z[Lm,L'C<h[n=<5ChpI\j??B..Nq':pN8\4/tr4>k7X:MdAs1>;L=ath+Y*__9mlDSW&JrB'/5A@f0QD=M=Z5fGC[J7m=9#qE\S]^XK6>PRAO4Ht!RiR..g=uhH<T_K70`f,dNcst6.+oN6BSuV5kjU!Ta"p84Y?#VU''%M6GaDn)56L"MY)=Hf`(\jQ"=flkR-a8.0PRXJr_?KLI0]Y\Bl2G]nIZds%qGu>iNWOPuo=7onb6=;%E+?]YbDX\-g:C;Q3RFVf-dcgMaJ:>_8rJ'dm;sl%:c2MF<+*$-FocQ1rB1V8%n]G%b$XeW-LfBIheA-AP4N2@dtkl#G_XQ*u0\92F(op?J53Dk`(_6qW52YNGfs49`6JF=Lt4<Qf?0fL3u/>j(gjpB96g^8!!"d_=S8a]#^tWp;Q8?8a:Yn[!&"L>0AnX5agB"XAJ+`Lj=D7f14q6V'OWC4LpANNT!B&Di->q&0K0Vc+EITMRVYcZH2!%l^i@s7ku7#)irLG%%F*<D.;Q$S)'A9fn=*1g043Gf,-)c=Smu5\75EGKt<(Uk4CIfOMF=eGF73jt`R=%3c0=@2,O9O^ng3?a:@=0IDUrF=G,i0NSn<6(u]b*`n+X^pE'QE0M-!GcQEqFj.[E#oapR;9'&-DPRc)NN+rg;=N@(WjnORH<D21p7(TW\B@k&adY*Gd"<t2k[oe[6gbSbK3CXYn+E'm#sW[95@<i29H!O=q=V(.DDaHE<:GQcC/=QnE*,8W_+@-X`6jPbp1*>0!WUTVltVh40mXKZ@$]YKcZI7m'_Z'?*&W/!CF\MoqmnIdea[#Y`%\o,Nd[\eNlL\O8Yu;@bgiYbem7N$D-7#!iN2s9S9=6[mj6Y\p^$?p'4n)2n>RWB$8-1C)H2HF_qUVo-q$%'1_]Q`SdKEG>WrA^K:8k(>YR>iiJf_lmDr4=eud("Ykj<Y70P&*#?=3.I"IcMLVk=XFS<Is]_h6`gXcu-b!Dqg#Y+)(3$(b.U^KX3%oqNo$3s-llN:;"*LO][Mu.HGPP#C-%5,BA0@r9*Ip+c]j.eRp<=tt5[55:R].P)KFA7KK;1PF4%P#j%+23fgLH(QNobnf23mVP:6!:Q*P4V.(:.m3E3+(4:5H.W\Jib$FpRh%6^rdL4AO^$jKNXn$0JhYnhM:p%JbS21@mP6l,X+VY$g51be]6Z'=VZ0_(*b>s#&)&48^FY>A_lB608pM4#N.b<iX)\nS(8D-E'PnrL!55UQ%4=6PV2LP6BitMJ3JsMn:Y39*-#5A1QZ/=C,c1H*/+\4Y$FR6^'>`<s(aPT&=tf/n\8,f9?434$'c9-&+?YEnZU]f.UFGj<kZ-Er;GBoo;"UGf>%#!_Mcg0$=1NC)j-BpE8n@g"Z@Jc,fpI8i4r6cqsfn,-tYL@p`Rk.bb7qMoUrC9G7[+^d.[82N(T.%*HV1HkM*K;q+iu'PAD&!A[7_Vd!;.Hc]l!^WB>kk!/2ircutQBDkFA?pJM.B_U6tr0VG]iK,P-kq`WVRP,&V0B%qG,YHP]jLNC6XR"]O"bIfsh&fV$S]5B3._qV8'q`W?0P;JIcO17L]%\!SeB0/.fGZ3<!(gK,*A+0a'@?]kjFe0D:mh8:Y7TnoIiJJ!QVV:<DdtK&Fkb)]tVY@=qW'[kt[[Y!jb0YYuSW^dQ!`I&\0(aKaY-c6MO#1<PEEXora;B&tBN16"NM'<d('bf/)hikLVF),A:HV9.A%_:8k*Zb$B!+ota'PN:.&#/*`$^A6d;'U'=`:jP;H(IaTN%#G]IY1edm4\fO?s[Z7d:r=qE"0u"hD[s=N//>6Q-:K[N3rHd,6qik,`0>S`Dh*!!g,`[LLYme)r[RRVi@LUfErk'$cYV9(/rfJOWHcA.8".Anh;Onb_.[PQ8`To943Q\]J>%\HZsd2R,hBW:gEBW3gjXU0YMq>f&WEZ*;Pq"dDd=d<^7F.W\_>Mfl"RJ/+$Qm#q4#$0J-1egi+Q$nuD7-"PdW'aPJ38g=`u"V)q.q5!)S!s]Ku8g=aH6uXW-Gre#?I,OY63_TXTjRLYCRV\0X-kZB?_L`*6V%Q6Kej5P"1FnAf(3</*PYQAee0Gt7QO:V*UtS]O/g_F#:)IBeb(^QQ^EgoU6'MMQ=VB%gE_l;_p;C!?e:LGqHC//*/@jF`9sS1CKd!#X8N!B67597?C)F&s*A9@M6t'Kr`M@T*<RUAhj0?&H&31HE78I/"cPjX0nQ:DpIV.@+!XDJ9G)'UI2QlnQ0%f4r$Ie8DWMC,bS;fB7SrJ4(fiFroA5'^JgIXc;AAm)R%*ul!pi`U2RDEGgTfV1bB!)`)C$$>Ld(6/tM3Jf5F,aR$1Y2VbFcuaub_kVL2$1)m1igV[Z6Rr]$kOj@ki3StW'7@-VY>(iAm?G0,o^;/NdP)<;YMl]Qp.YR9Ni1;S@kZm@"M7DKE7t.@6UB*;L[66K*b"Y&dBnY\&hsQC3B,g?2t:/<'<o4OA7tigQNu>j:VZC?;b#^_74m0L^Wb[du;Ku9sPp_@7p3`8HkuO>YHh$T.n'VQ&U6>4\7.t0R>A&:^]Hu0%MGjcc*J+_[pQ!5D>V,A?$dej+lf,D7MqY&,MYT.@Wqh0YEfh2SjQ@IcG2L+,hpB:Z54GJrn"IEK`+H>]=V?BguDJCQ].p@"c-.j:]K$dKn8_cW/^!APTKtGl;*#T#@Xg@#"JkO]Aa77+SDt^P-]d+$G6^jm(,eE+b\dSmQk8jE@%rs7WAg\TE[="N\\dRs#Q>aZ:pkWXlR?rs+F*DaO~>
-endstream
-endobj
-63 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 62 0 R
-/Annots 64 0 R
->>
-endobj
-64 0 obj
-[
-65 0 R
-66 0 R
-]
-endobj
-65 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 281.976 642.16 509.628 630.16 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-66 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 628.96 138.648 616.96 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-67 0 obj
-<< /Length 2756 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6gMZ%2&q/)-#^MkEZtYYs/d)4X4-shY@htI!c<qI@R0U^.'@"[_8!9).heu)ljW[.Yk3e"",bD$R_l=o=lL,h`IX8[(lcpf.;]7^Ch+s[2HqpUR1.kftGBa[^aB:5m$2:r.8E]7*?[(COE#-52J/^a+4G!$LgN_?/Tch'BRut+6T_2\YJ8m:W;Nn[79Vg5]KbG*]4RVZC(_:6;0?f%^&NM"GKLV[,G]<ZZh8A-?5Ffd?[;d8!51ng<EkUmJVg*BfGX4G,^+O!eR`]AfLl]S%HbNTL:+;50B.@_=*iBVY6qE!(98P+e.D0C1'p)0`0T[9/\0M^D!a6cjI\bsV]X%;Tm:%N+c(F*;Q<P9=`79gJ7iX<#_")0!c#Q2n$&--!%ZEUel09*ePq4]f&n/T<mps-PS3St]B%Fk[05;o,bqU.A"Cc%ab[UA>A5ZeN@KC8e_bsq\4uo#ba:^YM:Uka=11C+!AAXGIab5XI9d[ia=Uq+g\MkcI`_T2R$ttjhIAS%t#rLXOg#T]^f0#O4(,eA=/l*f&T92eaAg,/\imQr1K]/aYb9YD7gH=4<7TuB+U#sf:4]DtYDb)46^[S7dK?R,VM-*$"VkH#?]-r'2NV0esYhWod\2GuTS22A#,bs(i_XR6n>.$qU6"X<7J9b(uPa2A8J4r==m863\$8KS^0.;D3kMl86nFF8U=fn!P&l_3Bh^3e%kCnp,$)&5>%s_`hgRG$.LknDE=Ir%j^0.&mgX3MWSV=l>2t:UKjQlQji@(>].3a0'DH(E;+nlC;$e56CGR[%"Z,LFQ^t5=^gPUS;2HE(oSP(hSrg:_0*hdCq[UJsLCr6fWOSJp!OZ-ei`_X]74FV?6<f=6m)juq-MH@+qYjVqfL2=d&.G9HrDdXm?A/eT(MtLko,DU;^bhlrNb`ck76nAoBI]/VU9Ks']$(\gWd,@Y2H-=YI_l'@R``Q?ZOX0F^V\Os$a`O!SYC2SV<LT/l",G2naAn`VU_k(+q$jlgnX,dDfVh%n8[aiOjJ=o5o0VZ21t^B*`'8k_lhNK?69W3]%>fi0'32l1X"'%92/I#4'F"dse[nrt2]s/KhJk">M4.hn=d.NUkZJR8C8*&4G@Os#+_hK[o3-^KV^6Mm\L9_6)@Qom*r3bIQfN;)lF(!7"1>$APX,DFG&<Ml(I%/G^&rN4XY3U7DTsad0_D*GY`CHA!\<EFnD_'.Su2<f;f+1KSk^^kUZM0b:6sWYGs\G:RlJ>XG5Y.4nfT^sa);^N:@@.@>'8mpO1aXC',>JO5=e/u&*^m"3TQL(_s0\AO'o(Ld.<1=W8AKaJRQn\Co"ABMo*%i<8\9ogK&c:7B#*[@LDNfs88]@+Vng^`e?gL`n)<)P?3ST52RZZU"KpX"^[S)<BM#@!M^pl(J9@Fn_oiFaUeT_LpZSr-a+)8m[1&J[PDs+TCQ'?@q_@'G$'=\/\h::ACoj<?h/rR-gK0?IE?gJC/q`lJ8(8`W4BV@%]bnfMQO1-GX7?Y%PLIdAsbk-s#S9-;I7CgFUL#cbL)gU'IAm>.b>&C<%Ch4`JY@Kp8p8R'G_e^!_ZJ28QmSoG,j[qVhEq44A`4<%INl,;T%;co#\H6lH^WD_[I_U@0QtX-r,0+\gJqkgW0nr2s4uRXm(ea[J+D>l0saD]X@Ud^!qMK@D@4(Tl'pT2qS6"-G%XV5nW"pr32/2)dgj3m496#ei+1U-L0%fitLX"84<2BV=*Zpg9;!1;]H<E.4>cPkakm^ST-q_W:BKP&ogB*]&D?X+*Q0n_0$FL5Od;bgFEsMrZ_*BOP.(sVpm6AMeRhu=#W=UTj;[H%X'WXgK7TFjnNop)V<tA<%i][T-`?(IR^K'Ek#p'.K&lCD40[K^)@UmD)1k1B7tV)0lGm_h_2*W_h-`Iml7(qeN([%B(%c;a."Jfh30;\mV2p)10j9)0And.L]-p?BE0^eA_6Y\9QYYD.,m<jn(L46:Om:O\kq=[W-^9t59MPiK>H`\4OtZl/g$P<\pV$*T).Qdm?n6WOhF'n?Y6E^6-kUZ93(1&4KS,S;:-cfq<P4BWh-YFS.9i/_3NsZ&&YiuNm^#l&]pZNk9Mibim'"lDJUn,KXSSiXb?h+d(U,&[29>7lY?4R('>b/S*Uf(_=-gQ\h6i\Dc5:m4*)4dhl9e72D\9#2p:LDe?LIl#PH!fTW5.j+q6`e\EtGoCmpqY>BU;-USBt#c]A<D[#D#2W*#cejM`\lNBER`<t147H1c,PLCNs&`\>@0cEMiT=';;?ELMn\a&#MUkn'Pt"P^cE,+a]*-HT!tT#];=,qeHrYVEYe\>a'gn-=?55'SFuBRM8%J7jTp\rmm`(2.Y-&++jAl$Qc$h2IR/)PQ_Q#pe/0rJ:W1rkDh4q\"U`[=eKeUjrD3ScRY^oa"mN_=C%74+.%88'SBa,c!OdoKL6j1f$)Af@lFhe[On3le_#!)ds__j+7QSn;#j@l<jdL;]OC?bhe\Jq!FVh<uUfm]c1-iR$H5NLlGkjW"tmb*o)8CN.V6o2bQ)_q!O;3DQCGFp-Dil3O^>LT)T<];@=HO9;;L]3$,+:ok(Wo;6(lpH7]FDJ)&-4/TVf++Q!j/KhNsic^$1X?b/T+k2<Xl95sZIQ`CF@6>i$JmP5sGeD9=l?0Y6bl@b^:+feP(.3*R&.'oIrcUY1XVfe0B'G(0=dO/e/8(n4i^^qE_K75>_<i6lAa2\1+04iq:;mMT6Q]TZ)%`K6F/!!,L#IZjqVjbf>s8R)cO\#~>
-endstream
-endobj
-68 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 67 0 R
-/Annots 69 0 R
->>
-endobj
-69 0 obj
-[
-70 0 R
-71 0 R
-72 0 R
-73 0 R
-]
-endobj
-70 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 397.944 387.581 513.24 375.581 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-71 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 374.381 166.632 362.381 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-72 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 421.224 335.981 497.532 323.981 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-73 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 322.781 177.996 310.781 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-74 0 obj
-<< /Length 2221 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GauHL8T3?C'YaHGkV,8*TOB*<eC%R1Ua_CIVD6Fb>7;@:NX9Ch891#G5ErQ=;P^+aQpE>:c1eo*Dh#N.SXmBY6]c/e[k$4E></!$rZ!Go`L.eP..iA(:9>VA53,kc*imoD.1S]7@stTCGDCcN4O7><^T@)E!Cn[G2fLO:D^3m.)Q4%0nr20kV#Kc3GBQ&qe9i[j=>:e\L]'CiWY1h$1u$Ad1Ru,4ds/ofmrb5AZl6Y#+:l'@-Tl8MmgeAD_>[h=&@EG!>'U-h3j$sjqr=5Cld\5#k*ku1_HJs[K7%%]-7BM9;p4\tjP"$lP#sUL8RO\`2lj\on(/S"EG+qQHP!uu;d.LI@3X>:B:A2n66QmO_BgCU!hpL?-\Wm^+%7id!\KcG,>U'65pul8Ko%M#!bm!J+K`r*<K8iKi9*1#r'obqp!e$L#Xtm\05sDe`;R]aXC,2dq#_%<<s3)e$OCni6kfg@`F:h_N7tlU7[QHep)IL3B0lWYB+HDKU.Jon1NfU`NZhXB6F^fakNtH0b)Xn\%_]M1FNr!uj>@/2A,p'HK6[iVYbtHRD=d)79o)MI?pO4cj7,m6rET*<rci4rb.-B=%(K7?o5Vq4*R/hs_V\dRk(*#!16C3ME5db(_uJI2ed+a'GfR/&V$S1#n-"V#.a.=d@DZ,<WDt%p.-T0IFC!%6?fZQ7<1K6-l9Z\HaN2DnVbB^TL6#O]j$'0AaiKW#gH8'u#Ka2AhUKjA%B-HlOaR!X+<#A'*YH+YYcQ=bQJDjKb\5.J9lpq7ppmHREp]W`&.a2DUdrZ4UpTMolYlp,fSDP8s*St[JQ=Vd)*J#_I=cpSV2(lCq-*;=UOCoG5_1<+s'qC^eXUWl!07D$)LZM<k='NdM:Qct"DWSI/EpBRGuC9[.1CU`2Qq:MPIEQK(U.:Wa&]n&Cq@t_^?s#L<6%Kk/Qm)>$M9]4;uU@?aAr>uC2N%j+m+8`9I@\uCogP4EUj"rcX3k>SM`I"[>A?^4<-f2PCZ-a\E=f@Z>C]DAZ=%<?tl?]9rfCsL7gAGfnKWBH\9X&ei`W[(u.h3'*l-l0.bMO[Y;9RCfr%:!V-rS%51+.PS_-aV3DlWePp[W`\_!%r(3[@mm#FfJ`atC;BLrB6eq3YQ>$t$G9CN&F4iO!P5,8%Y;VJ<L(47f"6qII%LU$!PQ=`*CELC!eWB/>iA0/,&Oqq07`1e0/=Krb0&`!QmF%.)C`7/%AK-9]5\_0Y;Y>)4)U?X%,I'b-mM#<6+O3N)faFE.E^+MF+@a.n>4(I#a8t82c1;76ESM-$14c\pH?L%??9K1aOZ]tl?!LIQ[+WkjcH#=3lb$]rI:+Ecf=ih[?UcPS!9h8':1lS;BNI%1[U$B4dARn,6`g!6MRF/0ol`\EefPBuW;]&qKU+l[,c;S^kUVfH$B$';hs=Li[ni/5VrOLp?P$`5*?9(Ws5ai]6fT300dC`Aj9s9>A`8>s:YV;r:DcR4"u7/qmoXG%M;4mu[)_"A>U+2c:'G_V,"ITa'%5=Blc\lq2f!MX4r$P<NEhaUcG/(G`h@%F$+%sjal>b21@WSu["Q2<*<YTG*EK8I'V:AuW"J%4ouG5oUKO^J@qC*;@TH6;gd!jlgU.mea6iXq"EkmedE]-uWiJ4p;LL2A&B,3'Vgft]TV0bNG.EK!f1*^G@Cb*_4CboOZ!=Y@"`2qIVie)q\I'J5%B'k*?*;<s>-_B:bhA?FEd8CO<-Y#g:)8Z?;Z^sRI([0M/QHB;RSbo`BFGG$!+N7O$Okc'!^Y@E*:IhmCr&e=jAX8l!:p)qhq$)2gJJ#l5N`QTl`LVYGJL"C"h-@)4.,@2p".Rh58`sc*:1X(fOLB7_VC";;9>RmEugXTS#a#Og<AN3HK]O6QTuS&fl4LBWH(oReTO/1c_0;9*V@AK]I`k1:O)Q.(T%n[E@bs&[KaV[H!+V`iZUfdBYU+@JQ.>0qEr@5dXJm?!&i%W3/)a641:ora;r]m!HVVt,L+V51aWe*?XG#K^&7eFRq;"Y#Y':$b93])KmM?-Kqt/t`:Zs*P0*l&%e\(@n#P^2)`:6)@pDeuI69)b;+VH:X<Q@A8lRu*e!uk1-++&iVoaM'Kssc.Z,+?XT?\[?L@halJrjBX97!)3c'/N_iDgMQCdFG2TM`#m"WEC6&hkP8i%@Z@>'gDsb?ttJ[gk##Kr+nrdZJhV_P5s0.7GgU2S-17jWYjM\JYjQpg8.5VKM~>
-endstream
-endobj
-75 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 74 0 R
-/Annots 76 0 R
->>
-endobj
-76 0 obj
-[
-77 0 R
-78 0 R
-79 0 R
-]
-endobj
-77 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 655.36 309.936 643.36 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-78 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 392.256 655.36 502.248 643.36 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
-/S /URI >>
-/H /I
->>
-endobj
-79 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 213.985 312.936 201.985 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-80 0 obj
-<< /Length 3005 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gatm>D/\4>&cV3*+W10>!&Z?j'I<qMTt&n2^#5>a'-@]Q;\[qkY,seQC/<Qkj8Slbog0*:;C`!=!/Xe>4>T>7B:^".[s&Y?2fTC+&dER7M_MZULk63;7R>8WRE..HYUm<="oj&ERF:kQn=SY,*=-4[BFk`l(9!]!64:^FJLhtD.<+r@\>!sKb?c22jS7]OVqY\Yo^;[%5E)3ub,.5MCUEp]hf$YHIm6,B.`uf0ZpJQi5$sRq6cLLG?hGaqIs:G[7;$?(nM[mbEC,gjJAiso_;\b911iWtK92mK&j->i0)g.dmG/mjhZqm"&I%uY.sJtHnEI?f.(s(rmhA)j&=g^m;a5jl=%a`YhrhUpHWtQ2b]&kkW+b]^hn-AseB#o0.;sMp1Rq@jg=IM`]0e#kEdu;o7>4"9<P9q_50<Z+=N^n33QQ?J/_2N5kL\`ImSrt,_E\[$JWjeA=Eb`6,D)fhag*T;:lp=#m;B%l%]*1LCRmct$\H9U'\&2:NRa35fPYJq``flE;*:mm$4pDAC:b*uhGc(`/00f-Bl+Z"#piHL.\[ehPj9]'<P9Af%I+YdBQ@@=Ls[7^$#O4ZY)=$TaoVb@7NV/q7)+,JSp^(q^M:f`/H1F.gU=8.3'SH+YYpEi?Dq_3n)RDIs$iO1<J9b2Fj[jg*n0'0UC7RBAN`sn,06.>858TVZs8Hl`VB8hO5l"-r;]u0VX@9C:'%Ws<P=MCV&ZQ+kH_+:6]N.PlrhfVhk.0*)1Qo?k&Jk]?h;=nEn@Sn>``c`34fP14J8P[._du)Eg\"F2*/!0>s/rB*)3Ksn`QU3%A/-4X7=*^$F4l\QSg8&5AXsjK>if=`3Rjs)iG6!$U+_Fd/@-4</oZppQr.iX?k4m$a\M#lI+jOAur'3[^\QP<jffUp(GeOPLn.K?sClnqI>X,b)Z&9OaPiI`5m!28l:g<&fQ51]`;XL*`:#+/;F+"/F86]`D4mTQGEp+A3pIt!GR;tKVr"gorSaW(fG%aPBJ6#a>sJG!?.*eAJ3.]6,7&pMPgSd*1aef?\+$k*7L]Fa1i%.RS]T/0gP4Z%@R4QW7h<)M44!R]8_#Fq[DnZ0Gf4KKiMb\#h:fW^>9h\5I05hVAFFY6uZiq'4@HulXQ0^-m_`*0)_hO&d^788oc,3Qe7P5r3<j%lga(0ClEpC``^gK^$!:lNQ0D#2B"?;<IIYBJK]I(-=q<q^=mN5^LSAU/jC?:k.PDcGoP+TrH[^S9=PG)bMMOM5L^-2]X#&rYg(e?8gQ%o_hgq&c.2!J:q_Z=L"\>El`rK,P2*MmKfmHl3EA57=(L33+J^rLHiPgHYAUpAQO`&#,h.f1oNXJ]A=TI2cG)P1)"Q97.0<UdC9IPJVKT@I-l+9=pRung]B$82Njs=uQmob6AfCXBVV#ct%@rh_Nt/HZ(:&5GWg,;3#Tp-11H5C//HM)hSCAk/+P@\HLq4FMdNN>][IlL]:PK.qLE(U*+!@Y#TL[!%@7Gb<:n>ag)lT&K0SN$]V?09DO.*[M3MF>3-sH7T?0r-RErS+q#-MIqOS?VY*0VOro!&.]$jkfGD,4`"8C6h']S&`]Z^l:\k8Sduo;;<c:AM5cWoH[$'aT]A:="JY:.Y[<+j$(^$$8\!quWuEL,IUoJa]#.[oL+/cD#/Ph$EF7n0#X[$1/O\qqH4CQLFQJ2e6n5%<NrV76uP0-8j-f3^EQo3T"XlW-40haQ>+Gg-?WhAja&tW8&0M&N>N0jB6:Rbd3i[*:^pD/o.&P8c#`cX`("T`'`!_%lg;JOt73<7't'F(XOQU/>E!_P)7_FJkV`'=P5a"<]7.($GgNaQ4XmQ5D8Ip[4&>(An5HTK.9XZ<D=Se!J"!N-5IH!-'>HFVH+J@;ARS.Rf^MT!/oU2h0Ec@6#8*DI(f';Cai1!j&q@?JCjooQ^OoYOi\2h[_t7E[4P*[BPD3aW^`^c]H@usjK`!%j*%c[=\Z&-Ws&Nj@?Igi.'e#d:/*QJ\=e\Nfp2pITD4nUa[WkW==oC4(XJ"uAjO>/ea@G`*Mhh*Mom1Y0RG6]/VK^QRmK:W2+rjdf-EgK1T/=El;rV-$r,;G7spNRQ-!GS75.,'Yu)ABO4+j^l#(BNk./!lW],Ls<Rj^PoR^4!dHAWEE15tCNlDoXEEUq<m#4bpcu+Hh^NOGG^VK1Wp;b^3(c6E.DMF#G9F,bj)(/:])b3#GCg\n*[Q6RV@]sID7;DEoF[Ckf2GJB`Rce76H]ib;Cd?k\bA>d7cR@T!_6[uY6K;j;!FPHk]d'9?eH9=2<:Hg??iKrs&-)G(g)BI,GFq/(,W<fBW+?pRDmZ<ZT,Z$7M=nEI6-;_dI(O_]h;,R.On;AW5<*<M'3s8*G#VC]'l0t/Y?K%=(/Ss&jB9)aJ5AS'9<%K$iED8-c5Jss">Y<hiD.?T/<*1[#MUo.N%%>FDOaBr6E-jh:ti.GAH('f5b?5;[!.Y0WM,>J][4#8UUH'Kg6p1dL"F7S*YFiTQ^QaiI\Fg@C$9aNo8M$>96K2g-=9a!:21MB-_7I"3estt+[2_cLiTgY!UM&+!!2?cUAI7]UT&^JkY8]Z6&*UsM77SK?cSPalM<Pr$,PSu/>7Lur-aN!'Nr&U9#-ZJRHWpaH8MgD!auE%g:7^#!G<u*-'?1,o[$%?#%SuEHkueR6T!YF\gXSX&nU+M9O+R&/SbE"D9#:3'=8V8.ta.f0@gt+gHTs\csfA.">/%Ok-]Mf<^Z)Tnj,s$(0eC1BLdJ<,V:n,(/W6WUd)]ARllQPPKiSN]7g8%/N64.m&98J_F]o$Af)DucV*qc7mGZCa\2XXBOjB,;tdE[K\0Yd]K^`kRtINqg\Z"h77B[6,YWjGV!<8(F8YI*W\^<I;t<ZD?,kL%P`IhR]n+l:$*j[$?1<%]L=[oER@P06YR**K.QU)F0u,22J0^s4#"Ziek?AuN$2dHV?;2,;9Nupb,(sG^<rLh;YO7?N+_qsdZ0q;gh1U]tWu-@lY>nm`aoGhl<JMRaJ#=QSJH~>
-endstream
-endobj
-81 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 80 0 R
-/Annots 82 0 R
->>
-endobj
-82 0 obj
-[
-83 0 R
-84 0 R
-87 0 R
-90 0 R
-93 0 R
-95 0 R
-]
-endobj
-83 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 350.76 707.935 435.42 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://eclipse.org/gemini/naming/)
-/S /URI >>
-/H /I
->>
-endobj
-84 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 356.292 694.735 456.276 682.735 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 86 0 R
-/H /I
->>
-endobj
-85 0 obj
-<<
-/Type /FileSpec
-/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
->>
-endobj
-86 0 obj
-<<
-/S /GoToR
-/F 85 0 R
-/D [ 0 /XYZ null null null ] 
->>
-endobj
-87 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 66.0 681.535 129.324 669.535 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 89 0 R
-/H /I
->>
-endobj
-88 0 obj
-<<
-/Type /FileSpec
-/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
->>
-endobj
-89 0 obj
-<<
-/S /GoToR
-/F 88 0 R
-/D [ 0 /XYZ null null null ] 
->>
-endobj
-90 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 182.976 455.627 480.948 443.627 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 92 0 R
-/H /I
->>
-endobj
-91 0 obj
-<<
-/Type /FileSpec
-/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
->>
-endobj
-92 0 obj
-<<
-/S /GoToR
-/F 91 0 R
-/D [ 0 /XYZ null null null ] 
->>
-endobj
-93 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 365.992 257.399 499.96 245.399 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 94 0 R
-/H /I
->>
-endobj
-95 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 365.992 236.149 483.964 224.149 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 96 0 R
-/H /I
->>
-endobj
-97 0 obj
-<< /Length 1826 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gau`T99\*u&AIV:d"+PNO]cC)P2O8FFpV1%/;^>?78_Q:*nt.8NR;7LqsS6%Y9$i0*B8#EjIYeCHbOsnAo[KeEV9'klYN^jQai&O4lS6UE#HHT90=TNcMHgmWuE<%KHtZ8bDDJM.-#T9E1`04$;i7`;"t<iQ(<WE-mPF)A-c!M]bU)u[>cSGa-3sglW`9:-qGr@`tP$HQ6"9XGnh"E-U)+e@d![gl6.s1SJ<f]SNiX`cPR5&N:7MIX\M?<U!b$**bFlULeW2q[rt_I_S"T"%O\11C]l-@$p-C"(M+_Go_]VeaYtqWQK]mHq1P6.O]+3BDoIQmg1AIK@]NitDlBTg^P^6QVr$K\Y;0,A<W>Q%k=,D]f)>%I?i/ieNMC=mG@9$8KXZ,)L?tqG0KW:QO\1e'rcOan"h_Z:</Ma@nYYS-A+l]kBPS,8AX5t9N=^[CLEV/h$b\neOF-)<!_cXlBq0(^'QG7bI+]*%?Gm$`!/iQNr_cOLlnbu.'AXLo\S$<fdp>Q73lX*iq:mFdr\_d]>iQ'.'*Y)IEU!]<-1I,P81HFQSd/$p`2bohlc44*?u`I=T2p9?aomju8L:4)_:5E=f>9igR<0Hf8g$<:lFI>0KM9IYFETscV&PN3<_>Dmk'1?S]+n3e6GgU:o)-j:DaNbk(gh^dF;O[I\!bt7K?523<tAqpeWuRmJrnQLIPW9ZqN2LG':`07M\@q(e%t"b^t2DqJB/MK=*L;:r9;,r\(CX/p=uL+:6so)"R0nX#"5X5LQr16:@s`B$_.)q8ZC+LK(.=s,XmH0=9WPaCa;YYDb^Aa7G/rC3ES:AW9)EX`b0c`Q99]oetW!<rQ"eZpNL\8jU%kI64V<"1;%pjEMgKYWhcL/0+QB1V44G^H3o;J'H0M+@Fbd$?=m.**`I+s].u!eijR.tB,)/k_]6+b\A[mZ_#8Y9]>+c`C0fM/0o\kp+>-()Wi1-6a!82sERM0Y:9]8\4n0='EI%eI0U)dNVg%Yb"T!YS_sV$B0cC[sd0mrlNsig84V.gFIO`$)p'@<']jrJO:m7`gA0c";cVC9:F6;$J9J78Q48%cK;69?d-q\&A!j<[,X8Y0E?6f5VP:-e^clR+;O).1Do1,.mA8+`BK!Mpait+4/r$Bf@$Wq=lZ,O'$^'h:'^Lj>]'g8SAaEVH2q8hpDI)+L28;pa2;SGO)E"'a,fRfmlqZMXY><5AUSr\L8P(XU,%&NR?E:T#'dTVJ<Cgbqm:/&7(/(h)f2'=k'IL?4ialgPL_jMrN9oX@DPDtgL0h]_:U:&LN*k(V'\IMY(a_`?blaaRBK?c/1E/9]XUbWWE=A,A?p/%UGgBIb&Ck*RNY4Xi)-?HLK/-sH/Cd#gaJ(=p&08?BDcD]fs?LYq'WfN5"#Q#P%)cfaP?Fpj=K@X_?e>MOk3<mI_`2?G@3o[VOO-jm)$>\S8:#&?#P<mJrjMSUq'G7>5pQRo(pr_MBbB[JgED4g.MHr(m??[Y*$7*B^%TB;,>Y`o0H<2CUatnAZjh04>^Qhk-)[U@Yki\s69GQ45c+O&P5fRZNP.7WRGISnA]Wbif>:,5,hL/;cDHKC_T.2CJ/%g<`1sV(0<d>i76&R,B`A`#FaKRk9gZ+^gYgp6hfUH>kAd>*j\5aWnU?m3I`if-aO8uo#a1uj_q-bPOJF.G^$sHbu<+cta:Egi]AaPm.bi=$j)kOr+(T0\1l)*uF_&d5*XclLB(*UM?0)d@3\HeTd9Z<<pg.0dSi[6i4NHm!]5SD!+6W2O.K`ri'"SOd,(+N9$(qfsOkDa@G5&>YQ5"Z,H+Re-[T\si5g$+)tp('0J>6"~>
-endstream
-endobj
-98 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 97 0 R
->>
-endobj
-99 0 obj
-<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
-endstream
-endobj
-100 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 99 0 R
->>
-endobj
-103 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 101 0 R
- /Next 105 0 R
- /A 102 0 R
->> endobj
-105 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 101 0 R
- /Prev 103 0 R
- /Next 106 0 R
- /A 104 0 R
->> endobj
-106 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 101 0 R
- /First 107 0 R
- /Last 108 0 R
- /Prev 105 0 R
- /Next 109 0 R
- /Count -2
- /A 13 0 R
->> endobj
-107 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 106 0 R
- /Next 108 0 R
- /A 15 0 R
->> endobj
-108 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 106 0 R
- /Prev 107 0 R
- /A 17 0 R
->> endobj
-109 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
- /Parent 101 0 R
- /First 110 0 R
- /Last 111 0 R
- /Prev 106 0 R
- /Next 112 0 R
- /Count -2
- /A 19 0 R
->> endobj
-110 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
- /Parent 109 0 R
- /Next 111 0 R
- /A 21 0 R
->> endobj
-111 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 109 0 R
- /Prev 110 0 R
- /A 23 0 R
->> endobj
-112 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 101 0 R
- /First 113 0 R
- /Last 126 0 R
- /Prev 109 0 R
- /Count -10
- /A 25 0 R
->> endobj
-113 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
- /Parent 112 0 R
- /First 115 0 R
- /Last 125 0 R
- /Next 126 0 R
- /Count -6
- /A 27 0 R
->> endobj
-115 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 113 0 R
- /Next 117 0 R
- /A 114 0 R
->> endobj
-117 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 113 0 R
- /Prev 115 0 R
- /Next 119 0 R
- /A 116 0 R
->> endobj
-119 0 obj
-<<
- /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 113 0 R
- /Prev 117 0 R
- /Next 121 0 R
- /A 118 0 R
->> endobj
-121 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 113 0 R
- /Prev 119 0 R
- /Next 123 0 R
- /A 120 0 R
->> endobj
-123 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 113 0 R
- /Prev 121 0 R
- /Next 125 0 R
- /A 122 0 R
->> endobj
-125 0 obj
-<<
- /Title (\376\377\0\112\0\116\0\104\0\111\0\40\0\122\0\145\0\163\0\157\0\165\0\162\0\143\0\145\0\163)
- /Parent 113 0 R
- /Prev 123 0 R
- /A 124 0 R
->> endobj
-126 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
- /Parent 112 0 R
- /First 127 0 R
- /Last 128 0 R
- /Prev 113 0 R
- /Count -2
- /A 29 0 R
->> endobj
-127 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
- /Parent 126 0 R
- /Next 128 0 R
- /A 94 0 R
->> endobj
-128 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
- /Parent 126 0 R
- /Prev 127 0 R
- /A 96 0 R
->> endobj
-129 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-130 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-131 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-132 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-133 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
-/Encoding /WinAnsiEncoding >>
-endobj
-134 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 16
-/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 39 0 R 49 0 R 51 0 R 57 0 R 63 0 R 68 0 R 75 0 R 81 0 R 98 0 R 100 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 101 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 39 0 R /XYZ 85.0 726.135 null ] (configuring) [ 51 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 129 0 R /F5 130 0 R /F3 131 0 R /F9 132 0 R /F6 133 0 R /F7 134 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 589.786 null]
->>
-endobj
-19 0 obj
-<<
-/S /GoTo
-/D [39 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-21 0 obj
-<<
-/S /GoTo
-/D [39 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-23 0 obj
-<<
-/S /GoTo
-/D [39 0 R /XYZ 85.0 602.986 null]
->>
-endobj
-25 0 obj
-<<
-/S /GoTo
-/D [51 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [51 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-29 0 obj
-<<
-/S /GoTo
-/D [81 0 R /XYZ 49.0 409.027 null]
->>
-endobj
-94 0 obj
-<<
-/S /GoTo
-/D [81 0 R /XYZ 49.0 213.049 null]
->>
-endobj
-96 0 obj
-<<
-/S /GoTo
-/D [98 0 R /XYZ 85.0 597.663 null]
->>
-endobj
-101 0 obj
-<<
- /First 103 0 R
- /Last 112 0 R
->> endobj
-102 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-104 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-114 0 obj
-<<
-/S /GoTo
-/D [51 0 R /XYZ 85.0 313.958 null]
->>
-endobj
-116 0 obj
-<<
-/S /GoTo
-/D [57 0 R /XYZ 49.0 207.735 null]
->>
-endobj
-118 0 obj
-<<
-/S /GoTo
-/D [63 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-120 0 obj
-<<
-/S /GoTo
-/D [63 0 R /XYZ 85.0 621.96 null]
->>
-endobj
-122 0 obj
-<<
-/S /GoTo
-/D [75 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-124 0 obj
-<<
-/S /GoTo
-/D [75 0 R /XYZ 85.0 284.76 null]
->>
-endobj
-xref
-0 135
-0000000000 65535 f 
-0000040447 00000 n 
-0000040611 00000 n 
-0000040929 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000545 00000 n 
-0000000651 00000 n 
-0000000762 00000 n 
-0000000868 00000 n 
-0000001585 00000 n 
-0000001707 00000 n 
-0000001790 00000 n 
-0000041069 00000 n 
-0000001926 00000 n 
-0000041135 00000 n 
-0000002063 00000 n 
-0000041201 00000 n 
-0000002200 00000 n 
-0000041267 00000 n 
-0000002336 00000 n 
-0000041333 00000 n 
-0000002473 00000 n 
-0000041399 00000 n 
-0000002609 00000 n 
-0000041465 00000 n 
-0000002745 00000 n 
-0000041531 00000 n 
-0000002882 00000 n 
-0000041597 00000 n 
-0000003019 00000 n 
-0000003229 00000 n 
-0000003337 00000 n 
-0000004199 00000 n 
-0000004322 00000 n 
-0000004349 00000 n 
-0000004542 00000 n 
-0000004786 00000 n 
-0000004894 00000 n 
-0000007190 00000 n 
-0000007313 00000 n 
-0000007382 00000 n 
-0000007556 00000 n 
-0000007744 00000 n 
-0000008024 00000 n 
-0000008214 00000 n 
-0000008410 00000 n 
-0000008620 00000 n 
-0000008827 00000 n 
-0000009094 00000 n 
-0000009202 00000 n 
-0000012491 00000 n 
-0000012614 00000 n 
-0000012655 00000 n 
-0000012834 00000 n 
-0000013010 00000 n 
-0000013221 00000 n 
-0000016299 00000 n 
-0000016422 00000 n 
-0000016463 00000 n 
-0000016669 00000 n 
-0000016871 00000 n 
-0000017072 00000 n 
-0000020276 00000 n 
-0000020399 00000 n 
-0000020433 00000 n 
-0000020643 00000 n 
-0000020850 00000 n 
-0000023699 00000 n 
-0000023822 00000 n 
-0000023870 00000 n 
-0000024083 00000 n 
-0000024294 00000 n 
-0000024505 00000 n 
-0000024713 00000 n 
-0000027027 00000 n 
-0000027150 00000 n 
-0000027191 00000 n 
-0000027399 00000 n 
-0000027610 00000 n 
-0000027828 00000 n 
-0000030926 00000 n 
-0000031049 00000 n 
-0000031111 00000 n 
-0000031296 00000 n 
-0000031435 00000 n 
-0000031531 00000 n 
-0000031603 00000 n 
-0000031739 00000 n 
-0000031835 00000 n 
-0000031907 00000 n 
-0000032046 00000 n 
-0000032142 00000 n 
-0000032214 00000 n 
-0000041663 00000 n 
-0000032352 00000 n 
-0000041729 00000 n 
-0000032491 00000 n 
-0000034410 00000 n 
-0000034518 00000 n 
-0000034771 00000 n 
-0000041795 00000 n 
-0000041849 00000 n 
-0000034880 00000 n 
-0000041915 00000 n 
-0000035089 00000 n 
-0000035290 00000 n 
-0000035496 00000 n 
-0000035674 00000 n 
-0000035874 00000 n 
-0000036156 00000 n 
-0000036340 00000 n 
-0000036634 00000 n 
-0000036856 00000 n 
-0000041982 00000 n 
-0000037334 00000 n 
-0000042049 00000 n 
-0000037738 00000 n 
-0000042116 00000 n 
-0000037976 00000 n 
-0000042183 00000 n 
-0000038202 00000 n 
-0000042249 00000 n 
-0000038474 00000 n 
-0000042316 00000 n 
-0000038700 00000 n 
-0000038869 00000 n 
-0000039194 00000 n 
-0000039498 00000 n 
-0000039784 00000 n 
-0000039893 00000 n 
-0000040004 00000 n 
-0000040118 00000 n 
-0000040225 00000 n 
-0000040337 00000 n 
-trailer
-<<
-/Size 135
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-42382
-%%EOF
diff --git a/web/documentation/index.php b/web/documentation/index.php
deleted file mode 100644
index 8253be9..0000000
--- a/web/documentation/index.php
+++ /dev/null
@@ -1,63 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web OSGi Runtime - Documentation";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Documentation";
-	$pageAuthor		= "Christopher Frost";
-		
-	$milestone = "2.2.0.x";
-	$release = "2.1.0.RELEASE";
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>Gemini Web Documentation</h2>
-		<p>
-			Gemini Web implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2
-			Enterprise Specification. This specification may be downloaded <a href="http://www.osgi.org/Download/Release4V42">here</a>.
-		</p>
-		
-		<h2>Release Documentation</h2>
-		<p>
-			The documentation for the latest release of Gemini Web is browseable online below:
-			<ul>
-				<li>User Guide ( <a href="gemini-web-documentation-<?=$release ?>/gemini-web-user-guide/html/index.html">HTML</a> | <a href="gemini-web-documentation-<?=$release ?>/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html">HTML Single</a> )</li>
-				<li>Programmer Guide ( <a href="gemini-web-documentation-<?=$release ?>/gemini-web-programmer-guide/html/index.html">HTML</a> | <a href="gemini-web-documentation-<?=$release ?>/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html">HTML Single</a> )</li>
-			</ul>
-		</p>
-		
-		<h2>Milestone Documentation</h2>
-		<p>
-			The documentation for the latest milestone of Gemini Web is browseable online below:
-			<ul>
-				<li>User Guide ( <a href="gemini-web-documentation-<?=$milestone ?>/gemini-web-user-guide/html/index.html">HTML</a> | <a href="gemini-web-documentation-<?=$milestone ?>/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html">HTML Single</a> )</li>
-				<li>Programmer Guide ( <a href="gemini-web-documentation-<?=$milestone ?>/gemini-web-programmer-guide/html/index.html">HTML</a> | <a href="gemini-web-documentation-<?=$milestone ?>/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html">HTML Single</a> )</li>
-			</ul>
-		</p>
-		
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/index.php b/web/download/index.php
deleted file mode 100644
index 74ddfa1..0000000
--- a/web/download/index.php
+++ /dev/null
@@ -1,88 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Downloads";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-
-	<script type="text/javascript">
-            window.addEvent('domready', function() {
-                    new Accordion('h4.toggle', 'div.accordion', {initialDisplayFx: false});
-            });
-	</script>
-	
-	<div id="midcolumn">
-		<h2>Gemini Web Downloads</h2>
-		<p>
-			All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> 
-			unless otherwise specified.
-		</p>
-		
-		
-		<h4 class='toggle'>2.1.0.RELEASE</h4>
-		<div class='accordion'>
-			<ul>
-				<li><a href='http://www.eclipse.org/gemini/web/download/release-notes/2.1.0.RELEASE.php' target='_self'>View Release Notes</a> (<a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=219018">Download approved IP log</a>)</li>
-				<li><strong>Gemini Web</strong> -  <a href='http://www.eclipse.org/downloads/download.php?file=/gemini/web/release/GW/2.1.0.RELEASE/gemini-web-2.1.0.RELEASE.zip' target='_self'>Download</a></li>
-				<li><strong>Gemini Web p2 repository</strong> - <a href='http://download.eclipse.org/gemini/updates/web/2.1.0/' target='_self'>http://download.eclipse.org/gemini/updates/web/2.1.0/</a></li>
-				<li><strong>Gemini Web maven repository</strong> - <a href='http://download.eclipse.org/gemini/mvn/' target='_self'>http://download.eclipse.org/gemini/mvn/</a></li>
-                    <table id="packaging">
-                    <tr><th class="packaging-content">groupId</th><th class="packaging-content">artifactId</th><th class="packaging-content">version</th></tr>
-                    <tr><td class="packaging-content">org.eclipse.gemini</td><td class="packaging-content">org.eclipse.gemini.web.core</td><td class="packaging-content">2.1.0.RELEASE</td></tr>
-                    <tr><td class="packaging-content">org.eclipse.gemini</td><td class="packaging-content">org.eclipse.gemini.web.extender</td><td class="packaging-content">2.1.0.RELEASE</td></tr>
-                    <tr><td class="packaging-content">org.eclipse.gemini</td><td class="packaging-content">org.eclipse.gemini.web.tomcat</td><td class="packaging-content">2.1.0.RELEASE</td></tr>
-                    </table>
-				<li>Documentation is included with the download and can be viewed on line <a href="http://www.eclipse.org/gemini/web/documentation/">here</a>.
-			</ul>
-		</div>
-		<h4 class='toggle'>2.0.2.RELEASE</h4>
-		<div class='accordion'>
-			<ul>
-				<li><a href='http://www.eclipse.org/gemini/web/download/release-notes/2.0.2.RELEASE.php' target='_self'>View Release Notes</a> (<a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=200887">Download approved IP log</a>)</li>
-				<li><strong>Gemini Web</strong> -  <a href='http://www.eclipse.org/downloads/download.php?file=/gemini/web/release/GW/2.0.2.RELEASE/gemini-web-2.0.2.RELEASE.zip' target='_self'>Download</a></li>
-				<li><strong>Gemini Web p2 repository</strong> - <a href='http://download.eclipse.org/gemini/updates/web/2.0.2/' target='_self'>http://download.eclipse.org/gemini/updates/web/2.0.2/</a></li>
-				<li>Documentation is included with the download and can be viewed on line <a href="http://www.eclipse.org/gemini/web/documentation/">here</a>.
-			</ul>
-		</div>
-		<h4 class='toggle'>1.1.1.RELEASE</h4>
-		<div class='accordion'>
-			<ul>
-				<li><a href='http://www.eclipse.org/gemini/web/download/release-notes/1.1.1.RELEASE.php' target='_self'>View Release Notes</a> (<a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=179879">Download approved IP log</a>)</li>
-				<li><strong>Gemini Web</strong> -  <a href='http://www.eclipse.org/downloads/download.php?file=/gemini/web/release/GW/1.1.1.RELEASE/gemini-web-1.1.1.RELEASE.zip' target='_self'>Download</a> (Updated on 2 November 2010 to fix <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=329264">bug 329264</a>)</li>
-			</ul>
-		</div>
-
-		<h2>Development Milestones</h2>
-		<p>
-			Development milestones are available for <a href="http://www.eclipse.org/gemini/web/download/milestones.php">download</a>. 
-		</p>
-	
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/milestones.php b/web/download/milestones.php
deleted file mode 100644
index 149af01..0000000
--- a/web/download/milestones.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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Glyn Normington
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Milestone Downloads";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-	
-	$geminiWebVersions = array("2.2.0.M01", "2.1.0.M03", "2.1.0.M02", "2.1.0.M01");
-	
-	ob_start();
-?>
-
-	<script type="text/javascript">
-            window.addEvent('domready', function() {
-                    new Accordion('h4.toggle', 'div.accordion', {initialDisplayFx: false});
-            });
-	</script>
-	
-	<div id="midcolumn">
-		<h2>Milestone Downloads</h2>
-		<p>
-			All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> 
-			unless otherwise specified.
-		</p>
-		
-		<p>
-			The following are development milestones. You may prefer to <a href="http://www.eclipse.org/gemini/web/download/">download</a> an official release.
-		</p>
-	
-	<?
-	$first = true;
-	foreach ($geminiWebVersions as $version){
-		echo "<h4 class='toggle'>$version";
-		if ($first) {
-			echo " - Latest</h4>";
-		} else {
-			echo "</h4>";
-		}
-		echo "<div class='accordion'>";
-		echo "	<ul>";
-		echo "		<li><a href='http://www.eclipse.org/gemini/web/download/release-notes/$version.php' target='_self'>View Release Notes</a></li>";
-		echo "		<li><strong>Gemini Web</strong> -  <a href='http://www.eclipse.org/downloads/download.php?file=/gemini/web/milestone/GW/$version/gemini-web-$version.zip' target='_self'>Download</a></li>";
-		echo "	</ul>";
-		echo "</div>";
-		$first = false;
-	}
-	?>
-
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.0.M01.php b/web/download/release-notes/1.1.0.M01.php
deleted file mode 100644
index 81a1fc5..0000000
--- a/web/download/release-notes/1.1.0.M01.php
+++ /dev/null
@@ -1,43 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.0.M01 - Release Notes</h3>
-
-<p>The blog post is available <a href="http://blog.springsource.com/2010/06/30/first-eclipse-gemini-web-milestone-ships/" target="_self">here</a>.</p>
-
-<p>This release contains all the changes required to become an Eclispe project after the donation from Springsource of the OSGi web container reference implementation.</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.0.M02-incubation.php b/web/download/release-notes/1.1.0.M02-incubation.php
deleted file mode 100644
index 2e82aea..0000000
--- a/web/download/release-notes/1.1.0.M02-incubation.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
-	$App 	= new App();	
-	$Nav	= new Nav();	
-	$Menu 	= new Menu();		
-	include($App->getProjectCommon());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.0.M02-incubation - Release Notes</h3>
-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=1.1.0.M02-incubation" target="_self">here</a>.</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.0.M03-incubation.php b/web/download/release-notes/1.1.0.M03-incubation.php
deleted file mode 100644
index 36435f9..0000000
--- a/web/download/release-notes/1.1.0.M03-incubation.php
+++ /dev/null
@@ -1,47 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.0.M03-incubation - Release Notes</h3>
-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=1.1.0.M03-incubation" target="_self">here</a>.</p>
-
-<p>Notably this release includes the following bug fixes:</p>
-
-<ul>
-	<li>Configure Context elements for all web apps</li>
-	<li>EquinoxBundleFileResolver.canUse throws NoClassDefFoundError when BundleHost cannot be loaded</li>
-</ul>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.0.M04-incubation.php b/web/download/release-notes/1.1.0.M04-incubation.php
deleted file mode 100644
index 090817b..0000000
--- a/web/download/release-notes/1.1.0.M04-incubation.php
+++ /dev/null
@@ -1,48 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.0.M04-incubation - Release Notes</h3>
-<p>The blog post is available <a href="http://blog.springsource.com/2010/09/08/gemini-web-milestone-4/" target="_self">here</a>.</p>
-
-<p>Notable improvements:</p>
-<ul>
-	<li>Upgrade to Apache Tomcat 6.0.29 (plus SpringSource mods) to close some <a href="http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.28">security vulnerabilities</a></li>
-	<li>Restructure Apache Tomcat bundles to enable clustering to work &#8211; see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=322983">bug 322983</a></li>
-	<li>Various test and build improvements</li>
-</ul>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.0.RC1-incubation.php b/web/download/release-notes/1.1.0.RC1-incubation.php
deleted file mode 100644
index 57a62ac..0000000
--- a/web/download/release-notes/1.1.0.RC1-incubation.php
+++ /dev/null
@@ -1,50 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Christopher Frost";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.0.RC1-incubation - Release Notes</h3>
-<p>The blog post is available <a href="http://blog.springsource.com/2010/10/04/gemini-web-release-candidate/" target="_self">here</a>.</p>
-
-<p>Notable improvements:</p>
-
-<ul>
-	<li>WAR extraction when installing a web application</li>
-	<li>Welcome file in a subdirectory is not invoked</li>
-	<li>PackageInWarScannerTests finds lots more packages in simple-war than before</li>
-	<li>Remove javax.xml.ws dependencies from test configurations and Ivy files</li>
-</ul>
-
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.0.RELEASE.php b/web/download/release-notes/1.1.0.RELEASE.php
deleted file mode 100644
index 3e43b43..0000000
--- a/web/download/release-notes/1.1.0.RELEASE.php
+++ /dev/null
@@ -1,79 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.0.RELEASE - Release Notes</h3>
-
-<p>The 1.1.0 release is the first formal release of Gemini Web and is aimed at migrating applications and users from the SpringSource OSGi Web Container,
-which is the Reference Implementation of the OSGi Web Applications specification.</p>
-
-<h4>Acknowledgements</h4>
-
-<p>Code contributions were gratefully received from:</p>
-<ul>
-    <li>Violeta Georgieva (SAP AG)</li>
-    <li>David Savage (Paremus)</li>
-</ul>
-
-<p>Contributions in the form of forum posts were gratefully received from a number of individuals.</p>
-
-<h4>Highlights</h4>
-
-<p>Code donations (<a href="http://git.eclipse.org/c/gemini.web/org.eclipse.gemini.web.gemini-web-container.git/tree">source code</a>), repackaged to the org.eclipse namespace and dual-licensed under the Eclipse Public License v1.0 and the Apache Software License v2.0:</p>
-<ul>
-    <li>Donate SpringSource OSGi Web Container to form Gemini Web Container</li>
-    <li>Donate unit and integration test suites</li>
-</ul>
-<p>Dependency upgrades:</p>
-<ul>
-    <li>Upgrade Apache Tomcat to 6.0.29 (plus modifications to support embedding) - closes off some <a href="http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.28">security vulnerabilities</a></li>
-    <li>Upgrade SpringSource dm Server utilities to Virgo 2.1.0.RELEASE utilities</li>
-    <li>Upgrade Spring Build to Virgo Build</li>
-</ul>
-<p>Other improvements and bug fixes:<p/>
-<ul>
-	<li>Bug 307393: WAR extraction when installing a web application</li>
-	<li>Bug 308985: Welcome file in a subdirectory is not invoked</li>
-	<li>Bug 312752: Support Apache Tomcat context configuration</li>
-	<li>Bug 319519: EquinoxBundleFileResolver.canUse throws NoClassDefFoundError when BundleHost cannot be loaded</li>
-	<li>Bug 319782: Enable Gemini Web to run on Apache Felix</li>
-	<li>Bug 322983: Restructure Apache Tomcat bundles to enable clustering to work</li>
-	<li>Various test and build improvements</li>
-</ul>
-
-<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.Web&query_format=advanced&target_milestone=1.1.0.M02-incubation&target_milestone=1.1.0.M03-incubation&target_milestone=1.1.0.M04-incubation&target_milestone=1.1.0.M05-incubation&target_milestone=1.1.0.RC1-incubation&target_milestone=1.1.0.RELEASE&order=bug_severity,assigned_to%20DESC,changeddate,bug_status,bug_id&query_based_on=" target="_self">here</a>.</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.1.1.RELEASE.php b/web/download/release-notes/1.1.1.RELEASE.php
deleted file mode 100644
index 8834ba8..0000000
--- a/web/download/release-notes/1.1.1.RELEASE.php
+++ /dev/null
@@ -1,53 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.1.1.RELEASE - Release Notes</h3>
-
-<p>The 1.1.1 release is a security and bug fix update release of the first formal release of Gemini Web and is aimed at migrating applications and users from the SpringSource OSGi Web Container,
-which is the Reference Implementation of the OSGi Web Applications specification.</p>
-
-<h4>Highlights</h4>
-
-<p>Dependency upgrades:</p>
-<ul>
-    <li>Upgrade Apache Tomcat to 6.0.32 (plus modifications to support embedding) - closes off some security vulnerabilities, see <a href="http://tomcat.apache.org/tomcat-6.0-doc/changelog.html">Apache Tomcat 6.0.32</a></li>
-    <li>Upgrade SpringSource dm Server utilities to Virgo 2.1.1.RELEASE utilities</li>
-</ul>
-
-<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.Web&query_format=advanced&target_milestone=1.1.1.RELEASE&order=bug_severity,assigned_to%20DESC,changeddate,bug_status,bug_id&query_based_on=" target="_self">here</a>.</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.2.0.M01.php b/web/download/release-notes/1.2.0.M01.php
deleted file mode 100644
index b1722ed..0000000
--- a/web/download/release-notes/1.2.0.M01.php
+++ /dev/null
@@ -1,44 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.2.0.M01 - Release Notes</h3>
- 
-	<p>
-		The purpose of this milestone is to provide a stable base for development on master including
-		cherry-picking all the remaining changes in 1.1.0.RELEASE to master.
-	</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.2.0.M03.php b/web/download/release-notes/1.2.0.M03.php
deleted file mode 100644
index 36f7fee..0000000
--- a/web/download/release-notes/1.2.0.M03.php
+++ /dev/null
@@ -1,46 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.2.0.M03 - Release Notes</h3>
- 
-	<p>
-		The purpose of this milestone is to provide a consistent base for the 3.0.0.M02 release of Virgo.
-	</p>
-	<p>
-		There were some build problems with 1.2.0.M02 release and there is no zip avaliable, a list of the issues resolve in both 1.2.0.M02 and 1.2.0.M03 are available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.web&query_format=advanced&target_milestone=1.2.0.M02,1.2.0.M03&order=bug_severity,changeddate,bug_status,priority,assigned_to,bug_id&query_based_on=">here</a>.
-	</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/1.2.0.M04.php b/web/download/release-notes/1.2.0.M04.php
deleted file mode 100644
index 34e03d3..0000000
--- a/web/download/release-notes/1.2.0.M04.php
+++ /dev/null
@@ -1,43 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>1.2.0.M04 - Release Notes</h3>
- 
-	<p>
-		The purpose of this milestone is to provide a consistent base for the 3.0.0.M03 release of Virgo.
-	</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.0.M01.php b/web/download/release-notes/2.0.0.M01.php
deleted file mode 100644
index 0eb19aa..0000000
--- a/web/download/release-notes/2.0.0.M01.php
+++ /dev/null
@@ -1,49 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2009, 2012 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Glyn Normington";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.0.0.M01 - Release Notes</h3>

-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.0.0.M01" target="_self">here</a>.</p>

- 

-<p>Notable improvements:</p>

-

-<ul>

-	<li>Upgrade to Apache Tomcat 7.0.12</li>

-	<li>Support latest Java Servlet, JavaServer Pages and Expression Language specifications</li>

-</ul>

-

-<p>Since Apache Tomcat was upgraded by a major version number, we decided to upgrade the major version number of Gemini Web.</p>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.0.M02.php b/web/download/release-notes/2.0.0.M02.php
deleted file mode 100755
index 635d897..0000000
--- a/web/download/release-notes/2.0.0.M02.php
+++ /dev/null
@@ -1,46 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2009 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Glyn Normington";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.0.0.M02 - Release Notes</h3>

-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.0.0.M02" target="_self">here</a>.</p>

- 

-<p>Notable improvements:</p>

-

-<ul>

-	<li>Support strict OSGi resolver mode (when internal Equinox packages are not used)</li>

-</ul>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.0.RC1.php b/web/download/release-notes/2.0.0.RC1.php
deleted file mode 100755
index 216ed3c..0000000
--- a/web/download/release-notes/2.0.0.RC1.php
+++ /dev/null
@@ -1,49 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2009 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Glyn Normington";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.0.0.RC1 - Release Notes</h3>

-<p>

-Release Candidate 1 represents a bug freeze for Gemini Web 2.0. Unless critical bugs are found in RC1, the only changes before 2.0 is released will be in documentation.

-</p>

-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.0.0.RC1" target="_self">here</a>.</p>

- 

-<p>Notable improvements:</p>

-

-<ul>

-	<li>Improved decoding of web URL query strings.</li>

-</ul>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.0.RC2.php b/web/download/release-notes/2.0.0.RC2.php
deleted file mode 100755
index 4e65ae2..0000000
--- a/web/download/release-notes/2.0.0.RC2.php
+++ /dev/null
@@ -1,50 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2009 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Glyn Normington";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.0.0.RC2 - Release Notes</h3>

-<p>

-Release Candidate 2 represents a bug and documentation freeze for Gemini Web 2.0. Unless critical bugs are found in RC2, the only changes before 2.0 is released will be in documentation.

-</p>

-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.0.0.RC2" target="_self">here</a>.</p>

- 

-<p>Notable improvements:</p>

-

-<ul>

-	<li>Upgraded javax.servlet.jsp.jstl to 1.2 tag.</li>

-	<li>Packaged zip now includes documentation.</li>

-</ul>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.0.RELEASE.php b/web/download/release-notes/2.0.0.RELEASE.php
deleted file mode 100644
index b021ffc..0000000
--- a/web/download/release-notes/2.0.0.RELEASE.php
+++ /dev/null
@@ -1,66 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>2.0.0.RELEASE - Release Notes</h3>
-
-<p>The <a href="http://wiki.eclipse.org/Virgo/Future#Release_Branding">Maya</a> (2.0) release of Gemini Web
-upgrades Gemini Web to pick up Apache Tomcat 7 and Servlet 3.0 support
-and delivers several smaller enhancements and bug fixes.</p>
-<p>
-<p>
-Since Apache Tomcat was upgraded by a major version number, the major version number of Gemini Web has been incremented.
-</p>
-
-<h4>Acknowledgements</h4>
-
-<p>A new committer, Violeta Georgieva who works for SAP AG, joined during this release and is now a prolific contributor.
-</p>
-
-<h4>Notable Improvements</h4>
-
-<ul>
-	<li>Upgrade to Apache Tomcat 7.0.12</li>
-	<li>Support latest Java Servlet, JavaServer Pages and Expression Language specifications</li>
-	<li>Provide a new <a href="http://www.eclipse.org/gemini/web/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html">user guide</a></li>
-	<li>Enable default web.xml to be customised without having to modify org.eclipse.gemini.web.tomcat bundle</li>
-	<li>Support strict OSGi resolver mode (when internal Equinox packages are not used)</li>
-	<li>Improved decoding of web URL query strings</li>
-</ul>
-
-<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.Web&query_format=advanced&target_milestone=1.2.0.M02;target_milestone=1.2.0.M03;target_milestone=1.2.0.M05;target_milestone=1.2.0.RELEASE;target_milestone=2.0.0.M01;target_milestone=2.0.0.M02;target_milestone=2.0.0.RC1;target_milestone=2.0.0.RC2;target_milestone=2.0.0.RELEASE&order=bug_severity,assigned_to%20DESC,changeddate,bug_status,bug_id&query_based_on=" target="_self">here</a>.</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.1.RELEASE.php b/web/download/release-notes/2.0.1.RELEASE.php
deleted file mode 100644
index 81383dc..0000000
--- a/web/download/release-notes/2.0.1.RELEASE.php
+++ /dev/null
@@ -1,46 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Chris Frost";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>2.0.1.RELEASE - Release Notes</h3>
-
-<p>The <a href="http://wiki.eclipse.org/Virgo/Future#Release_Branding">Maya</a> (2.0.1) release of Gemini Web
-upgrades Gemini Web to pick up Apache Tomcat 7.0.21 which includes a fix for a serious security issue. You can read 
-more about it <a href="http://tomcat.apache.org/tomcat-7.0-doc/changelog.html">here</a>.</p>
-<p>
-<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.Web&query_format=advanced&target_milestone=2.0.1.RELEASE&order=bug_severity,assigned_to%20DESC,changeddate,bug_status,bug_id&query_based_on=" target="_self">here</a>.</p>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.0.2.RELEASE.php b/web/download/release-notes/2.0.2.RELEASE.php
deleted file mode 100644
index b56c394..0000000
--- a/web/download/release-notes/2.0.2.RELEASE.php
+++ /dev/null
@@ -1,45 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2012 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Chris Frost";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.0.2.RELEASE - Release Notes</h3>

-

-<p>The <a href="http://wiki.eclipse.org/Virgo/Future#Release_Branding">Maya</a> (2.0.2) release of Gemini Web

-upgrades Gemini Web to pick up Apache Tomcat 7.0.26 which includes a fix for a serious security issue. You can read 

-more about it <a href="http://tomcat.apache.org/tomcat-7.0-doc/changelog.html">here</a>.</p>

-<p>

-<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.Web&query_format=advanced&target_milestone=2.0.2.RELEASE&order=bug_severity,assigned_to%20DESC,changeddate,bug_status,bug_id&query_based_on=" target="_self">here</a>.</p>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.1.0.M01.php b/web/download/release-notes/2.1.0.M01.php
deleted file mode 100644
index 95170cd..0000000
--- a/web/download/release-notes/2.1.0.M01.php
+++ /dev/null
@@ -1,47 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2012 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Glyn Normington";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.1.0.M01 - Release Notes</h3>

-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.1.0.M01" target="_self">here</a>.</p>

- 

-<p>Notable improvements:</p>

-

-<ul>

-	<li>Integration with OSGi JNDI</li>

-	<li>Spring dependencies were removed from the Gemini Web package artifact</li>

-</ul>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.1.0.M02.php b/web/download/release-notes/2.1.0.M02.php
deleted file mode 100644
index 1346df3..0000000
--- a/web/download/release-notes/2.1.0.M02.php
+++ /dev/null
@@ -1,41 +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());

-	

-/*******************************************************************************

- * Copyright (c) 2012 Eclipse Foundation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors: Violeta Georgieva

- *    

- *******************************************************************************/

-

-	# Begin: page-specific settings.  Change these. 

-	$pageTitle 		= "Gemini Web - Release Notes";

-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

-	$pageAuthor		= "Glyn Normington";

-		

-	ob_start();

-?>

-

-<div id="midcolumn">

-

-<h3>2.1.0.M02 - Release Notes</h3>

-<p>This milestone has mainly bug fixes.</p>

-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.1.0.M02" target="_self">here</a>.</p>

-

-</div>

-

-<?

-	$html = ob_get_clean();

-	# Generate the web page

-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.1.0.M03.php b/web/download/release-notes/2.1.0.M03.php
deleted file mode 100644
index 15aebf3..0000000
--- a/web/download/release-notes/2.1.0.M03.php
+++ /dev/null
@@ -1,44 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>2.1.0.M03 - Release Notes</h3>
-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.1.0.M03" target="_self">here</a>.</p>
-<p>Notable improvements:</p>
-<ul>
-	<li>Upgrade to Apache Tomcat 7.0.26</li>
-</ul>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.1.0.RELEASE.php b/web/download/release-notes/2.1.0.RELEASE.php
deleted file mode 100644
index 627e7bc..0000000
--- a/web/download/release-notes/2.1.0.RELEASE.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());
-	
-/*******************************************************************************
- * Copyright (c) 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Violeta Georgieva";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>2.1.0.RELEASE - Release Notes</h3>
-
-<p>The <a href="http://wiki.eclipse.org/Virgo/Future#Release_Branding">Bondi</a> (2.1.0) release of Gemini Web
-provides OSGi JNDI&trade; integration, removal of Spring Framework dependency and Java 7 support.
-Also it delivers several smaller enhancements and bug fixes.</p>
-<p>
-<h4>Notable Improvements</h4>
-
-<ul>
-	<li>OSGi JNDI&trade; integration</li>
-	<li>Java 7 support</li>
-	<li>Upgrade to Apache Tomcat 7.0.26</li>
-	<li>Removal of Spring Framework dependency</li>
-</ul>
-
-<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?list_id=2407161;classification=RT;query_format=advanced;component=unknown;target_milestone=2.1.0.M01;target_milestone=2.1.0.M02;target_milestone=2.1.0.M03;target_milestone=2.1.0.RC1;target_milestone=2.1.0.RELEASE;product=Gemini.Web" target="_self">here</a>.</p>
-<p>
-<h4>Migration from Gemini Web 2.0.x to Gemini Web 2.1.0</h4>
-<h5>Removed Bundles</h5>
-<ul>
-	<li>com.springsource.org.aopalliance</li>
-	<li>com.springsource.org.apache.commons.logging</li>
-	<li>org.springframework.aop</li>
-	<li>org.springframework.beans</li>
-	<li>org.springframework.context</li>
-	<li>org.springframework.core</li>
-	<li>org.springframework.osgi.core</li>
-	<li>org.springframework.osgi.io</li>
-</ul>
-<p>
-<h5>Bundles with changed symbolic names</h5>
-<ul>
-	<li>com.springsource.slf4j.api -> org.slf4j.api</li>
-	<li>com.springsource.slf4j.nop -> org.slf4j.nop</li>
-	<li>com.springsource.org.eclipse.jdt.core.compiler.batch -> org.eclipse.jdt.core.compiler.batch</li>
-</ul>
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/download/release-notes/2.2.0.M01.php b/web/download/release-notes/2.2.0.M01.php
deleted file mode 100644
index f3361dc..0000000
--- a/web/download/release-notes/2.2.0.M01.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());
-	
-/*******************************************************************************
- * Copyright (c) 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Violeta Georgieva
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Release Notes";
-	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-
-<div id="midcolumn">
-
-<h3>2.2.0.M01 - Release Notes</h3>
-<p>Bug list is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=RT;product=Gemini.Web;target_milestone=2.2.0.M01" target="_self">here</a>.</p>
- 
-<h4>Notable improvements:</h4>
-
-<ul>
-	<li>Updated Apache Tomcat to version 7.0.29 with web sockets support.</li>
-</ul>
-<p><p>
-<h4>Migration from Gemini Web 2.1.0 to Gemini Web 2.2.0.M01</h4>
-<p>
-<p>Removed Bundles</p>
-<ul>
-	<li>com.springsource.javax.xml.bind</li>
-	<li>com.springsource.javax.xml.stream</li>
-</ul>
-<p>
-<p>Bundles with changed symbolic names</p>
-<ul>
-	<li>com.springsource.org.apache.catalina -> org.apache.catalina</li>
-	<li>com.springsource.org.apache.catalina.ha -> org.apache.catalina.ha</li>
-	<li>com.springsource.org.apache.catalina.tribes -> org.apache.catalina.tribes</li>
-	<li>com.springsource.org.apache.coyote -> org.apache.coyote</li>
-	<li>com.springsource.org.apache.el -> org.apache.el</li>
-	<li>com.springsource.org.apache.jasper -> org.apache.jasper</li>
-	<li>com.springsource.org.apache.juli.extras -> org.apache.juli.extras</li>
-	<li>com.springsource.org.apache.tomcat.api -> org.apache.tomcat.api</li>
-	<li>com.springsource.org.apache.tomcat.util -> org.apache.tomcat.util</li>
-</ul>
-<p>
-<p>Bundles with changed version</p>
-<ul>
-	<li>All Apache Tomcat bundles 7.0.26 -> 7.0.29</li>
-	<li>org.eclipse.jdt.core.compiler.batch 3.7.0.M20120208-0800 -> 3.8.0.I20120518-2145</li>
-</ul>
-
-</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/images/bullet.png b/web/images/bullet.png
deleted file mode 100644
index f65d9eb..0000000
--- a/web/images/bullet.png
+++ /dev/null
Binary files differ
diff --git a/web/images/egg-incubation.png b/web/images/egg-incubation.png
deleted file mode 100644
index 861c981..0000000
--- a/web/images/egg-incubation.png
+++ /dev/null
Binary files differ
diff --git a/web/images/faux.png b/web/images/faux.png
deleted file mode 100644
index c011805..0000000
--- a/web/images/faux.png
+++ /dev/null
Binary files differ
diff --git a/web/images/new-eclipse-logo.png b/web/images/new-eclipse-logo.png
deleted file mode 100644
index 5b4150d..0000000
--- a/web/images/new-eclipse-logo.png
+++ /dev/null
Binary files differ
diff --git a/web/index.php b/web/index.php
deleted file mode 100755
index 531a5b2..0000000
--- a/web/index.php
+++ /dev/null
@@ -1,72 +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());
-	
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- * Contributors: Violeta Georgieva
- *
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web OSGi Runtime - Home";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Home";
-	$pageAuthor		= "Christopher Frost";
-			
-	ob_start();
-?>
-	<div id="midcolumn">
-		<div class="logo"><h1>Gemini Web Container</h1></div>
-		<p>
-			Gemini Web is the Reference Implementation of the Web Applications Specification from the OSGi Alliance.
-			To learn more about Gemini Web you can read this <a href="http://blog.springsource.com/2009/05/27/introduction-to-the-osgi-web-container/">
-			blog post</a> and the <a href="http://www.eclipse.org/gemini/web/documentation">documentation</a>.
-		</p>
-		
-	</div>
-
-	<!-- remove the entire <div> tag to omit the right column!  -->
-	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Quick Links</h6>
-			<div class="modal">
-			<ul>
-				<li><a href="http://wiki.eclipse.org/Gemini/Web">Gemini Web Wiki</a></li>
-				<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153&">Gemini Forum</a></li>  
-				<li><a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Developer Mailing List</a></li>
-				<li><a href="http://www.eclipse.org/projects/project_summary.php?projectid=rt.gemini.web">Subproject Summary</a></li>
-				<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Gemini.Web">Gemini Web Bugzilla</a></li>
-			</ul>
-			</div>
-			<h6>New and Noteworthy</h6>
-            <div class="modal">
-            <p>Gemini Web 2.1.0 RELEASE is available!</p>
-            </div>
-		</div>
-		<!-- div class="sideitem">
-			<h6>&lt;h6&gt; tag</h6>
-				<div class="modal">
-					Wrapping your content using a div.modal tag here will add the gradient background
-				</div>
-		</div -->
-	</div>
-
-	
-<?
-	$html = ob_get_clean();
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/web/project-info/executive-summary.html b/web/project-info/executive-summary.html
deleted file mode 100755
index e69de29..0000000
--- a/web/project-info/executive-summary.html
+++ /dev/null
diff --git a/web/project-info/home-page-one-liner.html b/web/project-info/home-page-one-liner.html
deleted file mode 100755
index e9b2050..0000000
--- a/web/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Phoenix
\ No newline at end of file
diff --git a/web/project-info/maillist b/web/project-info/maillist
deleted file mode 100755
index c191d00..0000000
--- a/web/project-info/maillist
+++ /dev/null
@@ -1 +0,0 @@
-::epf-dev::Mailing list for the Eclipse Process Framework Project.
\ No newline at end of file
diff --git a/web/project-info/newsgroup b/web/project-info/newsgroup
deleted file mode 100755
index 4cb94f6..0000000
--- a/web/project-info/newsgroup
+++ /dev/null
@@ -1 +0,0 @@
-::eclipse.technology.epf::The Eclipse Process Framework (EPF) aims at producing a customizable software process enginering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles. Want to know more? See the EPF home page.
\ No newline at end of file
diff --git a/web/project-info/project-info.xml b/web/project-info/project-info.xml
deleted file mode 100755
index c3bf39f..0000000
--- a/web/project-info/project-info.xml
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
-  <!--
-     - This example is annotated to be instructive. In order to be instructive, the
-     - example is a mish-mash of information from a variety of projects. Obviously, 
-     - when you write the project-info.xml file for your project, the file will 
-     - contain information only about your one project.
-    -->
-  <!--
-     - Unless otherwise specified, all URLs are to be specified using rooted relative
-     - paths. In other words:
-     -    CORRECT: "/webtools/foo/bar.php"
-     -    INCORRECT: "foo/bar.php"
-     -    INCORRECT: "http://www.eclipse.org/webtools/foo/bar.php"
-    -->
-  
-  <!--
-     - Each Eclipse project as an official name, e.g., 
-     - "AJDT - AspectJ Development Tools Project" and a foundation database 
-     - key, e.g., "technology.ajdt". These are stored in an Eclipse Foundation
-     - database; You can override the name stored on the database by filling 
-     - the <name/> tag
-    -->
-  <name>Phoenix Project</name>
-    
-  <!--     
-     - Each project can also have a short name to be used in HTML lists and 
-     - other horizontally challenged places.
-    -->
-  <short-name>Phoenix</short-name>
-  
-  <!--
-     - Each Eclipse project has one or more Bugzilla products and components.
-     - Some projects also have a separate web page describing how to submit
-     - a bug, how bugs are prioritized, and other useful information.
-     - The <bugzilla> collects this information.
-     - 
-     - <bugzilla url="..."> <product name="..."/> ... </bugzilla>
-     - The url is optional; if absent, the url will default to the Bugzilla
-     - page of the first product. Multiple <product>s are allowed.
-    -->
-  <bugzilla>
-    <product name="Phoenix"/>
-  </bugzilla>
-
-  <!--
-     - Committers and non-committer Contributors are the raison d'etre of 
-     - an Eclipse project, thus each project should list and acknowledge these
-     - developers. Some of the Committers are 'special' in the sense that
-     - they are the project leaders.  The <team> element contains the 
-     - URL of the project's pages listing these important people.
-    -->
-  <team url="/phoenix/about.php" />
-  
-  <!--
-     - The source code of each Eclipse project is stored in CVS. Eclipse maintains
-     - a number of CVS repositories, thus the <cvs> element specifies which
-     - CVS repository and (if applicable) which root path stores this project's
-     - source code.
-     -
-     - A top-level project typically specifies only the repository:
-     -     <cvs repository="/cvsroot/tptp"/>
-     - A sub-project includes the root path as well:
-     -     <cvs repository="/cvsroot/technology/">
-     -       <module path="org.eclipse.higgins" />
-     -     </cvs>
-    -->
-  <cvs repository="/cvsroot/technology/">
-    <module path="org.eclipse.phoenix" /> 
-  </cvs>
-
-  <!--
-     - The description of an Eclipse project shows up in many places: the
-     - project's home page, perhaps the /projects/ page listing all the
-     - top-level projects, in the Roadmap, and so on. Some of the descriptions
-     - are separate HTML files (such as those described in 
-     - http://phoenix.eclipse.org/projects/dev_process/project-status-infrastructure.php).
-     - It would be nice 
-     - This <description> element contains two additional descriptions.
-     -    1. The optional <description url="..."> points to a web page with a larger
-     -       description of the entire project. 
-     -    2. The required <description paragraph-url="..."> points to a file
-     -       containing a couple of simple HTML paragraphs describing the project. 
-     -       This file is often stored in the /project-info/ directory, thus the
-     -       url would be something like "/tptp/project-info/description.html".
-    -->
-  <description url="/phoenix/about.php"
-     paragraph-url="/phoenix/project-info/project-page-paragraph.html"/>
-  
-  <!--
-     - In addition to the description, each Eclipse project is also required to
-     - provide an up-to-date status summary. "Up to date" means revised at least
-     - quarterly. 
-     - The required <summary paragraph-url="..."> points to a file
-     - containing a number of simple HTML paragraphs with an executive summary
-     - of the project status.
-     - This file is often stored in the /project-info/ directory, thus the
-     - url would be something like "/technology/project-info/executive-summary.html".
-    -->
-  <summary paragraph-url="/technology/phoenix/project-info/executive-summary.html"/>
-
-  <!--
-     - It is important to help new users get started with an Eclipse project
-     - because most Eclipse projects are solving some difficult technical
-     - problem and thus are somewhat complex. The <getting-started> element
-     - points to a web page on the project's site that describes how to
-     - get started using and extending the project's tools and frameworks.
-    -->
-  <getting-started url="/phoenix/docs/" />
-  
-  <!--
-     - It is also important to help new contributors get started with an Eclipse project.
-     - Most Eclipse projects have interesting/complex development environment
-     - setups or to-do lists. The <contributing> element
-     - points to a web page on the project's site that describes how to
-     - get started developing on, and contributing to, the project.
-    -->
-  <contributing url="/phoenix/docs/" />
-  
-  <!--
-     - Each Eclipse project is required to maintain a current Project IP Log.
-     - See http://www.eclipse.org/projects/dev_process/project-log.php
-     - The <ip-log> contains the URL of that log.  If the project has
-     - other legal information as well, it can use the <legal> element
-     - instead and then include the IP Log information on the Legal web page.
-    -->
-  <ip-log url="" /> 
-  <legal url="" /> 
-
-  <!--
-     - Each Eclipse project has one or more mailing lists.
-     - Some projects also have a separate web page describing these lists
-     - while others rely on the main Eclipse mailing lists page.
-     - 
-     - <mailing-lists url="..."> <list name="..."/> ... </mailing-lists>
-     - The url is optional; if absent, the url will default to the Eclipse
-     - mailing lists page. Multiple <lists>s are allowed.
-     -
-     - Note that currently mailing lists must be redundantly listed in
-     - the separate project-info/maillist file as well.
-    -->
-  <mailing-lists>
-    <list name="phoenix-dev"/>
-  </mailing-lists>
-  
-  <!--
-     - Each Eclipse project has one or more newsgroups.
-     - Some projects also have a separate web page describing these lists
-     - while others rely on the main Eclipse newsgroups page.
-     - 
-     - <newsgroups url="..."> <newsgroup name="..."/> ... </newsgroups>
-     - The url is optional; if absent, the url will default to the Eclipse
-     - newsgroups page. Multiple <newsgroups>s are allowed.
-    -->
-  <newsgroups>
-    <newsgroup name="eclipse.technology.phoenix" />
-  </newsgroups>
-  
-  <!--
-     - The dashboard attempts to measure the liveness of a project in many
-     - ways including the traffic on the mailing lists and newsgroups. There
-     - are other places where significant project-related traffic can occur
-     - including blogs and articles. When listed here, the dashboard incorporates
-     - them into the liveness measure (or rather, "will incorporate").
-    -->
-  <articles>
-  </articles>
-  
-  <blogs>
-  </blogs>
-  
-  <!--
-     - Each Eclipse project needs to have a plan both for its internal purposes
-     - (to guide development and resource allocation) and for the larger Eclipse
-     - community and ecosystem to understand what will be delivered and when
-     - it will be delivered.
-    -->
-  <project-plan url="" />
-
-  <!--
-     - Each Eclipse project creates (optional) nightly builds and milestone builds,
-     - but the important builds of a project are the releases. This section of the
-     - status file records the completed (past) and scheduled (future) releases of
-     - the project. 
-     - The status, name, and date are required attributes. The download is optional
-     - and only valid for completed releases; the plan is optional and valid for
-     - all releases.  The three valid types of releases are, in order of ascending 
-     - uncertainity: "completed", "scheduled", and "tentative".  Dates can be
-     - specified as particular day DD/MM/YYYY (e.g., 22/03/2005) or a particular
-     - month MM/YYYY (e.g., 10/2005), or a quarter NQYYYY (e.g., 3Q2005). Obviously
-     - completed releases should include the exact day the release was completed.
-     -
-     - In the following example, we have three completed, two scheduled, and one 
-     - tentative release.
-    -->
-  <releases>
-  </releases>
-</project>
\ No newline at end of file
diff --git a/web/project-info/project-page-paragraph.html b/web/project-info/project-page-paragraph.html
deleted file mode 100755
index 184c8df..0000000
--- a/web/project-info/project-page-paragraph.html
+++ /dev/null
@@ -1 +0,0 @@
-The purpose of this project is to improve the usability of the eclipse.org site, improving productivity and reducing duplication of effort across the eclipse user community.
\ No newline at end of file
diff --git a/web/resources/local.css b/web/resources/local.css
deleted file mode 100644
index 77df41d..0000000
--- a/web/resources/local.css
+++ /dev/null
@@ -1,94 +0,0 @@
-@CHARSET "UTF-8";
-
-
-.twtr-hd h3, .twtr-hd h4 {
-	color: #ffffff;
-}
-
-.twtr-hd h3 {
-	border: 0px;
-}
-
-.logo {
-    margin-left: auto;
-    margin-right: auto;
-    margin-bottom: 20px;
-	text-align: center;
-	width: 215px;
-}
-
-.award {
-	margin-top: -20px;
-	margin-left: auto;
-    margin-right: auto;
-    width: 144px;
-}
-
-#novaContent.faux  {
-	background: url("/gemini/web/images/faux.png") repeat-y scroll 0 0 #FFFFFF;
-}
-
-h1, h2, h3, h4 {
-	color: #002E62;
-}	
-
-a {
-	color: #002E62;
-}
-
-a:hover {
-	color: #0093CF;
-	text-decoration: none;
-}
-
-#incubation {
-	margin-left: auto;
-    margin-right: auto;
-    width: 98px;
-}
-
-#search #searchBox {
-	width:220px;
-}
-
-#novaContent li {
-	list-style-image: url("/gemini/web/images/bullet.png");
-}
-
-.toggle {
-	cursor: pointer;
-	color: #002E62;
-}
-
-.toggle:hover {
-	color: #0093CF;
-}
-
-#packaging {
-	margin: 5px;
-    border: 1px solid #DDDDDD;
-    border-collapse: separate;
-    border-radius: 4px 4px 4px 4px;
-    width: 100%;
-}
-
-#packaging th {
-	font-weight: bold;
-	border-top: 1px solid #DDDDDD;
-}
-
-#packaging td {
-	border-top: 1px solid #DDDDDD;
-}
-
-#packaging th, #packaging td {
-	padding: 7px 8px;
-}
-
-#packaging .packaging-content {
-	text-align: center;
-}
-
-#packaging .zebra {
-	background-color: #E8F6FF;
-}
\ No newline at end of file
diff --git a/web/resources/mootools-1.2.4-core-yc.js b/web/resources/mootools-1.2.4-core-yc.js
deleted file mode 100644
index 7ff36d0..0000000
--- a/web/resources/mootools-1.2.4-core-yc.js
+++ /dev/null
@@ -1,357 +0,0 @@
-//MooTools, <http://mootools.net>, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2009 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
-
-var MooTools={version:"1.2.4",build:"0d9113241a90b9cd5643b926795852a2026710d4"};var Native=function(k){k=k||{};var a=k.name;var i=k.legacy;var b=k.protect;
-var c=k.implement;var h=k.generics;var f=k.initialize;var g=k.afterImplement||function(){};var d=f||i;h=h!==false;d.constructor=Native;d.$family={name:"native"};
-if(i&&f){d.prototype=i.prototype;}d.prototype.constructor=d;if(a){var e=a.toLowerCase();d.prototype.$family={name:e};Native.typize(d,e);}var j=function(n,l,o,m){if(!b||m||!n.prototype[l]){n.prototype[l]=o;
-}if(h){Native.genericize(n,l,b);}g.call(n,l,o);return n;};d.alias=function(n,l,p){if(typeof n=="string"){var o=this.prototype[n];if((n=o)){return j(this,l,n,p);
-}}for(var m in n){this.alias(m,n[m],l);}return this;};d.implement=function(m,l,o){if(typeof m=="string"){return j(this,m,l,o);}for(var n in m){j(this,n,m[n],l);
-}return this;};if(c){d.implement(c);}return d;};Native.genericize=function(b,c,a){if((!a||!b[c])&&typeof b.prototype[c]=="function"){b[c]=function(){var d=Array.prototype.slice.call(arguments);
-return b.prototype[c].apply(d.shift(),d);};}};Native.implement=function(d,c){for(var b=0,a=d.length;b<a;b++){d[b].implement(c);}};Native.typize=function(a,b){if(!a.type){a.type=function(c){return($type(c)===b);
-};}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var h in a){new Native({name:h,initialize:a[h],protect:true});
-}var d={"boolean":Boolean,"native":Native,object:Object};for(var c in d){Native.typize(d[c],c);}var f={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};
-for(var e in f){for(var b=f[e].length;b--;){Native.genericize(a[e],f[e][b],true);}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean());
-}for(var b in a){this[b]=a[b];}return this;}});Hash.implement({forEach:function(b,c){for(var a in this){if(this.hasOwnProperty(a)){b.call(c,this[a],a,this);
-}}},getClean:function(){var b={};for(var a in this){if(this.hasOwnProperty(a)){b[a]=this[a];}}return b;},getLength:function(){var b=0;for(var a in this){if(this.hasOwnProperty(a)){b++;
-}}return b;}});Hash.alias("forEach","each");Array.implement({forEach:function(c,d){for(var b=0,a=this.length;b<a;b++){c.call(d,this[b],b,this);}}});Array.alias("forEach","each");
-function $A(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a];}return c;}return Array.prototype.slice.call(b);}function $arguments(a){return function(){return arguments[a];
-};}function $chk(a){return !!(a||a===0);}function $clear(a){clearTimeout(a);clearInterval(a);return null;}function $defined(a){return(a!=undefined);}function $each(c,b,d){var a=$type(c);
-((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(c,b,d);}function $empty(){}function $extend(c,a){for(var b in (a||{})){c[b]=a[b];}return c;
-}function $H(a){return new Hash(a);}function $lambda(a){return($type(a)=="function")?a:function(){return a;};}function $merge(){var a=Array.slice(arguments);
-a.unshift({});return $mixin.apply(null,a);}function $mixin(e){for(var d=1,a=arguments.length;d<a;d++){var b=arguments[d];if($type(b)!="object"){continue;
-}for(var c in b){var g=b[c],f=e[c];e[c]=(f&&$type(g)=="object"&&$type(f)=="object")?$mixin(f,g):$unlink(g);}}return e;}function $pick(){for(var b=0,a=arguments.length;
-b<a;b++){if(arguments[b]!=undefined){return arguments[b];}}return null;}function $random(b,a){return Math.floor(Math.random()*(a-b+1)+b);}function $splat(b){var a=$type(b);
-return(a)?((a!="array"&&a!="arguments")?[b]:b):[];}var $time=Date.now||function(){return +new Date;};function $try(){for(var b=0,a=arguments.length;b<a;
-b++){try{return arguments[b]();}catch(c){}}return null;}function $type(a){if(a==undefined){return false;}if(a.$family){return(a.$family.name=="number"&&!isFinite(a))?false:a.$family.name;
-}if(a.nodeName){switch(a.nodeType){case 1:return"element";case 3:return(/\S/).test(a.nodeValue)?"textnode":"whitespace";}}else{if(typeof a.length=="number"){if(a.callee){return"arguments";
-}else{if(a.item){return"collection";}}}}return typeof a;}function $unlink(c){var b;switch($type(c)){case"object":b={};for(var e in c){b[e]=$unlink(c[e]);
-}break;case"hash":b=new Hash(c);break;case"array":b=[];for(var d=0,a=c.length;d<a;d++){b[d]=$unlink(c[d]);}break;default:return c;}return b;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));
-},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?((document.querySelectorAll)?6:5):4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);
-},gecko:function(){return(!document.getBoxObjectFor&&window.mozInnerScreenX==null)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;
-Browser.detect=function(){for(var b in this.Engines){var a=this.Engines[b]();if(a){this.Engine={name:b,version:a};this.Engine[b]=this.Engine[b+a]=true;
-break;}}return{name:b,version:a};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");
-},function(){return new ActiveXObject("Microsoft.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var a=($try(function(){return navigator.plugins["Shockwave Flash"].description;
-},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(a[0]||0+"."+a[1],10)||0,build:parseInt(a[2],10)||0};
-})();function $exec(b){if(!b){return b;}if(window.execScript){window.execScript(b);}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");
-a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=b;document.head.appendChild(a);document.head.removeChild(a);}return b;}Native.UID=1;
-var $uid=(Browser.Engine.trident)?function(a){return(a.uid||(a.uid=[Native.UID++]))[0];}:function(a){return a.uid||(a.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(a){$uid(a);
-if(!a.Element){a.Element=$empty;if(Browser.Engine.webkit){a.document.createElement("iframe");}a.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};
-}a.document.window=a;return $extend(a,Window.Prototype);},afterImplement:function(b,a){window[b]=Window.Prototype[b]=a;}});Window.Prototype={$family:{name:"window"}};
-new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(a){$uid(a);a.head=a.getElementsByTagName("head")[0];
-a.html=a.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){a.execCommand("BackgroundImageCache",false,true);
-});}if(Browser.Engine.trident){a.window.attachEvent("onunload",function(){a.window.detachEvent("onunload",arguments.callee);a.head=a.html=a.window=null;
-});}return $extend(a,Document.Prototype);},afterImplement:function(b,a){document[b]=Document.Prototype[b]=a;}});Document.Prototype={$family:{name:"document"}};
-new Document(document);Array.implement({every:function(c,d){for(var b=0,a=this.length;b<a;b++){if(!c.call(d,this[b],b,this)){return false;}}return true;
-},filter:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if(d.call(e,this[b],b,this)){c.push(this[b]);}}return c;},clean:function(){return this.filter($defined);
-},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b;}}return -1;},map:function(d,e){var c=[];
-for(var b=0,a=this.length;b<a;b++){c[b]=d.call(e,this[b],b,this);}return c;},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if(c.call(d,this[b],b,this)){return true;
-}}return false;},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a];}return d;},link:function(c){var a={};
-for(var e=0,b=this.length;e<b;e++){for(var d in c){if(c[d](this[e])){a[d]=this[e];delete c[d];break;}}}return a;},contains:function(a,b){return this.indexOf(a,b)!=-1;
-},extend:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;
-},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;
-},erase:function(b){for(var a=this.length;a--;a){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];
-for(var b=0,a=this.length;b<a;b++){var c=$type(this[b]);if(!c){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments")?Array.flatten(this[b]):this[b]);
-}return d;},hexToRgb:function(b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";
-},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);
-b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});Function.implement({extend:function(a){for(var b in a){this[b]=a[b];}return this;},create:function(b){var a=this;
-b=b||{};return function(d){var c=b.arguments;c=(c!=undefined)?$splat(c):Array.slice(arguments,(b.event)?1:0);if(b.event){c=[d||window.event].extend(c);
-}var e=function(){return a.apply(b.bind||null,c);};if(b.delay){return setTimeout(e,b.delay);}if(b.periodical){return setInterval(e,b.periodical);}if(b.attempt){return $try(e);
-}return e();};},run:function(a,b){return this.apply(b,$splat(a));},pass:function(a,b){return this.create({bind:b,arguments:a});},bind:function(b,a){return this.create({bind:b,arguments:a});
-},bindWithEvent:function(b,a){return this.create({bind:b,arguments:a,event:true});},attempt:function(a,b){return this.create({bind:b,arguments:a,attempt:true})();
-},delay:function(b,c,a){return this.create({bind:c,arguments:a,delay:b})();},periodical:function(c,b,a){return this.create({bind:b,arguments:a,periodical:c})();
-}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this));},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a;},times:function(b,c){for(var a=0;
-a<this;a++){b.call(c,a,this);}},toFloat:function(){return parseFloat(this);},toInt:function(a){return parseInt(this,a||10);}});Number.alias("times","each");
-(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat($A(arguments)));};}});Number.implement(a);
-})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeof a=="string")?new RegExp(a,b):a).test(this);
-},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();
-},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());
-});},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");
-},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);
-return(a)?a.slice(1).hexToRgb(b):null;},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null;},stripScripts:function(b){var a="";
-var c=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return"";});if(b===true){$exec(a);}else{if($type(b)=="function"){b(a,c);
-}}return c;},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1);}return(a[c]!=undefined)?a[c]:"";
-});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(b){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===b){return a;}}return null;
-},hasValue:function(a){return(Hash.keyOf(this,a)!==null);},extend:function(a){Hash.each(a||{},function(c,b){Hash.set(this,b,c);},this);return this;},combine:function(a){Hash.each(a||{},function(c,b){Hash.include(this,b,c);
-},this);return this;},erase:function(a){if(this.hasOwnProperty(a)){delete this[a];}return this;},get:function(a){return(this.hasOwnProperty(a))?this[a]:null;
-},set:function(a,b){if(!this[a]||this.hasOwnProperty(a)){this[a]=b;}return this;},empty:function(){Hash.each(this,function(b,a){delete this[a];},this);
-return this;},include:function(a,b){if(this[a]==undefined){this[a]=b;}return this;},map:function(b,c){var a=new Hash;Hash.each(this,function(e,d){a.set(d,b.call(c,e,d,this));
-},this);return a;},filter:function(b,c){var a=new Hash;Hash.each(this,function(e,d){if(b.call(c,e,d,this)){a.set(d,e);}},this);return a;},every:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&!b.call(c,this[a],a)){return false;
-}}return true;},some:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&b.call(c,this[a],a)){return true;}}return false;},getKeys:function(){var a=[];
-Hash.each(this,function(c,b){a.push(b);});return a;},getValues:function(){var a=[];Hash.each(this,function(b){a.push(b);});return a;},toQueryString:function(a){var b=[];
-Hash.each(this,function(f,e){if(a){e=a+"["+e+"]";}var d;switch($type(f)){case"object":d=Hash.toQueryString(f,e);break;case"array":var c={};f.each(function(h,g){c[g]=h;
-});d=Hash.toQueryString(c,e);break;default:d=e+"="+encodeURIComponent(f);}if(f!=undefined){b.push(d);}});return b.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});
-var Event=new Native({name:"Event",initialize:function(a,f){f=f||window;var k=f.document;a=a||f.event;if(a.$extended){return a;}this.$extended=true;var j=a.type;
-var g=a.target||a.srcElement;while(g&&g.nodeType==3){g=g.parentNode;}if(j.test(/key/)){var b=a.which||a.keyCode;var m=Event.Keys.keyOf(b);if(j=="keydown"){var d=b-111;
-if(d>0&&d<13){m="f"+d;}}m=m||String.fromCharCode(b).toLowerCase();}else{if(j.match(/(click|mouse|menu)/i)){k=(!k.compatMode||k.compatMode=="CSS1Compat")?k.html:k.body;
-var i={x:a.pageX||a.clientX+k.scrollLeft,y:a.pageY||a.clientY+k.scrollTop};var c={x:(a.pageX)?a.pageX-f.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-f.pageYOffset:a.clientY};
-if(j.match(/DOMMouseScroll|mousewheel/)){var h=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3;}var e=(a.which==3)||(a.button==2);var l=null;if(j.match(/over|out/)){switch(j){case"mouseover":l=a.relatedTarget||a.fromElement;
-break;case"mouseout":l=a.relatedTarget||a.toElement;}if(!(function(){while(l&&l.nodeType==3){l=l.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){l=false;
-}}}}return $extend(this,{event:a,type:j,page:i,client:c,rightClick:e,wheel:h,relatedTarget:l,target:g,code:b,key:m,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey});
-}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();
-},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();
-}else{this.event.returnValue=false;}return this;}});function Class(b){if(b instanceof Function){b={initialize:b};}var a=function(){Object.reset(this);if(a._prototyping){return this;
-}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c;}.extend(this);
-a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a;}Function.prototype.protect=function(){this._protected=true;return this;};Object.reset=function(a,c){if(c==null){for(var e in a){Object.reset(a,e);
-}return a;}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);break;case"array":a[c]=$unlink(a[c]);
-break;}return a;};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a;
-},wrap:function(a,b,c){if(c._origin){c=c._origin;}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.');
-}var e=this.caller,f=this._current;this.caller=f;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=f;this.caller=e;return d;}.extend({_owner:a,_origin:c,_name:b});
-}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var e in a){this.implement(e,a[e]);}return this;}var f=Class.Mutators[a];if(f){d=f.call(this,d);
-if(d==null){return this;}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this;}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];
-if($type(b)=="object"){$mixin(b,d);}else{c[a]=$unlink(d);}break;case"array":c[a]=$unlink(d);break;default:c[a]=d;}return this;}});Class.Mutators={Extends:function(a){this.parent=a;
-this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.');
-}return c.apply(this,arguments);}.protect());},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b);}this.implement(b);
-},this);}};var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;
-},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(c,b,a){c=Events.removeOn(c);if(b!=$empty){this.$events[c]=this.$events[c]||[];
-this.$events[c].include(b);if(a){b.internal=true;}}return this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;},fireEvent:function(c,b,a){c=Events.removeOn(c);
-if(!this.$events||!this.$events[c]){return this;}this.$events[c].each(function(d){d.create({bind:this,delay:a,"arguments":b})();},this);return this;},removeEvent:function(b,a){b=Events.removeOn(b);
-if(!this.$events[b]){return this;}if(!a.internal){this.$events[b].erase(a);}return this;},removeEvents:function(c){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d]);
-}return this;}if(c){c=Events.removeOn(c);}for(d in this.$events){if(c&&c!=d){continue;}var b=this.$events[d];for(var a=b.length;a--;a){this.removeEvent(d,b[a]);
-}}return this;}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(b,c){return c.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));
-if(!this.addEvent){return this;}for(var a in this.options){if($type(this.options[a])!="function"||!(/^on[A-Z]/).test(a)){continue;}this.addEvent(a,this.options[a]);
-delete this.options[a];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,b){var c=Element.Constructors.get(a);
-if(c){return c(b);}if(typeof a=="string"){return document.newElement(a,b);}return document.id(a).set(b);},afterImplement:function(a,b){Element.Prototype[a]=b;
-if(Array[a]){return;}Elements.implement(a,function(){var c=[],g=true;for(var e=0,d=this.length;e<d;e++){var f=this[e][a].apply(this[e],arguments);c.push(f);
-if(g){g=($type(f)=="element");}}return(g)?new Elements(c):c;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var f=Array.link(arguments,{properties:Object.type,iframe:$defined});
-var d=f.properties||{};var c=document.id(f.iframe);var e=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());
-c=new Element(c||"iframe",d);var b=function(){var g=$try(function(){return c.contentWindow.location.host;});if(!g||g==window.location.host){var h=new Window(c.contentWindow);
-new Document(c.contentWindow.document);$extend(h.Element.prototype,Element.Prototype);}e.call(c.contentWindow,c.contentWindow.document);};var a=$try(function(){return c.contentWindow;
-});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c;}});var Elements=new Native({initialize:function(f,b){b=$extend({ddup:true,cash:true},b);
-f=f||[];if(b.ddup||b.cash){var g={},e=[];for(var c=0,a=f.length;c<a;c++){var d=document.id(f[c],!b.cash);if(b.ddup){if(g[d.uid]){continue;}g[d.uid]=true;
-}if(d){e.push(d);}}f=e;}return(b.cash)?$extend(f,this):f;}});Elements.implement({filter:function(a,b){if(!a){return this;}return new Elements(Array.filter(this,(typeof a=="string")?function(c){return c.match(a);
-}:a,b));}});Document.implement({newElement:function(a,b){if(Browser.Engine.trident&&b){["name","type","checked"].each(function(c){if(!b[c]){return;}a+=" "+c+'="'+b[c]+'"';
-if(c!="checked"){delete b[c];}});a="<"+a+">";}return document.id(this.createElement(a)).set(b);},newTextNode:function(a){return this.createTextNode(a);
-},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var a={string:function(d,c,b){d=b.getElementById(d);return(d)?a.element(d,c):null;
-},element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){var c=Element.Prototype;for(var d in c){b[d]=c[d];}}return b;},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d);
-}return null;}};a.textnode=a.whitespace=a.window=a.document=$arguments(0);return function(c,e,d){if(c&&c.$family&&c.uid){return c;}var b=$type(c);return(a[b])?a[b](c,e,d||document):null;
-};})()});if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document);}});}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a);
-}var f=[];var c=Array.flatten(arguments);for(var d=0,b=c.length;d<b;d++){var e=c[d];switch($type(e)){case"element":f.push(e);break;case"string":f.extend(this.document.getElements(e,true));
-}}return new Elements(f);},getDocument:function(){return this.document;},getWindow:function(){return this;}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(this.getElements(a,true)[0]||null,b);
-},getElements:function(a,d){a=a.split(",");var c=[];var b=(a.length>1);a.each(function(e){var f=this.getElementsByTagName(e.trim());(b)?c.extend(f):c=f;
-},this);return new Elements(c,{ddup:b,cash:!d});}});(function(){var h={},f={};var i={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};
-var c=function(l){return(f[l]||(f[l]={}));};var g=function(n,l){if(!n){return;}var m=n.uid;if(Browser.Engine.trident){if(n.clearAttributes){var q=l&&n.cloneNode(false);
-n.clearAttributes();if(q){n.mergeAttributes(q);}}else{if(n.removeEvents){n.removeEvents();}}if((/object/i).test(n.tagName)){for(var o in n){if(typeof n[o]=="function"){n[o]=$empty;
-}}Element.dispose(n);}}if(!m){return;}h[m]=f[m]=null;};var d=function(){Hash.each(h,g);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(g);
-}if(window.CollectGarbage){CollectGarbage();}h=f=null;};var j=function(n,l,s,m,p,r){var o=n[s||l];var q=[];while(o){if(o.nodeType==1&&(!m||Element.match(o,m))){if(!p){return document.id(o,r);
-}q.push(o);}o=o[l];}return(p)?new Elements(q,{ddup:false,cash:!r}):null;};var e={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};
-var b=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var k=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];
-b=b.associate(b);Hash.extend(e,b);Hash.extend(e,k.associate(k.map(String.toLowerCase)));var a={before:function(m,l){if(l.parentNode){l.parentNode.insertBefore(m,l);
-}},after:function(m,l){if(!l.parentNode){return;}var n=l.nextSibling;(n)?l.parentNode.insertBefore(m,n):l.parentNode.appendChild(m);},bottom:function(m,l){l.appendChild(m);
-},top:function(m,l){var n=l.firstChild;(n)?l.insertBefore(m,n):l.appendChild(m);}};a.inside=a.bottom;Hash.each(a,function(l,m){m=m.capitalize();Element.implement("inject"+m,function(n){l(this,document.id(n,true));
-return this;});Element.implement("grab"+m,function(n){l(document.id(n,true),this);return this;});});Element.implement({set:function(o,m){switch($type(o)){case"object":for(var n in o){this.set(n,o[n]);
-}break;case"string":var l=Element.Properties.get(o);(l&&l.set)?l.set.apply(this,Array.slice(arguments,1)):this.setProperty(o,m);}return this;},get:function(m){var l=Element.Properties.get(m);
-return(l&&l.get)?l.get.apply(this,Array.slice(arguments,1)):this.getProperty(m);},erase:function(m){var l=Element.Properties.get(m);(l&&l.erase)?l.erase.apply(this):this.removeProperty(m);
-return this;},setProperty:function(m,n){var l=e[m];if(n==undefined){return this.removeProperty(m);}if(l&&b[m]){n=!!n;}(l)?this[l]=n:this.setAttribute(m,""+n);
-return this;},setProperties:function(l){for(var m in l){this.setProperty(m,l[m]);}return this;},getProperty:function(m){var l=e[m];var n=(l)?this[l]:this.getAttribute(m,2);
-return(b[m])?!!n:(l)?n:n||null;},getProperties:function(){var l=$A(arguments);return l.map(this.getProperty,this).associate(l);},removeProperty:function(m){var l=e[m];
-(l)?this[l]=(l&&b[m])?false:"":this.removeAttribute(m);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;
-},hasClass:function(l){return this.className.contains(l," ");},addClass:function(l){if(!this.hasClass(l)){this.className=(this.className+" "+l).clean();
-}return this;},removeClass:function(l){this.className=this.className.replace(new RegExp("(^|\\s)"+l+"(?:\\s|$)"),"$1");return this;},toggleClass:function(l){return this.hasClass(l)?this.removeClass(l):this.addClass(l);
-},adopt:function(){Array.flatten(arguments).each(function(l){l=document.id(l,true);if(l){this.appendChild(l);}},this);return this;},appendText:function(m,l){return this.grab(this.getDocument().newTextNode(m),l);
-},grab:function(m,l){a[l||"bottom"](document.id(m,true),this);return this;},inject:function(m,l){a[l||"bottom"](this,document.id(m,true));return this;},replaces:function(l){l=document.id(l,true);
-l.parentNode.replaceChild(this,l);return this;},wraps:function(m,l){m=document.id(m,true);return this.replaces(m).grab(m,l);},getPrevious:function(l,m){return j(this,"previousSibling",null,l,false,m);
-},getAllPrevious:function(l,m){return j(this,"previousSibling",null,l,true,m);},getNext:function(l,m){return j(this,"nextSibling",null,l,false,m);},getAllNext:function(l,m){return j(this,"nextSibling",null,l,true,m);
-},getFirst:function(l,m){return j(this,"nextSibling","firstChild",l,false,m);},getLast:function(l,m){return j(this,"previousSibling","lastChild",l,false,m);
-},getParent:function(l,m){return j(this,"parentNode",null,l,false,m);},getParents:function(l,m){return j(this,"parentNode",null,l,true,m);},getSiblings:function(l,m){return this.getParent().getChildren(l,m).erase(this);
-},getChildren:function(l,m){return j(this,"nextSibling","firstChild",l,true,m);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;
-},getElementById:function(o,n){var m=this.ownerDocument.getElementById(o);if(!m){return null;}for(var l=m.parentNode;l!=this;l=l.parentNode){if(!l){return null;
-}}return document.id(m,n);},getSelected:function(){return new Elements($A(this.options).filter(function(l){return l.selected;}));},getComputedStyle:function(m){if(this.currentStyle){return this.currentStyle[m.camelCase()];
-}var l=this.getDocument().defaultView.getComputedStyle(this,null);return(l)?l.getPropertyValue([m.hyphenate()]):null;},toQueryString:function(){var l=[];
-this.getElements("input, select, textarea",true).each(function(m){if(!m.name||m.disabled||m.type=="submit"||m.type=="reset"||m.type=="file"){return;}var n=(m.tagName.toLowerCase()=="select")?Element.getSelected(m).map(function(o){return o.value;
-}):((m.type=="radio"||m.type=="checkbox")&&!m.checked)?null:m.value;$splat(n).each(function(o){if(typeof o!="undefined"){l.push(m.name+"="+encodeURIComponent(o));
-}});});return l.join("&");},clone:function(o,l){o=o!==false;var r=this.cloneNode(o);var n=function(v,u){if(!l){v.removeAttribute("id");}if(Browser.Engine.trident){v.clearAttributes();
-v.mergeAttributes(u);v.removeAttribute("uid");if(v.options){var w=v.options,s=u.options;for(var t=w.length;t--;){w[t].selected=s[t].selected;}}}var x=i[u.tagName.toLowerCase()];
-if(x&&u[x]){v[x]=u[x];}};if(o){var p=r.getElementsByTagName("*"),q=this.getElementsByTagName("*");for(var m=p.length;m--;){n(p[m],q[m]);}}n(r,this);return document.id(r);
-},destroy:function(){Element.empty(this);Element.dispose(this);g(this,true);return null;},empty:function(){$A(this.childNodes).each(function(l){Element.destroy(l);
-});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(l){l=document.id(l,true);if(!l){return false;
-}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(l.tagName)).contains(l);}return(this.contains)?(this!=l&&this.contains(l)):!!(this.compareDocumentPosition(l)&16);
-},match:function(l){return(!l||(l==this)||(Element.get(this,"tag")==l));}});Native.implement([Element,Window,Document],{addListener:function(o,n){if(o=="unload"){var l=n,m=this;
-n=function(){m.removeListener("unload",n);l();};}else{h[this.uid]=this;}if(this.addEventListener){this.addEventListener(o,n,false);}else{this.attachEvent("on"+o,n);
-}return this;},removeListener:function(m,l){if(this.removeEventListener){this.removeEventListener(m,l,false);}else{this.detachEvent("on"+m,l);}return this;
-},retrieve:function(m,l){var o=c(this.uid),n=o[m];if(l!=undefined&&n==undefined){n=o[m]=l;}return $pick(n);},store:function(m,l){var n=c(this.uid);n[m]=l;
-return this;},eliminate:function(l){var m=c(this.uid);delete m[l];return this;}});window.addListener("unload",d);})();Element.Properties=new Hash;Element.Properties.style={set:function(a){this.style.cssText=a;
-},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();
-}};Element.Properties.html=(function(){var c=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};
-a.thead=a.tfoot=a.tbody;var b={set:function(){var e=Array.flatten(arguments).join("");var f=Browser.Engine.trident&&a[this.get("tag")];if(f){var g=c;g.innerHTML=f[1]+e+f[2];
-for(var d=f[0];d--;){g=g.firstChild;}this.empty().adopt(g.childNodes);}else{this.innerHTML=e;}}};b.erase=b.set;return b;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;
-}var a=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var b=a.innerText;a.destroy();return b;}};}Element.Properties.events={set:function(a){this.addEvents(a);
-}};Native.implement([Element,Window,Document],{addEvent:function(e,g){var h=this.retrieve("events",{});h[e]=h[e]||{keys:[],values:[]};if(h[e].keys.contains(g)){return this;
-}h[e].keys.push(g);var f=e,a=Element.Events.get(e),c=g,i=this;if(a){if(a.onAdd){a.onAdd.call(this,g);}if(a.condition){c=function(j){if(a.condition.call(this,j)){return g.call(this,j);
-}return true;};}f=a.base||f;}var d=function(){return g.call(i);};var b=Element.NativeEvents[f];if(b){if(b==2){d=function(j){j=new Event(j,i.getWindow());
-if(c.call(i,j)===false){j.stop();}};}this.addListener(f,d);}h[e].values.push(d);return this;},removeEvent:function(c,b){var a=this.retrieve("events");if(!a||!a[c]){return this;
-}var f=a[c].keys.indexOf(b);if(f==-1){return this;}a[c].keys.splice(f,1);var e=a[c].values.splice(f,1)[0];var d=Element.Events.get(c);if(d){if(d.onRemove){d.onRemove.call(this,b);
-}c=d.base||c;}return(Element.NativeEvents[c])?this.removeListener(c,e):this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;
-},removeEvents:function(a){var c;if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c]);}return this;}var b=this.retrieve("events");if(!b){return this;
-}if(!a){for(c in b){this.removeEvents(c);}this.eliminate("events");}else{if(b[a]){while(b[a].keys[0]){this.removeEvent(a,b[a].keys[0]);}b[a]=null;}}return this;
-},fireEvent:function(d,b,a){var c=this.retrieve("events");if(!c||!c[d]){return this;}c[d].keys.each(function(e){e.create({bind:this,delay:a,"arguments":b})();
-},this);return this;},cloneEvents:function(d,a){d=document.id(d);var c=d.retrieve("events");if(!c){return this;}if(!a){for(var b in c){this.cloneEvents(d,b);
-}}else{if(c[a]){c[a].keys.each(function(e){this.addEvent(a,e);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};
-(function(){var a=function(b){var c=b.relatedTarget;if(c==undefined){return true;}if(c===false){return false;}return($type(this)!="document"&&c!=this&&c.prefix!="xul"&&!this.hasChild(c));
-};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});
-})();Element.Properties.styles={set:function(a){this.setStyles(a);}};Element.Properties.opacity={set:function(a,b){if(!b){if(a==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";
-}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(a==1)?"":"alpha(opacity="+a*100+")";
-}this.style.opacity=a;this.store("opacity",a);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(a){return this.set("opacity",a,true);
-},getOpacity:function(){return this.get("opacity");},setStyle:function(b,a){switch(b){case"opacity":return this.set("opacity",parseFloat(a));case"float":b=(Browser.Engine.trident)?"styleFloat":"cssFloat";
-}b=b.camelCase();if($type(a)!="string"){var c=(Element.Styles.get(b)||"@").split(" ");a=$splat(a).map(function(e,d){if(!c[d]){return"";}return($type(e)=="number")?c[d].replace("@",Math.round(e)):e;
-}).join(" ");}else{if(a==String(Number(a))){a=Math.round(a);}}this.style[b]=a;return this;},getStyle:function(g){switch(g){case"opacity":return this.get("opacity");
-case"float":g=(Browser.Engine.trident)?"styleFloat":"cssFloat";}g=g.camelCase();var a=this.style[g];if(!$chk(a)){a=[];for(var f in Element.ShortStyles){if(g!=f){continue;
-}for(var e in Element.ShortStyles[f]){a.push(this.getStyle(e));}return a.join(" ");}a=this.getComputedStyle(g);}if(a){a=String(a);var c=a.match(/rgba?\([\d\s,]+\)/);
-if(c){a=a.replace(c[0],c[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(g.test(/^(height|width)$/)){var b=(g=="width")?["left","right"]:["top","bottom"],d=0;
-b.each(function(h){d+=this.getStyle("border-"+h+"-width").toInt()+this.getStyle("padding-"+h).toInt();},this);return this["offset"+g.capitalize()]-d+"px";
-}if((Browser.Engine.presto)&&String(a).test("px")){return a;}if(g.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return a;},setStyles:function(b){for(var a in b){this.setStyle(a,b[a]);
-}return this;},getStyles:function(){var a={};Array.flatten(arguments).each(function(b){a[b]=this.getStyle(b);},this);return a;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});
-Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(g){var f=Element.ShortStyles;
-var b=Element.Styles;["margin","padding"].each(function(h){var i=h+g;f[h][i]=b[i]="@px";});var e="border"+g;f.border[e]=b[e]="@px @ rgb(@, @, @)";var d=e+"Width",a=e+"Style",c=e+"Color";
-f[e]={};f.borderWidth[d]=f[e][d]=b[d]="@px";f.borderStyle[a]=f[e][a]=b[a]="@";f.borderColor[c]=f[e][c]=b[c]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(h,i){if(b(this)){this.getWindow().scrollTo(h,i);
-}else{this.scrollLeft=h;this.scrollTop=i;}return this;},getSize:function(){if(b(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};
-},getScrollSize:function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(b(this)){return this.getWindow().getScroll();
-}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var i=this,h={x:0,y:0};while(i&&!b(i)){h.x+=i.scrollLeft;h.y+=i.scrollTop;i=i.parentNode;
-}return h;},getOffsetParent:function(){var h=this;if(b(h)){return null;}if(!Browser.Engine.trident){return h.offsetParent;}while((h=h.parentNode)&&!b(h)){if(d(h,"position")!="static"){return h;
-}}return null;},getOffsets:function(){if(this.getBoundingClientRect){var j=this.getBoundingClientRect(),m=document.id(this.getDocument().documentElement),p=m.getScroll(),k=this.getScrolls(),i=this.getScroll(),h=(d(this,"position")=="fixed");
-return{x:j.left.toInt()+k.x-i.x+((h)?0:p.x)-m.clientLeft,y:j.top.toInt()+k.y-i.y+((h)?0:p.y)-m.clientTop};}var l=this,n={x:0,y:0};if(b(this)){return n;
-}while(l&&!b(l)){n.x+=l.offsetLeft;n.y+=l.offsetTop;if(Browser.Engine.gecko){if(!f(l)){n.x+=c(l);n.y+=g(l);}var o=l.parentNode;if(o&&d(o,"overflow")!="visible"){n.x+=c(o);
-n.y+=g(o);}}else{if(l!=this&&Browser.Engine.webkit){n.x+=c(l);n.y+=g(l);}}l=l.offsetParent;}if(Browser.Engine.gecko&&!f(this)){n.x-=c(this);n.y-=g(this);
-}return n;},getPosition:function(k){if(b(this)){return{x:0,y:0};}var l=this.getOffsets(),i=this.getScrolls();var h={x:l.x-i.x,y:l.y-i.y};var j=(k&&(k=document.id(k)))?k.getPosition():{x:0,y:0};
-return{x:h.x-j.x,y:h.y-j.y};},getCoordinates:function(j){if(b(this)){return this.getWindow().getCoordinates();}var h=this.getPosition(j),i=this.getSize();
-var k={left:h.x,top:h.y,width:i.x,height:i.y};k.right=k.left+k.width;k.bottom=k.top+k.height;return k;},computePosition:function(h){return{left:h.x-e(this,"margin-left"),top:h.y-e(this,"margin-top")};
-},setPosition:function(h){return this.setStyles(this.computePosition(h));}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var i=this.getWindow();
-return{x:i.innerWidth,y:i.innerHeight};}var h=a(this);return{x:h.clientWidth,y:h.clientHeight};},getScroll:function(){var i=this.getWindow(),h=a(this);
-return{x:i.pageXOffset||h.scrollLeft,y:i.pageYOffset||h.scrollTop};},getScrollSize:function(){var i=a(this),h=this.getSize();return{x:Math.max(i.scrollWidth,h.x),y:Math.max(i.scrollHeight,h.y)};
-},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var h=this.getSize();return{top:0,left:0,bottom:h.y,right:h.x,height:h.y,width:h.x};
-}});var d=Element.getComputedStyle;function e(h,i){return d(h,i).toInt()||0;}function f(h){return d(h,"-moz-box-sizing")=="border-box";}function g(h){return e(h,"border-top-width");
-}function c(h){return e(h,"border-left-width");}function b(h){return(/^(?:body|html)$/i).test(h.tagName);}function a(h){var i=h.getDocument();return(!i.compatMode||i.compatMode=="CSS1Compat")?i.html:i.body;
-}})();Element.alias("setPosition","position");Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;
-},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;
-},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;
-}});Native.implement([Document,Element],{getElements:function(h,g){h=h.split(",");var c,e={};for(var d=0,b=h.length;d<b;d++){var a=h[d],f=Selectors.Utils.search(this,a,e);
-if(d!=0&&f.item){f=$A(f);}c=(d==0)?f:(c.item)?$A(c).concat(f):c.concat(f);}return new Elements(c,{ddup:(h.length>1),cash:!g});}});Element.implement({match:function(b){if(!b||(b==this)){return true;
-}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],e=d[1];if(!Selectors.Filters.byID(this,e)||!Selectors.Filters.byTag(this,a)){return false;}var c=Selectors.Utils.parseSelector(b);
-return(c)?Selectors.Utils.filter(this,c,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};
-Selectors.Utils={chk:function(b,c){if(!c){return true;}var a=$uid(b);if(!c[a]){return c[a]=true;}return false;},parseNthArgument:function(h){if(Selectors.Cache.nth[h]){return Selectors.Cache.nth[h];
-}var e=h.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!e){return false;}var g=parseInt(e[1],10);var d=(g||g===0)?g:1;var f=e[2]||false;var c=parseInt(e[3],10)||0;
-if(d!=0){c--;while(c<1){c+=d;}while(c>=d){c-=d;}}else{d=c;f="index";}switch(f){case"n":e={a:d,b:c,special:"n"};break;case"odd":e={a:2,b:0,special:"n"};
-break;case"even":e={a:2,b:1,special:"n"};break;case"first":e={a:0,special:"index"};break;case"last":e={special:"last-child"};break;case"only":e={special:"only-child"};
-break;default:e={a:(d-1),special:"index"};}return Selectors.Cache.nth[h]=e;},parseSelector:function(e){if(Selectors.Cache.parsed[e]){return Selectors.Cache.parsed[e];
-}var d,h={classes:[],pseudos:[],attributes:[]};while((d=Selectors.RegExps.combined.exec(e))){var i=d[1],g=d[2],f=d[3],b=d[5],c=d[6],j=d[7];if(i){h.classes.push(i);
-}else{if(c){var a=Selectors.Pseudo.get(c);if(a){h.pseudos.push({parser:a,argument:j});}else{h.attributes.push({name:c,operator:"=",value:j});}}else{if(g){h.attributes.push({name:g,operator:f,value:b});
-}}}}if(!h.classes.length){delete h.classes;}if(!h.attributes.length){delete h.attributes;}if(!h.pseudos.length){delete h.pseudos;}if(!h.classes&&!h.attributes&&!h.pseudos){h=null;
-}return Selectors.Cache.parsed[e]=h;},parseTagAndID:function(b){var a=b.match(Selectors.RegExps.tag);var c=b.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(c)?c[1]:false];
-},filter:function(f,c,e){var d;if(c.classes){for(d=c.classes.length;d--;d){var g=c.classes[d];if(!Selectors.Filters.byClass(f,g)){return false;}}}if(c.attributes){for(d=c.attributes.length;
-d--;d){var b=c.attributes[d];if(!Selectors.Filters.byAttribute(f,b.name,b.operator,b.value)){return false;}}}if(c.pseudos){for(d=c.pseudos.length;d--;d){var a=c.pseudos[d];
-if(!Selectors.Filters.byPseudo(f,a.parser,a.argument,e)){return false;}}}return true;},getByTagAndID:function(b,a,d){if(d){var c=(b.getElementById)?b.getElementById(d,true):Element.getElementById(b,d,true);
-return(c&&Selectors.Filters.byTag(c,a))?[c]:[];}else{return b.getElementsByTagName(a);}},search:function(o,h,t){var b=[];var c=h.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);
-return":)"+i;}).split(":)");var p,e,A;for(var z=0,v=c.length;z<v;z++){var y=c[z];if(z==0&&Selectors.RegExps.quick.test(y)){p=o.getElementsByTagName(y);
-continue;}var a=b[z-1];var q=Selectors.Utils.parseTagAndID(y);var B=q[0],r=q[1];if(z==0){p=Selectors.Utils.getByTagAndID(o,B,r);}else{var d={},g=[];for(var x=0,w=p.length;
-x<w;x++){g=Selectors.Getters[a](g,p[x],B,r,d);}p=g;}var f=Selectors.Utils.parseSelector(y);if(f){e=[];for(var u=0,s=p.length;u<s;u++){A=p[u];if(Selectors.Utils.filter(A,f,t)){e.push(A);
-}}p=e;}}return p;}};Selectors.Getters={" ":function(h,g,j,a,e){var d=Selectors.Utils.getByTagAndID(g,j,a);for(var c=0,b=d.length;c<b;c++){var f=d[c];if(Selectors.Utils.chk(f,e)){h.push(f);
-}}return h;},">":function(h,g,j,a,f){var c=Selectors.Utils.getByTagAndID(g,j,a);for(var e=0,d=c.length;e<d;e++){var b=c[e];if(b.parentNode==g&&Selectors.Utils.chk(b,f)){h.push(b);
-}}return h;},"+":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(Selectors.Utils.chk(b,d)&&Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
-}break;}}return c;},"~":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(!Selectors.Utils.chk(b,d)){break;}if(Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
-}}}return c;}};Selectors.Filters={byTag:function(b,a){return(a=="*"||(b.tagName&&b.tagName.toLowerCase()==a));},byID:function(a,b){return(!b||(a.id&&a.id==b));
-},byClass:function(b,a){return(b.className&&b.className.contains&&b.className.contains(a," "));},byPseudo:function(a,d,c,b){return d.call(a,c,b);},byAttribute:function(c,d,b,e){var a=Element.prototype.getProperty.call(c,d);
-if(!a){return(b=="!=");}if(!b||e==undefined){return true;}switch(b){case"=":return(a==e);case"*=":return(a.contains(e));case"^=":return(a.substr(0,e.length)==e);
-case"$=":return(a.substr(a.length-e.length)==e);case"!=":return(a!=e);case"~=":return a.contains(e," ");case"|=":return a.contains(e,"-");}return false;
-}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return !(this.innerText||this.textContent||"").length;},not:function(a){return !Element.match(this,a);
-},contains:function(a){return(this.innerText||this.textContent||"").contains(a);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var a=this;
-while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"only-child":function(){var b=this;while((b=b.previousSibling)){if(b.nodeType==1){return false;
-}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"nth-child":function(g,e){g=(g==undefined)?"n":g;var c=Selectors.Utils.parseNthArgument(g);
-if(c.special!="n"){return Selectors.Pseudo[c.special].call(this,c.a,e);}var f=0;e.positions=e.positions||{};var d=$uid(this);if(!e.positions[d]){var b=this;
-while((b=b.previousSibling)){if(b.nodeType!=1){continue;}f++;var a=e.positions[$uid(b)];if(a!=undefined){f=a+f;break;}}e.positions[d]=f;}return(e.positions[d]%c.a==c.b);
-},index:function(a){var b=this,c=0;while((b=b.previousSibling)){if(b.nodeType==1&&++c>a){return false;}}return(c==a);},even:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a);
-},odd:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a);},selected:function(){return this.selected;},enabled:function(){return(this.disabled===false);
-}});Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this);}}};(function(){var b=function(){if(Browser.loaded){return;}Browser.loaded=true;
-window.fireEvent("domready");document.fireEvent("domready");};window.addEvent("load",b);if(Browser.Engine.trident){var a=document.createElement("div");
-(function(){($try(function(){a.doScroll();return document.id(a).inject(document.body).set("html","temp").dispose();}))?b():arguments.callee.delay(50);})();
-}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?b():arguments.callee.delay(50);
-})();}else{document.addEvent("DOMContentLoaded",b);}}})();var JSON=new Hash(this.JSON&&{stringify:JSON.stringify,parse:JSON.parse}).extend({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(a){return JSON.$specialChars[a]||"\\u00"+Math.floor(a.charCodeAt()/16).toString(16)+(a.charCodeAt()%16).toString(16);
-},encode:function(b){switch($type(b)){case"string":return'"'+b.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(b.map(JSON.encode).clean())+"]";
-case"object":case"hash":var a=[];Hash.each(b,function(e,d){var c=JSON.encode(e);if(c){a.push(JSON.encode(d)+":"+c);}});return"{"+a+"}";case"number":case"boolean":return String(b);
-case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;
-}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(b,a){this.key=b;
-this.setOptions(a);},write:function(b){b=encodeURIComponent(b);if(this.options.domain){b+="; domain="+this.options.domain;}if(this.options.path){b+="; path="+this.options.path;
-}if(this.options.duration){var a=new Date();a.setTime(a.getTime()+this.options.duration*24*60*60*1000);b+="; expires="+a.toGMTString();}if(this.options.secure){b+="; secure";
-}this.options.document.cookie=this.key+"="+b;return this;},read:function(){var a=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");
-return(a)?decodeURIComponent(a[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(b,c,a){return new Cookie(b,a).write(c);
-};Cookie.read=function(a){return new Cookie(a).read();};Cookie.dispose=function(b,a){return new Cookie(b,a).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;
-},initialize:function(l,m){this.instance="Swiff_"+$time();this.setOptions(m);m=this.options;var b=this.id=m.id||this.instance;var a=document.id(m.container);
-Swiff.CallBacks[this.instance]={};var e=m.params,g=m.vars,f=m.callBacks;var h=$extend({height:m.height,width:m.width},m.properties);var k=this;for(var d in f){Swiff.CallBacks[this.instance][d]=(function(n){return function(){return n.apply(k.object,arguments);
-};})(f[d]);g[d]="Swiff.CallBacks."+this.instance+"."+d;}e.flashVars=Hash.toQueryString(g);if(Browser.Engine.trident){h.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";
-e.movie=l;}else{h.type="application/x-shockwave-flash";h.data=l;}var j='<object id="'+b+'"';for(var i in h){j+=" "+i+'="'+h[i]+'"';}j+=">";for(var c in e){if(e[c]){j+='<param name="'+c+'" value="'+e[c]+'" />';
-}}j+="</object>";this.object=((a)?a.empty():new Element("div")).set("html",j).firstChild;},replaces:function(a){a=document.id(a,true);a.parentNode.replaceChild(this.toElement(),a);
-return this;},inject:function(a){document.id(a,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));
-}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");
-return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(a){this.subject=this.subject||this;
-this.setOptions(a);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var b=this.options.wait;if(b===false){this.options.link="cancel";
-}},getTransition:function(){return function(a){return -(Math.cos(Math.PI*a)-1)/2;};},step:function(){var a=$time();if(a<this.time+this.options.duration){var b=this.transition((a-this.time)/this.options.duration);
-this.set(this.compute(this.from,this.to,b));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(a){return a;},compute:function(c,b,a){return Fx.compute(c,b,a);
-},check:function(){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));
-return false;}return false;},start:function(b,a){if(!this.check(b,a)){return this;}this.from=b;this.to=a;this.time=0;this.transition=this.getTransition();
-this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();
-}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);
-}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();
-return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;
-}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(c,b,a){return(b-c)*a+c;
-};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(d,e,b){b=$splat(b);var c=b[1];if(!$chk(c)){b[1]=b[0];
-b[0]=d.getStyle(e);}var a=b.map(this.parse);return{from:a[0],to:a[1]};},parse:function(a){a=$lambda(a)();a=(typeof a=="string")?a.split(" "):$splat(a);
-return a.map(function(c){c=String(c);var b=false;Fx.CSS.Parsers.each(function(f,e){if(b){return;}var d=f.parse(c);if($chk(d)){b={value:d,parser:f};}});
-b=b||{value:c,parser:Fx.CSS.Parsers.String};return b;});},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(e){a.push({value:d[e].parser.compute(d[e].value,c[e].value,b),parser:d[e].parser});
-});a.$family={name:"fx:css:value"};return a;},serve:function(c,b){if($type(c)!="fx:css:value"){c=this.parse(c);}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b));
-});return a;},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a];}var b={};Array.each(document.styleSheets,function(e,d){var c=e.href;
-if(c&&c.contains("://")&&!c.contains(document.domain)){return;}var f=e.rules||e.cssRules;Array.each(f,function(j,g){if(!j.style){return;}var h=(j.selectorText)?j.selectorText.replace(/^\w+/,function(i){return i.toLowerCase();
-}):null;if(!h||!h.test("^"+a+"$")){return;}Element.Styles.each(function(k,i){if(!j.style[i]||Element.ShortStyles[i]){return;}k=String(j.style[i]);b[i]=(k.test(/^rgb/))?k.rgbToHex():k;
-});});});return Fx.CSS.Cache[a]=b;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true);
-}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false;},compute:function(c,b,a){return c.map(function(e,d){return Math.round(Fx.compute(c[d],b[d],a));
-});},serve:function(a){return a.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});
-Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(b,a){if(arguments.length==1){a=b;
-b=this.property||this.options.property;}this.render(this.element,b,a,this.options.unit);return this;},start:function(c,e,d){if(!this.check(c,e,d)){return this;
-}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to);
-}});Element.Properties.tween={set:function(a){var b=this.retrieve("tween");if(b){b.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},a));
-},get:function(a){if(a||!this.retrieve("tween")){if(a||!this.retrieve("tween:options")){this.set("tween",a);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));
-}return this.retrieve("tween");}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this;},fade:function(c){var e=this.get("tween"),d="opacity",a;
-c=$pick(c,"toggle");switch(c){case"in":e.start(d,1);break;case"out":e.start(d,0);break;case"show":e.set(d,1);break;case"hide":e.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);
-e.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:e.start(d,arguments);}if(!a){this.eliminate("fade:flag");}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));
-a=(a=="transparent")?"#fff":a;}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));
-b.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);
-},set:function(a){if(typeof a=="string"){a=this.search(a);}for(var b in a){this.render(this.element,b,a[b],this.options.unit);}return this;},compute:function(e,d,c){var a={};
-for(var b in e){a[b]=this.parent(e[b],d[b],c);}return a;},start:function(b){if(!this.check(b)){return this;}if(typeof b=="string"){b=this.search(b);}var e={},d={};
-for(var c in b){var a=this.prepare(this.element,c,b[c]);e[c]=a.from;d[c]=a.to;}return this.parent(e,d);}});Element.Properties.morph={set:function(a){var b=this.retrieve("morph");
-if(b){b.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},a));},get:function(a){if(a||!this.retrieve("morph")){if(a||!this.retrieve("morph:options")){this.set("morph",a);
-}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(a){this.get("morph").start(a);
-return this;}});Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var b=a.split(":");
-a=Fx.Transitions;a=a[b[0]]||a[b[0].capitalize()];if(b[1]){a=a["ease"+b[1].capitalize()+(b[2]?b[2].capitalize():"")];}}return a;}});Fx.Transition=function(b,a){a=$splat(a);
-return $extend(b,{easeIn:function(c){return b(c,a);},easeOut:function(c){return 1-b(1-c,a);},easeInOut:function(c){return(c<=0.5)?b(2*c,a)/2:(2-b(2*(1-c),a))/2;
-}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(a){for(var b in a){Fx.Transitions[b]=new Fx.Transition(a[b]);}};Fx.Transitions.extend({Pow:function(b,a){return Math.pow(b,a[0]||6);
-},Expo:function(a){return Math.pow(2,8*(a-1));},Circ:function(a){return 1-Math.sin(Math.acos(a));},Sine:function(a){return 1-Math.sin((1-a)*Math.PI/2);
-},Back:function(b,a){a=a[0]||1.618;return Math.pow(b,2)*((a+1)*b-a);},Bounce:function(f){var e;for(var d=0,c=1;1;d+=c,c/=2){if(f>=(7-4*d)/11){e=c*c-Math.pow((11-6*d-11*f)/4,2);
-break;}}return e;},Elastic:function(b,a){return Math.pow(2,10*--b)*Math.cos(20*b*Math.PI*(a[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(b,a){Fx.Transitions[b]=new Fx.Transition(function(c){return Math.pow(c,[a+2]);
-});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false,noCache:false},initialize:function(a){this.xhr=new Browser.Request();
-this.setOptions(a);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;
-}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));this.xhr.onreadystatechange=$empty;if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};
-this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}},isSuccess:function(){return((this.status>=200)&&(this.status<300));
-},processScripts:function(a){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(a);}return a.stripScripts(this.options.evalScripts);
-},success:function(b,a){this.onSuccess(this.processScripts(b),a);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();
-},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(a,b){this.headers.set(a,b);
-return this;},getHeader:function(a){return $try(function(){return this.xhr.getResponseHeader(a);}.bind(this));},check:function(){if(!this.running){return true;
-}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false;}return false;},send:function(k){if(!this.check(k)){return this;
-}this.running=true;var i=$type(k);if(i=="string"||i=="element"){k={data:k};}var d=this.options;k=$extend({data:d.data,url:d.url,method:d.method},k);var g=k.data,b=String(k.url),a=k.method.toLowerCase();
-switch($type(g)){case"element":g=document.id(g).toQueryString();break;case"object":case"hash":g=Hash.toQueryString(g);}if(this.options.format){var j="format="+this.options.format;
-g=(g)?j+"&"+g:j;}if(this.options.emulation&&!["get","post"].contains(a)){var h="_method="+a;g=(g)?h+"&"+g:h;a="post";}if(this.options.urlEncoded&&a=="post"){var c=(this.options.encoding)?"; charset="+this.options.encoding:"";
-this.headers.set("Content-type","application/x-www-form-urlencoded"+c);}if(this.options.noCache){var f="noCache="+new Date().getTime();g=(g)?f+"&"+g:f;
-}var e=b.lastIndexOf("/");if(e>-1&&(e=b.indexOf("#"))>-1){b=b.substr(0,e);}if(g&&a=="get"){b=b+(b.contains("?")?"&":"?")+g;g=null;}this.xhr.open(a.toUpperCase(),b,this.options.async);
-this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(m,l){try{this.xhr.setRequestHeader(l,m);}catch(n){this.fireEvent("exception",[l,m]);
-}},this);this.fireEvent("request");this.xhr.send(g);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;
-}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var a={};
-["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(b){a[b]=function(){var c=Array.link(arguments,{url:String.type,data:$defined});
-return this.send($extend(c,{method:b}));};});Request.implement(a);})();Element.Properties.send={set:function(a){var b=this.retrieve("send");if(b){b.cancel();
-}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},a));},get:function(a){if(a||!this.retrieve("send")){if(a||!this.retrieve("send:options")){this.set("send",a);
-}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(a){var b=this.get("send");
-b.send({data:this,url:a||b.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,append:false,evalScripts:true,filter:false},processHTML:function(c){var b=c.match(/<body[^>]*>([\s\S]*?)<\/body>/i);
-c=(b)?b[1]:c;var a=new Element("div");return $try(function(){var d="<root>"+c+"</root>",g;if(Browser.Engine.trident){g=new ActiveXObject("Microsoft.XMLDOM");
-g.async=false;g.loadXML(d);}else{g=new DOMParser().parseFromString(d,"text/xml");}d=g.getElementsByTagName("root")[0];if(!d){return null;}for(var f=0,e=d.childNodes.length;
-f<e;f++){var h=Element.clone(d.childNodes[f],true,true);if(h){a.grab(h);}}return a;})||a.set("html",c);},success:function(d){var c=this.options,b=this.response;
-b.html=d.stripScripts(function(e){b.javascript=e;});var a=this.processHTML(b.html);b.tree=a.childNodes;b.elements=a.getElements("*");if(c.filter){b.tree=b.elements.filter(c.filter);
-}if(c.update){document.id(c.update).empty().set("html",b.html);}else{if(c.append){document.id(c.append).adopt(a.getChildren());}}if(c.evalScripts){$exec(b.javascript);
-}this.onSuccess(b.tree,b.elements,b.html,b.javascript);}});Element.Properties.load={set:function(a){var b=this.retrieve("load");if(b){b.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},a));
-},get:function(a){if(a||!this.retrieve("load")){if(a||!this.retrieve("load:options")){this.set("load",a);}this.store("load",new Request.HTML(this.retrieve("load:options")));
-}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;
-}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(a){this.parent(a);this.headers.extend({Accept:"application/json","X-Request":"JSON"});
-},success:function(a){this.response.json=JSON.decode(a,this.options.secure);this.onSuccess(this.response.json,a);}});
\ No newline at end of file
diff --git a/web/resources/mootools-1.2.4.4-more.js b/web/resources/mootools-1.2.4.4-more.js
deleted file mode 100644
index 36d24cd..0000000
--- a/web/resources/mootools-1.2.4.4-more.js
+++ /dev/null
@@ -1,27 +0,0 @@
-//MooTools More, <http://mootools.net/more>. Copyright (c) 2006-2009 Aaron Newton <http://clientcide.com/>, Valerio Proietti <http://mad4milk.net> & the MooTools team <http://mootools.net/developers>, MIT Style License.
-
-MooTools.More={version:"1.2.4.4",build:"6f6057dc645fdb7547689183b2311063bd653ddf"};Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(b,a){this.elements=this.subject=$$(b);
-this.parent(a);},compute:function(g,h,j){var c={};for(var d in g){var a=g[d],e=h[d],f=c[d]={};for(var b in a){f[b]=this.parent(a[b],e[b],j);}}return c;
-},set:function(b){for(var c in b){var a=b[c];for(var d in a){this.render(this.elements[c],d,a[d],this.options.unit);}}return this;},start:function(c){if(!this.check(c)){return this;
-}var h={},j={};for(var d in c){var f=c[d],a=h[d]={},g=j[d]={};for(var b in f){var e=this.prepare(this.elements[d],b,f[b]);a[b]=e.from;g[b]=e.to;}}return this.parent(h,j);
-}});Fx.Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,alwaysHide:false,trigger:"click",initialDisplayFx:true,returnHeightToAuto:true},initialize:function(){var c=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});
-this.parent(c.elements,c.options);this.togglers=$$(c.togglers);this.previous=-1;this.internalChain=new Chain();if(this.options.alwaysHide){this.options.wait=true;
-}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;
-}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";
-}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var b=0,a=this.togglers.length;b<a;b++){this.addSection(this.togglers[b],this.elements[b]);
-}this.elements.each(function(e,d){if(this.options.show===d){this.fireEvent("active",[this.togglers[d],e]);}else{for(var f in this.effects){e.setStyle(f,0);
-}}},this);if($chk(this.options.display)||this.options.initialDisplayFx===false){this.display(this.options.display,this.options.initialDisplayFx);}if(this.options.fixedHeight!==false){this.options.returnHeightToAuto=false;
-}this.addEvent("complete",this.internalChain.callChain.bind(this.internalChain));},addSection:function(e,c){e=document.id(e);c=document.id(c);var f=this.togglers.contains(e);
-this.togglers.include(e);this.elements.include(c);var a=this.togglers.indexOf(e);var b=this.display.bind(this,a);e.store("accordion:display",b);e.addEvent(this.options.trigger,b);
-if(this.options.height){c.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){c.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});
-}c.fullOpacity=1;if(this.options.fixedWidth){c.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){c.fullHeight=this.options.fixedHeight;}c.setStyle("overflow","hidden");
-if(!f){for(var d in this.effects){c.setStyle(d,0);}}return this;},detach:function(){this.togglers.each(function(a){a.removeEvent(this.options.trigger,a.retrieve("accordion:display"));
-},this);},display:function(a,b){if(!this.check(a,b)){return this;}b=$pick(b,true);if(this.options.returnHeightToAuto){var d=this.elements[this.previous];
-if(d&&!this.selfHidden){for(var c in this.effects){d.setStyle(c,d[this.effects[c]]);}}}a=($type(a)=="element")?this.elements.indexOf(a):a;if((this.timer&&this.options.wait)||(a===this.previous&&!this.options.alwaysHide)){return this;
-}this.previous=a;var e={};this.elements.each(function(h,g){e[g]={};var f;if(g!=a){f=true;}else{if(this.options.alwaysHide&&((h.offsetHeight>0&&this.options.height)||h.offsetWidth>0&&this.options.width)){f=true;
-this.selfHidden=true;}}this.fireEvent(f?"background":"active",[this.togglers[g],h]);for(var j in this.effects){e[g][j]=f?0:h[this.effects[j]];}},this);
-this.internalChain.chain(function(){if(this.options.returnHeightToAuto&&!this.selfHidden){var f=this.elements[a];if(f){f.setStyle("height","auto");}}}.bind(this));
-return b?this.start(e):this.set(e);}});var Accordion=new Class({Extends:Fx.Accordion,initialize:function(){this.parent.apply(this,arguments);var a=Array.link(arguments,{container:Element.type});
-this.container=a.container;},addSection:function(c,b,e){c=document.id(c);b=document.id(b);var d=this.togglers.contains(c);var a=this.togglers.length;if(a&&(!d||e)){e=$pick(e,a-1);
-c.inject(this.togglers[e],"before");b.inject(c,"after");}else{if(this.container&&!d){c.inject(this.container);b.inject(this.container);}}return this.parent.apply(this,arguments);
-}});
\ No newline at end of file
diff --git a/web/support/index.php b/web/support/index.php
deleted file mode 100644
index a884fb9..0000000
--- a/web/support/index.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());
-	
-/*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors: Christopher Frost
- *    
- *******************************************************************************/
-
-	# Begin: page-specific settings.  Change these. 
-	$pageTitle 		= "Gemini Web - Support";
-	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Support";
-	$pageAuthor		= "Glyn Normington";
-		
-	ob_start();
-?>
-	
-	<div id="midcolumn">
-		<h2>Community Forum</h2>
-		<p>
-			The Gemini Forum is intended for user community discussions on Gemini Web usage and troubleshooting.
-			Developers extending Gemini Web should refer to the <a href="http://wiki.eclipse.org/Gemini/Web">Gemini web wiki</a> and the
-			<a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">Gemini Developer mailing list</a>.
-		</p>
-		<ul>
-			<li><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">Browse forum posts</a> using the web interface</li>
-			<li>
-				<a href="news://news.eclipse.org/eclipse.rt.gemini">Subscribe</a> to the forum with your news reader.
-				<a href="http://wiki.eclipse.org/index.php/Webmaster_FAQ#How_do_I_access_the_Eclipse_newsgroups.3F">See the FAQ</a>
-				for instructions on subscribing.
-			</li>
-		</ul>
-		
-		<h2>Open Source Support for Gemini Web</h2>
-		<p>
-			Submit bugs using the <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Gemini.Web">Bugzilla web interface</a>.
-			Please <a href="https://bugs.eclipse.org/bugs/query.cgi?product=Gemini.Web">search for duplicates</a> first.
-		</p>
-			For defects, provide steps to reproduce. For enhancements, describe a use case.
-		</p>
-		<p>
-			Committers prioritize critical bug fixes and enhancements and cannot respond to all inquiries.
-		</p>
-		<ul>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Web&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=notregexp&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=">View bugs with severity of normal or higher</a></li>
-			<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Gemini.Web&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&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=notregexp&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=">View bugs marked enhancement, minor, or trivial</a></li>
-		</ul>
-	</div>
-
-<?
-	$html = ob_get_clean();
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file