*** empty log message ***
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/.project b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/.project
new file mode 100644
index 0000000..6c66e41
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.wst.doc.isv</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..380bd14
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: WST ISV Documentation
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.eclipse.wst.doc.isv; singleton:=true
+Bundle-Version: 0.7.0
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.help
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/README_HOWTO_pacakge_overview.txt b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/README_HOWTO_pacakge_overview.txt
new file mode 100644
index 0000000..7d86004
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/README_HOWTO_pacakge_overview.txt
@@ -0,0 +1,63 @@
+
+
+Each API package is required to have a package overview document describing
+at a high level the problem solved by the API, how the API is meant to be used,
+and where applicable diagrams and images explaining the expected and correct
+usage.
+
+Like the design of the WTP website, the package overviews are stored as
+XML files within the root of the package that they describe. The file
+name must always be "package.xml". The XSLT stylesheet that runs as part
+of the Javadoc process will transform this file into a "package.html" file,
+which is expected by the javadoc tool.
+
+Developers have four tags to be aware of, in addition to the normal
+tag redefinitions that occur for the website (e.g. some header tags
+are redefined as white text with light blue backgrounds that span
+the page, like the Eclipse style). These four tags are:
+
+<p> tag: Each paragraph tag will be wrapped in a table that forces
+a fixed width for the text lines. Overviews that choose to add images
+can often stretch the text out into a width that is difficult or at a
+minimum inconvenient to read. Each <p> tag will be formatted consistently
+across all overview documents. Please refrain from adding extra formatting
+around paragraph tags.
+
+<img src="" caption=""> tag: Each image will be displayed in a specialized table format, with
+a caption. The <img> tag has an attribute "caption" that will be displayed
+just under the image explaining in text what the picture intends to
+convey graphically. For example:
+
+<img src=".." caption="This sample text" />
+
+__________
+| |
+| img |
+|_________|
+|__text___|
+
+*Also note that all images used in a package overview must be placed in the
+root of the project under a directory named "javadoc-images". Whenever an
+image is linked to, the link must escape to the root package level
+to reference the image, and include "overview" in the path. So if you want to
+link "model_overview.jpg" into package overview for "com.acme.model":
+
+(1) Place "model_overview.jpg" in <project>\javadoc-images
+(2) Add the following element to your document:
+ <img src="../../../overview/model_overview.jpg" caption="An overview of the Acme Model API" />
+ --> Note that the three "../" escapes is the same number of elements in the
+ package path: com/acme/model/.
+ --> "overview/" is required as all images will be pushed into the "overview"
+ directory in the final javadoc layout.
+
+
+<codesnippet caption=""> tag: The codesnippet is provided to allow quick addition of code
+snippet examples or usage patterns for API. The content of the <codesnippet />
+tag should be the actual source code. The tag will use the text exactly as it
+appears in an HTML <pre> tag, and will wrap the snippet in a table for formatting.
+The codesnippet tag allows for a caption just as the img tag does.
+
+<abstract> tag: The abstract tag should always occur first in your content, and should
+contain a brief synopsis of your package overview ("package overview overview"). The
+contents of this tag will be displayed in the full API overview page beside the linked
+package name. The tag should contain no extra HTML formatting.
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/about.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/about.html
new file mode 100644
index 0000000..6f6b96c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/about.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>February 24, 2005</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.html
new file mode 100644
index 0000000..7efb141
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.html
@@ -0,0 +1,131 @@
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="stylesheet" href="../apistyles.css" type="text/css">
+<title>wst api overview</title>
+</head>
+<body>
+<P>
+ The Web Standards Tools (WST) subproject of the Web Tools Platform
+ (WTP) provides some of the coolest tooling for open source enterprise
+ development since cheese in a can!
+ </P>
+<P>
+ The following components are available as part of the WST:
+ <ul>
+
+<li>
+
+<p>Command (command):</p>
+
+</li>
+
+<li>
+
+<p>
+ Common (common): Provides frameworks that are not tied to a
+ specific Web Standard, but that are useful for many other
+ components within WST and the Java Standards Tools (JST)
+ </p>
+
+</li>
+
+<li>
+
+<p>CSS (css):</p>
+
+</li>
+
+<li>
+
+<p>DTD (dtd):</p>
+
+</li>
+
+<li>
+
+<p>HTML (html):</p>
+
+</li>
+
+<li>
+
+<p>Internet (internet):</p>
+
+</li>
+
+<li>
+
+<p>Javascript (javascript):</p>
+
+</li>
+
+<li>
+
+<p>Relational Databases (rdb):</p>
+
+</li>
+
+<li>
+
+<p>Server (server):</p>
+
+</li>
+
+<li>
+
+<p>SSE (sse):</p>
+
+</li>
+
+<li>
+
+<p>Validation (validation):</p>
+
+</li>
+
+<li>
+
+<p>
+ Web (web): Provides functionality for simple (non-J2EE) web
+ projects.
+ </p>
+
+</li>
+
+<li>
+
+<p>Web Services (ws):</p>
+
+</li>
+
+<li>
+
+<p>Web Services Definition Language (wsdl):</p>
+
+</li>
+
+<li>
+
+<p>Web Services I(?) (wsi):</p>
+
+</li>
+
+<li>
+
+<p>eXtensible Modeling Language (xml):</p>
+
+</li>
+
+<li>
+
+<p>eXtensible Schema Definitions (xsd):</p>
+
+</li>
+
+</ul>
+
+</P>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.xml
new file mode 100644
index 0000000..b19fb58
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html>
+ <head>
+ <meta name="root" content=".." />
+ <title>WST API Overview</title>
+ </head>
+
+ <body>
+ <P>
+ The Web Standard Tools (WST) subproject of the Web Tools
+ Platform (WTP) provides extensible tools for the development
+ of Web Applications and supports development, testing and
+ debugging with various servers using open standards,
+ specifications, and languages.
+ </P>
+ <P>
+ The following components are available as part of the WST:
+ <ul>
+ <li>
+ <p>Command (command):</p>
+ </li>
+ <li>
+ <p>
+ Common (common): Provides frameworks that are
+ not tied to a specific Web Standard, but that
+ are useful for many other components within WST
+ and the J2EE Standard Tools (JST)
+ </p>
+ </li>
+ <li>
+ <p>
+ CSS (css): Provides a SSE-based source model and
+ editor for Cascading Style Sheets
+ </p>
+ </li>
+ <li>
+ <p>
+ DTD (dtd): Provides a SSE-based DTD source model
+ and editor, as well as an EMF-based model and a
+ DTD validator
+ </p>
+ </li>
+ <li>
+ <p>
+ HTML (html): Provides a SSE-based HTML source
+ model, editor, and validator
+ </p>
+ </li>
+ <li>
+ <p>Internet (internet):</p>
+ </li>
+ <li>
+ <p>
+ Javascript (javascript): Provides a Javascript
+ source editor and source editor with preview
+ </p>
+ </li>
+ <li>
+ <p>Relational Databases (rdb):</p>
+ </li>
+ <li>
+ <p>Server (server):</p>
+ </li>
+ <li>
+ <p>
+ SSE (sse): Provides frameworks for extendable
+ and easiy embeddable source editing, with
+ emphasis on content-type-based behavior and
+ extensibility.
+ </p>
+ </li>
+ <li>
+ <p>Validation (validation):</p>
+ </li>
+ <li>
+ <p>
+ Web (web): Provides functionality for simple
+ (non-J2EE) web projects.
+ </p>
+ </li>
+ <li>
+ <p>Web Services (ws):</p>
+ </li>
+ <li>
+ <p>Web Services Definition Language (wsdl):</p>
+ </li>
+ <li>
+ <p>Web Services I(?) (wsi):</p>
+ </li>
+ <li>
+ <p>
+ eXtensible Modeling Language (xml): Provides a
+ SSE-based XML source model, editor, validator,
+ and an advanced XML editor with a design page
+ </p>
+ </li>
+ <li>
+ <p>eXtensible Schema Definitions (xsd):</p>
+ </li>
+ </ul>
+ </P>
+ </body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/Idea.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/Idea.jpg
new file mode 100644
index 0000000..119ce70
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/Idea.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/apistyles.css b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/apistyles.css
new file mode 100644
index 0000000..9fe9102
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/apistyles.css
@@ -0,0 +1,66 @@
+
+p, table, td, th {
+ font-family: arial, helvetica, geneva;
+ font-size: 10pt
+}
+pre {
+ font-family: "Courier New", Courier, mono; font-size: 10pt}
+h2 {
+ font-family: arial, helvetica, geneva;
+ font-size: 18pt;
+ font-weight: bold ;
+ line-height: 14px
+}
+code {
+ font-family: "Courier New", Courier, mono;
+ font-size: 10pt
+}
+sup {
+ font-family: arial,helvetica,geneva;
+ font-size: 10px
+}
+h3 {
+ font-family: arial, helvetica, geneva;
+ font-size: 14pt;
+ font-weight: bold
+}
+li {
+ font-family: arial, helvetica, geneva;
+ font-size: 10pt
+}
+h1 {
+ font-family: arial, helvetica, geneva;
+ font-size: 28px;
+ font-weight: bold
+}
+body {
+ font-family: arial, helvetica, geneva;
+ font-size: 10pt;
+ clip: rect( );
+ margin-top: 5mm;
+ margin-left: 3mm;
+ color: rgb(0, 0, 0);
+ background-color: rgb(255, 255, 255);
+ alink="#ff0000";
+ link="#0000ee";
+ vlink="#551a8b";
+}
+.indextop {
+ font-size: x-large;;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-weight: bold
+}
+.indexsub {
+ font-size: xx-small;;
+ font-family: Arial, Helvetica, sans-serif;
+ color: #8080FF
+}
+a:link {
+ color: #0000ee;
+}
+a:visited {
+ color: #551a8b;
+}
+a:active {
+ color: #ff0000;
+}
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.properties b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.properties
new file mode 100644
index 0000000..ae39445
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2000, 2005 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# use provided build.xml
+custom = true
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.xml
new file mode 100644
index 0000000..73f8144
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.xml
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.eclipse.wst.doc.isv" default="build.jars" basedir=".">
+
+ <property name="bootclasspath" value=""/>
+ <property name="basews" value="${ws}"/>
+ <property name="baseos" value="${os}"/>
+ <property name="basearch" value="${arch}"/>
+ <property name="basenl" value="${nl}"/>
+ <property name="javacFailOnError" value="false"/>
+ <property name="javacDebugInfo" value="on"/>
+ <property name="javacVerbose" value="true"/>
+ <property name="javacSource" value="1.3"/>
+ <property name="javacTarget" value="1.2"/>
+ <property name="compilerArg" value=""/>
+
+ <target name="init" depends="properties">
+ <condition property="pluginTemp" value="${buildTempFolder}/plugins">
+ <isset property="buildTempFolder"/>
+ </condition>
+ <property name="pluginTemp" value="${basedir}"/>
+ <condition property="build.result.folder" value="${pluginTemp}/org.eclipse.wst.doc.isv">
+ <isset property="buildTempFolder"/>
+ </condition>
+ <property name="build.result.folder" value="${basedir}"/>
+ <property name="temp.folder" value="${basedir}/temp.folder"/>
+ <property name="plugin.destination" value="${basedir}"/>
+ </target>
+
+ <target name="properties" if="eclipse.running">
+ <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
+ </target>
+
+ <target name="build.update.jar" depends="init" description="Build the plug-in: org.eclipse.wst.doc.isv for an update site.">
+ <delete dir="${temp.folder}"/>
+ <mkdir dir="${temp.folder}"/>
+ <antcall target="build.jars"/>
+ <antcall target="gather.bin.parts">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <zip destfile="${plugin.destination}/org.eclipse.wst.doc.isv_0.7.0.jar" basedir="${temp.folder}/org.eclipse.wst.doc.isv_0.7.0" filesonly="false" whenempty="skip" update="false"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+ <target name="build.jars" depends="init" description="Build all the jars for the plug-in: org.eclipse.wst.doc.isv.">
+ <ant antfile="javadoc.xml" dir="${basedir}"/>
+ </target>
+
+ <target name="build.sources" depends="init">
+ </target>
+
+ <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/org.eclipse.wst.doc.isv_0.7.0"/>
+ <copy todir="${destination.temp.folder}/org.eclipse.wst.doc.isv_0.7.0" failonerror="true">
+ <fileset dir="${basedir}" includes="plugin.xml,plugin.properties,about.html,doc.zip,toc.xml,topics_Reference.xml,META-INF/" />
+ </copy>
+ </target>
+
+ <target name="build.zips" depends="init">
+ </target>
+
+ <target name="gather.sources" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/org.eclipse.wst.doc.isv_0.7.0"/>
+ <copy todir="${destination.temp.folder}/org.eclipse.wst.doc.isv_0.7.0" failonerror="false">
+ <fileset dir="${basedir}" includes="plugin.xml,doc.zip,toc.xml,topics_Reference.xml,META-INF/" />
+ </copy>
+ </target>
+
+ <target name="gather.logs" depends="init" if="destination.temp.folder">
+ </target>
+
+ <target name="clean" depends="init" description="Clean the plug-in: org.eclipse.wst.doc.isv of all the zips, jars and logs created.">
+ <delete file="${plugin.destination}/org.eclipse.wst.doc.isv_0.7.0.jar"/>
+ <delete file="${plugin.destination}/org.eclipse.wst.doc.isv_0.7.0.zip"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+ <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
+ <!--
+ <eclipse.convertPath fileSystemPath="D:/wtp_v10m3/workspace_releng/org.eclipse.wst.doc.isv" property="resourcePath"/>
+ -->
+ <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
+ </target>
+
+ <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: org.eclipse.wst.doc.isv.">
+ <delete dir="${temp.folder}"/>
+ <mkdir dir="${temp.folder}"/>
+ <antcall target="build.jars"/>
+ <antcall target="build.sources"/>
+ <antcall target="gather.bin.parts">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <antcall target="gather.sources">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <delete>
+ <fileset dir="${temp.folder}" includes="**/*.bin.log" />
+ </delete>
+ <zip destfile="${plugin.destination}/org.eclipse.wst.doc.isv_0.7.0.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+</project>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/book.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/book.html
new file mode 100644
index 0000000..8ddb8fa
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/book.html
@@ -0,0 +1,22 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<meta
+ name="GENERATOR"
+ content="Mozilla/4.73 [en] (Win98; U) [Netscape]">
+<title>splash</title>
+<link
+ rel="stylesheet"
+ href="sources/formate.css">
+</head>
+<body>
+<center>
+<h1>Online Help</h1>
+</center>
+<p>The description of the API and the plugins of the WTP and their
+Extensions (-Points)</p>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/check_out_tutorial.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/check_out_tutorial.html
new file mode 100644
index 0000000..ab0220c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/check_out_tutorial.html
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<title>Checking WTP out</title>
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">How to check out the WTP plugins</p>
+
+<p>It is recommended to check out the plugins via the releng tools using
+map files provided by the project.<br>
+The main advantage of this approach is to have a reproducable build, and
+that way you can easily check out exactly the code that is contained in
+builds produced by the web tools project (I-Builds, M-Builds, Releases).<br>
+This approach makes general handling easier and is as well more helpful
+for the project when submitting bugreports or supplying pachtes.
+Checking out HEAD is not recommended as it is not reproducable.<br>
+
+</p>
+
+<ul>
+ <li>
+ <p>First, download the current releng tools version (for Eclipse 3.1
+ you will find it here: <a
+ href="http://download.eclipse.org/eclipse/downloads/
+ drops/R-3.1-200506271435/index.php">(http://download.eclipse.org/eclipse/downloads/
+ drops/R-3.1-200506271435/index.php)</a> at the bottom of the page).</p>
+ </li>
+</ul>
+<ul>
+ <li>Then you will need all the map files of the includet plugins. The
+ whole collection (for 0.7RC1) is available here: <a
+ href="http://download.eclipse.org/webtools/downloads/drops/S-0.7RC1-200507150303/directory.txt">
+ http://download.eclipse.org/webtools/downloads/drops/S-0.7RC1-200507150303/directory.txt</a>.</li>
+</ul>
+<ul>
+ <li>Create a new project in Eclipse. Create a new file with an .map
+ extension. Paste all maps from the link above into the file.</li>
+</ul>
+<ul>
+ <li>Right-click on the file. Select: Team - Load Map Projects. (If you
+ copyed all map files into the file, it will take a little longer).</li>
+</ul>
+<ul>
+ <li>When you're finished, you've checked out all WTP plugins out of
+ the Eclipse CVS.<br>
+ The plugins are all located in the same project/directory.</li>
+</ul>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/AdapterFactoryExtension.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/AdapterFactoryExtension.htm
new file mode 100644
index 0000000..5ae8e06
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/AdapterFactoryExtension.htm
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Adapter Factory Extension</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Adapter Factory Extension</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.emf.workbench.adapterFactory<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>This is used to register an adapter factory with the dynamic adapter factory.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.adapterFactory">adapterFactory</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.adapterFactory">adapterFactory</a> (<a href="#e.view">view</a>*)></p>
+<p class=code id=dtd><!ATTLIST adapterFactory</p>
+<p class=code id=dtdAttlist>packageURI CDATA #REQUIRED<p class=code id=dtdAttlist>className CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>functionGroupID CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+Defines the Adapter Factory being added. All added Adapter Factories are queriable whenever their Function Group and optional Viewer Id are specified.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>packageURI</b> - The package URI that you are extending (for example "ejb.xmi")</li>
+<li><b>className</b> - The fully qualified name of the class which implements org.eclipse.emf.common.notify.AdapterFactory.</li>
+<li><b>id</b> - The Unique identifier of the Adapter Factory extension. This will associate it with one or more function groups based on the function group patterns. Function Groups allow Content and Actions to be enabled or disabled based on project-specific information. Generally, they are used by vendors who wish to add functionality specific to their products, e.g. J2EE Application Servers.</li>
+<li><b>functionGroupID</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.view">view</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST view</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - An optional viewer Id which will limit the invocation of the defined Adapter Factory to the given viewer id.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelProvider.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelProvider.htm
new file mode 100644
index 0000000..ad2720e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelProvider.htm
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>DataModelProvider</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>DataModelProvider</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.frameworks.DataModelProviderExtension<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.DataModelProvider">DataModelProvider</a>? , <a href="#e.ProviderDefinesType">ProviderDefinesType</a>? , <a href="#e.ProviderImplementsType">ProviderImplementsType</a>?)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.DataModelProvider">DataModelProvider</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST DataModelProvider</p>
+<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>class CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - </li>
+<li><b>class</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.ProviderDefinesType">ProviderDefinesType</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST ProviderDefinesType</p>
+<p class=code id=dtdAttlist>providerType CDATA #REQUIRED<p class=code id=dtdAttlist>providerID CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>providerType</b> - </li>
+<li><b>providerID</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.ProviderImplementsType">ProviderImplementsType</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST ProviderImplementsType</p>
+<p class=code id=dtdAttlist>providerType CDATA #REQUIRED<p class=code id=dtdAttlist>providerID CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>providerType</b> - </li>
+<li><b>providerID</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelWizardExtension.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelWizardExtension.htm
new file mode 100644
index 0000000..5ffb212
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelWizardExtension.htm
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>DataModelWizard</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>DataModelWizard</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.frameworks.ui.DataModelWizardExtension<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.DataModelWizard">DataModelWizard</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.DataModelWizard">DataModelWizard</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST DataModelWizard</p>
+<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>class CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - </li>
+<li><b>class</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EMFRessourceEditModel.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EMFRessourceEditModel.htm
new file mode 100644
index 0000000..46e2a4a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EMFRessourceEditModel.htm
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>EMF Resource Edit Model</title>
+<link rel="stylesheet" type="text/css" href="schema.css")
+</HEAD>
+<BODY>
+<H1><CENTER>EMF Resource Edit Model</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.emf.workbench.editModel<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>6.0
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>Edit models provide a framework for managing a set of EMF resources within a unit of work. For example, a workspace operation may affect a change to multiple EMF resources. Edit models provide basic services such as loads, saves (when necessary), and validate edit for the managed resources. Edit models are reference counted, therefore a single instance of an edit model can be shared by more than one operation or editor. By declaring an edit model, a plugin provider enables other components to contribute resources to be managed by that edit model.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.editModel">editModel</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.editModel">editModel</a> (<a href="#e.editModelResource">editModelResource</a>+)></p>
+<p class=code id=dtd><!ATTLIST editModel</p>
+<p class=code id=dtdAttlist>editModelID CDATA #REQUIRED<p class=code id=dtdAttlist>factoryClass CDATA #REQUIRED<p class=code id=dtdAttlist>loadUnknownResourcesAsReadOnly (true | false) <p class=code id=dtdAttlist>parentModelID CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+The declaration for an edit model to be used in the workspace.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>editModelID</b> - A unique identifier for the edit model.</li>
+<li><b>factoryClass</b> - An optional factory class that is used for this edit model. The class must implement the interface <code>com.ibm.etools.emf.workbench.edit.EditModelFactory</code>. If none is specified, then a generic <code>EditModel</code> is created.</li>
+<li><b>loadUnknownResourcesAsReadOnly</b> - </li>
+<li><b>parentModelID</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.editModelResource">editModelResource</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST editModelResource</p>
+<p class=code id=dtdAttlist>URI CDATA #REQUIRED<p class=code id=dtdAttlist>autoload (true | false) "false"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This is an individual contribution of a resource to the edit model. If more than one instance of the same URI is registered against an edit model id, the resource is still only loaded once.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>URI</b> - The URI of the resource relative to the root container from which EMF resources are loaded.</li>
+<li><b>autoload</b> - Indicator which determines whether this resource should be autoloaded when the edit model is created, or when an IFile corresponding to this resource is added.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6><br>
+<code>
+ <extension<br>
+ id="editModel.acme.parent"<br>
+ name="Acme Parent Edit Model"<br>
+ point="com.ibm.etools.emf.workbench.editModel"><br>
+ <editModel<br>
+ editModelID="com.acme.acmepro.parent.editModel"<br>
+ factoryClass="com.ibm.etools.emf.workbench.edit.EditModelFactory"><br>
+ <editModelResource URI="DIR/resource0.xml" /> <br>
+ <editModelResource URI="DIR/resource1.xml" /><br>
+ </editModel><br>
+ </extension> <br>
+ <br>
+ <extension<br>
+ id="editModel.acme.child"<br>
+ name="Acme Child Edit Model"<br>
+ point="com.ibm.etools.emf.workbench.editModel"><br>
+ <editModel<br>
+ editModelID="com.acme.acmepro.child.editModel"<br>
+ factoryClass="com.ibm.etools.emf.workbench.edit.EditModelFactory"<br>
+ parentModelID="com.acme.acmepro.parent.editModel"><br>
+ <editModelResource URI="DIR/resource2.xml" /> <br>
+ <editModelResource URI="DIR/resource3.xml" /><br>
+ </editModel><br>
+ </extension> <br>
+</code>
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>Edit Models can be accessed through the com.ibm.etools.emf.workbench.EMFWorkbenchContext.
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EditModelExtension.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EditModelExtension.htm
new file mode 100644
index 0000000..9be3d63
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EditModelExtension.htm
@@ -0,0 +1,89 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Edit Model Extension</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Edit Model Extension</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etoosl.emf.workbench.geditModelExtension<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>6.0
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>The Edit Model Extension allows third parties to contribute expected resources to Edit Models. The functionGroupID allows users to select which extensions they choose to have enabled.<p>
+Edit models provide a framework for managing a set of EMF resources within a unit of work. For example, a workspace operation may affect a change to multiple EMF resources. Edit models provide basic services such as loads, saves (when necessary), and validate edit for the managed resources. Edit models are reference counted, therefore a single instance of an edit model can be shared by more than one operation or editor. By declaring an edit model, a plugin provider enables other components to contribute resources to be managed by that edit model.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.editModelExtension">editModelExtension</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.editModelExtension">editModelExtension</a> (<a href="#e.editModelResource">editModelResource</a>+)></p>
+<p class=code id=dtd><!ATTLIST editModelExtension</p>
+<p class=code id=dtdAttlist>editModelID CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+Edit model extensions allow components to contribute known resource URIs to an edit model. Whenever an edit model is loaded, the resources will automatically be loaded and managed by the edit model. Changes to the resources will be tracked and saved during operations or editor saves.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>editModelID</b> - The unique id of the edit model being extended.</li>
+<li><b>id</b> - The unique identifier for this extension. This will be used to associate it with a function group pattern binding.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.editModel">editModel</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.editModel">editModel</a> (<a href="#e.editModelResource">editModelResource</a>+)></p>
+<p class=code id=dtd><!ATTLIST editModel</p>
+<p class=code id=dtdAttlist>editModelID CDATA #REQUIRED<p class=code id=dtdAttlist>factoryClass CDATA #REQUIRED<p class=code id=dtdAttlist>loadUnknownResourcesAsReadOnly (true | false) <p class=code id=dtdAttlist>parentModelID CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+The declaration for an edit model to be used in the workspace.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>editModelID</b> - A unique identifier for the edit model.</li>
+<li><b>factoryClass</b> - An optional factory class that is used for this edit model. The class must implement the interface <code>com.ibm.etools.emf.workbench.edit.EditModelFactory</code>. If none is specified, then a generic <code>EditModel</code> is created.</li>
+<li><b>loadUnknownResourcesAsReadOnly</b> - </li>
+<li><b>parentModelID</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.editModelResource">editModelResource</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST editModelResource</p>
+<p class=code id=dtdAttlist>URI CDATA #REQUIRED<p class=code id=dtdAttlist>autoload (true | false) "false"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This is an individual contribution of a resource to the edit model. If more than one instance of the same URI is registered against an edit model id, the resource is still only loaded once.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>URI</b> - The URI of the resource relative to the root container from which EMF resources are loaded.</li>
+<li><b>autoload</b> - Indicator which determines whether this resource should be autoloaded when the edit model is created, or when an IFile corresponding to this resource is added.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6><br>
+<code>
+ <extension<br>
+ point="com.ibm.etools.emf.workbench.editModelExtension"><br>
+ <editModelExtension<br>
+ editModelID="com.ibm.etools.inheritance.parent.editModel"<br>
+ functionGroupID="com.ibm.etools.websphere.group"><br>
+ <editModelResource URI="DIR/extension0.xml"/><br>
+ <editModelResource URI="DIR/extension1.xml"/><br>
+ </editModelExtension><br>
+ </extension><br>
+</code>
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ExtendabledOperation.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ExtendabledOperation.htm
new file mode 100644
index 0000000..d212370
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ExtendabledOperation.htm
@@ -0,0 +1,44 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ExtendabledOperation</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>ExtendabledOperation</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.j2ee.ExtendableOperation<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.extendableOperation">extendableOperation</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.extendableOperation">extendableOperation</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST extendableOperation</p>
+<p class=code id=dtdAttlist>class CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>class</b> - </li>
+<li><b>id</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/FunctionGroup.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/FunctionGroup.htm
new file mode 100644
index 0000000..282bdc1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/FunctionGroup.htm
@@ -0,0 +1,73 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Grouping for function contribution</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Grouping for function contribution</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.emf.workbench.group<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>6.0
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>A functionGroup provides a grouping of related function that can be contributed to the tools. For example, a third party component may want to contribute actions, editor pages, edit model resources, and many other functions specific to a given product. By associating all these functions with a group id, a mechanism is exposed for users to selectively enable and disable baskets of function. Extension points that allow for a "groupID" attribute generally will hide those functions when the group id is disabled.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.functionGroup">functionGroup</a>+ | <a href="#e.functionGroupPatternBinding">functionGroupPatternBinding</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.functionGroup">functionGroup</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST functionGroup</p>
+<p class=code id=dtdAttlist>functionGroupID CDATA #REQUIRED<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>description CDATA #REQUIRED<p class=code id=dtdAttlist>icon CDATA #IMPLIED<p class=code id=dtdAttlist>url CDATA #IMPLIED<p class=code id=dtdAttlist>priority CDATA #REQUIRED<p class=code id=dtdAttlist>initializerClassName CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+Extension point definition for a group.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>functionGroupID</b> - A unique id for the group.</li>
+<li><b>name</b> - A human readable name.</li>
+<li><b>description</b> - A short description of the group.</li>
+<li><b>icon</b> - </li>
+<li><b>url</b> - </li>
+<li><b>priority</b> - Ordering magnitude of plugins</li>
+<li><b>initializerClassName</b> - Class used to determine plugin enablement</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.functionGroupPatternBinding">functionGroupPatternBinding</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST functionGroupPatternBinding</p>
+<p class=code id=dtdAttlist>functionGroupID CDATA #REQUIRED<p class=code id=dtdAttlist>pattern CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element allows one to bind function groups to patterns.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>functionGroupID</b> - The unique identifier of the function group to bind.</li>
+<li><b>pattern</b> - The pattern to be bound. Patterns are regular expressions which match unique identifiers.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6><code>
+ <br>
+ <extension<br>
+ point="com.ibm.wtp.common.functionGroup"><br>
+ <functionGroup<br>
+ name="Acme Co. Function Extension"<br>
+ functionGroupID="com.acme.acmepro"<br>
+ description="The AcmePro Extensions add integration to the Acme Web Server."<br>
+ enabledByDefault="true"<br>
+ icon="..."<br>
+ url="http://www.acme.com/"<br>
+ /><br>
+ </extension><br>
+</code>
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>WTP Function Groups can be referenced through com.ibm.wtp.common.group.WTPFunctionGroupRegistry.
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ModifierHelperFactory.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ModifierHelperFactory.htm
new file mode 100644
index 0000000..048aadf
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ModifierHelperFactory.htm
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>ModifierHelperFactory</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>ModifierHelperFactory</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.wtp.emf.workbench.edit.ModifierHelperFactory<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.factory">factory</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This is used to register for the model modifiers.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.factory">factory</a> (<a href="#e.package">package</a>+)></p>
+<p class=code id=dtd><!ATTLIST factory</p>
+<p class=code id=dtdAttlist>class CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>class</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.package">package</a> (<a href="#e.type">type</a>+)></p>
+<p class=code id=dtd><!ATTLIST package</p>
+<p class=code id=dtdAttlist>uri CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>uri</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.type">type</a> (<a href="#e.feature">feature</a>+)></p>
+<p class=code id=dtd><!ATTLIST type</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.feature">feature</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST feature</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>action CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - </li>
+<li><b>action</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/OperationExtension.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/OperationExtension.htm
new file mode 100644
index 0000000..e627ecf
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/OperationExtension.htm
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>OperationExtension</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>OperationExtension</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.j2ee.com.ibm.etools.operations.extension<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.operationExtension">operationExtension</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.operationExtension">operationExtension</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST operationExtension</p>
+<p class=code id=dtdAttlist>preOperationClass CDATA #IMPLIED<p class=code id=dtdAttlist>postOperationClass CDATA #IMPLIED<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>preOperationClass</b> - </li>
+<li><b>postOperationClass</b> - </li>
+<li><b>id</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/WTPActivityBridge.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/WTPActivityBridge.htm
new file mode 100644
index 0000000..41a6681
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/WTPActivityBridge.htm
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>WTPActivityBridge</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>WTPActivityBridge</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.frameworks.WTPActivityBridge<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.WTPActivityBridgeHelper">WTPActivityBridgeHelper</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.WTPActivityBridgeHelper">WTPActivityBridgeHelper</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST WTPActivityBridgeHelper</p>
+<p class=code id=dtdAttlist>class CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>class</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/actionProvider.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/actionProvider.htm
new file mode 100644
index 0000000..1439e69
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/actionProvider.htm
@@ -0,0 +1,125 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Common Action Provider</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Common Action Provider</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.navigator.views.actionProvder<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]<p>
+An action's enablement and/or visibility can be defined using the elements <samp>enablement</samp> and <samp>visibility</samp> respectively. These two elements contain a boolean expression that is evaluated to determine the enablement and/or visibility.
+<p>
+The syntax is the same for the <samp>enablement</samp> and <samp>visibility</samp> elements. Both contain only one boolean expression sub-element. In the simplest case, this will be an <samp>objectClass</samp>, <samp>objectState</samp>, <samp>pluginState</samp>, or <samp>systemProperty</samp> element. In the more complex case, the <samp>and</samp>, <samp>or</samp>, and <samp>not</samp> elements can be combined to form a boolean expression. Both the <samp>and</samp>, and <samp>or</samp> elements must contain 2 sub-elements. The <samp>not</samp> element must contain only 1 sub-element.
+</p></p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.actionProvider">actionProvider</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.actionProvider">actionProvider</a> (<a href="#e.enablement">enablement</a> , <a href="#e.emfEnablement">emfEnablement</a>)></p>
+<p class=code id=dtd><!ATTLIST actionProvider</p>
+<p class=code id=dtdAttlist>class CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>class</b> - A class which implments the ICommonActionProvider interface.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.
+Objects which are accepted by the expression will cause the ActionProvider to be invoked.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.emfEnablement">emfEnablement</a> (#PCDATA)></p>
+<p></p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.visibility">visibility</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the visibility for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.and">and</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean AND operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.or">or</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean OR operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.not">not</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean NOT operation on the result of evaluating it's sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectClass">objectClass</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectClass</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>adaptable (true | false) ></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the class or interface of each object in the current selection. If each object in the selection implements the specified class or interface, the expression is evaluated as true.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - a fully qualified name of a class or interface. The expression is evaluated as true only if all objects within the selection implement this class or interface.</li>
+<li><b>adaptable</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.objectState">objectState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectState</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the attribute state of each object in the current selection. If each object in the selection has the specified attribute state, the expression is evaluated as true. To evaluate this type of expression, each object in the selection must implement, or adapt to, <samp>org.eclipse.ui.IActionFilter</samp> interface.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of an object's attribute. Acceptable names reflect the object type, and should be publicly declared by the plug-in where the object type is declared.</li>
+<li><b>value</b> - the required value of the object's attribute. The acceptable values for the object's attribute should be publicly declared.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.pluginState">pluginState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST pluginState</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>value (installed|activated) "installed"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of a plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - the identifier of a plug-in which may or may not exist in the plug-in registry.</li>
+<li><b>value</b> - the required state of the plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.systemProperty">systemProperty</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST systemProperty</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of some system property. The property value is retrieved from the <samp>java.lang.System</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of the system property.</li>
+<li><b>value</b> - the required value of the system property.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/book.css b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/book.css
new file mode 100644
index 0000000..c9257b8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/book.css
@@ -0,0 +1,106 @@
+P.Code {
+ display: block;
+ text-align: left;
+ text-indent: 0.00pt;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 15pt;
+ font-size: 10.000000pt;
+ font-weight: medium;
+ font-style: Regular;
+ color: #4444CC;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New";
+}
+H6.CaptionFigColumn {
+ display: block;
+ text-align: left;
+ text-indent: 0.000000pt;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+ font-size: 9.000000pt;
+ font-weight: medium;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Arial";
+}
+P.Note {
+ display: block;
+ text-align: left;
+ text-indent: 0pt;
+ margin-top: 19.500000pt;
+ margin-bottom: 19.500000pt;
+ margin-right: 0.000000pt;
+ margin-left: 30pt;
+ font-size: 11.000000pt;
+ font-weight: medium;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Arial";
+}
+EM.UILabel {
+ font-weight: Bold;
+ font-style: Regular;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.CodeName {
+ font-weight: Bold;
+ font-style: Regular;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family:"Courier New";
+}
+
+body, html { border: 0px }
+
+
+/* following font face declarations need to be removed for DBCS */
+
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
+pre { font-family: Courier, monospace}
+
+/* end font face declarations */
+
+/* following font size declarations should be OK for DBCS */
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt; }
+pre { font-size: 10pt}
+
+/* end font size declarations */
+
+body { background: #FFFFFF}
+h1 { font-size: 18pt; margin-top: 5; margin-bottom: 1 }
+h2 { font-size: 14pt; margin-top: 25; margin-bottom: 3 }
+h3 { font-size: 11pt; margin-top: 20; margin-bottom: 3 }
+h4 { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic }
+p { margin-top: 10px; margin-bottom: 10px }
+pre { margin-left: 6; font-size: 9pt; color: #4444CC }
+a:link { color: #0000FF }
+a:hover { color: #000080 }
+a:visited { text-decoration: underline }
+ul { margin-top: 0; margin-bottom: 10 }
+li { margin-top: 0; margin-bottom: 0 }
+li p { margin-top: 0; margin-bottom: 0 }
+ol { margin-top: 0; margin-bottom: 10 }
+dl { margin-top: 0; margin-bottom: 10 }
+dt { margin-top: 0; margin-bottom: 0; font-weight: bold }
+dd { margin-top: 0; margin-bottom: 0 }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/commonFilter.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/commonFilter.htm
new file mode 100644
index 0000000..a16fb44
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/commonFilter.htm
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Common Navigator Filter</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Common Navigator Filter</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.ui.views.navigator.filters<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]<p>
+An action's enablement and/or visibility can be defined using the elements <samp>enablement</samp> and <samp>visibility</samp> respectively. These two elements contain a boolean expression that is evaluated to determine the enablement and/or visibility.
+<p>
+The syntax is the same for the <samp>enablement</samp> and <samp>visibility</samp> elements. Both contain only one boolean expression sub-element. In the simplest case, this will be an <samp>objectClass</samp>, <samp>objectState</samp>, <samp>pluginState</samp>, or <samp>systemProperty</samp> element. In the more complex case, the <samp>and</samp>, <samp>or</samp>, and <samp>not</samp> elements can be combined to form a boolean expression. Both the <samp>and</samp>, and <samp>or</samp> elements must contain 2 sub-elements. The <samp>not</samp> element must contain only 1 sub-element.
+</p></p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.commonFilter">commonFilter</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.commonFilter">commonFilter</a> (<a href="#e.enablement">enablement</a>? , (<a href="#e.property">property</a>*))></p>
+<p class=code id=dtd><!ATTLIST commonFilter</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>navigatorExtensionId CDATA #REQUIRED<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>description CDATA #IMPLIED<p class=code id=dtdAttlist>viewId CDATA #IMPLIED<p class=code id=dtdAttlist>className CDATA #REQUIRED<p class=code id=dtdAttlist>enabledByDefault CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - </li>
+<li><b>navigatorExtensionId</b> - </li>
+<li><b>name</b> - </li>
+<li><b>description</b> - </li>
+<li><b>viewId</b> - </li>
+<li><b>className</b> - Must provide a concrete implementation of INavigatorExtensionFilter.</li>
+<li><b>enabledByDefault</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST enablement</p>
+<p class=code id=dtdAttlist>functionGroup CDATA #REQUIRED<p class=code id=dtdAttlist>enabled CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>functionGroup</b> - </li>
+<li><b>enabled</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.property">property</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST property</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - </li>
+<li><b>value</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.visibility">visibility</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the visibility for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.and">and</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean AND operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.or">or</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean OR operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.not">not</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean NOT operation on the result of evaluating it's sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectClass">objectClass</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectClass</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>adaptable (true | false) ></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the class or interface of each object in the current selection. If each object in the selection implements the specified class or interface, the expression is evaluated as true.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - a fully qualified name of a class or interface. The expression is evaluated as true only if all objects within the selection implement this class or interface.</li>
+<li><b>adaptable</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.objectState">objectState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectState</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the attribute state of each object in the current selection. If each object in the selection has the specified attribute state, the expression is evaluated as true. To evaluate this type of expression, each object in the selection must implement, or adapt to, <samp>org.eclipse.ui.IActionFilter</samp> interface.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of an object's attribute. Acceptable names reflect the object type, and should be publicly declared by the plug-in where the object type is declared.</li>
+<li><b>value</b> - the required value of the object's attribute. The acceptable values for the object's attribute should be publicly declared.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.pluginState">pluginState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST pluginState</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>value (installed|activated) "installed"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of a plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - the identifier of a plug-in which may or may not exist in the plug-in registry.</li>
+<li><b>value</b> - the required state of the plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.systemProperty">systemProperty</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST systemProperty</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of some system property. The property value is retrieved from the <samp>java.lang.System</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of the system property.</li>
+<li><b>value</b> - the required value of the system property.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/dropHandler.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/dropHandler.htm
new file mode 100644
index 0000000..e39d61a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/dropHandler.htm
@@ -0,0 +1,143 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Common Navigator Drop Handler</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Common Navigator Drop Handler</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.ui.views.navigator.dropHandler<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]<p>
+An action's enablement and/or visibility can be defined using the elements <samp>enablement</samp> and <samp>visibility</samp> respectively. These two elements contain a boolean expression that is evaluated to determine the enablement and/or visibility.
+<p>
+The syntax is the same for the <samp>enablement</samp> and <samp>visibility</samp> elements. Both contain only one boolean expression sub-element. In the simplest case, this will be an <samp>objectClass</samp>, <samp>objectState</samp>, <samp>pluginState</samp>, or <samp>systemProperty</samp> element. In the more complex case, the <samp>and</samp>, <samp>or</samp>, and <samp>not</samp> elements can be combined to form a boolean expression. Both the <samp>and</samp>, and <samp>or</samp> elements must contain 2 sub-elements. The <samp>not</samp> element must contain only 1 sub-element.
+</p></p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.dropHandler">dropHandler</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.dropHandler">dropHandler</a> (<a href="#e.dragEnablement">dragEnablement</a> , <a href="#e.dropEnablement">dropEnablement</a> , <a href="#e.serializers">serializers</a>)></p>
+<p class=code id=dtd><!ATTLIST dropHandler</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>dropActionId CDATA #IMPLIED<p class=code id=dtdAttlist>class CDATA #REQUIRED<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>description CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - </li>
+<li><b>dropActionId</b> - </li>
+<li><b>class</b> - </li>
+<li><b>name</b> - </li>
+<li><b>description</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.dragEnablement">dragEnablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the dragEnablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.dropEnablement">dropEnablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p class=code id=dtd><!ATTLIST dropEnablement</p>
+<p class=code id=dtdAttlist>validatorClass CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>validatorClass</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.serializers">serializers</a> (<a href="#e.serializer">serializer</a>+)></p>
+<p></p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.serializer">serializer</a> (<a href="#e.enablement">enablement</a>)></p>
+<p class=code id=dtd><!ATTLIST serializer</p>
+<p class=code id=dtdAttlist>class CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>class</b> - </li>
+<li><b>id</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.visibility">visibility</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the visibility for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.and">and</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean AND operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.or">or</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean OR operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.not">not</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean NOT operation on the result of evaluating it's sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectClass">objectClass</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectClass</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>adaptable (true | false) ></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the class or interface of each object in the current selection. If each object in the selection implements the specified class or interface, the expression is evaluated as true.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - a fully qualified name of a class or interface. The expression is evaluated as true only if all objects within the selection implement this class or interface.</li>
+<li><b>adaptable</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.objectState">objectState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectState</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the attribute state of each object in the current selection. If each object in the selection has the specified attribute state, the expression is evaluated as true. To evaluate this type of expression, each object in the selection must implement, or adapt to, <samp>org.eclipse.ui.IActionFilter</samp> interface.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of an object's attribute. Acceptable names reflect the object type, and should be publicly declared by the plug-in where the object type is declared.</li>
+<li><b>value</b> - the required value of the object's attribute. The acceptable values for the object's attribute should be publicly declared.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.pluginState">pluginState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST pluginState</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>value (installed|activated) "installed"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of a plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - the identifier of a plug-in which may or may not exist in the plug-in registry.</li>
+<li><b>value</b> - the required state of the plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.systemProperty">systemProperty</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST systemProperty</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of some system property. The property value is retrieved from the <samp>java.lang.System</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of the system property.</li>
+<li><b>value</b> - the required value of the system property.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendableWizard.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendableWizard.htm
new file mode 100644
index 0000000..3d9fb1f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendableWizard.htm
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Edit Model Editor</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Edit Model Editor</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.emf.workbench.ui.editModelEditor<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>6.0
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>Edit model editors represent the multi page editors that can be used to edit a collection of EMF resources. By declaring an edit model editor, the plugin provider allows the framework to generically obtain the edit model used by the editor.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.extendableWizard">extendableWizard</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.extendableWizard">extendableWizard</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST extendableWizard</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendedViewer.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendedViewer.htm
new file mode 100644
index 0000000..2814694
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendedViewer.htm
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Extended Viewer</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Extended Viewer</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.wtp.common.ui.extendedViewer<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>The extendedViewer Extension point allows the contribution of new function</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.extendedViewer">extendedViewer</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.extendedViewer">extendedViewer</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST extendedViewer</p>
+<p class=code id=dtdAttlist>viewerID CDATA #REQUIRED<p class=code id=dtdAttlist>parentViewerID CDATA #IMPLIED<p class=code id=dtdAttlist>factoryClass CDATA #REQUIRED<p class=code id=dtdAttlist>icon CDATA #IMPLIED<p class=code id=dtdAttlist>label CDATA #REQUIRED<p class=code id=dtdAttlist>functionGroupID CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>viewerID</b> - </li>
+<li><b>parentViewerID</b> - </li>
+<li><b>factoryClass</b> - </li>
+<li><b>icon</b> - </li>
+<li><b>label</b> - </li>
+<li><b>functionGroupID</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/linkHelper.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/linkHelper.htm
new file mode 100644
index 0000000..755eb06
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/linkHelper.htm
@@ -0,0 +1,127 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Navigator Link Helper</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Navigator Link Helper</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.ui.views.navigator.linkHelper<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]<p>
+An action's enablement and/or visibility can be defined using the elements <samp>enablement</samp> and <samp>visibility</samp> respectively. These two elements contain a boolean expression that is evaluated to determine the enablement and/or visibility.
+<p>
+The syntax is the same for the <samp>enablement</samp> and <samp>visibility</samp> elements. Both contain only one boolean expression sub-element. In the simplest case, this will be an <samp>objectClass</samp>, <samp>objectState</samp>, <samp>pluginState</samp>, or <samp>systemProperty</samp> element. In the more complex case, the <samp>and</samp>, <samp>or</samp>, and <samp>not</samp> elements can be combined to form a boolean expression. Both the <samp>and</samp>, and <samp>or</samp> elements must contain 2 sub-elements. The <samp>not</samp> element must contain only 1 sub-element.
+</p></p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.linkHelper">linkHelper</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.linkHelper">linkHelper</a> (<a href="#e.editorInputEnablement">editorInputEnablement</a> , <a href="#e.selectionEnablement">selectionEnablement</a>?)></p>
+<p class=code id=dtd><!ATTLIST linkHelper</p>
+<p class=code id=dtdAttlist>class CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>class</b> - </li>
+<li><b>id</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.editorInputEnablement">editorInputEnablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.selectionEnablement">selectionEnablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p class=code id=dtd><!ATTLIST selectionEnablement</p>
+<p class=code id=dtdAttlist>navigatorContentExtensionId CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>navigatorContentExtensionId</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.visibility">visibility</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the visibility for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.and">and</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean AND operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.or">or</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean OR operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.not">not</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean NOT operation on the result of evaluating it's sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectClass">objectClass</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectClass</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>adaptable (true | false) ></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the class or interface of each object in the current selection. If each object in the selection implements the specified class or interface, the expression is evaluated as true.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - a fully qualified name of a class or interface. The expression is evaluated as true only if all objects within the selection implement this class or interface.</li>
+<li><b>adaptable</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.objectState">objectState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectState</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the attribute state of each object in the current selection. If each object in the selection has the specified attribute state, the expression is evaluated as true. To evaluate this type of expression, each object in the selection must implement, or adapt to, <samp>org.eclipse.ui.IActionFilter</samp> interface.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of an object's attribute. Acceptable names reflect the object type, and should be publicly declared by the plug-in where the object type is declared.</li>
+<li><b>value</b> - the required value of the object's attribute. The acceptable values for the object's attribute should be publicly declared.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.pluginState">pluginState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST pluginState</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>value (installed|activated) "installed"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of a plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - the identifier of a plug-in which may or may not exist in the plug-in registry.</li>
+<li><b>value</b> - the required state of the plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.systemProperty">systemProperty</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST systemProperty</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of some system property. The property value is retrieved from the <samp>java.lang.System</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of the system property.</li>
+<li><b>value</b> - the required value of the system property.</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorContent.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorContent.htm
new file mode 100644
index 0000000..e1bc426
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorContent.htm
@@ -0,0 +1,150 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>navigatorContent</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>navigatorContent</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.navigator.views.navigatorContent<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]<p>
+An action's enablement and/or visibility can be defined using the elements <samp>enablement</samp> and <samp>visibility</samp> respectively. These two elements contain a boolean expression that is evaluated to determine the enablement and/or visibility.
+<p>
+The syntax is the same for the <samp>enablement</samp> and <samp>visibility</samp> elements. Both contain only one boolean expression sub-element. In the simplest case, this will be an <samp>objectClass</samp>, <samp>objectState</samp>, <samp>pluginState</samp>, or <samp>systemProperty</samp> element. In the more complex case, the <samp>and</samp>, <samp>or</samp>, and <samp>not</samp> elements can be combined to form a boolean expression. Both the <samp>and</samp>, and <samp>or</samp> elements must contain 2 sub-elements. The <samp>not</samp> element must contain only 1 sub-element.
+</p><p>
+An action's enablement and/or visibility can be defined using the elements <samp>enablement</samp> and <samp>visibility</samp> respectively. These two elements contain a boolean expression that is evaluated to determine the enablement and/or visibility.
+<p>
+The syntax is the same for the <samp>enablement</samp> and <samp>visibility</samp> elements. Both contain only one boolean expression sub-element. In the simplest case, this will be an <samp>objectClass</samp>, <samp>objectState</samp>, <samp>pluginState</samp>, or <samp>systemProperty</samp> element. In the more complex case, the <samp>and</samp>, <samp>or</samp>, and <samp>not</samp> elements can be combined to form a boolean expression. Both the <samp>and</samp>, and <samp>or</samp> elements must contain 2 sub-elements. The <samp>not</samp> element must contain only 1 sub-element.
+</p></p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.navigatorContent">navigatorContent</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.navigatorContent">navigatorContent</a> (<a href="#e.enables">enables</a> , <a href="#e.emfEnablement">emfEnablement</a>)></p>
+<p class=code id=dtd><!ATTLIST navigatorContent</p>
+<p class=code id=dtdAttlist>contentProvider CDATA #IMPLIED<p class=code id=dtdAttlist>labelProvider CDATA #IMPLIED<p class=code id=dtdAttlist>actionProvider CDATA #IMPLIED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>openListener CDATA #IMPLIED<p class=code id=dtdAttlist>priority (lowest|lower|low|normal|high|higher|highest) <p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>enabledByDefault (true | false) <p class=code id=dtdAttlist>icon CDATA #IMPLIED<p class=code id=dtdAttlist>sorter CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+The root element of the extension schema. Defines information used by the Common Navigator to find available extensions.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>contentProvider</b> - Supplies the name of a class which implements org.eclipse.jface.viewers.ITreeContentProvider or org.eclipse.wst.common.navigator.views.INavigatorContentProvider.</li>
+<li><b>labelProvider</b> - Supplies the name of a class which implements org.eclipse.jface.viewers.ILabelProvider or org.eclipse.wst.common.navigator.views.ICommonLabelProvider.</li>
+<li><b>actionProvider</b> - Supplies the name of a class that implements org.eclipse.wst.common.navigator.views.ICommonActionProvider.</li>
+<li><b>id</b> - A unique ID to identify this extension. Used for extension activation and by other extensions that would like to extend the defined extension (e.g. add another ICommonActionProvider)</li>
+<li><b>openListener</b> - Supplies the name of a class that implements org.eclipse.jface.views.OpenListener or org.eclipse.wst.common.navigator.views.ICommonOpenListener.</li>
+<li><b>priority</b> - Indicates the relative priority of this extension to other extensions. Used by the Common Navigator to handle sorting and organization of the contributed content from this extension in relation to content from other extensions. Defaults to "normal"</li>
+<li><b>name</b> - Specify a display name for the Content Extension</li>
+<li><b>enabledByDefault</b> - Indicates whether the current extension will be enabled by default. True will enable the extension, False will disable the extension. Users can later choose to override this value.</li>
+<li><b>icon</b> - A plugin-relative path to an icon for use when displaying the metadata about the content extension to the user.</li>
+<li><b>sorter</b> - Indicates the name of class which implements java.util.Comparator that knows how to sort the items supported by this extension. If the extension enables on types that it does not provide, but understands, it may be called upon to sort items that it did not contribute.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.enables">enables</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.
+Objects which are accepted by the expression will cause the extension to be invoked.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.enablement">enablement</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.visibility">visibility</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the visibility for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.and">and</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean AND operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.or">or</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean OR operation on the result of evaluating it's two sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.not">not</a> (<a href="#e.and">and</a> | <a href="#e.or">or</a> | <a href="#e.not">not</a> | <a href="#e.objectClass">objectClass</a> | <a href="#e.objectState">objectState</a> | <a href="#e.pluginState">pluginState</a> | <a href="#e.systemProperty">systemProperty</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element represent a boolean NOT operation on the result of evaluating it's sub-element expressions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectClass">objectClass</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectClass</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>adaptable (true | false) ></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the class or interface of each object in the current selection. If each object in the selection implements the specified class or interface, the expression is evaluated as true.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - a fully qualified name of a class or interface. The expression is evaluated as true only if all objects within the selection implement this class or interface.</li>
+<li><b>adaptable</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.objectState">objectState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectState</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the attribute state of each object in the current selection. If each object in the selection has the specified attribute state, the expression is evaluated as true. To evaluate this type of expression, each object in the selection must implement, or adapt to, <samp>org.eclipse.ui.IActionFilter</samp> interface.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of an object's attribute. Acceptable names reflect the object type, and should be publicly declared by the plug-in where the object type is declared.</li>
+<li><b>value</b> - the required value of the object's attribute. The acceptable values for the object's attribute should be publicly declared.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.pluginState">pluginState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST pluginState</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>value (installed|activated) "installed"></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of a plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - the identifier of a plug-in which may or may not exist in the plug-in registry.</li>
+<li><b>value</b> - the required state of the plug-in. The state of the plug-in may be one of the following: <samp>installed</samp> or <samp>activated</samp>.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.systemProperty">systemProperty</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST systemProperty</p>
+<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>value CDATA #REQUIRED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to evaluate the state of some system property. The property value is retrieved from the <samp>java.lang.System</samp>.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - the name of the system property.</li>
+<li><b>value</b> - the required value of the system property.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.emfEnablement">emfEnablement</a> (<a href="#e.package">package</a>+)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+This element is used to define the enablement for the extension.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.package">package</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST package</p>
+<p class=code id=dtdAttlist>uri CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>uri</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorViewer.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorViewer.htm
new file mode 100644
index 0000000..f5d8b23
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorViewer.htm
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>navigatorViewer</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>navigatorViewer</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.navigator.views.navigatorViewer<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.navigatorViewer">navigatorViewer</a>)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.navigatorViewer">navigatorViewer</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST navigatorViewer</p>
+<p class=code id=dtdAttlist>rootContentExtensionId CDATA #IMPLIED<p class=code id=dtdAttlist>viewerId CDATA #IMPLIED<p class=code id=dtdAttlist>popupMenuId CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+Used to associate one or more extensions with a particular viewer id. This extension is not required for those who just want a basic Common Navigator instance, but can be useful for clients who are creating a logical viewer.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>rootContentExtensionId</b> - Specify the ID of a Content Extension that will be used to provide content for the viewer instance. This ID must correspond to the ID of a navigatorContent extension point.</li>
+<li><b>viewerId</b> - An ID that corresponds to an org.eclipse.ui.views extension point that defines an instance or subclass of org.eclipse.wst.common.navigator.CommonNavigator.</li>
+<li><b>popupMenuId</b> - A custom popupMenuId to use for extensions that wish to contribute to the view ID. The default value is specified by NavigatorViewerDescriptor.DEFAULT_POPUPMENU_ID</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/schema.css b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/schema.css
new file mode 100644
index 0000000..00f9d01
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/schema.css
@@ -0,0 +1,66 @@
+H6.CaptionFigColumn#header {
+ font-size:16px;
+ display:inline
+}
+
+P.Note#copyright {
+ font-size: smaller;
+ font-style: normal;
+ color: #336699;
+ display:inline;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+}
+
+P.Code#dtd {
+ color: #800000;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 10.000000pt;
+}
+
+P.Code#dtdAttlist {
+ color: #800000;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 20.000000pt;
+}
+
+P.Code#tag {
+ color: #000080;
+ display:inline;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+}
+
+P.Code#cstring {
+ color: #008000;
+ display:inline;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+}
+
+.ConfigMarkup#elementDesc {
+ color: black;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 10.000000pt;
+}
+
+.ConfigMarkup#attlistDesc {
+ color: black;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 32.000000pt;
+}
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/thirdPartyFilterProvider.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/thirdPartyFilterProvider.htm
new file mode 100644
index 0000000..625b573
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/thirdPartyFilterProvider.htm
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Unbenanntes Dokument</title>
+</head>
+
+<body>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/validationSelectionHandler.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/validationSelectionHandler.htm
new file mode 100644
index 0000000..d5a43e1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/validationSelectionHandler.htm
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>validationSelectionHandler</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>validationSelectionHandler</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>org.eclipse.wst.common.frameworks.validationSelectionHandler<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>[Enter the first release in which this extension point appears.]
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>[Enter description of this extension point.]</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> (<a href="#e.validationSelectionHandler">validationSelectionHandler</a>+)></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.validationSelectionHandler">validationSelectionHandler</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST validationSelectionHandler</p>
+<p class=code id=dtdAttlist>id CDATA #REQUIRED<p class=code id=dtdAttlist>handlerClass CDATA #REQUIRED<p class=code id=dtdAttlist>selectionType CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>id</b> - </li>
+<li><b>handlerClass</b> - </li>
+<li><b>selectionType</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wizardPageGroup.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wizardPageGroup.htm
new file mode 100644
index 0000000..9f46c57
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wizardPageGroup.htm
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Edit Model Editor</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>Edit Model Editor</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.etools.emf.workbench.ui.editModelEditor<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>6.0
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>Edit model editors represent the multi page editors that can be used to edit a collection of EMF resources. By declaring an edit model editor, the plugin provider allows the framework to generically obtain the edit model used by the editor.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> ((<a href="#e.wizardPageGroup">wizardPageGroup</a>))></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.wizardPageGroup">wizardPageGroup</a> ((<a href="#e.factory">factory</a>))></p>
+<p class=code id=dtd><!ATTLIST wizardPageGroup</p>
+<p class=code id=dtdAttlist>wizardID CDATA #REQUIRED<p class=code id=dtdAttlist>allowsExtendedPagesAfter CDATA #IMPLIED<p class=code id=dtdAttlist>pageGroupInsertionID CDATA #IMPLIED<p class=code id=dtdAttlist>pageGroupID CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>wizardID</b> - This must match the id defined in the extendableWizard element in the extendableWizard extension point</li>
+<li><b>allowsExtendedPagesAfter</b> - </li>
+<li><b>pageGroupInsertionID</b> - If this page is to immediately after another page, this must match the pageID of the page to insert after.</li>
+<li><b>pageGroupID</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.factory">factory</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST factory</p>
+<p class=code id=dtdAttlist>className CDATA #REQUIRED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>className</b> - This class is an instancof com.ibm.wtp.common.ui.wizard.extensions.WizardExtensionFactory</li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>[Enter extension point usage example here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>API Information: </h6>[Enter API information here.]
+<p></p>
+
+<h6 class=CaptionFigColumn id=header>Supplied Implementation: </h6>[Enter information about supplied implementation of this extension point.]
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wtpuiAction.htm b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wtpuiAction.htm
new file mode 100644
index 0000000..21e9a9b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wtpuiAction.htm
@@ -0,0 +1,176 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>WTP UI Operation</title>
+<link rel="stylesheet" type="text/css" href="schema.css">
+</HEAD>
+<BODY>
+<H1><CENTER>WTP UI Operation</CENTER></H1>
+<p></p>
+<h6 class=CaptionFigColumn id=header>Identifier: </h6>com.ibm.wtp.common.ui.WTPUIOperation<p></p>
+<h6 class=CaptionFigColumn id=header>Since: </h6>6.0.0
+<p></p>
+
+<p>
+<h6 class=CaptionFigColumn id=header>Description: </h6>This extension point is for WTP Operations which need to be tied to a generic UI action, such as CUT, COPY, PASTE, DELETE, and RENAME.</p>
+<p><h6 class=CaptionFigColumn id=header>Configuration Markup:</h6></p>
+<p class=code id=dtd><!ELEMENT <a name="e.extension">extension</a> ((<a href="#e.masterOperation">masterOperation</a> | <a href="#e.slaveOperation">slaveOperation</a>))></p>
+<p class=code id=dtd><!ATTLIST extension</p>
+<p class=code id=dtdAttlist>point CDATA #REQUIRED<p class=code id=dtdAttlist>id CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.masterOperation">masterOperation</a> (<a href="#e.selectionEnablement">selectionEnablement</a>)></p>
+<p class=code id=dtd><!ATTLIST masterOperation</p>
+<p class=code id=dtdAttlist>extendedGenericId CDATA #REQUIRED<p class=code id=dtdAttlist>operationClass CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>description CDATA #IMPLIED<p class=code id=dtdAttlist>populatorClass CDATA #REQUIRED<p class=code id=dtdAttlist>alwaysExecute (true | false) <p class=code id=dtdAttlist>overrideId CDATA #IMPLIED<p class=code id=dtdAttlist>id CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+A masterOperation enables an existing WTP Operation to be used in a UI action. Generic Ids aggregate a set of masterOperations for the same Abstract action (like a "CUT" operation). WTP Operations are themselves extendible, so for any masterOperation defined, there may be any number of pre|post operations. These pre|post operation can have slaveOperation elements defined which indicate the pre|post operation may be run independently.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>extendedGenericId</b> - The ID of the Generic Action you would like to contribute to. (e.g. The id for CUT, COPY, PASTE, DELETE, RENAME).</li>
+<li><b>operationClass</b> - The fully qualified class of your operation. Your operation must extend com.ibm.wtp.common.operation.WTPOperation and must provide a no-arguments default constructor. If this attribute is not provided, the getDefaultOperation() returned by the dataModel will be used.</li>
+<li><b>name</b> - A name to display in the dialog for your action (if the operation is optional). You can use the standard "%key" for translatable text stored in plugin.properties.</li>
+<li><b>description</b> - A description to display in the dialog for your action (if the operation is optional). You can use the standard "%key" for translatable text stored in plugin.properties.</li>
+<li><b>populatorClass</b> - An implementation of com.ibm.wtp.common.operation.extension.ui.WTPOperationDataModelUICreator. The populatorClass knows how to provide a WTP Operation Data Model based on a given selection. The getDefaultOperation() method of the data model will be ignored if the operationClass is provided.</li>
+<li><b>alwaysExecute</b> - </li>
+<li><b>overrideId</b> - </li>
+<li><b>id</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.selectionEnablement">selectionEnablement</a> (<a href="#e.objectClass">objectClass</a> | <a href="#e.or">or</a>)></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+The selectionEnablement element allows you to filter which kinds of selection your object is applicable to using Standard Eclipse Action Expresions.</p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.slaveOperation">slaveOperation</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST slaveOperation</p>
+<p class=code id=dtdAttlist>operationClass CDATA #REQUIRED<p class=code id=dtdAttlist>name CDATA #REQUIRED<p class=code id=dtdAttlist>description CDATA #IMPLIED></p>
+<p></p>
+<p class=ConfigMarkup id=elementDesc>
+The slaveOperation element defines display information for operations which extend a declared master operation. If a pre|post operation of a master does not have a corresponding slaveOperation element, then the pre|post operation will be consider required, and not be displayed to the user.</p>
+<br>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>operationClass</b> - The fully qualified class of your operation. Your operation must extend com.ibm.wtp.common.operation.WTPOperation and must provide a no-arguments default constructor. For slave operations, the data model of the master operation will be provided. Therefore, slaves cannot override the data model using a seperate populatorClass.</li>
+<li><b>name</b> - A name to display in the dialog for your action (if the operation is optional). You can use the standard "%key" for translatable text stored in plugin.properties.</li>
+<li><b>description</b> - A description to display in the dialog for your action (if the operation is optional). You can use the standard "%key" for translatable text stored in plugin.properties.</li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.or">or</a> (<a href="#e.objectClass">objectClass</a> | <a href="#e.and">and</a> | <a href="#e.objectState">objectState</a>)></p>
+<p></p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectClass">objectClass</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectClass</p>
+<p class=code id=dtdAttlist>name CDATA #IMPLIED<p class=code id=dtdAttlist>adaptable CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>name</b> - </li>
+<li><b>adaptable</b> - </li>
+</ul>
+<br><p class=code id=dtd><!ELEMENT <a name="e.and">and</a> (<a href="#e.objectClass">objectClass</a> | <a href="#e.or">or</a>)></p>
+<p></p>
+<br><br>
+<p class=code id=dtd><!ELEMENT <a name="e.objectState">objectState</a> EMPTY></p>
+<p class=code id=dtd><!ATTLIST objectState</p>
+<p class=code id=dtdAttlist>value CDATA #IMPLIED<p class=code id=dtdAttlist>name CDATA #IMPLIED></p>
+<p></p>
+<ul class=ConfigMarkup id=attlistDesc>
+<li><b>value</b> - </li>
+<li><b>name</b> - </li>
+</ul>
+<br><h6 class=CaptionFigColumn id=header>Examples: </h6>The following example declares two Master Operations (<code>com.acme.ui.operation.MasterOperationA</code> and <code>com.acme.ui.operation.MasterOperationB</code>) which are attached to the Generic ID <code>com.acme.ui.WTPOptionalOperationTest</code>.
+The scenario has Master A which has as a pre-operation of Slave A and a post-operation of Slave C. Slave A is made optional by the <code>slaveOperation</code> element, while Slave C will always be run (no <code>slaveOperation</code> is given to run it seperately). Slave A further has an optional pre-operation (Slave B) that can be executed indepently of either Slave A or Master A.
+<pre>
+ <p class=code id=tag><extension
+ point=<p class=code id=cstring>"com.ibm.wtp.common.ui.wtpuiAction"</p><p class=code id=tag>></p>
+ <p class=code id=tag><masterOperation
+ populatorClass=<p class=code id=cstring>"com.acme.ui.operation.AcmeOperationPopulator"</p><p class=code id=tag>
+ name=<p class=code id=cstring>"%master_a_name"</p><p class=code id=tag>
+ operationClass=<p class=code id=cstring>"com.acme.ui.operation.MasterOperationA"</p><p class=code id=tag>
+ extendedGenericId=<p class=code id=cstring>"com.acme.ui.WTPOptionalOperationTest"</p><p class=code id=tag>
+ description=<p class=code id=cstring>"%master_a_description"</p><p class=code id=tag>></p>
+ <p class=code id=tag></masterOperation></p>
+ <p class=code id=tag><slaveOperation
+ name=<p class=code id=cstring>"Slave A"</p><p class=code id=tag>
+ operationClass=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationA"</p><p class=code id=tag>></p>
+ <p class=code id=tag></slaveOperation></p>
+ <p class=code id=tag><slaveOperation
+ name=<p class=code id=cstring>"Slave B"</p><p class=code id=tag>
+ operationClass=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationB"</p><p class=code id=tag>></p>
+ <p class=code id=tag></slaveOperation></p>
+ <p class=code id=tag><masterOperation
+ populatorClass=<p class=code id=cstring>"com.acme.ui.operation.AcmeOperationPopulator"</p><p class=code id=tag>
+ name=<p class=code id=cstring>"EAR Project Action"</p><p class=code id=tag>
+ operationClass=<p class=code id=cstring>"com.acme.ui.operation.MasterOperationB"</p><p class=code id=tag>
+ extendedGenericId=<p class=code id=cstring>"com.acme.ui.WTPOptionalOperationTest"</p><p class=code id=tag>></p>
+ <p class=code id=tag><selectionEnablement></p>
+ <p class=code id=tag><objectState name=<p class=code id=cstring>"projectNature"</p><p class=code id=tag> value=<p class=code id=cstring>"org.eclipse.jst.j2ee.EARNature"</p><p class=code id=tag> /></p>
+ <p class=code id=tag></selectionEnablement></p>
+ <p class=code id=tag></masterOperation></p>
+ <p class=code id=tag></extension></p>
+</pre>
+
+For each of the slaveOperations referenced above, you must have a corresponding WTP Operation Extension declared similar to the following:
+
+<pre>
+ <p class=code id=tag><extension
+ id=<p class=code id=cstring>"wtpuiAciton.Acme.Extensions"</p><p class=code id=tag>
+ point=<p class=code id=cstring>"com.ibm.wtp.common.ExtendableOperation"</p><p class=code id=tag>></p>
+ <p class=code id=tag><extendableOperation
+ class=<p class=code id=cstring>"com.acme.ui.operation.MasterOperationA"</p><p class=code id=tag>
+ id=<p class=code id=cstring>"com.acme.ui.operation.MasterOperationA"</p><p class=code id=tag>></p>
+ <p class=code id=tag></extendableOperation></p>
+ <p class=code id=tag><extendableOperation
+ class=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationA"</p><p class=code id=tag>
+ id=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationA"</p><p class=code id=tag>></p>
+ <p class=code id=tag></extendableOperation></p>
+ <p class=code id=tag></extension></p>
+ <p class=code id=tag><extension
+ point=<p class=code id=cstring>"com.ibm.wtp.common.OperationExtension"</p><p class=code id=tag>></p>
+ <p class=code id=tag><!-- Made optional by the above declaration --></p>
+ <p class=code id=tag><operationExtension
+ preOperationClass=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationA"</p><p class=code id=tag>
+ id=<p class=code id=cstring>"com.acme.ui.operation.MasterOperationA"</p><p class=code id=tag>></p>
+ <p class=code id=tag></operationExtension></p>
+ <p class=code id=tag><!-- Made optional by the above declaration --></p>
+ <p class=code id=tag><operationExtension
+ postOperationClass=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationB"</p><p class=code id=tag>
+ id=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationA"</p><p class=code id=tag>></p>
+ <p class=code id=tag></operationExtension></p>
+ <p class=code id=tag><!-- Non-optional operation, will always run --></p>
+ <p class=code id=tag><operationExtension
+ postOperationClass=<p class=code id=cstring>"com.acme.ui.operation.SlaveOperationC"</p><p class=code id=tag>
+ id=<p class=code id=cstring>"com.acme.ui.operation.MasterOperationA"</p><p class=code id=tag>></p>
+ <p class=code id=tag></operationExtension></p>
+ <p class=code id=tag></extension></p>
+</pre>
+
+In general, users extending existing actions only need to declare the following:
+<pre>
+ <p class=code id=tag><extension
+ point=<p class=code id=cstring>"com.ibm.wtp.common.OperationExtension"</p><p class=code id=tag>></p>
+ <p class=code id=tag><!-- The action referenced must be declared as extensible by the com.ibm.wtp.common.ExtendableOperation extension point --></p>
+ <p class=code id=tag><operationExtension
+ preOperationClass=<p class=code id=cstring>"...YOUR CLASS..."</p><p class=code id=tag>
+ id=<p class=code id=cstring>"...ID OF EXISTING OPERATION..."</p><p class=code id=tag>></p>
+ <p class=code id=tag></operationExtension></p>
+ <p class=code id=tag></extension></p>
+</pre>
+
+And if your operation is optional declare the slaveOperation:
+
+<pre>
+ <p class=code id=tag><extension
+ point=<p class=code id=cstring>"com.ibm.wtp.common.ui.wtpuiAction"</p><p class=code id=tag>></p>
+ <p class=code id=tag><slaveOperation
+ name=<p class=code id=cstring>"..NAME OF YOUR OPERATION..."</p><p class=code id=tag>
+ description=<p class=code id=cstring>"...DESCRIPTION OF YOUR ACTION..."</p><p class=code id=tag>
+ operationClass=<p class=code id=cstring>"...YOUR CLASS..."</p><p class=code id=tag>></p>
+ <p class=code id=tag></slaveOperation></p>
+ <p class=code id=tag></extension></p>
+</pre>
+<p></p>
+
+<br>
+<p class=note id=copyright>
+</p>
+</BODY>
+</HTML>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.common.navigator.views.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.common.navigator.views.html
new file mode 100644
index 0000000..3f750e8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.common.navigator.views.html
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>org.eclipse.wst.common.navigator.views</title>
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+
+<body>
+<h1 class="descriptions">org.eclipse.common.navigator.views</h1>
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.jface<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.wst.common.ui.properties
+ </td>
+ </tr>
+</table>
+
+<p class="schema">Extensions</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.ui.dropActions
+ </td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ <a href="Schemas/navigatorContent.htm">navigatorContent</a><br>
+ <a href="Schemas/navigatorViewer.htm">navigatorViewer</a><br>
+ <a href="Schemas/commonFilter.htm">commonFilter</a><br>
+ <a href="Schemas/dropHandler.htm">dropHandler</a><br>
+ thirdPartyFilterProvider<br>
+ <a href="Schemas/linkHelper.htm">linkHelper</a><br>
+ <a href="Schemas/actionProvider.htm">actionProvider</a> </td>
+ </tr>
+</table>
+<p class="schema">Schema</p>
+not available
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emf.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emf.html
new file mode 100644
index 0000000..9d6e43a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emf.html
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>org.eclipse.wst.common.emf</title>
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+<body>
+<h1 class="description">org.eclipse.wst.common.emf</h1>
+<p>Version: 0.7.0 </p>
+<p class="schema">Dependencies (Required Plug Ins) </p>
+
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+<p class="schema">Extensions:</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.emf.packageURIMap<br>
+ org.eclipse.jem.util.uiContextSensetiveClass</td>
+ </tr>
+</table>
+<p class="schema">Extension Points:</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>packageURIMap
+ </td>
+ </tr>
+</table>
+<p class="schema">Schema:</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>not documentated</td>
+ </tr>
+</table>
+<p> </p>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emfworkbench.integration.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emfworkbench.integration.html
new file mode 100644
index 0000000..e26c98b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emfworkbench.integration.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>org.eclipse.wst.common.emfworkbench.integration</title>
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+
+<body>
+<h1 class="descriptions">org.eclipse.wst.common.emfworkbench.integration</h1>
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plug Ins) </p>
+
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.emf.codegen.ecore<br>
+ org.eclipse.xsd<br>
+ org.eclipse.emf.importer.java
+ </td>
+ </tr>
+</table>
+<p class="Stil2"><span class="schema">Extensions</span>:</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem.util.internalWorkbenchContextFactory<br>
+ org.eclipse.jem.util.uiContextSensetiveClass<br>
+ org.eclipse.core.runtime.applications<br>
+ org.eclipse.wst.common.frameworks.validationSelectionHandler
+ </td>
+ </tr>
+</table>
+<p class="schema">Extension Points:</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td><a href="Schemas/EMFRessourceEditModel.htm">editModel</a><br>
+ <a href="Schemas/EditModelExtension.htm">editModelExtension</a><br>
+ <a href="Schemas/AdapterFactoryExtension.htm">adapterFactory</a><br>
+ <a href="Schemas/ModifierHelperFactory.htm">ModifierHelperFactory</a> </td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.html
new file mode 100644
index 0000000..719496e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.html
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>org.eclipse.wst.common.feature</title>
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+
+<body>
+<h1 class="descriptions">org.eclipse.wst.common.frameworks</h1>
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.emf.core.commands<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+<p class="schema">Extensions</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.jem.util.uiContextSensetiveClass</td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td><a href="Schemas/ExtendabledOperation.htm">ExtendableOperation</a><br>
+ <a href="Schemas/OperationExtension.htm">OperationExtension</a><br>
+ <a href="Schemas/FunctionGroup.htm">functionGroup</a><br>
+ <a href="Schemas/WTPActivityBridge.htm">WTPActivityBridgeHelper</a><br>
+ <a href="Schemas/validationSelectionHandler.htm">validationSelectionHandler</a><br>
+ <a href="Schemas/DataModelProvider.htm">DataModelProviderExtension</a></td>
+ </tr>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.ui.html
new file mode 100644
index 0000000..504022f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.ui.html
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>org.eclipse.wst.common.feature</title>
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+
+<body>
+<h1 class="descriptions">org.eclipse.wst.common.frameworks.ui</h1>
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.ui.ide<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+<p class="schema">Extensions</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ oeg.eclipse.jem.util.uiTester<br>
+ org.eclipse.jem.util.uiContextSensetiveClass<br>
+ org.eclipse.wst.common.frameworks.WTPActivityBridgeHelper<br>
+ org.eclipse.wst.common.frameworks.ExtendableOperation<br>
+ org.eclipse.ui.preferencePages
+ </td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ <a href="Schemas/wtpuiAction.htm">wtpuiAction</a><br>
+ <a href="Schemas/extendedViewer.htm">extendedViewer</a><br>
+ <a href="Schemas/extendableWizard.htm">extendableWizard</a><br>
+ <a href="Schemas/wizardPageGroup.htm">wizardPageGroup</a><br>
+ <a href="Schemas/DataModelWizardExtension.htm">DataModelWizardExtension</a> </td>
+ </tr>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.modeulecore.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.modeulecore.html
new file mode 100644
index 0000000..167f462
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.modeulecore.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>org.eclipse.wst.common.feature</title>
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+
+<body>
+<h1 class="descriptions">org.eclipse.wst.common.modeulecore</h1>
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.core<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.emf.rdit<br>
+ org.eclipse.ui<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.wst.common.uriresolver</td>
+ </tr>
+</table>
+
+<p class="schema">Extensions</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ org.eclipse.emf.ecore.generated_package<br>
+ org.eclipse.core.resources.natures<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.core.resources.builders<br>
+ org.eclipse.wst.common.frameworks.DataModelProviderExtension<br>
+ org.eclipse.core.runtime.contentTypes<br>
+ org.eclipse.team.core.ignore<br>
+ org.eclipse.wst.common.uriresolver.resolverExtensions
+ </td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table width="90%" border="0" cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ artifactedit</td>
+ </tr>
+</table>
+<p class="schema">Schema</p>
+not available
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/eclipse_scanner.HTML b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/eclipse_scanner.HTML
new file mode 100644
index 0000000..ed745ee
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/eclipse_scanner.HTML
@@ -0,0 +1,169 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>Eclipse API Scanner</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Introduction</p>
+<p>This document summarizes the usage of the Eclipse API scanner. The
+goal of the Eclipse API scanner is to identify any internal API
+references in any Eclipse-based products. You can view the requirements
+document <a href="scanner_req.html">here</a>, and the design document <a
+ href="scanner_doc.html">here</a>.</p>
+<p class="ueberschrift">Downloading and running the Eclipse API scanner</p>
+<p>A binary version of the Eclipse API scanner is available here:</p>
+<a
+ href="http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/apiscanner.zip">Download
+the Eclipse API scanner</a>
+.
+<p>The source of the Eclipse API scanner is also available in CVS: <i>(http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/apitools/?cvsroot=WebTools_Project)</i>.</p>
+Check out the
+<b>org.eclipse.wtp.releng.tools.component.core</b>
+project and the
+<b>org.eclipse.wtp.releng.tools.component.ui</b>
+project.
+<p>Running the Eclipse API scanner from the command line environment</p>
+<p>Before running the Eclipse API scanner, you should get yourself
+familiar with what is a component. For a definition of component, visit
+the <a href="scanner_doc.html">design document</a>. To begin, have your
+Eclipse components/plug-ins and your component.xml files ready. The
+Eclipse API scanner will scan all the API references in each component
+and check whether they are internal API references. An API violation
+report will be generated for each component. To generate the API
+violation reports, run:</p>
+<pre>
+genViolation.bat -eclipseDir <eclipseDir> -compXMLDir <compXMLDir> -compRefDir <compRefDir> -compVioDir <compVioDir> -genHTML -debug
+
+</pre>
+where:
+<ul>
+
+ <li><b>eclipseDir</b> - a space separated list of directories
+ containing the plug-ins for your product. These directories do not
+ have to include the base Eclipse plug-ins (ex: org.eclipse.jdt.core).
+ You only need the plug-ins that you want to generate API violation
+ reports for.</li>
+
+ <li><b>compXMLDir</b> - a space separated list of directories
+ containing component.xml files for your product. The Eclipse API
+ scanner will generate an API violation report for each component.xml
+ found in these directories. So, if you do not want to generate
+ violation reports for the Eclipse components (ex:
+ org.eclipse.jdt.core), do not include their component.xml files here.</li>
+
+ <li><b>compRefDir</b> - a space separated list of directories
+ containing component.xml files that your product/components depend on.
+ For example, the component.xml files for org.eclipse.jdt.core goes
+ here.</li>
+
+ <li><b>compVioDir</b> - the output directory of the API violation
+ reports.</li>
+
+ <li><b>genHTML</b> - generates the API violation report in HTML
+ (default is XML format).</li>
+
+
+ <li><b>debug</b> - generates debug information (ex: line numbers).</li>
+
+</ul>
+For a list of all the options available, simply run genViolation.bat
+without any arguments. Note that genViolation.bat uses relative paths.
+Therefore, if you want to run it out-of-the-box, we must "cd" to
+genViolation.bat's directory before running it. Other options include:
+<ul>
+
+ <li><b>include</b> - a space separated list of package names to be
+ included in the scan.</li>
+
+ <li><b>exclude</b> - a space separated list of package names to be
+ excluded in the scan. For example, if you specify "java.lang. sun.",
+ then the API violation report will not include internal API references
+ to those two packages.</li>
+
+ <li><b>genAPI</b> - generates a component-api.xml file per component.
+ This file lists all the public APIs that a component has.</li>
+
+ <li><b>genUsage</b> - generates a component-use.xml file per
+ component. This file lists all the API references that a component
+ has.</li>
+
+
+ <li><b>classRefOnly</b> - treats all API references as class
+ reference. By default, the Eclipse API scanner will categorize API
+ references into different categories such as class references, method
+ references, field references and etc. By specifying this option, all
+ API references are consider class references. This speeds up the
+ scanning process.</li>
+
+</ul>
+
+<p></p>
+<p>To get you started more quickly, you can use <b>genComponent.bat</b>
+to generate a component.xml file per plugin. Any packages with the word
+"internal" in it will be excluded from the generated component.xml file.
+To generate default component.xml files, run:</p>
+<pre>
+genComponent.bat -eclipseDir <eclipseDir> -compXMLDir <compXMLDir>
+</pre>
+where:
+<ul>
+
+ <li><b>eclipseDir</b> - a space separated list of directories
+ containing the plug-ins for your product. Again, do not include base
+ Eclipse plug-ins in here.</li>
+
+
+ <li><b>compXMLDir</b> - the output directory of the generated
+ component.xml files.</li>
+
+</ul>
+
+<p></p>
+<p>Running the Eclipse API scanner within Eclipse</p>
+<p>The Eclipse API scanner is also available as two Eclipse plug-ins.
+Therefore, you can overlay them on top of an Eclipse driver and use them
+to check API violations as you develop your product/plug-ins. To get
+these plug-ins, go to:</p>
+<p><a
+ href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/apitools/?cvsroot=WebTools_Project">http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/apitools/?cvsroot=WebTools_Project</a>
+
+</p>
+<p>and check out the <b>org.eclipse.wtp.releng.tools.component.core</b>
+project and the <b>org.eclipse.wtp.releng.tools.component.ui</b>
+project. They provide an editor for editing component.xml files.</p>
+<p><img
+ src="sources/figure01.gif"
+ alt=""></p>
+<p>They will also scan the plug-ins in your workspace and generate API
+violations in the problems views. The figure below shows a plug-in in my
+workspace called <b>org.eclipse.sample</b>. I have also created a
+component.xml file for this plugin.</p>
+<p><img
+ src="sources/figure02.gif"
+ alt=""></p>
+<p>In the next figure, I have added a reference to one of the Eclipse
+internal class. The Eclipse API scanner will flag this as an API
+violation and display it in the problems view.</p>
+<p><img
+ src="sources/figure03.gif"
+ alt=""></p>
+<p>You can find some sample component.xml files <a
+ href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/apitools/components/?cvsroot=WebTools_Project">
+http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.wtp.releng/apitools/components/?cvsroot=WebTools_Project</a>.
+
+</p>
+<p><b>Disclaimer:</b> these sample component.xml files are provided as
+an example only. They <b>DO NOT</b> reflect the actual APIs provided by
+the Eclipse projects.</p>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/how_to_use_api.HTML b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/how_to_use_api.HTML
new file mode 100644
index 0000000..10f182a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/how_to_use_api.HTML
@@ -0,0 +1,344 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<meta
+ name="GENERATOR"
+ content="Mozilla/4.5 [en] (Win98; I) [Netscape]">
+<meta
+ name="Author"
+ content="Jim des Rivières">
+<title>API Rules of Engagement</title>
+<link
+ rel="stylesheet"
+ href="sources/formate.css">
+</head>
+<body>
+
+<center>
+<h1>How to Use the Eclipse API</h1>
+</center>
+
+<blockquote><b>Summary</b> <br>
+The Eclipse Platform offers a comprehensive API (Application Programmer
+Interface) to developers writing plug-ins. This article discusses the
+general ground rules for using the Eclipse Platform API, including how
+to tell API from non-API, and how to stay in the API "sweet spot" to
+avoid the risk of being broken as the platform and its APIs evolve.
+These general ground rules are also recommended practice for plug-ins
+that must declare API elements of their own.
+<p><b>By Jim des Rivières, OTI</b></p>
+<hr WIDTH="100%">
+<h3>What it means to be API</h3>
+The Eclipse platform defines API elements for use by its clients, namely
+ISVs writing plug-ins. These plug-ins may in turn define API elements
+for their clients, and so on. API elements are the public face: they
+carry a specification about what they are supposed to do, and about how
+they are intended to be used. API elements are supported: the Eclipse
+platform team will fix implementation bugs where there is a deviation
+from the specified behavior. Since there is often a high cost associated
+with breaking API changes, the Eclipse platform team will also try to
+evolve API elements gracefully through successive major releases.
+<h3>How to tell API from non-API</h3>
+By their very nature, API elements are documented and have a
+specification, in contrast to non-API elements which are internal
+implementation details usually without published documentation or
+specifications. So if you cannot find the documentation for something,
+that's usually a good indicator that it's not API.
+<p>To try to draw the line more starkly, the code base for the platform
+is separated into API and non-API packages, with all API elements being
+declared in designated API packages.</p>
+<ul>
+ <li><b>API package</b> - a Java™ package that contains at least
+ one API class or API interface. The names of API packages are
+ advertised in the documentation for that component; where feasible,
+ all other packages containing only implementation details have
+ "internal" in the package name. The names of API packages may
+ legitimately appear in client code. For the Eclipse platform proper,
+ these are:</li>
+
+ <ul>
+ <li><tt>org.eclipse.foo.*</tt> - for example, <tt>org.eclipse.swt.widgets</tt>,
+ <tt>org.eclipse.ui</tt>, or <tt>org.eclipse.core.runtime</tt></li>
+
+ <li><tt>org.eclipse.foo.internal.*</tt> - not API; internal
+ implementation packages</li>
+
+ <li><tt>org.eclipse.foo.examples.*</tt> - not API; these are
+ examples</li>
+
+ <li><tt>org.eclipse.foo.tests.*</tt> - not API; these are test
+ suites</li>
+ </ul>
+
+ <li><b>API class or interface</b> - a <tt>public</tt> class or
+ interface in an API package, or a <tt>public</tt> or <tt>protected</tt>
+ class or interface member declared in, or inherited by, some other API
+ class or interface. The names of API classes and interfaces may
+ legitimately appear in client code.</li>
+
+ <li><b>API method or constructor</b> - a <tt>public</tt> or <tt>protected</tt>
+ method or constructor either declared in, or inherited by, an API
+ class or interface. The names of API methods may legitimately appear
+ in client code.</li>
+
+ <li><b>API field</b> - a <tt>public</tt> or <tt>protected</tt> field
+ either declared in, or inherited by, an API class or interface. The
+ names of API fields may legitimately appear in client code.</li>
+
+</ul>
+Everything else is considered internal implementation detail and off
+limits to all clients. Legitimate client code must never reference the
+names of non-API elements (not even using Java reflection). In some
+cases, the Java language's name accessibility rules are used to disallow
+illegal references. However, there are many cases where this is simply
+not possible. Observing this one simple rule avoids the problem
+completely:
+<ul>
+ <li><b>Stick to officially documented APIs. </b>Only reference
+ packages that are documented in the <b><i>published API Javadoc</i></b>
+ for the component. Never reference a package belonging to another
+ component that has "internal" in its name---these are never API. Never
+ reference a package for which there is no published API
+ Javadoc---these are not API either.</li>
+</ul>
+
+<h3>General Rules</h3>
+The specification of API elements is generated from Javadoc comments in
+the element's Java source code. For some types of elements, the
+specification is in the form of a contract. For example, in the case of
+methods, the contract is between two parties, the caller of the method
+and the implementor of the method. The fundamental ground rule is:
+
+<ul>
+ <li><b>Honor all contracts.</b> The contracts are described in the
+ published Javadoc for the API elements you are using.</li>
+</ul>
+The term "must", when used in an API contract, means that it is
+incumbent on the party to ensure that the condition would always be met;
+any failure to do so would be considered a programming error with
+unspecified (and perhaps unpredictable) consequences.
+<ul>
+ <li><b>You must honor "must". </b>Pay especially close heed to
+ conditions where "must" is used.</li>
+</ul>
+Other common sense rules:
+<ul>
+ <li><b>Do not rely on incidental behavior. </b>Incidental behavior is
+ behavior observed by experiment or in practice, but which is not
+ guaranteed by any API specification.</li>
+
+ <li><b>Do not treat null as an object.</b> Null is more the lack of an
+ object. Assume everything is non-null unless the API specification
+ says otherwise.</li>
+
+ <li><b>Do not try to cheat with Java reflection.</b> Using Java
+ reflection to circumvent Java compiler checking buys you nothing more.
+ There are no additional API contracts for uses of reflection;
+ reflection simply increases the likelihood of relying on unspecified
+ behavior and internal implementation detail.</li>
+
+ <li><b>Use your own packages. </b>Do not declare code in a package
+ belonging to another component. Always declare your own code in your
+ own packages.</li>
+</ul>
+
+<h3>Calling public API methods</h3>
+For most clients, the bulk of the Eclipse API takes the form of public
+methods on API interfaces or classes, provided for the client to call
+when appropriate.
+<ul>
+ <li><b>Ensure preconditions.</b> Do ensure that an API method's
+ preconditions are met before calling the method. Conversely, the
+ caller may safely assume that the method's postconditions will have
+ been achieved immediately upon return from the call.</li>
+
+ <li><b>Null parameters.</b> Do not pass null as a parameter to an API
+ method unless the parameter is explicitly documented as allowing null.
+ This is perhaps the most frequently made programming error.</li>
+
+ <li><b>Restricted callers.</b> Do not call an API method that is
+ documented as available only to certain callers unless you're one of
+ them. In some situations, methods need to be part of the public API
+ for the benefit of a certain class of callers (often internal);
+ calling one of these methods at the wrong time has unspecified (and
+ perhaps unpredictable) consequences.</li>
+
+ <li><b>Debugging methods.</b> Do not call an API method labelled "for
+ debugging purposes only". For example, most <tt>toString()</tt>
+ methods are in this category.</li>
+
+ <li><b>Parameter capture.</b> Do not pass an array, collection, or
+ other mutable object as a parameter to an API method and then modify
+ the object passed in. This is just asking for trouble.</li>
+</ul>
+
+<h3>Instantiating platform API classes</h3>
+Not all concrete API classes are intended to be instantiated by just
+anyone. API classes have an instantiation contract indicating the terms
+under which instances may be created. The contract may also cover things
+like residual initialization responsibilities (for example, configuring
+a certain property before the instance is fully active) and associated
+lifecycle responsibilities (for example, calling <tt>dispose()</tt> to
+free up OS resources hung on to by the instance). Classes that are
+designed to be instantiated by clients are explicitly flagged in the
+Javadoc class comment (with words like "Clients may instantiate.").
+<ul>
+ <li><b>Restricted instantiators.</b> Do not instantiate an API class
+ that is documented as available only to certain parties unless you're
+ one of them. In some situations, classes need to be part of the public
+ API for the benefit of a certain party (often internal); instantiating
+ one of these classes incorrectly has unspecified (and perhaps
+ unpredictable) consequences.</li>
+</ul>
+
+<h3>Subclassing platform API classes</h3>
+Only a subset of the API classes were designed to be subclassed. API
+classes have a subclass contract indicating the terms under which
+subclasses may be declared. This contract also covers initialization
+responsibilities and lifecycle responsibilities. Classes that are
+designed to be subclassed by clients are explicitly flagged in the
+Javadoc class comment (with words like "Clients may subclass.").
+<ul>
+ <li><b>Restricted subclassers.</b> Do not subclass an API class that
+ is not intended to be subclassed. Treat these classes as if they had
+ been declared final. (These are sometimes referred to as "soft final"
+ classes).</li>
+
+</ul>
+
+<h3>Calling protected API methods</h3>
+Calling inherited protected and public methods from within a subclass is
+generally allowed; however, this often requires more care to correctly
+call than to call public methods from outside the hierarchy.
+<h3>Overriding API methods</h3>
+Only a subset of the public and protected API methods were designed to
+be overridden. Each API method has a subclass contract indicating the
+terms under which a subclass may override it. By default, overriding is
+not permitted. It is important to check the subclass contract on the
+actual method implementation being overridden; the terms of subclass
+contracts are not automatically passed along when that method is
+overridden.
+<ul>
+ <li><b>Do not override a public or protected API method unless it is
+ explicitly allowed.</b> Unless otherwise indicated, treat all methods
+ as if they had been declared final. (These are sometimes known as
+ "soft final" methods). If the kind of overriding allowed is:</li>
+
+ <ul>
+ "
+ <b>implement</b>
+ " - the abstract method declared on the subclass must be implemented
+ by a concrete subclass
+ <br>
+ "
+ <b>extend</b>
+ " - the method declared on the subclass must invoke the method on
+ the superclass (exactly once)
+ <br>
+ "
+ <b>re-implement</b>
+ " - the method declared on the subclass must not invoke the method
+ on the superclass
+ <br>
+ "
+ <b>override</b>
+ " - the method declared on the subclass is free to invoke the method
+ on the superclass as it sees fit
+ </ul>
+
+ <li><b>Ensure postconditions. </b>Do ensure that any postconditions
+ specified for the API method are met by the implementation upon
+ return.</li>
+
+ <li><b>Proactively check preconditions. </b>Do not presume that
+ preconditions specified for the API method have necessarily been met
+ upon entry. Although the method implementation would be within its
+ rights to not check specified preconditions, it is usually a good idea
+ to check preconditions (when feasible and reasonably inexpensive) in
+ order to blow the whistle on misbehaving callers.</li>
+
+ <li><b>Null result. </b>Do not return null as a result from an API
+ method unless the result is explicitly documented (on the specifying
+ interface or superclass) as allowing null.</li>
+
+ <li><b>Return copies. </b>Do not return an irreplaceable array,
+ collection, or other mutable object as the result from an API method.
+ Always return a copy to avoid trouble from callers that might modify
+ the object.</li>
+</ul>
+
+<h3>Implementing platform API interfaces</h3>
+Only a subset of the API interfaces were designed to be implemented by
+clients. API interfaces have a contract indicating the terms under which
+it may be implemented. Interfaces that are designed to be implemented by
+clients are explicitly flagged in the Javadoc class comment (with words
+like "Clients may implement."). A client may declare a subinterface of
+an API interface if and only if they are allowed to implement it.
+<ul>
+ <li><b>Restricted implementors.</b> Do not implement an API interface
+ that is documented as available only to certain parties unless you're
+ one of them. In many situations, interfaces are used to hide internal
+ implementation details from view.</li>
+</ul>
+
+<h3>Implementing public API methods</h3>
+See "Overriding API methods".
+<h3>Accessing Fields in API classes and interfaces</h3>
+Clients may read API fields, most of which are final. Certain
+struct-like objects may have non-final public fields, which clients may
+read and write unless otherwise indicated.
+<ul>
+ <li><b>Null fields.</b> Do not set an API field to null unless this is
+ explicitly allowed.</li>
+</ul>
+
+<h3>Casting Objects of a known API type</h3>
+An object of a known API type may only be cast to a different API type
+(or conditionally cast using instanceof) if this is explicitly allowed
+in the API.
+<ul>
+
+ <li><b>Cast and instanceof.</b> Do not use instanceof and cast
+ expressions to increase what is known about an object beyond what the
+ API supports. Improper use exposes incidental implementation details
+ not guaranteed by the API.</li>
+</ul>
+And, of course, casting any object to a non-API class or interface is
+always inappropriate.
+<h3>Not Following the Rules</h3>
+Whether done knowingly or unwittingly, there are consequences for
+transgressing the rules. It might be easier for all involved if there
+were API police that would bust you for breaking the rules. However,
+that is not the case. For the most part, API conformance operates as an
+honor system, with each client responsible for knowing the rules and
+adhering to them.
+<p>The contracts on the API elements delimit the behavior that is
+supported and sustained. As the Eclipse platform matures and evolves, it
+will be the API contracts that guide how this evolution happens. Outside
+of these contracts, everything is unsupported and subject to change,
+without notice, and at any time (even mid-release or between different
+OS platforms). Client code that oversteps the above rules might fail on
+different versions and patch levels of the platform; or when run on
+different underlying OSes; or when run with a different mix of
+co-resident plug-ins; or when run with a different workbench
+perspective; and so on. Indeed, no one is even particularly interested
+in speculating exactly how any particular transgression might come back
+to bite you. To those who choose to ignore the rules, don't say that you
+weren't warned. And don't expect much more than a sympathetic "Told you
+so."</p>
+<p>On the other hand, client plug-in code that lives by the above rules
+should continue to work across different versions and patch levels of
+the platform, across different underlying OSes, and should peacefully
+co-exist with other plug-ins. If everyone plays by the rules, the
+Eclipse platform will provide a stable and supported base on which to
+build exciting new products.</p>
+<p><small>Java and all Java-based trademarks and logos are trademarks or
+registered trademarks of Sun Microsystems, Inc. in the United States,
+other countries, or both.</small></p>
+</blockquote>
+</body>
+
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/assembly.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/assembly.html
new file mode 100644
index 0000000..0fb5190
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/assembly.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">Assembly Tools</p>
+
+
+<p>The assembly component contains features definitions for building the
+JST release, its SDK, and its test suite. The component lead is Naci
+Dai.</p>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/common_command.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/common_command.html
new file mode 100644
index 0000000..37ff351
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/common_command.html
@@ -0,0 +1,151 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">What Is The Common Component?</p>
+<p>Actually, its three components – wst.common, jst.common,
+wst.command</p>
+<p><em>"The common components contain plugins that provide generic
+functionality that are applicable in several different contexts. Plugins
+in the common component should not have dependencies on plugins outside
+of the Eclipse base.”</em></p>
+<p>Some conceptual tests to decide what should go into common…</p>
+<ul>
+ <li>Is it destined for API ?
+ <ul>
+ <li>if it has no API story, its should be moved into a different
+ component specific to those who need it</li>
+ </ul>
+ </li>
+ <li>Should it ultimately live in base Eclipse ?
+ <ul>
+ <li>common is often used as a temporary staging ground for generic
+ function that will eventually be absorbed into base Eclipse</li>
+ </ul>
+ </li>
+ <li>What are the dependencies?
+ <ul>
+ <li>if the function has dependencies on more than base eclipse,
+ that’s a red flag that it might not be ‘common’</li>
+ </ul>
+ </li>
+ <li>Is it generic?
+ <ul>
+ <li>Is this function generically applicable to multiple domains in
+ practice (not just theory</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Development - WTP 1.0</p>
+<ul>
+ <li>One of our main goals in the common area is to ?Work with the
+ platform? to help integrate existing frameworks delivered by both
+ projects.
+ <ul>
+ <li>Common Navigator (Move down to Platform/UI in 3.2)</li>
+ <li>Undoable commands (Integrate, and push down requirements)</li>
+ <li>Converged environment / command / data frameworks</li>
+ <li>Flexible Projects (Integrate, Drive requirements)</li>
+ <li>Logical resources (Integrate)</li>
+ <li>Tabbed properties sheet (Move down)</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Common - Evolution</p>
+<ul>
+ <li>Existing plugins may migrate to base Eclipse (or other projects)</li>
+ <ul>
+ <li>tabbes properities sheet</li>
+ <li>project navigator</li>
+ </ul>
+ <li>Existing plugins may not be 'common' enough
+ <ul>
+ <li>in practice function is less 'common' than we initial thought...
+ who's actually using it?</li>
+ </ul>
+ </li>
+</ul>
+<p>We need to collectively scrutinize the 'common' components to rnsure
+things lives in the right place</p>
+<p class="ueberschrift">Plugins - Dependencies</p>
+<ul>
+ <li>Eclipse
+ <ul>
+ <li>Platform
+ <ul>
+ <li>JDT,Resource</li>
+ </ul>
+ </li>
+ <li>JEM
+ <ul>
+ <li>Java Model (Reflective EMF Model)</li>
+ <li>EMF Extensions (Shared by JEM and WTP)
+ <ul>
+ <li>Project scoped Resources</li>
+ <li>RefResource</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>EMF
+ <ul>
+ <li>Primary metamodel framework</li>
+ <li>EMF.edit</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">API<a name="API"></a> - Status</p>
+<ul>
+ <li>Provisional API
+ <ul>
+ <li>Flexible Project API</li>
+ <li>Validation</li>
+ <li>Data model wizard/commands</li>
+ <li>Environment framework</li>
+ <li>Common Navigator</li>
+ </ul>
+ </li>
+ <li>Internal frameworks
+ <ul>
+ <li>EMF extensions ? base function shared with JEM to be pushed to
+ EMF</li>
+ <li>Proposed API is relatively young</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Bugzilla - Queries</p>
+<ul>
+ <li>Query for wst.common, wst.validation:
+ <ul>
+ <li><a
+ href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Web+Tools&component=wst.
+ common&component=wst.validation&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">wst.common;
+ wst.validation </a></li>
+ </ul>
+ </li>
+ <li>Query for wst.command:
+ <ul>
+ <li><a
+ href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Web+Tools&component=wst.command&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">wst.command</a></li>
+ </ul>
+ </li>
+</ul>
+<br>
+<br>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/default.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/default.html
new file mode 100644
index 0000000..cce46d1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/default.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=ISO-8859-1">
+<title>No description</title>
+</head>
+<body>
+<h1>Currently no description about the plugin</h1>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ejb.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ejb.html
new file mode 100644
index 0000000..94164dc
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ejb.html
@@ -0,0 +1,154 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">EJB Generation Framework</p>
+<ul>
+ <li>Component in JST
+ <ul>
+ <li>EJB Generation using Datamodels and Operations</li>
+ </ul>
+ </li>
+ <li>Functional Overview
+ <ul>
+ <li>The framework provides a means for defining EJB components using
+ DataModels, and provides and extensible way of generating ejb
+ components using operations.</li>
+ <li>Provides extensible wizards to define and trigger EJB generators
+ </li>
+ <li>Provides an example generator using XDoclet</li>
+ </ul>
+ </li>
+ <li>Extensible
+ <ul>
+ <li>IEJBGenerator extension point</li>
+ <li>Nested wizards to insert specific UrIs</li>
+ <li>Nested models to extend the models.</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">EJB Model</p>
+<ul>
+ <li>J2EE models for ejb are available in JST
+ <ul>
+ <li>EMF models</li>
+ <li>Reflect the standards view of an ejb</li>
+ <li>org.eclipse.jst.j2ee.ejb</li>
+ </ul>
+ </li>
+ <li>EJB tooling needs more
+ <ul>
+ <li>Seperate the following views
+ <ul>
+ <li>J2EE Standard x Tooling API x Runtime Extensions</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+<p> </p>
+<table
+ width="50%"
+ border="0"
+ cellspacing="10"
+ bgcolor="#00CCFF">
+ <tr>
+ <td align="center">We use the delegate pattern to avoid the coupling
+ that can make j2ee models hard to maintain</td>
+ </tr>
+</table>
+<p class="ueberschrift">EJB Generation Datamodels</p>
+<ul>
+ <li>Provides validation of properties</li>
+ <li>Event notification on property change</li>
+ <li>Usable with WTP operation
+ <ul>
+ <li>potential non-gui use</li>
+ </ul>
+ </li>
+</ul>
+<img
+ src="../sources/EJB_generation_datamodels.gif"
+ width="500"
+ height="200"
+ alt="">
+<p class="ueberschrift">Delegates</p>
+<img
+ src="../sources/delegates.gif"
+ width="500"
+ height="250"
+ alt="">
+<p class="ueberschrift">Related Open Source Projects (IP)</p>
+<ul>
+ <li>XDoclet</li>
+ <ul>
+ <li>XDoclet.sf.net</li>
+ <li>Only used for generating ejb code. Not a runtime framework</li>
+ </ul>
+</ul>
+<p class="ueberschrift">EJB Generator</p>
+<ul>
+ <li>EJB Generaiton Tooling Provides an extension point
+ <ul>
+ <li>IEJBGenerator</li>
+ <br>
+ <div class="code">public interface IEJBGenerator { <br>
+ public void generateSession(ISessionBean
+ bean,IProgressMonitor monitor);<br>
+ public void
+ generateMessageDriven(IMessageDrivenBean bean,IProgressMonitor
+ monitor);<br>
+ }</div>
+ <br>
+ <br>
+ <li>An example implemention is XDoclet</li>
+ <br>
+ <div class="code"><extension<br>
+ point="org.eclipse.jst.j2ee.ejb.annotation.model.ejbGenerator"><br>
+ <br>
+ <ejbGenerator<br>
+ name="XDoclet"<br>
+ class="org.eclipse.jst.j2ee.....XDocletAnnotationProvider"
+ /><br>
+ <br>
+ </extension></div>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">EJB Bean wizards</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="10">
+ <tr>
+ <td>
+ <ul>
+ <li>WTP Extensible Wizards</li>
+ <ul>
+ <li>Single entry point that nests other ejb wizards</li>
+ <li>Creates an operationthat launches a generator</li>
+ </ul>
+ </ul>
+ </td>
+ <td><img
+ src="../sources/j2ee_8.jpg"
+ width="307"
+ height="372"
+ alt=""></td>
+ </tr>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/j2ee.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/j2ee.html
new file mode 100644
index 0000000..0bab9a3
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/j2ee.html
@@ -0,0 +1,110 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<p class="ueberschrift">What are the J2EE Tools?</p>
+
+<p>Made up of 4 components - wst.web, jst.j2ee, jst.ejb, jst.servlet</p>
+<p><em> Why 4 components?</em></p>
+<ul>
+ <li>wst.web - Support for Simple(Non-Java)Web Projects</li>
+ <li>jst.j2ee- Contains all models/Common J2EE support</li>
+ <li>jst.ejb, jst.servlet - Module type support, featurs possible</li>
+</ul>
+<p class="ueberschrift">J2EE API <span class="note">(external links)</span></p>
+<!-- WST API JavaDoc JST API JavaDoc-->
+<p class="schema"><a
+ href="http://www.eclipse.org/webtools/jst/components/j2ee/api/j2ee_models_overview.html">
+The J2EE Deployment Descriptor Models</a></p>
+<p>These EMF-based models allow for model-driven access and modification
+of J2EE deployment descriptors. Clients may use these models to build
+operations, wizards, editors, or whatever they can envision!</p>
+<p class="schema"><a
+ href="http://www.eclipse.org/webtools/jst/components/j2ee/api/j2ee_operationsAPI.html">
+J2EE Module Operations(module creation, import and export) API</a></p>
+
+
+<p>J2EE operations provide capabilities to create J2EE artifacts within
+projects, import deployable archives, and export modules from a project
+into a deployable archive.</p>
+<p class="schema"><a
+ href="http://www.eclipse.org/webtools/jst/components/j2ee/api/j2ee_wizardsAPI.html">
+J2EE Module UI (module creation, import and export) API</a></p>
+
+
+<p>J2EE Wizards depend on the J2EE Operations and allow users to create
+J2EE artifacts within projects, import deployable archives, and export
+modules from a project into a deployable archive.</p>
+<p class="schema"><a
+ href="http://www.eclipse.org/webtools/jst/components/j2ee/api/module_core_api.html">
+Flexible Project Structure API</a></p>
+
+
+<p>The Flexible Project Structure API, also referred to as ModuleCore,
+allows consumers to build J2EE compliant modules from arbitrary
+structures within Eclipse projects. The overview discussed the core
+pieces of the API with appropriate diagrams and code snippets.</p>
+<p class="schema"><a
+ href="http://www.eclipse.org/webtools/jst/components/j2ee/api/flexibleProjectApiAndUsage.html">
+Flexible Project Content MetaModel API</a></p>
+<p>The Flexible Project Content Model API allows consumers to build J2EE
+compliant components from arbitrary structures within Eclipse projects.
+This document covers the J2EE Artifact Edit api usage and migration info
+from old NatureRuntime and EditModel api and some code snippets on how
+to use the ArtifactEdits.</p>
+
+<p class="ueberschrift">Function<a name="Function"></a> - J2EE Tools</p>
+
+<table
+ width="90%"
+ border="0"
+ cellspacing="10">
+ <tr>
+ <td>
+ <ul>
+ <li>J2EE EMF models</li>
+ <li>New J2EE Project Wizards/Commands</li>
+ <li>Import-Export Wizards/Commands</li>
+ <li>J2EE Navigator Integration</li>
+ <li>Flexible Project</li>
+ <ul>
+ <li>Preferences</li>
+ <li>Dependency properties</li>
+ </ul>
+ <li>EJB Generation Framework</li>
+ <ul>
+ <li>Annotation based generation</li>
+ <li>Session/MDB</li>
+ </ul>
+ <li>Servlet creation</li>
+ <ul>
+ <li>Annotation/Template generation</li>
+ </ul>
+ <li>New Simple Web Project</li>
+ <li>Server Integration/Publish tasks</li>
+ <li>J2EE Validation/J2EE Web Services</li>
+ </ul>
+ </td>
+ <td><img
+ src="../sources/j2ee_1.jpg"
+ width="344"
+ height="304"
+ alt=""></td>
+ </tr>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jsp.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jsp.html
new file mode 100644
index 0000000..03807e0
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jsp.html
@@ -0,0 +1,210 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">JSP Tools</p>
+<p>The jsp component contains the JSP editor, model, views, wizards,
+etc. The component lead is David Williams.</p>
+<ul>
+ <li>See: Reintroducing the Structured Source Editing family of editors<br>
+ <a href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html">
+ http://eclipse.org/webtools/wst/components/sse/M2/m2.html </a></li>
+</ul>
+<p class="schema">JSP UI</p>
+
+
+<p>The jsp ui component has the API needed to support jsp regions in
+editors.</p>
+
+
+<p><code>StructuredTextViewerConfigurationJSP</code> can be used by
+clients to access processors used to handle JSP regions. Processors
+include: autoedit, content assist, text hover, reconciler.</p>
+<p class="schema">JSP Core</p>
+
+
+<p>The jsp core component has the API needed to support the jsp model.</p>
+<p class="schema">Content type</p>
+
+
+<p><code>ContentTypeIdForJSP</code> contains the content type id for
+JSP. For more information, see: <code>org.eclipse.jst.jsp.core.contenttype</code></p>
+<p class="schema">Content Model</p>
+
+
+<p>The JSP content model includes content models for JSP 1.1, JSP 1.2,
+and JSP 2.0. For more information, see: <code>org.eclipse.jst.jsp.core</code></p>
+<p class="schema">StructuredDocument regions</p>
+
+
+<p>JSP StructuredDocument regions include various regions commonly found
+in JSP documents. Structured document regions include: jsp comment
+open/close brackets, jsp directive open/close brackets. For more
+information, see: <code>org.eclipse.jst.jsp.core.model.parser</code></p>
+<p class="schema">Partition Types</p>
+
+
+<p>JSP partition types include various partition types found in JSP
+documents. Partition types include: jsp directive, jsp comment, java
+content, javascript content. For more information, see: <code>org.eclipse.jst.jsp.core.text
+</code></p>
+<p class="ueberschrift">Servlet Tools</p>
+<p>The servlet component contains the servlet editors, models, views,
+wizards, etc. The component lead is Naci Dai.</p>
+
+<ul>
+ <li>J2EE Main page(Servlet info found here)<br>
+ <a
+ href="http://eclipse.org/webtools/jst/components/j2ee/j2ee_index.html">
+ http://eclipse.org/webtools/jst/components/j2ee/j2ee_index.html</a></li>
+</ul>
+<p class="ueberschrift">Feature Matrix</p>
+<p>The following table represents the features for our various source
+editors that will play a role in our testing, according to the following
+legend.</p>
+<ul>
+ <li><b>Y - </b>Yes, should work, will be tested</li>
+</ul>
+<ul>
+ <li><b>P - </b>Planned for later, will not be tested this milestone</li>
+</ul>
+<ul>
+ <li><b>N - </b>No, no plans, does not work, will not be tested</li>
+</ul>
+<table
+ align="center"
+ border="1"
+ cellpadding="0"
+ cellspacing="2"
+ width="90%">
+ <caption align="bottom">Source Editing Feature Matrix</caption>
+ <tbody>
+ <tr>
+ <th style="text-align: left;"></th>
+ <th style="text-align: center;">JSP</th>
+ </tr>
+
+ <tr>
+ <td style="text-align: left;">Highlighting</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Semantic Highlighting</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Content Assist</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Parameter/Attribute Hints</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Document/Element Formatting</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Structured Selection</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Hover Info</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Smart Edit</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Open On (hyperlinks)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Mark Occurrences</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Linked Edit</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Find Element Occurrences</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Validate as-you-type</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Delimiter Highlighting (bracket
+ matching)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Refactoring</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Search Participant</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Fix/Assist</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Property Sheet</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Outline View</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Folding</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Annotation Navigation (go to next
+ annotation)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">External Files</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Toggle Comment</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Type Hierarchy View</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Outline</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Task Tags in Source Comments</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ </tbody>
+</table>
+
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jst.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jst.html
new file mode 100644
index 0000000..5d754af
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jst.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Project Context</p>
+<h2></h2>
+<p>The scope of the J2EE Standard Tools subproject is the support of
+J2EE programming. This includes the support of APIs covered by the
+J2EE1.4 specifications (e.g. JSP, Servlets, EJBs, JCA, JMS, JNDI, JDBC,
+Java Web Services, JAX* and related JSRs). Support for JCP
+specifications commonly used in Web Applications, but not included in
+J2EE1.4 is to be studied on a case by case basis (ex: JSF,JDO).</p>
+<p>Support of frameworks not covered by the JCP (ex: Struts, Hibernate,
+XMLC) is outside the scope of this project, such projects could find a
+home in the Eclipse Technology project.</p>
+<p>JST has annotation support (JSR 175-Metadata), on top of those
+provided in the JDT, e.g. for code assist, where applicable. Annotation
+support includes JSR 181-Metadata for Web Services, and in the future
+will include support for other standardized metadata such as EJBs. In
+the transitional period until there are JSRs for J2EE annotations, JST
+will have some support for widely accepted open technologies such as
+XDoclet.</p>
+<p class="ueberschrift">Project Architecture</p>
+<br>
+<p><img
+ src="../sources/jstsubsystems.jpg"
+ alt=""></p>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.controller.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.controller.html
new file mode 100644
index 0000000..3f06368
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.controller.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.annotations.controller</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.annotations.controller</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>annotationsController<br>
+ AnnotationTagInfo<br>
+ AnnotationTagSet<br>
+ AnnotationTagDynamicInitializer</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.jst.common.annotations.core<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jem.workbench</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.core.html
new file mode 100644
index 0000000..2b35b84
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.core.html
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.annotations.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.annotations.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.emf.ecore<br>
+ org.eclipse.wst.common.emf</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.ui.html
new file mode 100644
index 0000000..650ece9
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.ui.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.annotations.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.annotations.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jdt.ui.javadocCompletionProzessor</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.views<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.swt<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jst.common.annotations.core<br>
+ org.eclipse.jst.common.annotations.controller</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.html
new file mode 100644
index 0000000..79e334b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.html
@@ -0,0 +1,169 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.frameworks</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.frameworks</h1>
+
+<p>Version 0.7.0</p>
+<p class="ueberschrift">Validation Framework</p>
+<ul>
+ <li>Component in WST
+ <ul>
+ <li>Validation</li>
+ </ul>
+ </li>
+ <li>Functional Overview
+ <ul>
+ <li>The framework provides a means for validators built using the
+ framework to validate resources in a project manually or
+ automatically.</li>
+ </ul>
+ </li>
+ <li>Links
+ <ul>
+ <li>http://www.eclipse.org/webtools/wst/components/validation/ValidationOverview.html
+ </li>
+ </ul>
+ </li>
+ <li>API
+ <ul>
+ <li>Currently there are no defined API in the framework and have
+ been defined as provisional internal API for WTP 0.7 release.</li>
+ <li>A fully defined API for the framework is planned for WTP 1.0</li>
+ </ul>
+ </li>
+ <li>Future Enhancements
+ <ul>
+ <li>The enhancements are geared towards performance improvements on
+ running validators built using the framework
+ <ul>
+ <li>Provide mechanism for individual validators to run
+ asynchronously</li>
+ <li>Change Global and Project level validation preferences to give
+ users more control to turn validators on and off on a build and
+ manual validation.</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>Test Scenarios
+ <ul>
+ <li>The overall framework test scenario can be found at</li>
+ <li><a
+ href="http://www.eclipse.org/webtools/wst/components/validation/scenarios/validation_framework_testplan.html ">http://www.eclipse.org/webtools/wst/components/validation/scenarios/validation_framework_testplan.html
+ </a></li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Datamodel Framework</p>
+<ul>
+ <li>Mechanism for tracking related data for operations & wizards
+ (coming soon)
+ <ul>
+ <li>Properties
+ <ul>
+ <li>get/set</li>
+ <li>default/valid values</li>
+ <li>validation/enablement</li>
+ </ul>
+ </li>
+ <li>Know how to run themselves using operations</li>
+ <li>Nesting/Extendable</li>
+ <li>Wizards (coming soon)
+ <ul>
+ <li>DataModels know how to build their wizards</li>
+ <li>Easy to build wizards on top of wizards</li>
+ <li>Extendable</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Enviroment Framework</p>
+<ul>
+ <li>For writing components for multiple environments. Eg:
+ <ul>
+ <li>Eclipse GUI</li>
+ <li>Eclipse headless</li>
+ <li>Java command line</li>
+ <li>Ant task / JUnit / Batch</li>
+ <li>Web service</li>
+ </ul>
+ </li>
+ <li>Aspects
+ <ul>
+ <li>Progress monitoring</li>
+ <li>Status handling</li>
+ <li>URI-based resource access</li>
+ <li>Command stack management</li>
+ </ul>
+ </li>
+ <li>Integrates with ?the? command framework (today there are three!)</li>
+ <li>Eclipse GUI Environment
+ <ul>
+ <li>Dynamic Wizard Framework for highly non-deterministic wizards</li>
+ <li>Complete separation from command-pattern based engine code</li>
+ </ul>
+ </li>
+ <li>Convergence TBD with DataModel, IUndoableOperation, etc.</li>
+</ul>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem.util.uiContextSensitiveClass<br>
+ org.eclipse.wst.common.frameworks.validationSelectionHandler<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.jst.common.annotations.core<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jem.workbench</td>
+ </tr>
+</table>
+<br>
+<br>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.ui.html
new file mode 100644
index 0000000..fca69cf
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.ui.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.frameworks.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.frameworks.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>wtpuiAction<br>
+ extendedViewer<br>
+ extendableWizard<br>
+ wizardPageGroup<br>
+ DataModelWizardExtension</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem.util.uiTester<br>
+ org.eclipse.jem.util.uiContextSensitiveClass<br>
+ org.eclipse.wst.common.frameworks.WTPActivityBridgeHelper<br>
+ org.eclipse.wst.common.frameworks.ExtendableOperation<br>
+ org.eclipse.ui.preferencePages</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.frameworks;visibility:=reexport<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.launcher.ant.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.launcher.ant.html
new file mode 100644
index 0000000..c01dff1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.launcher.ant.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.launcher.ant</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.launcher.ant</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.navigator.java.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.navigator.java.html
new file mode 100644
index 0000000..b8d8494
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.navigator.java.html
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.common.navigator.java</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.common.navigator.java</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>compressedProject<br>
+ workingSetProviders</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.navigator.views.navigatorContent<br>
+ org.eclipse.wst.common.navigator.views.commonFilter<br>
+ org.eclipse.wst.common.navigator.views.thirdPartyFilterProvider<br>
+ org.eclipse.wst.common.navigator.views.actionProvider<bR>
+ org.eclipse.ui.decorators<br>
+ org.eclipse.wst.common.navigator.views..linkHelper<br>
+ org.eclipse.wst.common.navigator.views.dropHandler<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.wst.common.navigator.views.navigatorViewer<br>
+ org.eclipse.ui.workingSets<br>
+ org.eclipse.ui.elementFactories<br>
+ org.eclipse.wst.common.ui.properties.propertyContributor<br>
+ org.eclipse.wst.common.ui.properties.propertyTabs<br>
+ org.eclipse.wst.common.ui.properties.propertySections</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.navigator.views<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.emf.edit.ui<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.team.core<br>
+ org.eclipse.wst.common.ui.properties<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ltk.core.refactoring</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.doc.isv.html
new file mode 100644
index 0000000..a12db5c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.doc.isv.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.doc.isv</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.doc.isv</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.help</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.help.toc</td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.doc.isv.html
new file mode 100644
index 0000000..ba65263
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.doc.isv.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ejb.doc.isv</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ejb.doc.isv</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.ui.html
new file mode 100644
index 0000000..9ae06ab
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.ui.html
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ejb.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ejb.ui</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.actoiSets<br>
+ org.eclipse.ui.exportWizards<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.ui.decorators<br>
+ org.eclipse.ui.importWizards<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.jst.j2ee.ui<br>
+ org.eclipse.jst.common.annotations.controller<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.html
new file mode 100644
index 0000000..1ec0892
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.html
@@ -0,0 +1,133 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.apache.ant<br>
+ org.apache.axis11<br>
+ org.eclipse.ant.core<br>
+ org.eclipse.ant.ui<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.core.expressions<br>
+ org.eclipse.core.filebuffers<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.emf.ecore.edit<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.emf.edit.ui<br>
+ org.eclipse.jdt<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.debug<br>
+ org.eclipse.jdt.debug.ui<br>
+ org.eclipse.jdt.junit<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.jem<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.jface<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ltk.core.refactoring<br>
+ org.eclipse.ltk.ui.refactoring<br>
+ org.eclipse.search<br>
+ org.eclipse.swt<br>
+ org.eclipse.team.core<br>
+ org.eclipse.text<br>
+ org.eclipse.ui<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui.externaltools<br>
+ org.eclipse.ui.forms<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.command.env.ui<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.wst.common.navigator.views<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.wst.css.core<br>
+ org.eclipse.wst.css.ui<br>
+ org.eclipse.wst.html.core<br>
+ org.eclipse.wst.html.ui<br>
+ org.eclipse.wst.internet.monitor.core<br>
+ org.eclipse.wst.javaskript.ui<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.server.ui<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.see.ui<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.wst.web<br>
+ org.eclipse.wst.ws<br>
+ org.eclipse.wst.ws.explorer<br>
+ org.eclipse.wst.ws.parser<br>
+ org.eclipse.wst.ws.ui<br>
+ org.eclipse.wst.wsdl<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.xml.ui<br>
+ org.eclipse.xsd<br>
+ org.uddi4j<br>
+ org.wsdl4j<br>
+ </td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.core.html
new file mode 100644
index 0000000..d2a3646
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.core.html
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.core</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>ejbModelExtender</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.emf.ecore.generated_package<br>
+ org.eclipse.wst.common.emf.packageURIMap</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.doc.isv.html
new file mode 100644
index 0000000..0a1e5ba
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.doc.isv.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.doc.isv</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.doc.isv</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotation.model.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotation.model.html
new file mode 100644
index 0000000..a2679ff
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotation.model.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.ejb.annotations.model</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.ejb.annotations.model</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>ejbGenerator</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.jem<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.ui</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.emitter.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.emitter.html
new file mode 100644
index 0000000..57c253f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.emitter.html
@@ -0,0 +1,66 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.ejb.annotations.ermitter</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.ejb.annotations.ermitter</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>template</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.text<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.ejb.annotation.model<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.ui.html
new file mode 100644
index 0000000..07fbb46
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.ui.html
@@ -0,0 +1,73 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.ejb.annotations.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.ejb.annotations.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.newWizards<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard<br>
+ org.eclipse.ui.preferencePages</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.ui<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.ui<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.jst.j2ee.ejb.annotation.model<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jst.ejb.ui<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.html
new file mode 100644
index 0000000..4652c4b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.html
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.ejb.annotations.xdoclet</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.ejb.annotations.xdoclet</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources.builders<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.jst.j2ee.ejb.annotations.emitter.template<br>
+ org.eclipse.jst.j2ee.ejb.annotation.model.ejbGenerator<br>
+ org.eclipse.jst.common.annotations.controller.AnnotationTagSet<br>
+ org.eclipse.jst.common.annotations.controller.AnnotationTagInfo</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee.ejb.annotations.emitter;<br>
+ org.eclipse.jdt<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jst.common.annotations.controller<br>
+ org.eclipse.jst.j2ee.ejb.annotation.model<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.ant.core<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.ant.ui<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.ui.externaltools<br>
+ org.eclipse.jdt.debug.ui</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.html
new file mode 100644
index 0000000..ddd4348
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.html
@@ -0,0 +1,89 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.ejb</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.ejb</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.jst.j2ee.EARModuleExtension<br>
+ org.eclipse.wst.common.emfworkbench.integration.adapterFactory<br>
+ org.eclipse.wst.validation.validator<br>
+ org.eclipse.core.resources.markers<br>
+ org.eclipse.wst.server.core.moduleArtifactAdapters<br>
+ org.eclipse.core.runtime.adapters<br>
+ org.eclipse.wst.server.core.moduleFactories<br>
+ org.eclipse.wst.common.frameworks.ExtendableOperation<br>
+ org.eclipse.ui.ide.resourceFilters<br>
+ org.eclipse.wst.common.modulecore.artifactedit<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.wst.common.frameworks.DataModelProviderExtension</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.jem<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.emf.ecore.edit<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.html
new file mode 100644
index 0000000..40fbce7
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.html
@@ -0,0 +1,102 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>J2EEModulePostImport<br>
+ EARModuleExtension<br>
+ DeployerExtension<br>
+ resourceEnvRefType<br>
+ resourceRefType<br>
+ WebServiceClientGenerator<br>
+ ExtendedModuleImport<br>
+ WSDLServiceHelper"</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources.natures<br>
+ org.eclipse.jem.util.nature_registration<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.wst.common.modulecore.artifactedit<br>
+ org.eclipse.wst.internet.cache.cacheresource<br>
+ org.eclipse.core.resources.builders<br>
+ org.eclipse.wst.validation.validator<br>
+ org.eclipse.core.resources.markers<br>
+ org.eclipse.emf.ecore.generated_package<br>
+ org.eclipse.wst.common.emf.packageURIMap<br>
+ org.eclipse.wst.common.frameworks.functionGroup<br>
+ org.eclipse.wst.common.emfworkbench.integration.adapterFactory<br>
+ org.eclipse.wst.server.core.moduleArtifactAdapters<br>
+ org.eclipse.core.runtime.adapters<br>
+ org.eclipse.wst.server.core.moduleFactories<br>
+ org.eclipse.wst.common.frameworks.ExtendableOperation<br>
+ org.eclipse.wst.common.frameworks.DataModelProviderExtension</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.emf.edit<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.emf.ecore.edit<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.jem<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.jface<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.html
new file mode 100644
index 0000000..46e4183
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.html
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.jca</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.jca</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee.EARModuleExtension<br>
+ org.eclipse.wst.common.emfworkbench.integration.adapterFactory<br>
+ org.eclipse.wst.validation.validator<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.wst.common.modulecore.artifactedit<br>
+ org.eclipse.wst.common.frameworks.DataModelProviderExtension</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.ui.html
new file mode 100644
index 0000000..d26fed4
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.ui.html
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.jca.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.jca.ui</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.actionSets<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.ui.importWizards<br>
+ org.eclipse.ui.exportWizards<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee.ui<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.jface<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.jca<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.wst.common.navigator.workbench</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.navigator.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.navigator.ui.html
new file mode 100644
index 0000000..6debdc0
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.navigator.ui.html
@@ -0,0 +1,111 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.navigator.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.navigator.ui</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="ueberschrift">J2EE Navigator Intergration</p>
+
+<table
+ width="90%"
+ border="0"
+ cellspacing="10">
+ <tr>
+ <td>
+ <ul>
+ <li>Standard J2EE Working Sets</li>
+ <li>Integrated Java Content</li>
+ <li>EMF model content</li>
+ <li>EMF content synchronized with XML changes</li>
+ <li>Web Services node (Extension)</li>
+ </ul>
+ </td>
+ <td><img
+ src="../sources/j2ee_6.jpg"
+ width="338"
+ height="578"
+ alt=""></td>
+ </tr>
+</table>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>componentWorkingSet</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.navigator.views.dropHandler<br>
+ org.eclipse.wst.common.navigator.views.navigatorContent<br>
+ org.eclipse.wst.common.navigator.views.actionProvider<br>
+ org.eclipse.ui.workingSets<br>
+ org.eclipse.jst.j2ee.navigator.ui.componentWorkingSet<br>
+ org.eclipse.jst.common.navigator.java.workingSetProviders<br>
+ org.eclipse.ui.elementFactories<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.navigator.views<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.ui<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.emf.edit.ui<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jst.ejb.ui<br>
+ org.eclipse.jst.servlet.ui<br>
+ org.eclipse.jst.j2ee.jca.ui<br>
+ org.eclipse.jst.common.navigator.java<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ui.html
new file mode 100644
index 0000000..92f3391
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ui.html
@@ -0,0 +1,104 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.ui</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.actionSetr<br>
+ org.eclipse.ui.newWizard<br>
+ org.eclipse.ui.importWizards<br>
+ org.eclipse.ui.exportWizards<br>
+ org.eclipse.ui.ide.projectNatureImages<br>
+ org.eclipse.wst.common.frameworks.ui.wtpuiAction<br>
+ org.eclipse.wst.common.emfworkbench.integration.adapterFactory<br>
+ org.eclipse.ui.propertyPages<br>
+ org.eclipse.ltk.core.refactoring.renameParticipants<br>
+ org.eclise.ui.perspectives<br>
+ org.eclise.ui.perspectiveExtensions<br>
+ org.eclipse.jem.util.uiContextSensetiveClass<br>
+ org.eclipse.wst.commmon.navigator.workbench.commonWizard<br>
+ org.eclipse.wst.commmon.frameworks.DataModelProviderExtension<br>
+ org.eclipse.jem.util.uiContextSensetiveClass</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.jst.j2ee.jca<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.emf.edit.ui<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.jem<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.server.ui<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.ltk.core.refactoring<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.wst.web<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.web.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.web.html
new file mode 100644
index 0000000..b5bb554
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.web.html
@@ -0,0 +1,94 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.web</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.web</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>fileURL</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.validation.validator<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.jst.j2ee.EARModuleExtension<br>
+ org.eclipse.wst.common.emfworkbench.integration.adapterFactory<br>
+ org.eclipse.wst.common.frameworks.ExtendableOperation<br>
+ org.eclipse.core.resources.builders<br>
+ org.eclipse.wst.server.core.moduleArtifactAdapters<br>
+ org.eclipse.core.runtime.adapters<br>
+ org.eclipse.wst.server.core.moduleFactories<br>
+ org.eclipse.wst.server.core.runtimeTargetHandlers<br>
+ org.eclipse.jst.common.navigator.java.compressedProject<br>
+ org.eclipse.jst.common.annotations.controller.AnnotationTagSet<br>
+ org.eclipse.jst.common.annotations.controller.AnnotationTagInfo<br>
+ org.eclipse.wst.common.modulecore.artifactedit<br>
+ org.eclipse.wst.common.frameworks.DataModelProviderExtension<br>
+ org.eclipse.jdt.core.classpathContainerInitializer</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.wst.web<br>
+ org.eclipse.jface<br>
+ org.eclipse.jst.common.annotations.controller<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.html
new file mode 100644
index 0000000..d9b13c5
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.webservice</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.webservice</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.emfworkbench.integration.adapterFactory<br>
+ <p>This is used to register an adapter factory with the dynamic
+ adapter factory.</p>
+ org.eclipse.wst.common.emfworkbench.integration.editModelExtension<br>
+ org.eclipse.jst.j2ee.WSDLServiceHelper</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>webserviceseditmodelcontainer<br>
+ webservicesclienteditmodelcontainer</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.j2ee<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.jem<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jface<br>
+ org.eclipse.wst.ws.parser<br>
+ org.eclipse.wst.wsdl<br>
+ org.wsdl4j<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.ui.html
new file mode 100644
index 0000000..8794196
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.ui.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.j2ee.webservice.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.j2ee.webservice.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.navigator.views.navigatorContent<br>
+ org.eclipse.wst.common.navigator.views.navigatorViewer</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.jface<br>
+ org.eclipse.jst.j2ee.ui<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.emf.edit.ui<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.jst.j2ee.webservice<br>
+ org.eclipse.wst.wsdl<br>
+ org.eclipse.jst.common.navigator.java<br>
+ org.eclipse.wst.common.navigator.views<br>
+ org.eclipse.jem.util<br>
+ org.wsdl4j<br>
+ org.eclipse.jst.common.frameworks</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.core.html
new file mode 100644
index 0000000..9ae33c3
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.core.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.jsp.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.jsp.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.sse.core.modelHandler<br>
+ org.eclipse.wst.xml.core.documentFactories<br>
+ org.eclipse.wst.sse.core.taskscanner<br>
+ org.eclipse.core.filebuffers.documentCreation<br>
+ org.eclipse.core.filebuffers.documentSetup<br>
+ org.eclipse.team.core.fileTypes<br>
+ org.eclipse.wst.sse.core.formatProcessors<br>
+ org.eclipse.core.runtime.contentTypes<br>
+ org.eclipse.core.runtime.preferences<br>
+ org.eclipse.wst.validation.validator</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.filebuffers<br>
+ org.eclipse.wst.html.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.text<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.tomcat</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.ui.html
new file mode 100644
index 0000000..511c4c4
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.ui.html
@@ -0,0 +1,99 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.jsp.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.jsp.ui</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.editors<br>
+ org.eclipse.wst.sse.ui.extendedconfiguration<br>
+ org.eclipse.wst.sse.ui.adapterFactoryDescription<br>
+ org.eclipse.core.filebuffers.annotationModelCreation<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.ltk.core.refactoring.renameParticipants<br>
+ org.eclipse.ltk.core.refactoring.moveParticipants<br>
+ org.eclipse.wst.sse.ui.breakpoint<br>
+ org.eclipse.wst.common.snippets.SnippetContributions<br>
+ org.eclipse.ui.actionSetPartAssociations<br>
+ org.eclipse.ui.commands<br>
+ org.eclipse.ui.editors.templates<br>
+ org.eclipse.jdt.ui.queryParticipants<br>
+ org.eclipse.core.runtime.preferences<br>
+ org.eclipse.ui.editors.documentProviders<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard<br>
+ org.eclipse.ui.popupMenus</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.html.ui<br>
+ org.eclipse.wst.css.ui<br>
+ org.eclipse.wst.xml.ui<br>
+ org.eclipse.jst.jsp.core<br>
+ org.eclipse.wst.html.core<br>
+ org.eclipse.wst.css.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jdt.debug<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.search<br>
+ org.eclipse.ltk.core.refactoring<br>
+ org.eclipse.ltk.ui.refactoring<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.wst.javascript.ui</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.sample.web.project.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.sample.web.project.html
new file mode 100644
index 0000000..256a8b2
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.sample.web.project.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.sample.web.project</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.sample.web.project</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.core.html
new file mode 100644
index 0000000..2b36302
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.core.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.core</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jdt.core.classpathContainerInitializer<br>
+ org.eclipse.wst.server.core.moduleTypes<br>
+ org.eclipse.wst.server.core.runtimeTypes<br>
+ org.eclipse.wst.server.core.runtimeTargetHandlers<br>
+ org.eclipse.core.expressions.propertyTesters<br>
+ org.eclipse.wst.server.core.moduleArtifactAdapters<br>
+ org.eclipse.wst.server.core.launchableAdapters</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.expressions<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.core.runtime</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.doc.isv.html
new file mode 100644
index 0000000..83f5306
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.doc.isv.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.doc.isv</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.doc.isv</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.core.html
new file mode 100644
index 0000000..42bccad
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.core.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.generic.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.generic.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>serverdefinition<br>
+ genericpublisher</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.debug.core.launchConfigurationTypes<br>
+ org.eclipse.debug.core.sourcePathComputers<br>
+ org.eclipse.wst.server.core.launchableAdapters<br>
+ org.eclipse.jst.server.generic.core.genericpublisher</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching;visibility:=reexport<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.ant.ui<br>
+ org.eclipse.emf.common;visibility:=reexport<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.ui.externaltools<br>
+ org.apache.ant</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.modules.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.modules.html
new file mode 100644
index 0000000..c414893
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.modules.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.generic.modules</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.generic.modules</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.serverdefinitions.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.serverdefinitions.html
new file mode 100644
index 0000000..ce8fcaa
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.serverdefinitions.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.generic.serverdefinitions</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.generic.serverdefinitions</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.core.runtimeTypes<br>
+ org.eclipse.wst.server.core.serverTypes<br>
+ org.eclipse.wst.server.ui.wizardFragments<br>
+ org.eclipse.wst.server.ui.serverImages<br>
+ org.eclipse.wst.server.core.runtimeTargetHandlers<br>
+ org.eclipse.jst.server.generic.core.serverdefinition</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.jst.server.generic.core<br>
+ org.eclipse.jst.server.generic.ui</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.tests.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.tests.html
new file mode 100644
index 0000000..6622fe0
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.tests.html
@@ -0,0 +1,66 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.generic.tests</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.generic.tests</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jst.server.generic.core<br>
+ org.eclipse.jst.server.generic.ui<br>
+ org.junit<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jst.server.core</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.ui.html
new file mode 100644
index 0000000..5da2c4a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.ui.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.generic.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.generic.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.debug.ui.launchConfigurationTypeImages<br>
+ org.eclipse.debug.ui.launchConfigurationTabGroups</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.server.ui<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.jdt.debug.ui<br>
+ org.eclipse.jst.server.generic.core<br>
+ org.eclipse.wst.server.core</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.core.html
new file mode 100644
index 0000000..cabaf09
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.core.html
@@ -0,0 +1,73 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.geronimo.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.geronimo.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.core.runtimeTypes<br>
+ org.eclipse.wst.server.core.serverTypes<br>
+ org.eclipse.jst.server.generic.core.serverdefinition<br>
+ org.eclipse.wst.server.core.runtimeTargetHandlers</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.jst.server.generic.core<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.ui.html
new file mode 100644
index 0000000..ae713e2
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.ui.html
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.geronimo.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.geronimo.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.ui.wizardFragments<br>
+ org.eclipse.wst.server.ui.serverImages<br>
+ org.eclipse.ui.editors</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui<br>
+ org.eclipse.ui.forms<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.jst.server.generic.ui<br>
+ org.eclipse.jst.server.geronimo.core</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.core.html
new file mode 100644
index 0000000..dc3446a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.core.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.jboss.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.jboss.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.ui.html
new file mode 100644
index 0000000..d7c03c1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.ui.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.jboss.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.jboss.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.core.html
new file mode 100644
index 0000000..3d71666
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.core.html
@@ -0,0 +1,65 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<title>org.eclipse.jst.server.tomcat.core</title>
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<h1 class="descriptions">org.eclipse.jst.server.tomcat.core</h1>
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.core.runtimeTypes <br>
+ org.eclipse.wst.server.core.runtimeLocators <br>
+ org.eclipse.wst.server.core.runtimeTargetHandlers <br>
+ org.eclipse.wst.server.core.serverTypes <br>
+ org.eclipse.wst.server.core.serverLocators <br>
+ org.eclipse.wst.server.core.launchableAdapters <br>
+ org.eclipse.debug.core.sourcePathComputers <br>
+ org.eclipse.debug.core.launchConfigurationTypes <br>
+ org.eclipse.wst.server.core.publishTasks</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core</td>
+ </tr>
+</table>
+
+
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.ui.html
new file mode 100644
index 0000000..2d6c953
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.ui.html
@@ -0,0 +1,73 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.tomcat.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.tomcat.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.ui.serverImages<br>
+ org.eclipse.core.expressions.propertyTesters<br>
+ org.eclipse.wst.server.ui.editorPages<br>
+ org.eclipse.wst.server.ui.editorPageSections<br>
+ org.eclipse.wst.server.ui.wizardFragments<br>
+ org.eclipse.debug.ui.launchConfigurationTypeImages<br>
+ org.eclipse.debug.ui.launchConfigurationTabGroups</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.expressions<br>
+ org.eclipse.ui<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui.forms<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.jdt.debug.ui<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.server.ui<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.jst.server.tomcat.core</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.ui.html
new file mode 100644
index 0000000..5f3fc13
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.ui.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.ui</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.ui.serverImages<br>
+ org.eclipse.wst.server.ui.wizardFragments<bR>
+ org.eclipse.wst.server.core.clients<br>
+ org.eclipse.ui.newWizards</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.debug.ui<br>
+ org.eclipse.ui<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.jdt.junit<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.server.ui<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.jdt.ui</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.websphere.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.websphere.core.html
new file mode 100644
index 0000000..cdfd110
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.websphere.core.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.server.websphere.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.server.websphere.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.server.core.runtimeTypes<br>
+ org.eclipse.wst.server.core.serverTypes<br>
+ org.eclipse.wst.server.ui.wizardFragments<br>
+ org.eclipse.wst.server.ui.serverImages<br>
+ org.eclipse.jst.server.generic.core.serverdefinition<br>
+ org.eclipse.jst.server.generic.core.genericpublisher</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.server.core<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.jst.server.generic.core<br>
+ org.eclipse.jst.server.generic.ui<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.servlet.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.servlet.ui.html
new file mode 100644
index 0000000..7b897aa
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.servlet.ui.html
@@ -0,0 +1,78 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.servlet.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.servlet.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.actionSets<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.ui.importWizards<br>
+ org.eclipse.ui.exportWizards<br>
+ org.eclipse.wst.common.frameworks.ui.extendableWizard<br>
+ org.eclipse.ui.actionSets<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard<bR>
+ org.eclipse.jdt.ui.classpathContainerPage</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.jface<br>
+ org.eclipse.jst.j2ee.ui<br>
+ org.eclipse.wst.common.frameworks.ui<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.wst.web<br>
+ org.eclipse.wst.common.navigator.workbench<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.ant.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.ant.html
new file mode 100644
index 0000000..335eb75
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.ant.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.axis.ant</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.axis.ant</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.core.html
new file mode 100644
index 0000000..a109b2d
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.core.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.axis.consumption.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.axis.consumption.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.wsfinder</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.apache.ant<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jst.ws.consumption<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.apache.axis11</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.ui.html
new file mode 100644
index 0000000..9871059
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.ui.html
@@ -0,0 +1,83 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.axisconsumption.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.axisconsumption.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.ui.webServiceClientType<br>
+ org.eclipse.jst.j2ee.WebServiceClientGenerator<br>
+ org.eclipse.wst.command.env.ui.widgetRegistry</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jem<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.ws.parser<br>
+ org.eclipse.jst.ws.consumption.ui<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jst.ws.axis.consumption.core<br>
+ org.eclipse.jst.ws.ui<br>
+ org.eclipse.jst.ws.consumption<br>
+ org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.ui<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.wsdl<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.ws<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.wsdl4j<br>
+ org.apache.axis11</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.creation.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.creation.ui.html
new file mode 100644
index 0000000..394c587
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.creation.ui.html
@@ -0,0 +1,83 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.axis.creation.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.axis.creation.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.ui.webServiceServerRuntimeType<br>
+ org.eclipse.jst.ws.consumption.serverDefaulter<br>
+ org.eclipse.jst.ws.consumption.ui.webServiceRuntime<br>
+ org.eclipse.wst.command.env.ui.widgetRegistry</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jem<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.ws.parser<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jst.ws.consumption.ui<br>
+ org.eclipse.jst.ws.consumption<br>
+ org.eclipse.jst.ws.ui<br>
+ org.eclipse.jst.ws.axis.consumption.core<br>
+ org.eclipse.jst.ws.axis.consumption.ui<br>
+ org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.ui<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.ws<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.wsdl4j<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.html
new file mode 100644
index 0000000..1619ef4
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.axis</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.axis</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.html
new file mode 100644
index 0000000..6f91dd3
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.html
@@ -0,0 +1,85 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.consumption</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.consumption</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>wsfinder<br>
+ webServiceStartServerType<br>
+ serverDefaulter</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.webServiceStartServerType</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.xsd<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jdt.launching<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.jface<br>
+ org.eclipse.wst.ws<br>
+ org.eclipse.wst.ws.parser<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.wsdl<br>
+ org.eclipse.wst.internet.monitor.core<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.wsdl4j<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.ui.html
new file mode 100644
index 0000000..bec6ec3
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.ui.html
@@ -0,0 +1,122 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.consumption.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.consumption.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>publicUDDIRegistryType<br>
+ privateUDDIRegistryType<br>
+ webServiceClientType<br>
+ webServiceTest<br>
+ webServiceServerRuntimeType<br>
+ clientProjectType<br>
+ objectSelectionWidget<br>
+ discovery<br>
+ wsImpl<br>
+ wsClientImpl<br>
+ serviceType<br>
+ clientType<br>
+ webServiceRuntime<br>
+ tester<br>
+ publisher</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.ui.publicUDDIRegistryType<br>
+ org.eclipse.jst.ws.consumption.ui.webServiceTest<br>
+ org.eclipse.jst.ws.consumption.ui.webServiceServerRuntimeType<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.wst.command.env.dynamicWizard<br>
+ org.eclipse.ui.importWizards<br>
+ org.eclipse.ui.preferencePages<bR>
+ org.eclipse.ui.actionSets<br>
+ org.eclipse.wst.command.env.actionDialogPreferenceType<br>
+ org.eclipse.ui.popupMenus<br>
+ org.eclipse.jst.ws.consumption.ui.clientProjectType<br>
+ org.eclipse.jst.ws.consumption.ui.objectSelectionWidget<br>
+ org.eclipse.jst.ws.consumption.ui.tester<br>
+ org.eclipse.jst.ws.consumption.ui.wsImpl<br>
+ org.eclipse.jst.ws.consumption.ui.wsClientImpl<br>
+ org.eclipse.jst.ws.consumption.ui.serviceType<br>
+ org.eclipse.jst.ws.consumption.ui.clientType</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.ws.parser<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.ui<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.jst.common.frameworks<br>
+ org.eclipse.wst.ws.explorer<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jst.ws.ui<br>
+ org.eclipse.jst.ws.consumption<br>
+ org.eclipse.jem<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.wst.ws<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.server.ui<br>
+ org.eclipse.wst.wsdl<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.eclipse.jst.j2ee.web<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jst.j2ee.webservice<br>
+ org.eclipse.jst.j2ee.webservices.ui<br>
+ org.eclipse.wst.common.modulecore<br>
+ org.eclipse.wst.ws.ui<br>
+ org.wsdl4j<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ejb.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ejb.ui.html
new file mode 100644
index 0000000..8028ee5
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ejb.ui.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.creation.ejb.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.creation.ejb.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.popupMenus<br>
+ org.eclipse.jst.ws.consumption.ui.wsImpl<br>
+ org.eclipse.jst.ws.consumption.ui.serviceType</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.ui<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.command.env.ui</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ui.html
new file mode 100644
index 0000000..00b22f2
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ui.html
@@ -0,0 +1,83 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.creation.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.creation.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.newWizards<br>
+ org.eclipse.wst.command.env.dynamicWizard<br>
+ org.eclipse.ui.exportWizards<br>
+ org.eclipse.wst.command.env.actionDialogPreferenceType<br>
+ org.eclipse.ui.popupMenus<br>
+ org.eclipse.ui.preferencePages</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.ui<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.wsdl<br>
+ org.eclipse.wst.ws<br>
+ org.eclipse.wst.ws.explorer<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jst.ws.consumption<br>
+ org.eclipse.jst.ws.ui<br>
+ org.eclipse.jst.ws.consumption.ui<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jem.workbench<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.jst.j2ee.core<br>
+ org.eclipse.jst.j2ee.ejb<br>
+ org.wsdl4j</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.html
new file mode 100644
index 0000000..1fcd526
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.uddiregistry.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.uddiregistry.html
new file mode 100644
index 0000000..c0dbd87
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.uddiregistry.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.uddiregistry</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.uddiregistry</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>privateUDDIRegistryType</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jst.ws.consumption.ui.privateUDDIRegistryType<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.wst.command.env.dynamicWizard</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jst.ws.ui<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.ui</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.ui.html
new file mode 100644
index 0000000..ebb9a9b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.ui.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.jst.ws.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.jst.ws.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.newWizards<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.ui.propertyPages<br>
+ org.eclipse.ui.popupMenus</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.command.env<br>
+ org.eclipse.wst.command.env.ui<br>
+ org.eclipse.wst.command.env.core<br>
+ org.eclipse.jst.ws<br>
+ org.eclipse.jdt.core<br>
+ org.eclipse.jdt.ui<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.jst.j2ee<br>
+ org.eclipse.wst.ws.explorer<br>
+ org.eclipse.jst.j2ee.core</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/server.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/server.html
new file mode 100644
index 0000000..bbb6f5f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/server.html
@@ -0,0 +1,101 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<title>Server Tools</title>
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Server Tools</p>
+
+<p>The server component contains the J2EE Server Tools framework and
+adapters for selected popular J2EE servers such as Apache Tomcat. The
+component leads are Naci Dai and Tim deBoer.</p>
+
+<ul>
+ <li><a
+ href="http://eclipse.org/webtools/jst/components/server/index.html">Overview</a></li>
+</ul>
+<p class="ueberschrift">JST Server Plugins</p>
+<ul>
+ <li>J2EE server utilities
+ <ul>
+ <li>org.eclipse.jst.server.core*</li>
+ <li>org.eclipse.jst.server.ui</li>
+ </ul>
+ </li>
+ <li>Generic Server support
+ <ul>
+ <li>org.eclipse.jst.server.generic.core*</li>
+ <li>org.eclipse.jst.server.generic.serverdefinition</li>
+ <li>org.eclipse.jst.server.generic.ui</li>
+ </ul>
+ </li>
+ <li>Adds support for J2EE servers to be defined using plain XML files
+ <ul>
+ <li>No code required, add support for a new server in minutes</li>
+ <li>.serverdefinition plugin contains adapters for WebLogic, JONaS,
+ and JBoss</li>
+ </ul>
+ </li>
+ <li>Apache Tomcat Server support
+ <ul>
+ <li>org.eclipse.jst.server.tomcat.core</li>
+ <li>org.eclipse.jst.server.tomcat.ui</li>
+ </ul>
+ </li>
+ <li>Apache Geronimo Server support
+ <ul>
+ <li>org.eclipse.jst.server.geronimo.core</li>
+ <li>org.eclipse.jst.server.geronimo.ui</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">API<a name="API"></a> Status</p>
+<ul>
+ <li>API is basically ready to go. Based on past experience we?re
+ reasonably comfortable with the current content</li>
+ <li>Reasonable validation through several servers and API users in WTP</li>
+ <li>BEA and IBM are both in the process of validating the API
+ internally</li>
+ <li>Provisional APIs:
+ <ul>
+ <li>TCP/IP Monitor</li>
+ <li>Parts of server tools relating to features</li>
+ </ul>
+ </li>
+</ul>
+
+<p class="ueberschrift">For more information</p>
+<ul>
+ <li>Component overviews
+ <ul>
+ <li>Overviews exist for all three components (wst.internet,
+ wst.server, jst.server) on the WTP website</li>
+ <li>Some documentation about specific function:
+ <ul>
+ <li>Run on Server</li>
+ <li>Generic servers</li>
+ </ul>
+ </li>
+ <li>EclipseCon presentation</li>
+ </ul>
+ </li>
+ <li>API ? javadoc in code or in online help</li>
+ <li>Bugzilla
+ <ul>
+ <li>Feel free to open enhancement requests for unclear javadoc,
+ further documentation you?d like to see, etc.</li>
+ </ul>
+ </li>
+</ul>
+<br>
+<br>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/vorlage.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/vorlage.html
new file mode 100644
index 0000000..e37763a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/vorlage.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.navigator.views</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.common.navigator.views</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ws.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ws.html
new file mode 100644
index 0000000..122788b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ws.html
@@ -0,0 +1,165 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<title>Web Source Tools</title>
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Web Service Tools</p>
+<p>The ws component contains the Java Web service wizard and adapters
+for selected popular J2EE Web service engines such as Apache Axis. The
+component lead is Chris Brealey.</p>
+
+<ul>
+ <li>Overview<br><a
+ href="http://eclipse.org/webtools/jst/components/ws/index.html">
+ http://eclipse.org/webtools/jst/components/ws/index.html</a></li>
+</ul>
+<p class="ueberschrift">Function - Java Web Service Tools</p>
+<ul>
+ <li>EMF Models
+ <ul>
+ <li>JSR-109</li>
+ <li>JSR-921</li>
+ <li>webservices.xml, webservicesclient.xml, jaxrpc-mapping.xml, etc.
+ </li>
+ </ul>
+ </li>
+ <li>Project Explorer
+ <ul>
+ <li>Web service clients</li>
+ <li>Local and remote Web services</li>
+ <li>Quick access to WSDL, descriptors, implementations, handlers</li>
+ </ul>
+ </li>
+ <li>Extensible Wizards
+ <ul>
+ <li>Discover, create, run, test, publish</li>
+ <li>Create clients (requestors) from WSDL</li>
+ <li>Create services (providers)...
+ <ul>
+ <li>Top down from WSDL (aka. Skeleton)</li>
+ <li>Bottom up from existing implementation</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>Handler Configuration Wizard</li>
+ <li>Support for Apache Axis 1.1 and/or 1.2</li>
+ <li>Preference pages</li>
+ <li>Popup actions</li>
+</ul>
+
+<p class="ueberschrift">Web Service Runtime<a name="screens" /></p>
+<img
+ src="../sources/web_service_7.jpg"
+ width="548"
+ height="441"
+ alt="">
+<p class="ueberschrift">Web Service</p>
+<img
+ src="../sources/web_service_8.jpg"
+ width="690"
+ height="640"
+ alt="">
+<p class="ueberschrift">Plugins - Dependencies</p>
+<ul>
+ <li>Eclipse
+ <ul>
+ <li>The usual suspects: Platform, GEF, JEM, EMF</li>
+ </ul>
+ </li>
+ <li>WTP
+ <ul>
+ <li>Common stuff, Eg:
+ <ul>
+ <li>Environment / command framework</li>
+ <li>URI resolver</li>
+ </ul>
+ </li>
+ <li>Server Tools</li>
+ <li>J2EE Tools</li>
+ <li>XML Tools</li>
+ <li>SSE Tools</li>
+ </ul>
+ </li>
+ <li>Open source
+ <ul>
+ <li>WSDL4J</li>
+ <li>WSIL4J</li>
+ <li>UDDI4J</li>
+ <li>Apache Axis</li>
+ <li>Apache Tomcat</li>
+ <li>Apache Geronimo (coming soon)</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">API<a name="API"></a> - Status</p>
+<ul>
+ <li>Public API limited to org.eclipse.wst.wsdl
+ <ul>
+ <li>WSDL EMF model API</li>
+ <li>Extends javax.wsdl API (aka. WSDL4J, JWSDL, JSR 110)</li>
+ <li>Models Core WSDL + SOAP, MIME and HTTP bindings</li>
+ </ul>
+ </li>
+ <li>Vast majority of frameworks are internal / provisional
+ <ul>
+ <li>It is premature to lock in API for most of the Web services
+ platform</li>
+ <li>Proposed API is relatively young</li>
+ <li>Proposed API has not been validated by third parties.Eg:
+ <ul>
+ <li>The only Web service runtime extension is ours for Apache Axis
+ </li>
+ <li>The only WSDL model extensions are ours for standard bindings
+ </li>
+ </ul>
+ </li>
+ <li>API will go public as adopters use, help evolve and build
+ confidence in it</li>
+ </ul>
+ </li>
+ <li>Provisional API include
+ <ul>
+ <li>WSDL Validation framework</li>
+ <li>WSDL Editor framework</li>
+ <li>Web Service provider / requestor framework</li>
+ <li>Web Service finder / consumer framework</li>
+ </ul>
+ </li>
+</ul>
+
+<p class="ueberschrift">Development - Beyond WTP 0.7</p>
+<ul>
+ <li>Tools for New / Emerging Standards and Open Source Platforms
+ <ul>
+ <li>Apache Axis 2</li>
+ <li>WS-I Basic Security Profile</li>
+ <li>WS-Policy</li>
+ <li>WS-Policy Attachments</li>
+ <li>WS-Security Policy</li>
+ <li>WS-Addressing</li>
+ <li>WS-Reliable Messaging</li>
+ <li>WS-Resource Framework</li>
+ <li>WS-Lots ?n? lots more!</li>
+ <li>SOAP 1.2</li>
+ <li>WSDL 2.0</li>
+ <li>MTOM</li>
+ <li>JSR 181 - Web Service Metadata</li>
+ <li>JSR 224 - JAX-RPC 2.0</li>
+ <li>JSR 235 - SDO</li>
+ </ul>
+ </li>
+</ul>
+
+</body>
+</html>
+<html></html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/assembly.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/assembly.html
new file mode 100644
index 0000000..2ed2c03
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/assembly.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Assembly Tools</p>
+
+<p>The assembly component contains features definitions for building the WST
+ release, its SDK, and its test suite. The component leads are Deniz Seçilir
+ and Dominique de Vito.
+</p>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/cheatsheet_tutorial.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/cheatsheet_tutorial.html
new file mode 100644
index 0000000..24ba304
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/cheatsheet_tutorial.html
@@ -0,0 +1,170 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=ISO-8859-1">
+<title>Cheat Sheet tutorial</title>
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">The pupose of the editor created by this example</p>
+<p>The editor gives custom content assist while allowing the "auto
+content model" to continue to be effective. Also, shows how content
+outline by be customized, and custom navigation hyper link added.</p>
+<p>An example cheat sheet file can be found in
+<eclipse_home>/plugins/org.eclipse.jdt_3.1.0/cheatsheets/HelloWorld.xml
+</p>
+<p>the custom content assist for attribute values exists for pluginId
+and class attributes of action elements (inside item elements) -
+pluginId shows all registered plugin ids - class needs references to
+org.eclipse.jface.action.IAction and searches for all its implementors
+to determine which classes are legal inputs for the class attribute</p>
+<p>The content outline has the titles of the items, the cheatsheet
+itself and the action classes as nodes.</p>
+<p class="ueberschrift">SSE principles</p>
+<p>The structured source editor (SSE) framework is content type based.
+Therefore if you want to extend the framework with your own file format
+you have to define your own content type and its model handler. To do
+this you extend the org.eclipse.core.runtime.contentTypes extension
+point specifying your content type in the id attribute and using
+org.eclipse.core.runtime.xml as the base type. The priority should be
+set to high so you override the default. In the file association element
+you use your own file extensions or a file name to identify the content
+type of the file. The usage of the extension point should look like the
+following:</p>
+<pre>
+ <extension point="org.eclipse.core.runtime.contentTypes">
+ <content-type
+ priority="high"
+ name="CS Content Type"
+ id="cssource"
+ base-type="org.eclipse.core.runtime.xml"
+ default-charset="UTF-8">
+ <describer class="org.eclipse.wst.xml.core.contenttype.ContentDescriberForXML"/>
+ </content-type>
+ <file-association
+ content-type="org.eclipse.wst.cs.ui.cssource"
+ file-names="content.xml"/>
+ </extension>
+</pre>
+<p>To use the content type inside of the SSE you have to define a model
+handler extending the org.eclipse.wst.sse.core.modelHandler extension
+point. The model handler implementation extends the class
+org.eclipse.wst.sse.core.modelhandler.AbstractModelHandler and
+implements the interface
+org.eclipse.wst.sse.core.modelhandler.IModelHandler. It should set its
+own id and the associated content type id.</p>
+<pre>
+ <extension
+ point="org.eclipse.wst.sse.core.modelHandler">
+ <modelHandler
+ default="false"
+ class="org.eclipse.wst.cs.core.modelhandler.ModelHandlerForCS"
+ associatedContentTypeId="org.eclipse.wst.cs.ui.cssource"
+ id="org.eclipse.wst.sse.core.handler.cs">
+ </modelHandler>
+ </extension>
+</pre>
+
+<p>This is the starting point for all extensions made to the SSE. Now
+there are several possibilities where to built in your own extensions.</p>
+
+
+<p class="ueberschrift">Extending the built-in content assist</p>
+<p>In this example we want to provide a custom content assist processor
+for attribute values. To extend the content assist of the XML editor
+from the SSE you just use the
+org.eclipse.wst.sse.ui.extendedconfiguration extension point and specify
+your own textviewerconfiguration.</p>
+<pre>
+ <extension point="org.eclipse.wst.sse.ui.extendedconfiguration">
+ <textviewerconfiguration
+ <b>class="org.eclipse.wst.cs.ui.StructuredTextViewerConfigurationCS"</b>
+ target="org.eclipse.wst.cs.ui.cssource">
+ </textviewerconfiguration>
+ <contentoutlineconfiguration
+ class="org.eclipse.wst.xml.ui.views.contentoutline.XMLContentOutlineConfiguration"
+ target="org.eclipse.wst.cs.ui.cssource">
+ </contentoutlineconfiguration>
+ <propertysheetconfiguration
+ class="org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration"
+ target="org.eclipse.wst.cs.ui.cssource">
+ </propertysheetconfiguration>
+ <spellchecktarget
+ class="org.eclipse.wst.xml.ui.XMLSpellCheckTarget"
+ target="org.eclipse.wst.cs.ui.cssource">
+ </spellchecktarget>
+ <sourceeditingtexttools
+ class="org.eclipse.wst.xml.ui.extensions.XMLSourceEditingTextTools"
+ target="org.eclipse.wst.cs.ui.cssource">
+ </sourceeditingtexttools>
+ <characterpairmatcher
+ class="org.eclipse.wst.xml.ui.text.XMLDocumentRegionEdgeMatcher"
+ target="org.eclipse.wst.cs.ui.cssource">
+ </characterpairmatcher>
+ <preferencepages
+ preferenceids="org.eclipse.wst.sse.ui.preferences/org.eclipse.wst.sse.ui.preferences.cs"
+ target="org.eclipse.wst.cs.ui.cssource">
+ </preferencepages>
+ </extension>
+</pre>
+<p>In the configuration you override the getContentAssistant method from
+StructuredTextViewerConfigurationXML and provide your own content assist
+processor for the partition types
+StructuredTextPartitioner.ST_DEFAULT_PARTITION and
+StructuredTextPartitionerForXML.ST_DEFAULT_XML.</p>
+<pre>
+ public IContentAssistant getContentAssistant(ISourceViewer sourceViewer) {
+ IContentAssistant ca = super.getContentAssistant(sourceViewer);
+ if (ca != null && ca instanceof ContentAssistant) {
+ ContentAssistant contentAssistant = (ContentAssistant) ca;
+ IContentAssistProcessor xmlContentAssistProcessor = new CSContentAssistProcessor(getEditorPart());
+ IContentAssistProcessor noRegionProcessor = new NoRegionContentAssistProcessor();
+ addContentAssistProcessor(contentAssistant, xmlContentAssistProcessor, StructuredTextPartitioner.ST_DEFAULT_PARTITION);
+ addContentAssistProcessor(contentAssistant, xmlContentAssistProcessor, StructuredTextPartitionerForXML.ST_DEFAULT_XML);
+ addContentAssistProcessor(contentAssistant, noRegionProcessor, StructuredTextPartitioner.ST_UNKNOWN_PARTITION);
+ }
+ return ca;
+ }
+</pre>
+<p>The implementation of the content assist processor overrides
+addAttributeValueProposals from the XMLContentAssistProcessor. The
+passed ContentAssistRequest stores the match string, the corresponding
+node and structured document region where the cursor is. To get the
+attribute name you have to get the last attribute text region in the
+structured document region.</p>
+<pre>
+ // Find the attribute region and name for which this position should have a value proposed
+ IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();
+ ITextRegionList openRegions = open.getRegions();
+ int i = openRegions.indexOf(contentAssistRequest.getRegion());
+ if (i < 0)
+ return;
+ ITextRegion nameRegion = null;
+ while (i >= 0) {
+ nameRegion = openRegions.get(i--);
+ if (nameRegion.getType() == XMLRegionContext.XML_TAG_ATTRIBUTE_NAME)
+ break;
+ }
+</pre>
+<p>To provide your own content assist proposals construct a
+CustomCompletionProposal and add it to the content assist request.</p>
+
+<p class="ueberschrift">Providing your own outline view</p>
+<p>To change the default outline view you have to provide your own
+adapter factory provider. To register it with the SSE extend the
+org.eclipse.wst.sse.ui.adapterFactoryDescription extension point.</p>
+<pre>
+ <extension point="org.eclipse.wst.sse.ui.adapterFactoryDescription">
+ <adapterFactoryDescription class="org.eclipse.wst.cs.ui.registry.AdapterFactoryProviderForCS"/>
+ </extension>
+</pre>
+<p>The adapter factory provider should add your own adapter factory to
+the factory registry.</p>
+
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/common_command.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/common_command.html
new file mode 100644
index 0000000..6338984
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/common_command.html
@@ -0,0 +1,128 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">Command/Common Tools</p>
+<p>The command component contains command infrastructure including the
+Environment Command framework and the Dynamic Wizard framework. This
+infrastructure is required by the webtooling project, but is not
+specific to webtooling per se. We need to harmonize the several existing
+command approaches. Components in this subsystem have no dependancies on
+other webtooling components and are not specific to web tooling
+functionality, but are needed by other web tooling components.The
+component lead is Chris Brealey.</p>
+<p class="ueberschrift">What Is The Common Component?</p>
+<p>Actually, its three components – wst.common, jst.common,
+wst.command</p>
+<p><em>"The common components contain plugins that provide generic
+functionality that are applicable in several different contexts. Plugins
+in the common component should not have dependencies on plugins outside
+of the Eclipse base.”</em></p>
+<p>Some conceptual tests to decide what should go into common…</p>
+<ul>
+ <li>Is it destined for API ?
+ <ul>
+ <li>if it has no API story, its should be moved into a different
+ component specific to those who need it</li>
+ </ul>
+ </li>
+ <li>Should it ultimately live in base Eclipse ?
+ <ul>
+ <li>common is often used as a temporary staging ground for generic
+ function that will eventually be absorbed into base Eclipse</li>
+ </ul>
+ </li>
+ <li>What are the dependencies?
+ <ul>
+ <li>if the function has dependencies on more than base eclipse,
+ that’s a red flag that it might not be ‘common’</li>
+ </ul>
+ </li>
+ <li>Is it generic?
+ <ul>
+ <li>Is this function generically applicable to multiple domains in
+ practice (not just theory</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Plugins - Dependencies</p>
+<ul>
+ <li>Eclipse
+ <ul>
+ <li>Platform
+ <ul>
+ <li>JDT,Resource</li>
+ </ul>
+ </li>
+ <li>JEM
+ <ul>
+ <li>Java Model (Reflective EMF Model)</li>
+ <li>EMF Extensions (Shared by JEM and WTP)
+ <ul>
+ <li>Project scoped Resources</li>
+ <li>RefResource</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>EMF
+ <ul>
+ <li>Primary metamodel framework</li>
+ <li>EMF.edit</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">API - Status</p>
+<ul>
+ <li>Provisional API
+ <ul>
+ <li>Flexible Project API</li>
+ <li>Validation</li>
+ <li>Data model wizard/commands</li>
+ <li>Environment framework</li>
+ <li>Common Navigator</li>
+ </ul>
+ </li>
+ <li>Internal frameworks
+ <ul>
+ <li>EMF extensions: base function shared with JEM to be pushed to
+ EMF</li>
+ <li>Proposed API is relatively young</li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Common - Evolution</p>
+<ul>
+ <li>Existing plugins may migrate to base Eclipse (or other projects)</li>
+ <ul>
+ <li>tabbes properities sheet</li>
+ <li>project navigator</li>
+ </ul>
+ <li>Existing plugins may not be 'common' enough
+ <ul>
+ <li>in practice function is less 'common' than we initial thought...
+ who's actually using it?</li>
+ </ul>
+ </li>
+</ul>
+<p>We need to collectively scrutinize the 'common' components to ensure
+things lives in the right place</p>
+<br>
+<br>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/css.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/css.html
new file mode 100644
index 0000000..f33802a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/css.html
@@ -0,0 +1,216 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">CSS Tools</p>
+<p>The css component contains the CSS editor, model, views, wizards,
+etc. The component lead is David Williams.</p>
+<ul>
+ <li>See : Reintroducing the Structured Source Editing family of
+ editors
+ <p><a href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html">
+ http://eclipse.org/webtools/wst/components/sse/M2/m2.html</a></p>
+ </li>
+</ul>
+<ul>
+ <li>Current Test Plan
+ <p><a
+ href="http://eclipse.org/webtools/wst/components/css/M5/milestone_test_plan.html">
+ http://eclipse.org/webtools/wst/components/css/M5/milestone_test_plan.html</a></p>
+ </li>
+</ul>
+<ul>
+ <li>Current Milestone Plan
+ <p><a
+ href="http://eclipse.org/webtools/wst/components/css/M5/milestone_plan.html">
+ http://eclipse.org/webtools/wst/components/css/M5/milestone_plan.html</a></p>
+ </li>
+</ul>
+<p class="schema"><b>CSS UI</b></p>
+
+
+<p>The css ui component has the API needed to support css regions in
+editors.</p>
+
+
+<p><code>StructuredTextViewerConfigurationCSS</code> can be used by
+clients to access processors used to handle CSS regions. Processors
+include: autoedit, content assist, text hover.</p>
+<p class="schema"><b>CSS Core</b></p>
+
+
+<p>The css core component has the API needed to support the css model.</p>
+<p class="schema">Content type</p>
+
+
+<p><code>ContentTypeIdForCSS</code> contains the content type id for
+CSS. For more information, see: <code>org.eclipse.wst.css.core.contenttype</code></p>
+<p class="schema">Content Model</p>
+
+
+<p>The CSS content model includes content models for CSS. For more
+information, see: <code>org.eclipse.wst.css.core.document</code></p>
+<p class="schema">StructuredDocument regions</p>
+
+
+<p>CSS StructuredDocument regions include various regions commonly found
+in CSS documents. Structured document regions include: css declaration
+delimiter, css selector separator, css declaration delimiter. For more
+information, see: <code>org.eclipse.wst.css.core.model.parser</code></p>
+<p class="schema">Partition Types</p>
+
+
+<p>CSS partition types include various partition types found in CSS
+documents. Partition types include: css style. For more information,
+see: <code>org.eclipse.wst.css.core.text </code></p>
+
+
+<p class="ueberschrift">Feature Matrix</p>
+<p>The following table represents the features for our various source
+editors that will play a role in our testing, according to the following
+legend.</p>
+<ul>
+ <li><b>Y - </b>Yes, should work, will be tested</li>
+</ul>
+<ul>
+ <li><b>P - </b>Planned for later, will not be tested this milestone</li>
+</ul>
+<ul>
+ <li><b>N - </b>No, no plans, does not work, will not be tested</li>
+</ul>
+<table
+ align="center"
+ border="1"
+ cellpadding="0"
+ cellspacing="2"
+ width="90%">
+ <caption align="bottom">Source Editing Feature Matrix</caption>
+ <tbody>
+ <tr>
+ <th style="text-align: left;"></th>
+ <th style="text-align: center;">CSS</th>
+ </tr>
+
+ <tr>
+ <td style="text-align: left;">Highlighting</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Semantic Highlighting</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Content Assist</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Parameter/Attribute Hints</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Document/Element Formatting</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Structured Selection</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Hover Info</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Smart Edit</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Open On (hyperlinks)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Mark Occurrences</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Linked Edit</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Find Element Occurrences</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Validate as-you-type</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Delimiter Highlighting (bracket
+ matching)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Refactoring</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Search Participant</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Fix/Assist</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Property Sheet</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Outline View</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Folding</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Annotation Navigation (go to next
+ annotation)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">External Files</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Toggle Comment</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Type Hierarchy View</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Outline</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Task Tags in Source Comments</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ </tbody>
+</table>
+
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/default.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/default.html
new file mode 100644
index 0000000..cce46d1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/default.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=ISO-8859-1">
+<title>No description</title>
+</head>
+<body>
+<h1>Currently no description about the plugin</h1>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/doc.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/doc.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/doc.html
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/dtd.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/dtd.html
new file mode 100644
index 0000000..848e90c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/dtd.html
@@ -0,0 +1,196 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">DTD Tools</p>
+
+<p>The dtd component contains the DTD editor, model, views, wizards,
+etc. T he component lead is Nitin Dahyabhai.</p>
+
+<ul>
+ <li>See Reintroducing the Structured Source Editing family of editors<br>
+ <a href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html">
+ http://eclipse.org/webtools/wst/components/sse/M2/m2.html</a></li>
+</ul>
+<ul>
+ <li>Current Test Plan<br>
+ <a
+ href="http://eclipse.org/webtools/wst/components/dtd/M5/milestone_test_plan.html">
+ http://eclipse.org/webtools/wst/components/dtd/M5/milestone_test_plan.html</a></li>
+</ul>
+<ul>
+ <li>Current Milestone Plan<br>
+ <a
+ href="http://eclipse.org/webtools/wst/components/dtd/M5/milestone_plan.html">
+ http://eclipse.org/webtools/wst/components/dtd/M5/milestone_plan.html</a></li>
+</ul>
+
+<p class="schema"><b>DTD UI</b></p>
+<p>The dtd ui component has the API needed to support dtd regions in
+editors.</p>
+
+<p><code>StructuredTextViewerConfigurationDTD</code> can be used by
+clients to access processors used to handle DTD regions. Processors
+include: text hover.</p>
+<p><code>org.eclipse.wst.dtd.ui.views.contentoutline</code> can be used
+by clients to display the content outline for DTD regions in the outline
+view.</p>
+<p class="schema"><b>DTD Core</b></p>
+<p>The dtd core component has the API needed to support the dtd model.</p>
+
+<p><code>ContentTypeIdForDTD</code> contains the content type id for
+DTD. For more information, see: <code>org.eclipse.wst.dtd.core.contenttype</code>
+
+
+</p>
+<p><code>org.eclipse.wst.dtd.core.document</code> contains classes
+needed for a DTD StructuredModel.</p>
+
+<p class="ueberschrift">Feature Matrix</p>
+<p>The following table represents the features for our various source
+editors that will play a role in our testing, according to the following
+legend.</p>
+<ul>
+ <li><b>Y - </b>Yes, should work, will be tested</li>
+</ul>
+<ul>
+ <li><b>P - </b>Planned for later, will not be tested this milestone</li>
+</ul>
+<ul>
+ <li><b>N - </b>No, no plans, does not work, will not be tested</li>
+</ul>
+<table
+ align="center"
+ border="1"
+ cellpadding="0"
+ cellspacing="2"
+ width="90%">
+ <caption align="bottom">Source Editing Feature Matrix</caption>
+ <tbody>
+ <tr>
+ <th style="text-align: left;"></th>
+ <th style="text-align: center;">DTD</th>
+ </tr>
+
+ <tr>
+ <td style="text-align: left;">Highlighting</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Semantic Highlighting</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Content Assist</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Parameter/Attribute Hints</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Document/Element Formatting</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Structured Selection</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Hover Info</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Smart Edit</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Open On (hyperlinks)</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Mark Occurrences</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Linked Edit</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Find Element Occurrences</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Validate as-you-type</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Delimiter Highlighting (bracket
+ matching)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Refactoring</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Search Participant</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Fix/Assist</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Property Sheet</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Outline View</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Folding</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Annotation Navigation (go to next
+ annotation)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">External Files</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Toggle Comment</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Type Hierarchy View</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Outline</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Task Tags in Source Comments</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ </tbody>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/html.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/html.html
new file mode 100644
index 0000000..da980ee
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/html.html
@@ -0,0 +1,232 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>HTML</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">HTML</p>
+
+<p>The html component contains the HTML/XHTML editor, model, views,
+wizards, etc. The component lead is David Williams.</p>
+
+<ul>
+ <li>See Reintroducing the Structured Source Editing family of editors<br>
+ <a href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html">
+ http://eclipse.org/webtools/wst/components/sse/M2/m2.html</a></li>
+</ul>
+<ul>
+ <li>Current Test Plan<br>
+ <a
+ href="http://eclipse.org/webtools/wst/components/html/M5/milestone_test_plan.html">
+ http://eclipse.org/webtools/wst/components/html/M5/milestone_test_plan.html</a></li>
+</ul>
+<ul>
+ <li>Current Milestone Plan<br>
+ <a
+ href="http://eclipse.org/webtools/wst/components/html/M5/milestone_plan.html">
+ http://eclipse.org/webtools/wst/components/html/M5/milestone_plan.html</a></li>
+</ul>
+<p class="schema"><b>HTML UI</b></p>
+
+
+<p>The html ui component has the API needed to support html regions in
+editors.</p>
+
+
+<p><code>StructuredTextViewerConfigurationHTML</code> can be used by
+clients to access processors used to handle HTML regions. Processors
+include: autoedit, content assist, text hover, reconciler.</p>
+<p class="schema"><b>HTML Core</b></p>
+
+
+<p>The html core component has the API needed to support the jsp model.</p>
+<p class="schema">Content Type</p>
+
+
+<p><code>ContentTypeIdForHTML</code> contains the content type id for
+HTML. For more information, see: <code>org.eclipse.wst.html.core.contenttype</code>
+</p>
+<p class="schema">Content Model</p>
+
+
+<p>The HTML content model includes the content model for HTML 4.0x. For
+more information, see: <code>org.eclipse.wst.html.core</code></p>
+<p class="schema">Partition Types</p>
+
+
+<p>HTML partition types include various partition types found in HTML
+documents. Partition types include: html declaration, script, comment.
+For more information, see: <code>org.eclipse.wst.html.core.text </code></p>
+<p class="ueberschrift">Feature Matrix</p>
+<p>The following table represents the features for our various source
+editors that will play a role in our testing, according to the following
+legend.</p>
+<ul>
+ <li><b>Y - </b>Yes, should work, will be tested</li>
+</ul>
+<ul>
+ <li><b>P - </b>Planned for later, will not be tested this milestone</li>
+</ul>
+<ul>
+ <li><b>N - </b>No, no plans, does not work, will not be tested</li>
+</ul>
+<table
+ align="center"
+ border="1"
+ cellpadding="0"
+ cellspacing="2"
+ width="90%">
+ <caption align="bottom">Source Editing Feature Matrix</caption>
+ <tbody>
+ <tr>
+ <th style="text-align: left;"></th>
+ <th style="text-align: center;">HTML</th>
+ <th style="text-align: center;">XHTML</th>
+ </tr>
+
+ <tr>
+ <td style="text-align: left;">Highlighting</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Semantic Highlighting</td>
+ <td style="text-align: center;">N</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Content Assist</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Parameter/Attribute Hints</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Document/Element Formatting</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Structured Selection</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Hover Info</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Smart Edit</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Open On (hyperlinks)</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Mark Occurrences</td>
+ <td style="text-align: center;">P</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Linked Edit</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Find Element Occurrences</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Validate as-you-type</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Delimiter Highlighting (bracket
+ matching)</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Refactoring</td>
+ <td style="text-align: center;">P</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Search Participant</td>
+ <td style="text-align: center;">P</td>
+ <td style="text-align: center;">p</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Fix/Assist</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Property Sheet</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Outline View</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Folding</td>
+ <td style="text-align: center;">P</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Annotation Navigation (go to next
+ annotation)</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">External Files</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Toggle Comment</td>
+ <td style="text-align: center;">Y</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Type Hierarchy View</td>
+ <td style="text-align: center;">N</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Outline</td>
+ <td style="text-align: center;">N</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Task Tags in Source Comments</td>
+ <td style="text-align: center;">P</td>
+ <td style="text-align: center;">P</td>
+ </tr>
+ </tbody>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/internet.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/internet.html
new file mode 100644
index 0000000..7de8a03
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/internet.html
@@ -0,0 +1,117 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+<title>Server Tools</title>
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Internet Tools</p>
+<p>The internet component contains Internet preferences (e.g. proxy
+server configuration), Web browser support, and the TCP/IP monitor. The
+component lead is Tim deBoer.</p>
+
+<p class="ueberschrift">WST Internet Plugins</p>
+<ul>
+ <li>TCP/IP Monitor
+ <ul>
+ <li>org.eclipse.wst.internet.monitor.core**</li>
+ <li>org.eclipse.wst.internet.monitor.ui**</li>
+ </ul>
+ </li>
+ <li>Monitor for Web pages, Web services
+ <ul>
+ <li>Shows request from client and the servers response</li>
+ <li>Useful for understanding applications, debugging, etc.</li>
+ <li>Supports TCP/IP and HTTP</li>
+ <li>View bytes, images, or XML</li>
+ </ul>
+ </li>
+ <li>Web Browser utilities
+ <ul>
+ <li>org.eclipse.wst.internet.webbrowser</li>
+ </ul>
+ </li>
+ <li>The internal Web browser and support for launching external
+ browsers moved into Eclipse in 3.1M6</li>
+ <li>Utilities for the Eclipse browser plugin
+ <ul>
+ <li>Easily switch between browsers, toolbar button to open internal
+ browser</li>
+ </ul>
+ </li>
+ <li>Proxy Settings
+ <ul>
+ <li>org.eclipse.wst.internet.proxy</li>
+ </ul>
+ </li>
+ <li>Manage internet proxy configuration and JRE properties
+ <ul>
+ <li>Preference page</li>
+ <li>HTTP proxy servers and firewalls</li>
+ <li>Authenticating proxy servers</li>
+ <li>SOCKS</li>
+ <li>Likely to move to Eclipse 3.2</li>
+ </ul>
+ </li>
+ <li>Internet Cache
+ <ul>
+ <li>org.eclipse.wst.internet.cache</li>
+ </ul>
+ </li>
+ <li>Caches documents requested from the internet
+ <ul>
+ <li>Currently only used by the XML catalog</li>
+ </ul>
+ </li>
+</ul>
+<p class="note">** Contains provisional API</p>
+
+<p class="ueberschrift">API<a name="API"></a> Status</p>
+<ul>
+ <li>API is basically ready to go. Based on past experience we're
+ reasonably comfortable with the current content</li>
+ <li>Reasonable validation through several servers and API users in WTP</li>
+ <li>BEA and IBM are both in the process of validating the API
+ internally</li>
+ <li>Provisional APIs:
+ <ul>
+ <li>TCP/IP Monitor</li>
+ <li>Parts of server tools relating to features</li>
+ </ul>
+ </li>
+</ul>
+
+<p class="ueberschrift">For more information</p>
+<ul>
+ <li>Component overviews
+ <ul>
+ <li>Overviews exist for all three components (wst.internet,
+ wst.server, jst.server) on the WTP website</li>
+ <li>Some documentation about specific function:
+ <ul>
+ <li>Run on Server</li>
+ <li>Generic servers</li>
+ </ul>
+ </li>
+ <li>EclipseCon presentation</li>
+ </ul>
+ </li>
+ <li>API javadoc in code or in online help</li>
+ <li>Bugzilla
+ <ul>
+ <li>Feel free to open enhancement requests for unclear javadoc,
+ further documentation you'd like to see, etc.</li>
+ </ul>
+ </li>
+</ul>
+<br>
+<br>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/js.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/js.html
new file mode 100644
index 0000000..a73f226
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/js.html
@@ -0,0 +1,196 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+<body>
+<p class="ueberschrift">Javascript</p>
+<p>The javascript component contains the JavaScript editor, model,
+views, wizards, etc. The component lead is David Williams.</p>
+
+<ul>
+ <li>See Reintroducing the Structured Source Editing family of editors<br>
+ <a href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html">
+ http://eclipse.org/webtools/wst/components/sse/M2/m2.html</a></li>
+</ul>
+<ul>
+ <li>Current Test Plan<br>
+ <a
+ href="http://eclipse.org/webtools/wst/components/javascript/M5/milestone_test_plan.html">
+ http://eclipse.org/webtools/wst/components/javascript/M5/milestone_test_plan.html</a></li>
+</ul>
+<ul>
+ <li>Current Milestone Plan<br>
+ <a
+ href="http://eclipse.org/webtools/wst/components/javascript/M5/milestone_plan.html">
+ http://eclipse.org/webtools/wst/components/javascript/M5/milestone_plan.html</a></li>
+</ul>
+
+<p class="schema"><b>javascript ui</b></p>
+
+
+<p>The javascript ui component has the API needed to support javascript
+regions in editors.</p>
+
+
+<p><code>JSSourceViewerConfiguration</code> can be used by clients to
+access processors used to handle JavaScript regions. Processors include:
+content assist, text hover.</p>
+
+
+<p class="schema"><b>javascript core</b></p>
+
+
+<p>The javascript core component has the API needed to support the
+javascript content type.</p>
+
+
+<p><code>ContentTypeIdForJavaScript</code> contains the content type id
+for JavaScript. For more information, see: <code>org.eclipse.wst.javascript.core.contenttype</code></p>
+
+<p class="ueberschrift">Feature Matrix</p>
+<p>The following table represents the features for our various source
+editors that will play a role in our testing, according to the following
+legend.</p>
+<ul>
+ <li><b>Y - </b>Yes, should work, will be tested</li>
+</ul>
+<ul>
+ <li><b>P - </b>Planned for later, will not be tested this milestone</li>
+</ul>
+<ul>
+ <li><b>N - </b>No, no plans, does not work, will not be tested</li>
+</ul>
+<table
+ align="center"
+ border="1"
+ cellpadding="0"
+ cellspacing="2"
+ width="90%">
+ <caption align="bottom">Source Editing Feature Matrix</caption>
+ <tbody>
+ <tr>
+ <th style="text-align: left;"></th>
+ <th style="text-align: center;">JavaScript</th>
+ </tr>
+
+ <tr>
+ <td style="text-align: left;">Highlighting</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Semantic Highlighting</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Content Assist</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Parameter/Attribute Hints</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Document/Element Formatting</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Structured Selection</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Hover Info</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Smart Edit</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Open On (hyperlinks)</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Mark Occurrences</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Linked Edit</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Find Element Occurrences</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Validate as-you-type</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Delimiter Highlighting (bracket
+ matching)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Refactoring</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Search Participant</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Fix/Assist</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Property Sheet</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Outline View</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Folding</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Annotation Navigation (go to next
+ annotation)</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">External Files</td>
+ <td style="text-align: center;">Y</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Toggle Comment</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Type Hierarchy View</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Quick Outline</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ <tr>
+ <td style="text-align: left;">Task Tags in Source Comments</td>
+ <td style="text-align: center;">N</td>
+ </tr>
+ </tbody>
+</table>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.core.html
new file mode 100644
index 0000000..8020cc7
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.core.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.command.env.core</h1>
+<p>The Environment Command Framework.</p>
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.html
new file mode 100644
index 0000000..b579dcf
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.command.env</h1>
+<p>The Environment Command Framework for headless Eclipse.</p>
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>dynamicWizard<br>
+ actionDialogPreferenceType</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.command.env.core<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.ui.html
new file mode 100644
index 0000000..a00b163
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.ui.html
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.command.env.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.command.env.ui</h1>
+<p>The Environment Command Framework for Eclipse SWT, including the
+Dynamic Wizard Framework for building dynamic and extensible wizards
+such as those found in the Web services (WST "ws") component.</p>
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>widgetRegistry</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.command.env.core<br>
+ org.eclipse.wst.command.env<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui<br>
+ org.eclipse.osgi</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.dependencychecker.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.dependencychecker.html
new file mode 100644
index 0000000..ba48603
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.dependencychecker.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.dependencychedcker</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.dependencychecker</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emf.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emf.html
new file mode 100644
index 0000000..86fcda9
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emf.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.emf</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.emf</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>packageURIMap</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.emf.packageURIMap<br>
+ org.eclipse.jem.util.uiContextSensitiveClass</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emfworkbench.integration.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emfworkbench.integration.html
new file mode 100644
index 0000000..ee5e5dc
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emfworkbench.integration.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.emfworkbench.integration</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.emfworkbench.integration</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>editModel<br>
+ editModelExtension<br>
+ adapterFactory<br>
+ ModifierHelperFactory</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem.util.internalWorkbenchContextFactory<br>
+ org.eclipse.jem.util.uiContextSensitiveClass<br>
+ org.eclipse.core.runtime.applications<br>
+ org.eclipse.wst.common.frameworks.validationSelectionHandler</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.frameworks<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.emf.codegen.ecore<br>
+ org.eclipse.xsd<br>
+ org.eclipse.emf.importer.java</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.html
new file mode 100644
index 0000000..df5006e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.html
@@ -0,0 +1,188 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.frameworks</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.frameworks</h1>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>
+ <ul>
+ <li>ExtendableOperation</li>
+ </ul>
+ <ul>
+ <li>OperationExtension</li>
+ </ul>
+ <ul>
+ <li>functionGroup</li>
+ </ul>
+ <p>A functionGroup provides a grouping of related function that can
+ be contributed to the tools. For example, a third party component
+ may want to contribute actions, editor pages, edit model resources,
+ and many other functions specific to a given product. By associating
+ all these functions with a group id, a mechanism is exposed for
+ users to selectively enable and disable baskets of function.
+ Extension points that allow for a "groupID" attribute generally will
+ hide those functions when the group id is disabled.</p>
+ <ul>
+ <li>WTPActivityBridgeHelper</li>
+ </ul>
+ <ul>
+ <li>validationSelectionHandler</li>
+ </ul>
+ <ul>
+ <li>DataModelProviderExtension</li>
+ </ul>
+ </td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jem.util.uiContextSensitiveClass</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.jem.util</td>
+ </tr>
+</table>
+
+
+<p>Version 0.7.0</p>
+<p class="ueberschrift">Validation Framework</p>
+<ul>
+ <li>Component in WST
+ <ul>
+ <li>Validation</li>
+ </ul>
+ </li>
+ <li>Functional Overview
+ <ul>
+ <li>The framework provides a means for validators built using the
+ framework to validate resources in a project manually or
+ automatically.</li>
+ </ul>
+ </li>
+ <li>Links
+ <ul>
+ <li>http://www.eclipse.org/webtools/wst/components/validation/ValidationOverview.html
+ </li>
+ </ul>
+ </li>
+ <li>API
+ <ul>
+ <li>Currently there are no defined API in the framework and have
+ been defined as provisional internal API for WTP 0.7 release.</li>
+ <li>A fully defined API for the framework is planned for WTP 1.0</li>
+ </ul>
+ </li>
+ <li>Future Enhancements
+ <ul>
+ <li>The enhancements are geared towards performance improvements on
+ running validators built using the framework
+ <ul>
+ <li>Provide mechanism for individual validators to run
+ asynchronously</li>
+ <li>Change Global and Project level validation preferences to give
+ users more control to turn validators on and off on a build and
+ manual validation.</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>Test Scenarios
+ <ul>
+ <li>The overall framework test scenario can be found at</li>
+ <li><a
+ href="http://www.eclipse.org/webtools/wst/components/validation/scenarios/validation_framework_testplan.html ">http://www.eclipse.org/webtools/wst/components/validation/scenarios/validation_framework_testplan.html
+ </a></li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Datamodel Framework</p>
+<ul>
+ <li>Mechanism for tracking related data for operations & wizards
+ (coming soon)
+ <ul>
+ <li>Properties
+ <ul>
+ <li>get/set</li>
+ <li>default/valid values</li>
+ <li>validation/enablement</li>
+ </ul>
+ </li>
+ <li>Know how to run themselves using operations</li>
+ <li>Nesting/Extendable</li>
+ <li>Wizards (coming soon)
+ <ul>
+ <li>DataModels know how to build their wizards</li>
+ <li>Easy to build wizards on top of wizards</li>
+ <li>Extendable</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+<p class="ueberschrift">Enviroment Framework</p>
+<ul>
+ <li>For writing components for multiple environments. Eg:
+ <ul>
+ <li>Eclipse GUI</li>
+ <li>Eclipse headless</li>
+ <li>Java command line</li>
+ <li>Ant task / JUnit / Batch</li>
+ <li>Web service</li>
+ </ul>
+ </li>
+ <li>Aspects
+ <ul>
+ <li>Progress monitoring</li>
+ <li>Status handling</li>
+ <li>URI-based resource access</li>
+ <li>Command stack management</li>
+ </ul>
+ </li>
+ <li>Integrates with ?the? command framework (today there are three!)</li>
+ <li>Eclipse GUI Environment
+ <ul>
+ <li>Dynamic Wizard Framework for highly non-deterministic wizards</li>
+ <li>Complete separation from command-pattern based engine code</li>
+ </ul>
+ </li>
+ <li>Convergence TBD with DataModel, IUndoableOperation, etc.</li>
+</ul>
+<br>
+<br>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.ui.html
new file mode 100644
index 0000000..5d70503
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.ui.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.frameworks.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.frameworks.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.html
new file mode 100644
index 0000000..3b533c6
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.migration</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.migration</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.ui.html
new file mode 100644
index 0000000..d5a1d95
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.ui.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.migration.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.migration.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.modulecore.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.modulecore.html
new file mode 100644
index 0000000..f8701ea
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.modulecore.html
@@ -0,0 +1,72 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.modulecore.</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.modulecore</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>artifactedit</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.emf.ecore.generated_package<br>
+ org.eclipse.core.resources.natures<br>
+ org.eclipse.wst.common.emfworkbench.integration.editModel<br>
+ org.eclipse.core.resources.builders<br>
+ org.eclipse.wst.common.frameworks.DataModelProviderExtension<br>
+ org.eclipse.core.runtime.contentTypes<br>
+ org.eclipse.team.core.ignore<br>
+ org.eclipse.wst.common.uriresolver.resolverExtensions</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.frameworks<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.wst.common.emfworkbench.integration<br>
+ org.eclipse.wst.common.emf<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.wst.server.core<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.jem.util<br>
+ org.eclipse.wst.common.uriresolver</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.html
new file mode 100644
index 0000000..add461f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.html
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.navigator</title>
+
+<link rel="stylesheet" type="text/css" href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.navigator</h1>
+
+<p>Version 0.7.0</p>
+<p class="ueberschrift">Common Navigator</p>
+<ul>
+ <li>Extensible mini-platform for intergrated tree viewers</li>
+ <li>Enables tight intergration between different kinds of concept</li>
+ <li>Will be intergrated into Eclipse Platform/UI in 3.2 (so on Official WTP API)</li>
+</ul>
+<p><img src="../sources/common_4.jpg" width="768" height="453"></p>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.views.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.views.html
new file mode 100644
index 0000000..4ceab1b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.views.html
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.navigator.views</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.navigator.views</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>navigatorContent<br>
+ navigatorViewer <br>
+ commonFilter<br>
+ dropHandler<br>
+ thirdPartyFilterProvider<br>
+ linkHelper<br>
+ actionProvider</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.dropActions</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.jface<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.wst.common.ui.properties</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.workbench.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.workbench.html
new file mode 100644
index 0000000..9a457ab
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.workbench.html
@@ -0,0 +1,66 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.navigator.workbench</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.navigator.workbench</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>NavigatorGroup<br>
+ commonWizard</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.common.navigator.views.navigatorContent<br>
+ org.eclipse.wst.common.navigator.views.dropHandler<br>
+ org.eclipse.wst.common.navigator.views.actionProvider<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.jface<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.navigator.views<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.frameworks.ui</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.snippets.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.snippets.html
new file mode 100644
index 0000000..1baff2f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.snippets.html
@@ -0,0 +1,112 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.snippets</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.snippets</h1>
+
+<p>Version 0.7.0</p>
+<p class="ueberschrift">Snippets</p>
+<ul>
+ <li>org.eclipse.wst.common.snippets</li>
+ <li>Adds notion of a template ?toolbox? to Eclipse
+ <ul>
+ <li>User can define and manage reusable pieces of source code</li>
+ <li>Source code snippets can have sections defined as variable using
+ place holding markers</li>
+ <li>Framework for contributing new snippets with custom drag and
+ drop and double-click insertion behavior</li>
+ </ul>
+ </li>
+ <li>Depends on Eclipse & GEF (& SSE currently)</li>
+ <li>API status : provisional
+ <ul>
+ <li>Reasonably well documented, but subject to change before M5
+ given existing feedback and stated milestone goal</li>
+ </ul>
+ </li>
+ <li>Current Work Items
+ <ul>
+ <li>Reworking of drag and drop
+ <ul>
+ <li>No longer rely on SSE drop action framework</li>
+ <li>Possibly support non-text editor scenarios</li>
+ </ul>
+ </li>
+ <li>Separate into Core and UI plug-ins
+ <ul>
+ <li>Should allow for non-GEF UI (but not to be implemented)</li>
+ </ul>
+ </li>
+ <li>Investigate adopting Eclipse Templates as underlying model</li>
+ <li>Investigate adopting Template insertion behavior as our own on
+ double-click</li>
+ </ul>
+ </li>
+ <li>Want more info?
+ <ul>
+ <li>Brief overview exists on the WTP website at <a
+ href="http://eclipse.org/webtools/wst/components/common/overview/snippets/overview.html">http://eclipse.org/webtools/wst/components/common/overview/snippets/overview.html</a></li>
+ </ul>
+ </li>
+</ul>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>SnippetContributions</td>
+ </tr>
+</table>
+<p>Contributions to be shown in the Snippets view. Plugins may
+contribute new categories and items into those categories that have
+custom behavior when dropped onto an editor or certain views.</p>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.views<br>
+ org.eclipse.wst.sse.ui.dropTargetTransfers<br>
+ org.eclipse.ui.popupMenus</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.gef<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.ui<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.html
new file mode 100644
index 0000000..0d78f45
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="ueberschrift">Common UI</p>
+<ul>
+ <li>Generic UI compinents
+ <ul>
+ <li>Tabbed properties sheet (to be moved into Eclipse base)</li>
+ <li>Extended file selection dialogs, views</li>
+ <li>Drag and Drop helper classes</li>
+ <li>'Navigable' Table Viewer (table with improved keyboard
+ navigation)</li>
+ </ul>
+ </li>
+</ul>
+<p><img
+ src="../sources/common_2.jpg"
+ width="510"
+ height="155"
+ align="absmiddle"
+ alt=""></p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>exampleProjectCreationWizard</td>
+ </tr>
+</table>
+<p>This extension point allows to extend New project withard with the
+page set up setup information for the created project as well as source
+files that will be imported on the project creation.</p>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.properties.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.properties.html
new file mode 100644
index 0000000..1fb60fe
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.properties.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.ui.properties</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.ui.properties</h1>
+
+<p>Version 0.7.0</p>
+
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>propertyContributor<br>
+ propertyTabs<br>
+ propertySections</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.ui.forms<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.ui</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.uriresolver.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.uriresolver.html
new file mode 100644
index 0000000..997174c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.uriresolver.html
@@ -0,0 +1,98 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.common.uriresolver</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.common.uriresolver</h1>
+
+<p>Version 0.7.0</p>
+<p class="ueberschrift">URI Resolver</p>
+<ul>
+ <li>Lots of different artifact ‘types’ have references to
+ other artifacts</li>
+ <ul>
+ <li>HTML <a href=“….”/></li>
+ <li>JSP <%@ taglib uri=“…."
+ prefix=“xyz" %></li>
+ <li>XML <DOCTYPE systemId=“….”/></li>
+ <li>XML Schema <import location=“….”
+ namepace=“xyz” /></li>
+ </ul>
+ <li>Common</li>
+ <ul>
+ <li>Typically resolution is very similar for all artifact types</li>
+ <li>Resolution should be consistent across artifacts</li>
+ <li>Different tools user different parsers, models, implementations</li>
+ <li>Resolution should be consistent across tools</li>
+ </ul>
+ <li>Extensible
+ <ul>
+ <li>Often tools want to ‘tap into’ the resolution
+ mechanism</li>
+ <li>i.e. XML Catalog, Internet Cache, Project specific resolution
+ strategies?</li>
+ </ul>
+ </li>
+ <li>Some clients of the resolver
+ <ul>
+ <li>editors, validators, models</li>
+ <li>JSP, Taglibs, HTML, DTD, XML, XSD, WSDL</li>
+ </ul>
+ </li>
+</ul>
+<p><img
+ src="../sources/common_3.jpg"
+ width="851"
+ height="327"
+ alt=""></p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>resolverExtensions</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.core.resources</td>
+ </tr>
+</table>
+<br>
+<br>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.core.html
new file mode 100644
index 0000000..f2c5cbb
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.core.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.css.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.css.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.sse.core.cssprofile<br>
+ org.eclipse.wst.sse.core.modelHandler<br>
+ org.eclipse.wst.sse.core.taskscanner<br>
+ org.eclipse.core.filebuffers.documentCreation<br>
+ org.eclipse.team.core.fileTypes<br>
+ org.eclipse.wst.sse.core.formatProcessors<br>
+ org.eclipse.core.runtime.contentTypes<br>
+ org.eclipse.core.runtime.preferences</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.sse.core</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.ui.html
new file mode 100644
index 0000000..acb7d8c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.ui.html
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.css.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.css.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.editors<br>
+ org.eclipse.wst.sse.ui.extendedconfiguration<br>
+ org.eclipse.wst.sse.ui.adapterFactoryDescription<br>
+ org.eclipse.core.filebuffers.annotationModelCreation<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.ui.propertyPages<br>
+ org.eclipse.ui.actionSetPartAssociations<br>
+ org.eclipse.core.runtime.preferences<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.ui.popupMenus<br>
+ org.eclipse.ui.editors.templates</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.xml.ui<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.css.core<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.html.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui.ide</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.doc.isv.html
new file mode 100644
index 0000000..a140dfb
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.doc.isv.html
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.doc.isv</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.doc.isv</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.help.toc<br>
+
+ </td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.help</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.core.html
new file mode 100644
index 0000000..3370c68
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.core.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.dtd.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.dtd.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.sse.core.modelHandler<br>
+ org.eclipse.wst.sse.core.taskscanner<br>
+ org.eclipse.core.filebuffers.documentCreation<br>
+ org.eclipse.team.core.fileTypes<br>
+ org.eclipse.core.runtime.contentTypes<br>
+ org.eclipse.emf.ecore.extension_parser<br>
+ org.eclipse.emf.ecore.generated_package<br>
+ org.eclipse.wst.xml.core.documentFactories</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.validation</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.ui.html
new file mode 100644
index 0000000..19b128c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.ui.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.dtd.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.dtd.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.editors<br>
+ org.eclipse.wst.sse.ui.extendedconfiguration<br>
+ org.eclipse.core.filebuffers.annotationModelCreation<br>
+ org.eclipse.wst.sse.ui.adapterFactoryDescription<br>
+ org.eclipse.ui.actionSetPartAssociations<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.core.runtime.preferences<br>
+ org.eclipse.ui.popupMenus<br>
+ org.eclipse.wst.validation.validator<br>
+ org.eclipse.wst.sse.ui.sourcevalidation<br>
+ org.eclipse.ui.editors.templates</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.wst.common.ui<br>
+ org.eclipse.wst.dtd.core<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.wst.xml.ui</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html
new file mode 100644
index 0000000..44753f2
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html
@@ -0,0 +1,101 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.apache.ant<br>
+ org.apache.axis11<br>
+ org.apache.wsil4j<br>
+ org.eclipse.core.commands<br>
+ org.eclipse.core.expressions<br>
+ org.eclipse.core.filebuffers<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime <br>
+ org.eclipse.core.runtime.compatibility<br>
+ org.eclipse.debug.core<br>
+ org.eclipse.debug.ui <br>
+ org.eclipse.emf.codegen.ecore<br>
+ org.eclipse.emf.codegen<br>
+ org.eclipse.emf.common<br>
+ org.eclipse.emf.ecore.edit<br>
+ org.eclipse.emf.ecore.sdov<br>
+ org.eclipse.emf.ecore.xmi<br>
+ org.eclipse.emf.ecore<br>
+ org.eclipse.emf.edit.ui<br>
+ org.eclipse.emf.edit<br>
+ org.eclipse.emf.importer.java<br>
+ org.eclipse.gef<br>
+ org.eclipse.help.appserver<br>
+ org.eclipse.jdt.core <br>
+ org.eclipse.jem.util<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.jface<br>
+ org.eclipse.ltk.core.refactoring<br>
+ org.eclipse.ltk.ui.refactoring<br>
+ org.eclipse.osgi<br>
+ org.eclipse.search<br>
+ org.eclipse.swt<br>
+ org.eclipse.text<br>
+ org.eclipse.tomcat<br>
+ org.eclipse.ui.browser<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui.forms<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.ui.workbench<br>
+ org.eclipse.ui<br>
+ org.eclipse.xsd.edit<br>
+ org.eclipse.xsd<br>
+ org.uddi4j<br>
+ org.wsdl4j</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.core.html
new file mode 100644
index 0000000..76e66e5
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.core.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.html.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.html.core</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.sse.core.modelHandler<br>
+ org.eclipse.wst.sse.core.embeddedTypeHandler<br>
+ org.eclipse.wst.sse.core.taskscanner<br>
+ org.eclipse.core.filebuffers.documentCreation<br>
+ org.eclipse.wst.sse.core.commentElementHandler<br>
+ org.eclipse.team.core.fileTypes<br>
+ org.eclipse.wst.sse.core.formatProcessors<br>
+ org.eclipse.wst.xml.core.annotationFiles<br>
+ org.eclipse.core.runtime.contentTypes<br>
+ org.eclipse.core.runtime.preferences</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.css.core<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.ui.html
new file mode 100644
index 0000000..729afe7
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.ui.html
@@ -0,0 +1,88 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.html.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.html.ui</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>deviceProfileEntryProvider</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.editors<br>
+ org.eclipse.wst.sse.ui.extendedconfiguration<br>
+ org.eclipse.core.filebuffers.annotationModelCreation<br>
+ org.eclipse.wst.sse.ui.adapterFactoryDescription<br>
+ org.eclipse.wst.sse.ui.embeddedAdapterFactoryProvider<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.ui.propertyPages<br>
+ org.eclipse.ui.actionSetPartAssociations<br>
+ org.eclipse.ui.editors.templates<br>
+ org.eclipse.core.runtime.preferences<br>
+ org.eclipse.ui.editors.documentProviders<br>
+ org.eclipse.wst.validation.validator<br>
+ org.eclipse.wst.sse.ui.sourcevalidation<br>
+ org.eclipse.ui.newWizards<br>
+ org.eclipse.wst.common.navigator.workbench.commonWizard<br>
+ org.eclipse.ui.popupMenus</td>
+ </tr>
+</table>
+
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.ide<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.jface.text<br>
+ org.eclipse.ui.workbench.texteditor<br>
+ org.eclipse.ui.editors<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.sse.ui<br>
+ org.eclipse.wst.xml.ui<br>
+ org.eclipse.wst.css.ui<br>
+ org.eclipse.wst.sse.core<br>
+ org.eclipse.wst.css.core<br>
+ org.eclipse.wst.html.core<br>
+ org.eclipse.wst.xml.core<br>
+ org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.wst.validation<br>
+ org.eclipse.wst.javascript.ui</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.cache.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.cache.html
new file mode 100644
index 0000000..9d340d0
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.cache.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.internet.cache</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.internet.cache</h1>
+
+<p>Version 0.7.0</p>
+<p>This component caches requested remote resources (for example
+dtd's)preventing remote access on subsequent requests for the resources.
+The cache respects suggested expiration times for remote resources and
+can be configured through user preferences. A background job, which
+caches resources that were unable to be cached when first requested, is
+also included.</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>cacheresource</td>
+ </tr>
+</table>
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.preferencePages<br>
+ org.eclipse.core.runtime.preferences<br>
+ org.eclipse.wst.common.uriresolver.resolverExtensions</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.wst.common.uriresolver<br>
+ org.eclipse.core.resources</td>
+ </tr>
+</table>
+
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.core.html
new file mode 100644
index 0000000..d9c5c20
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.core.html
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.internet.monitor.core</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.internet.monitor.core</h1>
+
+<p>Version 0.7.0</p>
+<p>This plugin contains core support for the TCP/IP Monitor.</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>internalProtocolAdapters<br>
+ internalContentFilters <br>
+ internalStartup</td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.internet.monitor.core.internalProtocolAdapters</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime</td>
+ </tr>
+</table>
+
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.ui.html
new file mode 100644
index 0000000..88da532
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.ui.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.internet.monitor.ui</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.internet.monitor.ui</h1>
+
+<p>Version 0.7.0</p>
+<p>This plugin contains UI support for the TCP/IP Monitor.</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>viewers</td>
+ </tr>
+</table>
+
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.wst.internet.monitor.core.internalStartup<br>
+ org.eclipse.ui.views<br>
+ org.eclipse.ui.preferencePages<br>
+ org.eclipse.ui.keywords<br>
+ org.eclipse.wst.internet.monitor.ui.viewers<br>
+ org.eclipse.core.runtime.adapters<br>
+ org.eclipse.ui.popupMenus<br>
+
+ </td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.runtime<br>
+ org.eclipse.ui.ide<br>
+ org.eclipse.ui<br>
+ org.eclipse.wst.internet.monitor.core</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.proxy.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.proxy.html
new file mode 100644
index 0000000..26095d8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.proxy.html
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta
+ http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+
+<title>org.eclipse.wst.internet.proxy</title>
+
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="../sources/formate.css">
+</head>
+
+<body>
+
+<h1 class="descriptions">org.eclipse.wst.internet.proxy</h1>
+
+<p>Version 0.7.0</p>
+<p class="schema">Extension Points</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td></td>
+ </tr>
+</table>
+
+<p class="schema">Used Extensions</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.ui.preferencePages<br>
+ org.eclipse.ui.startup</td>
+ </tr>
+</table>
+<p class="schema">Dependencies (Required Plugins)</p>
+<table
+ width="90%"
+ border="0"
+ cellspacing="0">
+ <tr>
+ <td width="30"> </td>
+ <td>org.eclipse.core.resources<br>
+ org.eclipse.core.runtime<br>
+ org.eclipse.ui</td>
+ </tr>
+</table>
+</body>
+</html>
+
diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.javascript.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.javascript.core.html
new file mode 100644
index 0000000..e3f8d3c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.javascript.core.html
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta