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 deleted file mode 100644 index 6c66e4135508eed01f9a26e182833b855e1d81e8..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/.project +++ /dev/null @@ -1,22 +0,0 @@ -<?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 deleted file mode 100644 index 342cb7c935e597a69f267626c1fbe6f62aec9353..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/META-INF/MANIFEST.MF +++ /dev/null @@ -1,8 +0,0 @@ -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: 1.0.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 deleted file mode 100644 index 7d860040f2642acc290af27e6745f9ac883ec9f4..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/README_HOWTO_pacakge_overview.txt +++ /dev/null @@ -1,63 +0,0 @@ - - -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 deleted file mode 100644 index 6f6b96c4c87db1b886ad9db93b7ad3656aa00f9d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/about.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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 deleted file mode 100644 index 7efb141c7792dd4db304f236080691d092482c90..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.html +++ /dev/null @@ -1,131 +0,0 @@ -<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 deleted file mode 100644 index b19fb58e095c5c527f55f6ba1e9ae1e767f5c140..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview.xml +++ /dev/null @@ -1,103 +0,0 @@ -<?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 deleted file mode 100644 index 119ce70c26a98c9b1a0351ca531dfe74549a7610..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/Idea.jpg and /dev/null 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 deleted file mode 100644 index 9fe9102780ead284dd3c391b4b3758027b051bb1..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/api-overview/overview/apistyles.css +++ /dev/null @@ -1,66 +0,0 @@ - -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 deleted file mode 100644 index ae39445b4f720e73d3737a41f76235f7fcfe8924..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# 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 deleted file mode 100644 index 73f8144d5aeed02dd5ddb183ae9ab99177e9e530..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/build.xml +++ /dev/null @@ -1,102 +0,0 @@ -<?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 deleted file mode 100644 index 8ddb8faab3041fd595c7542af9ec557ec62b1c01..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/book.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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 deleted file mode 100644 index ab0220c5921c90c35f4d105d69eb14ff8c4928e6..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/check_out_tutorial.html +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 5ae8e063ca5fd82d1514e408772a18302f5acf0a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/AdapterFactoryExtension.htm +++ /dev/null @@ -1,56 +0,0 @@ -<!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 deleted file mode 100644 index ad2720e6337bb707b95abecfa75324b871c48215..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelProvider.htm +++ /dev/null @@ -1,60 +0,0 @@ -<!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 deleted file mode 100644 index 5ffb2121747b95ae95aa9f65b5db98e267169c93..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/DataModelWizardExtension.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!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 deleted file mode 100644 index 46e2a4acb621d3298a8b7df95d4bb507cbea952a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EMFRessourceEditModel.htm +++ /dev/null @@ -1,86 +0,0 @@ -<!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 deleted file mode 100644 index 9be3d638044dc6c4f20a9b446898e795340bc2a9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/EditModelExtension.htm +++ /dev/null @@ -1,89 +0,0 @@ -<!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 deleted file mode 100644 index d21237004382a66c6f4b4ee7ddab518f23d8efbb..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ExtendabledOperation.htm +++ /dev/null @@ -1,44 +0,0 @@ -<!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 deleted file mode 100644 index 282bdc13bd6d7ae38b50f8fbab3a42dfc0356d48..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/FunctionGroup.htm +++ /dev/null @@ -1,73 +0,0 @@ -<!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 deleted file mode 100644 index 048aadfc338b69c0810b37f69f166cc1339ba88d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/ModifierHelperFactory.htm +++ /dev/null @@ -1,68 +0,0 @@ -<!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 deleted file mode 100644 index e627ecfe7e18f01cd39be96b2d0ca7c556f35779..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/OperationExtension.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!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 deleted file mode 100644 index 41a668100d0baaf68b350c65f17f848efb407419..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/WTPActivityBridge.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!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 deleted file mode 100644 index 1439e69024005a111bff388ec1209f906e33682b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/actionProvider.htm +++ /dev/null @@ -1,125 +0,0 @@ -<!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 deleted file mode 100644 index c9257b85fa66f65093d94dfaaaea0670636a4e5d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/book.css +++ /dev/null @@ -1,106 +0,0 @@ -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 deleted file mode 100644 index a16fb44dc8f6b0184ad5d06cda77a2ddc3cd628d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/commonFilter.htm +++ /dev/null @@ -1,138 +0,0 @@ -<!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 deleted file mode 100644 index e39d61aea78857b87783715b4505b036139ba824..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/dropHandler.htm +++ /dev/null @@ -1,143 +0,0 @@ -<!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 deleted file mode 100644 index 3d9fb1faab56929689cebe8ea5045913e2812aaf..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendableWizard.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!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 deleted file mode 100644 index 2814694b0d6847b90d630565f4176a512edb3cdd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/extendedViewer.htm +++ /dev/null @@ -1,48 +0,0 @@ -<!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 deleted file mode 100644 index 755eb06dfd5f1db4961228663dd992df399fce60..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/linkHelper.htm +++ /dev/null @@ -1,127 +0,0 @@ -<!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 deleted file mode 100644 index e1bc42684eb775fe94fef937672714863b333c1b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorContent.htm +++ /dev/null @@ -1,150 +0,0 @@ -<!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 deleted file mode 100644 index f5d8b237e614d759289a422c1dbbfd0849f5a8df..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/navigatorViewer.htm +++ /dev/null @@ -1,48 +0,0 @@ -<!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 deleted file mode 100644 index 00f9d01bff8f4691c84bdce0dd60fb23e4ca36c5..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/schema.css +++ /dev/null @@ -1,66 +0,0 @@ -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 deleted file mode 100644 index 625b573a89ebb57c1425ec6d95f669b271ddf926..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/thirdPartyFilterProvider.htm +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index d5a43e17501afeda450f2367e02be0affbd8df78..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/validationSelectionHandler.htm +++ /dev/null @@ -1,45 +0,0 @@ -<!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 deleted file mode 100644 index 9f46c571bb03457ff7ce29c8c65d73a19d3d5a89..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wizardPageGroup.htm +++ /dev/null @@ -1,53 +0,0 @@ -<!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 deleted file mode 100644 index 21e9a9b785796001d44427cac1d4ea6d639bfb21..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/Schemas/wtpuiAction.htm +++ /dev/null @@ -1,176 +0,0 @@ -<!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 deleted file mode 100644 index 3f750e8432a700a13cd7b2691da527b5d3738e70..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.common.navigator.views.html +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index 9d6e43a90ab94d39df786acb1ab242ec356b0893..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emf.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index e26c98b9a797da035781f7d3f6d56a46260387f0..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.emfworkbench.integration.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index 719496ee449c64f8784679bef3695e1602fc726d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.html +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index 504022f8e23038de57e10dfac5998de9aaf4c8fd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.frameworks.ui.html +++ /dev/null @@ -1,53 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index 167f462997ea92f8b5ab4377c266e95c6816fff8..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/descriptions/org.eclipse.wst.common.modeulecore.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index ed745ee4b4f59b3d67dc2d4a621d794ba6001040..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/eclipse_scanner.HTML +++ /dev/null @@ -1,169 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 10f182a76063a962a862cc7517e2c0518478298c..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/how_to_use_api.HTML +++ /dev/null @@ -1,344 +0,0 @@ -<!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 deleted file mode 100644 index 0fb5190a5598a53c12f6a8a8174bf4d6f2517d37..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/assembly.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 37ff351b4572b1c27f83604cd1bfe5e8329d1036..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/common_command.html +++ /dev/null @@ -1,151 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index cce46d1db8f68d36a0325850ca1316fe1a6c3d40..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/default.html +++ /dev/null @@ -1,12 +0,0 @@ -<!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 deleted file mode 100644 index 94164dc7532c6b6432053d69b3846f092eeccf61..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ejb.html +++ /dev/null @@ -1,154 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 0bab9a3f61b161f706576b2e51004d9cd5119448..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/j2ee.html +++ /dev/null @@ -1,110 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 03807e0892cb435a8aeab671c77308a21dc61ae9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jsp.html +++ /dev/null @@ -1,210 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 5d754af4f7bd79a6c6695c729e3f78ffa7054f1e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/jst.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 3f06368b909915f3999d55bcd88d108f302098d1..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.controller.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 2b35b843ffc8d8e6dc2e6007bf820dde2165100f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.core.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 650ece90cc200020fc5614cda1f328b8e17adabb..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.annotations.ui.html +++ /dev/null @@ -1,69 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 79e334b8f13e858f5baaf1e412c5477b2257bc9e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.html +++ /dev/null @@ -1,169 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index fca69cf5b169aec0f9d488c5b9076902142845f3..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.frameworks.ui.html +++ /dev/null @@ -1,69 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index c01dff1d2ff401a6ca1fe9fa41c42582ed79899f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.launcher.ant.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index b8d84945aa6d4c92950f9d96f542a5b0a1401d11..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.common.navigator.java.html +++ /dev/null @@ -1,87 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index a12db5c7ee96b9a1075374e2b63ab2d713bd783e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.doc.isv.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ba65263a626d039078d53c4abcdeadd4b828e4ac..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.doc.isv.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 9ae06ab6302c6f7c0ccdccb0fb7a356efddf9aff..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ejb.ui.html +++ /dev/null @@ -1,75 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 1ec0892f157501a214a02ed85ad0bb53eaff11fa..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.html +++ /dev/null @@ -1,133 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index d2a3646a12908b2a8784e2164d261cfe4c760cc2..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.core.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 0a1e5bab1368d13c0b159bb673742f004f45737a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.doc.isv.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index a2679ff01c2003e9de27dd7186ee749ec0858296..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotation.model.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 57c253f622417a407a966a4e766e11804987adfd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.emitter.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 07fbb46cdeeaa81822bd86853acc7feca61f62ea..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.ui.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 4652c4b7c1f3aeaea74e513f752185fbbff9e2bf..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.html +++ /dev/null @@ -1,87 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ddd4348102100ed951430169c78d21829197a303..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ejb.html +++ /dev/null @@ -1,89 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 40fbce72eff791afd09711a3f073b28fe7d29abd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.html +++ /dev/null @@ -1,102 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 46e4183966f722fdef828464136b25a4d48945a2..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.html +++ /dev/null @@ -1,79 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index d26fed441053a5a1eb38d8bc1a77ca7c977fc101..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.jca.ui.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 6debdc0e2b3a984f1ae0d80dd9b261a81b832b1e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.navigator.ui.html +++ /dev/null @@ -1,111 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 92f33918a4d8a51262121fe2b4f01a5b6a816266..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.ui.html +++ /dev/null @@ -1,104 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index b5bb554c2d3ae7c67024755def9644aaceec6f28..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.web.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index d9b13c5c76573bf9620b42f7224d3e4abae270d1..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.html +++ /dev/null @@ -1,77 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 87941962a09e8e08fe491c33db1241925fd2ae92..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.j2ee.webservice.ui.html +++ /dev/null @@ -1,77 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 9ae33c3c92f0ddba5ae22f620c15a35318c920c7..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.core.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 511c4c4119a4d6fa6279a602215bfebe10aab580..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.jsp.ui.html +++ /dev/null @@ -1,99 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 256a8b2c886c97660c99b7e3a21621b1c6b2d0b6..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.sample.web.project.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 2b36302703b9994fb8af352241adac8000b203ee..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.core.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 83f53064534787cbd04c287669920416d9763bf2..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.doc.isv.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 42bccad2c665c12fa3b005671bb869bb300dcc34..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.core.html +++ /dev/null @@ -1,74 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index c414893b44f44e8d9cebcb2547203250bd48aecc..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.modules.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ce8fcaac62147b3b8d09c69312095b99b7cf8196..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.serverdefinitions.html +++ /dev/null @@ -1,63 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 6622fe073237afe70f5109c98d3fba30303f63f9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.tests.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 5da2c4a8e835043e213883a90881ec349a78c48e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.generic.ui.html +++ /dev/null @@ -1,63 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index cabaf0939aeeca3adae5ad4d61169694fa1cfb54..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.core.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ae713e2645dac637de2b55efdc98688119a4ead7..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.geronimo.ui.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index dc3446ab8c842f9f6e449bca183fc4197a5823d2..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.core.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index d7c03c1da7fff100d0874a18aa295603f2e35420..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.jboss.ui.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 3d71666153a136bd06f24e8ac460bd595f306359..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.core.html +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 2d6c95314b1b7f7f964d018bce52280f03d142a8..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.tomcat.ui.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 5f3fc13ccee954a4561da996e658987f27ef9936..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.ui.html +++ /dev/null @@ -1,71 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index cdfd1104bb561cdf833ccb7a15d7ea3abfb53f28..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.server.websphere.core.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 7b897aa1e69ec744f2823c03a87eb0db01e85874..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.servlet.ui.html +++ /dev/null @@ -1,78 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 335eb755f656a9502bc91b6732dbfd18a62f3c71..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.ant.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index a109b2dafa786f6fdd2b76e68458cd835b136ac9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.core.html +++ /dev/null @@ -1,63 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 9871059ca552dcfe4bc2613775934cdd99ba7581..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.consumption.ui.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 394c58773211b4f4e9b09f373bc0e5f6f7d4b243..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.creation.ui.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 1619ef4c68fe487066c73cb53bbb9c77c538eb9f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.axis.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 6f91dd387f4dc7706bbebe0c4160063510f939fa..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index bec6ec38c16ba9923c1f968214ca14b6f74bee3f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.consumption.ui.html +++ /dev/null @@ -1,122 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 8028ee5723ac6e871fe2f26cafb7b74bd20f6077..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ejb.ui.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 00b22f2f66426899c01cc04812b729098895d3a9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.creation.ui.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 1fcd526bb036632350ba7029790ce70d1e4a4bc2..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index c0dbd8755083122d3a5839f9fa424e913fbc862a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.uddiregistry.html +++ /dev/null @@ -1,63 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ebb9a9beab351f63d79c2b300e27a669bf442a46..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/org.eclipse.jst.ws.ui.html +++ /dev/null @@ -1,74 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index bbb6f5f1dba4aec926f82a9ee4adadeb61fb8a31..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/server.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index e37763a2330ec72048c9c8ed9671880e0a6d3f62..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/vorlage.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 122788bd6f30f5d572e870200c159a879607d3c6..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_JST/ws.html +++ /dev/null @@ -1,165 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 2ed2c03127e4ef563ba416946b2308dea6085d70..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/assembly.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index 24ba304a5b975f169ba32a010eb55dbbe44f0b2d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/cheatsheet_tutorial.html +++ /dev/null @@ -1,170 +0,0 @@ -<!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 deleted file mode 100644 index 6338984ded00b31e772ef8611fa5c4777503f88d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/common_command.html +++ /dev/null @@ -1,128 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index f33802a6d122593c706b18569f65faabf321589c..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/css.html +++ /dev/null @@ -1,216 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index cce46d1db8f68d36a0325850ca1316fe1a6c3d40..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/default.html +++ /dev/null @@ -1,12 +0,0 @@ -<!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 deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 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 deleted file mode 100644 index 848e90c1f5dfa3edec9e1c774a947a5318fe59dc..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/dtd.html +++ /dev/null @@ -1,196 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index da980ee62bf7f307657488522332635be85b90ed..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/html.html +++ /dev/null @@ -1,232 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 7de8a03a8427e2751b5ade11914d708138694860..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/internet.html +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index a73f226fb12f6a891bbf2ea83b16108d3d65c77e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/js.html +++ /dev/null @@ -1,196 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 8020cc721c5464412e81d650ee5775ef89625c41..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.core.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index b579dcf71ff20ba332d79fbb2fc12a9d6df436f5..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index a00b16381402da1cdbada5c8473fde2858b8add4..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.command.env.ui.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ba48603c4289314ab1a05b7e2011f0ab390d7c1b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.dependencychecker.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 86fcda90f1b6a93e3f024026a7c7ae10735af185..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emf.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index ee5e5dc9bbac53769af6cc4a1ad3f328279a8d2e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.emfworkbench.integration.html +++ /dev/null @@ -1,71 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index df5006eac9c51962d12175ca9478b535b6c74f24..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.html +++ /dev/null @@ -1,188 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 5d705037a63934730dc499d8c98602add50bd3da..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.ui.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 3b533c69e4a07254bea43c8786222b4f48414295..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index d5a1d95b8ae16d58bc5450207dc4a1d789513480..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.migration.ui.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index f8701ea1ce856e78ec7d599f684782c652039905..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.modulecore.html +++ /dev/null @@ -1,72 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index add461fba06e326113a5e73309723789e4eaaae5..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=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 deleted file mode 100644 index 4ceab1b2ca7f63217ffcae782a10ca45d8af83dd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.views.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 9a457ab7a5f6030cd6021c3b13374d228eaca904..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.workbench.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 1baff2f6ddbf4b9762b8b1ccacc78060af418384..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.snippets.html +++ /dev/null @@ -1,112 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 0d78f45cb07ee77246ae5cd6a766145d9580b4fd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.html +++ /dev/null @@ -1,82 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 1fb60fe25fd3ea6a6d105b952410cd401e54599c..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.ui.properties.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 997174c879975cefe41d7deca822c6bcc311bbe3..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.common.uriresolver.html +++ /dev/null @@ -1,98 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index f2c5cbb861df36d184836b9b98a7646dd9dbb2aa..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.core.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index acb7d8c09524076b29aa70cd256e0466c6022eee..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.css.ui.html +++ /dev/null @@ -1,80 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index a140dfb128170bd92d9e888bb8ba0b3439adf93f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.doc.isv.html +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 3370c6827d03fdf1f0825a8e6c8aef8eb2e23d80..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.core.html +++ /dev/null @@ -1,71 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 19b128c7b82a0c110167d20a8f05db9666789712..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.dtd.ui.html +++ /dev/null @@ -1,82 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 44753f2f65cfc4abf8a8472a35e73b72c8ffbd56..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 76e66e5f4d06471e0de903e4783a0bb5a6216e5b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.core.html +++ /dev/null @@ -1,71 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 729afe7e588b040cecaf1166b5c5cadc9d4ef8af..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.html.ui.html +++ /dev/null @@ -1,88 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 9d340d04095691598a2cda8e78a886066bcf20f5..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.cache.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index d9c5c207e594fb9ef1de36df32852df78ea9fc8e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.core.html +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 88da5320075828231bb79a3d6f1e67d0a038fa88..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.ui.html +++ /dev/null @@ -1,68 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index 26095d8e0c56cb41cc3c0c1048c51787b00528f0..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.internet.proxy.html +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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 deleted file mode 100644 index e3f8d3c20eb087de9b0aa1f4a7fa6f6060b5e124..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.javascript.core.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.javascript.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.javascript.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.core.runtime.contentTypes</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</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.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.javascript.ui.html deleted file mode 100644 index ee43bc6e28b4457aa8460a39d5aed696e00e3f33..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.javascript.ui.html +++ /dev/null @@ -1,78 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.javascript.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.javascript.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.ui.actionSetPartAssociations<br> - org.eclipse.core.filebuffers.annotationModelCreation<br> - org.eclipse.wst.sse.ui.dropTargetTransfers<br> - org.eclipse.ui.newWizards<br> - org.eclipse.ui.preferencePages<br> - org.eclipse.core.runtime.preferences<br> - org.eclipse.wst.sse.ui.extendedconfiguration<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.debug.core<br> - org.eclipse.debug.ui<br> - 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.sse.core<br> - org.eclipse.wst.javascript.core<br> - org.eclipse.core.resources<br> - org.eclipse.core.runtime<br> - org.eclipse.ui.ide<br> - org.eclipse.wst.xml.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.rdb.connection.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.connection.ui.html deleted file mode 100644 index dc95a51fc2b74094153824ed18f3be0734c37ba1..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.connection.ui.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.connection.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.connection.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>connectionUIProvider</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.rdb.connection.ui.connectionUIProvider</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<br> - org.eclipse.ui.ide<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.wst.rdb.core.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.rdb.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.core.html deleted file mode 100644 index 33c167c1e8c72e56ea2312df3846ef267b12adfa..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.core.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.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>databaseDefinition<bR> - logicalContainment<br> - dataModelElementFactor<br> - databaseReverseEngineering<br> - ddlParser<br> - ddlGeneration<br> - catalog<br> - databaseRecognition</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.rdb.core.logicalContainment<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.resources<br> - org.eclipse.emf.ecore.xmi<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.models.dbdefinition<br> - org.eclipse.jface</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.rdb.core.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.core.ui.html deleted file mode 100644 index 3fbc512c05f540234709ded76bc4f62d76bdd282..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.core.ui.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.core.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.core.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>labelService</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.wst.rdb.core.internal.ui.modelexplorer.decorator<br> - org.eclipse.wst.rdb.core.ui.labelService</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.rdb.models.sql<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.wst.rdb.models.dbdefinition<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.rdb.data.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.data.core.html deleted file mode 100644 index 59fac4d7a7c8436c0e7d23ad7307501bdb800ceb..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.data.core.html +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.data.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.data.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.core.runtime<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.wst.rdb.outputview</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.rdb.data.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.data.ui.html deleted file mode 100644 index 9326bbbab9c0c0ff95a832f79d28adbdcac9abe0..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.data.ui.html +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.data.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.data.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.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<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.rdb.data.core<br> - org.eclipse.core.resources<br> - org.eclipse.jface.text<br> - org.eclipse.ui.ide<br> - org.eclipse.wst.rdb.outputview</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.rdb.dbdefinition.db2.cloudscape.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.cloudscape.html deleted file mode 100644 index e2d190414474df60d1e8c12c03f30d8c1745c792..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.cloudscape.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.db2.cloudscape</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.db2.cloudscape</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.rdb.dbdefinition.db2.iseries.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.iseries.html deleted file mode 100644 index aa749ce711788d8ed8a2255929884d78eed1cc05..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.iseries.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.db2.iseries</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.db2.iseries</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.db2.luw.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.luw.html deleted file mode 100644 index 79349f7fdc4ee9bb89adc9f2d11d9163812d45d7..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.luw.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.db2.luw</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.db2.luw</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.db2.series.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.series.html deleted file mode 100644 index b361249505257053f2f913da48c1c1e39bd9d6f2..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.series.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.db2.series</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.db2.series</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.derby.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.derby.html deleted file mode 100644 index 9ce1c11478a8330f61772cbe4f557f514cf314a1..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.derby.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.derby</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.derby</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.informix.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.informix.html deleted file mode 100644 index dd27987f3dd80229018d9d4b5efc688028a107aa..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.informix.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.informix</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.informix</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.mysql.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.mysql.html deleted file mode 100644 index 3900d13e74e45e48f96e68ecafdb4b2480082030..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.mysql.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.mysql</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.mysql</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.oracle.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.oracle.html deleted file mode 100644 index 13fa91c83d501071cdfe695d293043a54648fa6b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.oracle.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.oracle</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.oracle</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.sqlserver.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.sqlserver.html deleted file mode 100644 index 41d007ead0bb3dbde954e1134805a10393c70f0e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.sqlserver.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinition.sqlserver</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.sqlserver</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.dbdefinition.sybase.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.sybase.html deleted file mode 100644 index dfa078179c4607efa1bc0f3e65b5ce3b8fb265d3..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.sybase.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.dbdefinitions.sybase</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.dbdefinition.sybase</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.rdb.core.databaseDefinition<br> - org.eclipse.emf.ecore.uri_mapping</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.rdb.derby.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.derby.html deleted file mode 100644 index 552fcd813ffd8620707afee5eeb42b4f9abb4a90..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.derby.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.derby</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.derby</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.rdb.core.catalog<br> - org.eclipse.wst.rdb.core.ddlGeneration</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.core.runtime<br> - org.eclipse.core.resources<br> - org.eclipse.wst.rdb.models.dbdefinition<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.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.rdb.derby.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.derby.ui.html deleted file mode 100644 index a204a5a97001a92797cdbf2923435189cdbfcc7c..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.derby.ui.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.derby.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.derby.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.rdb.connection.ui.connectionUIProvider</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.rdb.server.ui<br> - org.eclipse.wst.rdb.connection.ui<br> - org.eclipse.wst.rdb.derby<br> - org.eclipse.wst.rdb.models.sql</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.rdb.fe.ui.actions.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.fe.ui.actions.html deleted file mode 100644 index 12fb35dfd7bf198c6597735afa969f81050cf930..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.fe.ui.actions.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.fe.ui.actions</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.fe.ui.actions</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</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.rdb.fe.ui<br> - org.eclipse.wst.rdb.server.ui<br> - org.eclipse.wst.rdb.models.sql</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.rdb.fe.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.fe.ui.html deleted file mode 100644 index 989f0f9312a8b84e4e5da13d60c4bdfc72a0b7a7..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.fe.ui.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.fe.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.fe.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>org.eclipse.ui org.eclipse.core.runtime - org.eclipse.wst.rdb.connection.ui org.eclipse.wst.rdb.core - org.eclipse.wst.rdb.models.sql org.eclipse.ui.ide - org.eclipse.core.resources org.eclipse.wst.rdb.core.ui - org.eclipse.wst.common.navigator.views org.eclipse.wst.rdb.server.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.rdb.models.dbdefinition.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.dbdefinition.html deleted file mode 100644 index 8ddce29a5e2a9a932b01e85a9d24fc7db8a448ba..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.dbdefinition.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.models.dbdefinition</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.models.dbdefinition</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.emf.ecore.generated_package</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 org.eclipse.wst.rdb.models.sql</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.rdb.models.sql.edit.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.sql.edit.html deleted file mode 100644 index ef9ef109e5b671da66408872bea2aced96a7df03..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.sql.edit.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.models.sql.edit</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.models.sql.edit</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.core.runtime<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.emf.edit<br> - org.eclipse.emf.ecore<br> - org.eclipse.emf.ecore.edit</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.rdb.models.sql.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.sql.html deleted file mode 100644 index 3a090a81d5d46e467538e880e7d80a118eaa7d6f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.sql.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.models.sql</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.models.sql</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.emf.ecore.generated_package</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.emf.ecore.sdo</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.rdb.mysql.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.mysql.html deleted file mode 100644 index 5d8c61db3e8e176ed0523882b287c8adaf9e6716..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.mysql.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.mysql</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.mysql</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.rdb.core.catalog<br> - org.eclipse.wst.rdb.core.ddlGeneration</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.core.runtime<br> - org.eclipse.core.resources<br> - org.eclipse.wst.rdb.models.dbdefinition<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.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.rdb.outputview.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.outputview.html deleted file mode 100644 index 3acf2e8ccf15bafc6d8340e9cea3bb6a8509dcd9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.outputview.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.outputview</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.outputview</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.views</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.wst.rdb.core.ui<br> - org.eclipse.wst.rdb.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.rdb.server.extensions.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.server.extensions.html deleted file mode 100644 index 24e7a14945843388f8ab0b78762bafe241427a0f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.server.extensions.html +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.server.extensions</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.server.extensions</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>DropSQLObjects</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</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<br> - org.eclipse.wst.rdb.core.ui<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.core.resources<br> - org.eclipse.wst.rdb.sqleditor<br> - org.eclipse.ui.ide<br> - org.eclipse.wst.rdb.outputview<br> - org.eclipse.wst.rdb.server.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.rdb.server.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.server.ui.html deleted file mode 100644 index 4dd13f7db4811f3c8f0eb6c2fff5a7d33f673a26..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.server.ui.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.server.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.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>serverExplorerLayoutExtension<br> - ServerExplorerInitializationProvider</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.views<br> - org.eclipse.ui.viewActions<br> - org.eclipse.wst.common.navigator.views.navigatorViewer<br> - org.eclipse.wst.common.navigator.views.navigatorContent<br> - org.eclipse.wst.rdb.server.ui.decorator<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.core.runtime<br> - org.eclipse.core.resources<br> - org.eclipse.ui.ide<br> - org.eclipse.ui<br> - org.eclipse.wst.rdb.connection.ui<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.wst.rdb.core.ui<br> - org.eclipse.wst.rdb.models.dbdefinition<br> - org.eclipse.wst.rdb.outputview<br> - org.eclipse.wst.common.navigator.views<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.rdb.sqleditor.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.sqleditor.html deleted file mode 100644 index ff8747c40862ae34606c358dc66fdec7d1b2970b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.sqleditor.html +++ /dev/null @@ -1,69 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.sqleditor</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.sqleditor</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.ui.elementFactories</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.texteditor<br> - org.eclipse.wst.rdb.connection.ui<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.wst.rdb.core.ui<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.server.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.rdb.sqlscrapbook.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.sqlscrapbook.html deleted file mode 100644 index 62f6912747cf531e30b04997dbe8b7522f2d64c6..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.rdb.sqlscrapbook.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.rdb.sqlscrapbook</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.rdb.sqlscrapbook</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.ui.popupMenus<br> - org.eclipse.ui.viewActions<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.wst.rdb.sqleditor<br> - org.eclipse.jface.text<br> - org.eclipse.ui<br> - org.eclipse.core.resources<br> - org.eclipse.core.runtime<br> - org.eclipse.ui.editors<br> - org.eclipse.ui.workbench.texteditor<br> - org.eclipse.wst.rdb.core<br> - org.eclipse.wst.rdb.core.ui<br> - org.eclipse.wst.rdb.models.sql<br> - org.eclipse.wst.rdb.server.ui<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.see.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.see.doc.isv.html deleted file mode 100644 index 3f93f8914fcee9f4f48d2eb3be11bdb6268437eb..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.see.doc.isv.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.see.doc.isv</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.see.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_WST/org.eclipse.wst.server.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.core.html deleted file mode 100644 index 2af89733761cdf87c7ffbdba43cbc45ecc673155..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.core.html +++ /dev/null @@ -1,72 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.server.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.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>moduleTypes<br> - runtimeTypes<br> - runtimeTargetHandlers<br> - runtimeLocators<br> - serverTypes<br> - serverLocators<br> - moduleFactories<br> - moduleArtifactAdapters<br> - launchableAdapters<br> - clients<br> - publishTasks<br> - internalServerMonitors<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.server.core.moduleTypes<br> - org.eclipse.core.resources.builders</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.expressions<br> - org.eclipse.debug.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.server.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.doc.isv.html deleted file mode 100644 index 5c2ecc3b0414ca745c6c95dcc7385e9da079d77f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.doc.isv.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.server.doc.isv</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.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_WST/org.eclipse.wst.server.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.ui.html deleted file mode 100644 index 3e4d8a9abb437384313aeddaa557c194933fca9c..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.ui.html +++ /dev/null @@ -1,91 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.server.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.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>editorPages<br> - editorPageSections<br> - editorActions<br> - serverImages<br> - wizardFragments<br> - audio</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.ide.projectNatureImages<br> - org.eclipse.ui.newWizards<br> - org.eclipse.ui.views<br> - org.eclipse.ui.perspectiveExtensions<br> - org.eclipse.ui.preferencePages<br> - org.eclipse.ui.keywords<bR> - org.eclipse.ui.editors<br> - org.eclipse.ui.elementFactories<br> - org.eclipse.ui.propertyPages<br> - org.eclipse.ui.actionSets<br> - org.eclipse.debug.ui.launchShortcuts<br> - org.eclipse.core.expressions.propertyTesters<br> - org.eclipse.wst.server.ui.editorPages<br> - org.eclipse.core.runtime.adapters<br> - org.eclipse.wst.server.core.clients<br> - org.eclipse.ui.perspectiveExtensions<br> - org.eclipse.wst.server.core.internalStartup<br> - org.eclipse.wst.server.ui.audio<br> - org.eclipse.wst.server.core.internalServerMonitors<br> - org.eclipse.ui.actionSets</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.expressions<br> - org.eclipse.ui<br> - org.eclipse.ui.ide<br> - org.eclipse.ui.forms<br> - org.eclipse.ui.workbench.texteditor<br> - org.eclipse.ui.browser<br> - org.eclipse.debug.core<br> - org.eclipse.debug.ui<br> - org.eclipse.wst.server.core<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.server.util.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.util.html deleted file mode 100644 index 60ddf800a869f63bf44e5d053b77f038f823bea5..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.server.util.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.server.util</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.server.util</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.sse.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.sse.core.html deleted file mode 100644 index 563c77f63d330f1fdb62be686dff1561a15c5b52..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.sse.core.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.sse.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.sse.core</h1> -<p>The core model of the sse framework. It provides the base document classes, -builders and parsers.</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>adaptOnCreateFactory<br> - documentTypes<br> - embeddedTypeHandler<br> - contentTypeFactoryContribution<br> - cssprofile<br> - commentElementHandler<br> - modelHandler<br> - formatProcessors<br> - taskscanner</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.markers<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.resources<br> - org.eclipse.text<br> - org.eclipse.core.runtime<br> - org.eclipse.core.filebuffers<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.sse.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.sse.ui.html deleted file mode 100644 index bf58a39203c62254f794ece1446d9fb1f0b21452..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.sse.ui.html +++ /dev/null @@ -1,90 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.sse.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.sse.ui</h1> -<p>The base editor of the sse framework. It provides the hooks for content assist, -breakpoints, debugging, open-on, quickfix, spell checking and a content outline.</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>adapterFactoryDescription<br> - embeddedAdapterFactoryProvider<br> - extendedEditorActions<br> - dropTargetTransfers<br> - extendedconfiguration<br> - breakpoint<br> - sourcevalidation</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.ui.extendedconfiguration<br> - org.eclipse.ui.actionSetPartAssociations<br> - org.eclipse.ui.preferencePages<br> - org.eclipse.ui.propertyPages<br> - org.eclipse.ui.commands<br> - org.eclipse.ui.themes<br> - org.eclipse.wst.sse.ui.dropTargetTransfers<br> - org.eclipse.ui.editors.annotationTypes<br> - org.eclipse.ui.editors.markerAnnotationSpecification<br> - org.eclipse.ui.editors<br> - org.eclipse.ui.popupMenus<br> - org.eclipse.search.searchResultViewPages</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.jface.text<br> - org.eclipse.debug.core<br> - org.eclipse.debug.ui<br> - org.eclipse.ui.editors<br> - org.eclipse.search<br> - org.eclipse.swt<br> - org.eclipse.jface<br> - org.eclipse.ui<br> - org.eclipse.ui.workbench.texteditor<br> - org.eclipse.ui.workbench<br> - org.eclipse.ui.views<br> - org.eclipse.wst.sse.core<br> - org.eclipse.core.filebuffers<br> - org.eclipse.core.resources<br> - org.eclipse.core.runtime<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.validation.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.validation.html deleted file mode 100644 index a44d0dfba18713efff50fd6eef0ce8389340ee94..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.validation.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.validation</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.validation</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>validator<br> - referencialFileValidator</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.core.resources.markers</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.wst.common.frameworks<br> - org.eclipse.jem.util<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.validation.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.validation.ui.html deleted file mode 100644 index 0b4c0c125cbceac1f3260afc455e5d9913f9fb4e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.validation.ui.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.validation.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.validation.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.ui.preferencePages<br> - org.eclipse.ui.propertyPages</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.swt<br> - org.eclipse.wst.common.frameworks.ui<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.common.frameworks<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_WST/org.eclipse.wst.web.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.web.html deleted file mode 100644 index 3b9b6398ec66edb65206f4e0b7c66617c40f9b26..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.web.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.web</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.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></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.wst.server.core.moduleArtifactAdapters<br> - org.eclipse.core.runtime.adapters<br> - org.eclipse.wst.server.core.moduleFactories<br> - org.eclipse.wst.common.frameworks.ExtendableOperation</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<br> - org.eclipse.wst.common.frameworks<br> - org.eclipse.wst.common.frameworks.ui<br> - org.eclipse.ui<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.validation<br> - org.eclipse.wst.common.emfworkbench.integration<br> - org.eclipse.wst.server.core<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.web.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.web.ui.html deleted file mode 100644 index 09e839e0c25226207b8b8ba820d91ef4595bd0a7..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.web.ui.html +++ /dev/null @@ -1,68 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.web.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.web.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.frameworks.ui.extendableWizard<br> - org.eclipse.ui.newWizards<br> - org.eclipse.ui.propertyPages<br> - org.eclipse.wst.server.core.moduleTypes<br> - org.eclipse.wst.server.ui.serverImages<br> - org.eclipse.wst.common.frameworks.ExtendableOperation<br> - org.eclipse.ui.ide.projectNatureImages</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<br> - org.eclipse.ui.ide<br> - org.eclipse.wst.common.frameworks<br> - org.eclipse.wst.common.frameworks.ui<br> - org.eclipse.wst.web</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.webservice.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.webservice.doc.isv.html deleted file mode 100644 index 1e1f44a5356eadec5041cdb8262dd730de95fc49..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.webservice.doc.isv.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.webservice.doc.isv</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.webservice.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_WST/org.eclipse.wst.webtools.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.webtools.doc.isv.html deleted file mode 100644 index b960186b55c521cef5ab06b3aae0b37f5e5591e3..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.webtools.doc.isv.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.webtools.doc.isv</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.webtools.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_WST/org.eclipse.wst.ws.explorer.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.explorer.html deleted file mode 100644 index cd5007c8f636434619eef6a00c7d21382b3d910f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.explorer.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.ws.explorer</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.ws.explorer</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</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.tomcat<br> - org.eclipse.help.appserver<br> - org.eclipse.ui<br> - org.eclipse.emf.common<br> - org.eclipse.emf.ecore<br> - org.eclipse.xsd<br> - org.eclipse.wst.command.env<br> - org.eclipse.wst.command.env.core<br> - org.eclipse.wst.command.env.ui<br> - org.eclipse.wst.ws<br> - org.eclipse.wst.ws.parser<br> - org.eclipse.wst.wsdl<br> - org.wsdl4j<br> - org.apache.axis11<br> - org.apache.wsil4j<br> - org.uddi4j</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.ws.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.html deleted file mode 100644 index 6cd57593b9b3837dbfd3ebbf5655bd850474eb36..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.ws</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.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>locator</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.ws.locator</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.internet.monitor.core<br> - org.eclipse.wst.server.core<br> - org.eclipse.wst.command.env.core<br> - org.eclipse.wst.ws.parser<br> - org.eclipse.emf.common<br> - org.wsdl4j<br> - org.apache.wsil4j<br> - org.eclipse.core.resources<br> - org.eclipse.wst.command.env.ui<br> - org.eclipse.wst.command.env</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.ws.parser.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.parser.html deleted file mode 100644 index 002e8d8197b51bfe04fe14c109b951aaa1f41597..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.parser.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.ws.parser</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.ws.parser</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.wst.wsdl<br> - org.wsdl4j<br> - org.eclipse.core.runtime<br> - org.apache.wsil4j<br> - org.uddi4j<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_WST/org.eclipse.wst.ws.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.ui.html deleted file mode 100644 index 00094f2d0c06ca3a86f6e074386d5e96ca5bb9fc..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.ws.ui.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.ws.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.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.preferencePages<br> - org.eclipse.ui.propertyPages</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.jdt.core<br> - org.eclipse.wst.command.env.core<br> - org.eclipse.wst.command.env<br> - org.eclipse.wst.command.env.ui<br> - org.eclipse.wst.ws</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.wsdl.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsdl.html deleted file mode 100644 index 5afbc7e6e2e9246e48970ccd8c262951d2d6eb5e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsdl.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.wsdl</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.wsdl</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>extensibilityElementFactories<br> - contentGenerators</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.emf.ecore.extension_parser<br> - org.eclipse.wst.wsdl.extensibilityElementFactories<br> - org.eclipse.wst.wsdl.contentGenerators<br> - org.eclipse.core.runtime.contentTypes<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.compatibility<br> - org.eclipse.emf.ecore<br> - org.eclipse.xsd<br> - org.eclipse.core.resources<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.wsdl.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsdl.ui.html deleted file mode 100644 index b854424fb64f82ad23445a22aa8d41cefb31d5da..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsdl.ui.html +++ /dev/null @@ -1,96 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.wsdl.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.wsdl.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>internalEditorExtensions<bR> - extensibilityItemTreeProviders<bR> - propertySourceProvider<bR> - extensibilityElementFilter<bR> - propertyDescriptorProvider<bR> - detailsViewerProviders</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.wsdl.ui.extensibilityItemTreeProviders<br> - org.eclipse.wst.wsdl.ui.extensibilityElementFilter<br> - org.eclipse.ui.newWizards<br> - org.eclipse.ui.editorActions<br> - org.eclipse.ui.preferencePages<br> - org.eclipse.wst.sse.ui.extendedconfiguration<br> - org.eclipse.wst.common.ui.properties.propertyContributor<bR> - org.eclipse.wst.common.ui.properties.propertyTabs<br> - org.eclipse.wst.wsdl.ui.internalEditorExtensions<br> - org.eclipse.wst.sse.ui.sourcevalidation<br> - org.eclipse.wst.xml.core.modelQueryExtensions</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.compatibility<br> - org.eclipse.emf.common<br> - org.eclipse.emf.ecore<br> - org.eclipse.gef<br> - org.eclipse.jface<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.texteditor<br> - org.eclipse.wst.sse.core<br> - org.eclipse.wst.sse.ui<br> - org.eclipse.wst.common.uriresolver<br> - org.eclipse.wst.common.ui<br> - org.eclipse.wst.xml.core<br> - org.eclipse.wst.xml.ui<br> - org.eclipse.xsd<br> - org.eclipse.wst.wsdl<br> - org.eclipse.wst.common.ui.properties<br> - org.eclipse.wst.xsd.ui<br> - org.eclipse.emf.edit<br> - org.eclipse.emf.edit.ui<br> - org.eclipse.wst.validation<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.wsdl.validation.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsdl.validation.html deleted file mode 100644 index 87e8776385c39ecc70b67d47e07ba4b0f22ad7ea..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsdl.validation.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.wsdl.validation</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.wsdl.validation</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>extvalidator<br> - wsdl11validator<br> - xmlcatalog<br> - uriresolver</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.wst.wsdl.validation.uriresolver<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.resources<br> - org.eclipse.ui<br> - org.apache.ant<br> - org.eclipse.wst.common.uriresolver<br> - org.eclipse.wst.validation<br> - org.wsdl4j<br> - org.apache.xerces<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.xml.core<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.wsi.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsi.html deleted file mode 100644 index 92467f9459fce5c5c86250eee08c30b233de542b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsi.html +++ /dev/null @@ -1,68 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.wsi</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.wsi</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.wsdl.validation.extvalidator</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.wst.command.env<br> - org.eclipse.wst.command.env.ui<br> - org.eclipse.wst.command.env.core<br> - org.eclipse.wst.common.uriresolver<br> - org.eclipse.core.resources<br> - org.eclipse.wst.wsdl.validation<br> - org.eclipse.wst.ws.ui<br> - org.eclipse.ui<br> - org.wsdl4j<br> - org.apache.axis11<br> - org.uddi4j<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.wsi.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsi.ui.html deleted file mode 100644 index 925b0ad95fbde8e5c75e8f0cf44d8d3490b6eb5a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.wsi.ui.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.wsi.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.wsi.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.viewActions<br> - org.eclipse.wst.validation.validator<br> - org.eclipse.ui.editors<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.jface.text<br> - org.eclipse.core.resources<br> - org.eclipse.ui<br> - org.eclipse.ui.ide<br> - org.eclipse.ui.views<br> - org.eclipse.ui.editors<br> - org.eclipse.jface.text<br> - org.eclipse.ui.workbench.texteditor<br> - org.eclipse.jface<br> - org.eclipse.ui.ide<br> - org.eclipse.ui.views<br> - org.eclipse.ui.workbench.texteditor<br> - org.eclipse.ui.editors<br> - org.eclipse.core.resources<br> - org.eclipse.debug.core<br> - org.eclipse.wst.common.ui<br> - org.eclipse.wst.validation<br> - org.eclipse.wst.wsdl.validation<br> - org.eclipse.wst.wsi<br> - org.eclipse.wst.internet.monitor.core<br> - org.eclipse.wst.internet.monitor.ui<br> - org.eclipse.core.runtime.compatibility<br> - org.wsdl4j<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.xml.ui<br> - org.eclipse.wst.xml.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.xml.catalog.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.catalog.html deleted file mode 100644 index b5619b70f131661f1bacd75452b9afe81e286890..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.catalog.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.catalog</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.catalog</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.xml.catalog.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.catalog.ui.html deleted file mode 100644 index 78b456795433f79c7d1352925d76aefabec71b4f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.catalog.ui.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.catalog.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.catalog.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.xml.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.core.html deleted file mode 100644 index 3509959a7bd5cfdfd566fe61ed2ade5e124ddff4..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.core.html +++ /dev/null @@ -1,91 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.core</h1> - -<p>Version 0.7.0</p> -<p class="schema">DOM Parser</p> - - -<p>This DOM parser complies in general terms to the Base DOM APIs Version 2.0. Plus it has a number of other features that go beyond the w3c specified APIs.</p> - - -<p>One thing that's very important to note, though, it that this DOM Parser is specifically made to work with ill formed text. This is important for "editing" sorts of function since the DOM is often invalid while typing. We use heuristics to do the best job of parsing it to what we think is expected. Clients need to be aware however, this makes this DOM Parser inappropriate to use for other things, since most specs call for the parser to fail on ill formed text.</p> - - -<p>In addition to the w3c standard base DOM API methods, our DOM provides</p> -<ul> -<li>Each Node implements SSE's IIndexedRegion so its expected it can report back its exact source locations.</li> -<li>There are some "read-only" APIs that allow nodes be made read-only with respect to their data, attributes or children.</li> -<li>The Nodes implement SSE's INodeNotifier so INodeAdapters can be added to specific Nodes, so the adapters can be notified when ever there is a change.</li> -<li>We have introduced the concept of a "comment element". In many development situations, clients want to introduce a "custom element" which in other contexts are treated as a simple comment.</li> -</ul> -<p class="schema">Extension Points</p> -<table - width="90%" - border="0" - cellspacing="0"> - <tr> - <td width="30"> </td> - <td>catalogContributions<br> - catalogContributor<br> - documentFactories<br> - modelQueryExtensions<br> - annotationFiles</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.wst.common.uriresolver.resolverExtensions<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.apache.xerces<br> - org.eclipse.wst.sse.core<br> - org.eclipse.core.resources<br> - org.eclipse.core.runtime<br> - org.eclipse.core.filebuffers<br> - org.eclipse.text<br> - org.eclipse.wst.common.uriresolver<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.xml.doc.isv.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.doc.isv.html deleted file mode 100644 index 5ecf955798ab465aa997f982be61dbb9e3a4aeba..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.doc.isv.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.doc.isv</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.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_WST/org.eclipse.wst.xml.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.ui.html deleted file mode 100644 index d40ad1bea4a76a3565db0907f4344678ac5bf951..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.ui.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.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>catalogFileType</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.wst.xml.ui.catalogFileType<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.actionSetPartAssociations<br> - org.eclipse.ui.editors.templates<br> - org.eclipse.ui.editors<br> - org.eclipse.ui.newWizards<br> - org.eclipse.ui.popupMenus<br> - org.eclipse.wst.common.ui.exampleProjectCreationWizard<br> - org.eclipse.core.runtime.preferences<br> - org.eclipse.wst.sse.ui.sourcevalidation<br> - org.eclipse.ui.editors.documentProviders<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.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.wst.sse.ui<br> - org.eclipse.wst.sse.core<br> - org.eclipse.ui<br> - org.eclipse.core.resources<br> - org.eclipse.core.runtime<br> - org.eclipse.wst.common.uriresolver<br> - org.eclipse.wst.xml.core<br> - org.eclipse.wst.common.ui<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.xml.uriresolver.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.uriresolver.html deleted file mode 100644 index 7280e2a0b15f5353e4ea7baac0509d407fc85ef0..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.uriresolver.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.uriresolver</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.uriresolver</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.xml.uriresolver.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.uriresolver.ui.html deleted file mode 100644 index 3707548fda13b7d696c86dde2b01becaf5317561..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xml.uriresolver.ui.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xml.uriresolver.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xml.uriresolver.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.xsd.contentmodel.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xsd.contentmodel.html deleted file mode 100644 index aa84ae21bb3d43ea7ebfe5ec517a6a6e8865e15e..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xsd.contentmodel.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xsd.contentmodel</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xsd.contentmodel</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.xsd.core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xsd.core.html deleted file mode 100644 index b4c9e8e245d8c02774f5a9c811aa6babcdff7a83..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xsd.core.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xsd.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xsd.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.core.runtime.contentTypes<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.runtime.compatibility<br> - org.eclipse.emf.ecore<br> - org.eclipse.wst.common.uriresolver<br> - org.eclipse.xsd<br> - org.eclipse.wst.xml.core<br> - org.eclipse.wst.sse.core<br> - org.eclipse.core.resources<br> - org.eclipse.ui<br> - org.eclipse.wst.validation<br> - org.apache.xerces</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.xsd.ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xsd.ui.html deleted file mode 100644 index cb74c45228cb7daef576c3c3101bb5ff579df2df..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/org.eclipse.wst.xsd.ui.html +++ /dev/null @@ -1,93 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.xsd.ui</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> - -<body> - -<h1 class="descriptions">org.eclipse.wst.xsd.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.dropTargetTransfers<br> - org.eclipse.ui.newWizards<br> - org.eclipse.ui.preferencePages<br> - org.eclipse.wst.sse.ui.extendedconfiguration<br> - org.eclipse.wst.common.ui.properties.propertyContributor<bR> - org.eclipse.wst.common.ui.properties.propertyTabs<br> - org.eclipse.wst.xml.core.catalogContributions<br> - org.eclipse.wst.sse.ui.sourcevalidation<br> - org.eclipse.ui.contexts<br> - org.eclipse.ui.commands<br> - org.eclipse.wst.xml.core.modelQueryExtensions<bR> - org.eclipse.ui.popupMenus<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.compatibility<br> - org.eclipse.wst.common.uriresolver<br> - org.eclipse.wst.sse.ui<br> - org.eclipse.wst.sse.core<br> - org.eclipse.wst.xml.core<br> - org.eclipse.wst.xml.ui<br> - org.eclipse.wst.common.ui<br> - org.eclipse.jface.text<br> - org.eclipse.xsd<br> - org.eclipse.gef<br> - org.eclipse.jface<br> - org.eclipse.ui.editors<br> - org.eclipse.ui.workbench.texteditor<br> - org.eclipse.ui<br> - org.eclipse.ui.views<br> - org.eclipse.ui.ide<br> - org.eclipse.core.resources<br> - org.eclipse.wst.common.ui.properties<br> - org.eclipse.xsd.edit<br> - org.eclipse.emf.edit<br> - org.eclipse.emf.edit.ui<br> - org.eclipse.wst.validation<br> - org.eclipse.ltk.core.refactoring<br> - org.eclipse.ltk.ui.refactoring<br> - org.eclipse.wst.xsd.core</td> - </tr> -</table> -</body> -</html> - diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/rdb.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/rdb.html deleted file mode 100644 index 355de4394497971d57759d4cf5de113e7e991432..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/rdb.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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">Relational Database (RDB) Tools</p> -<h1>Will move to DTP (Data Tools Project)!</h1> -<p>The rdb component contains the relational database model DB -Definition Model, DB Definition Model Java Docs, which is derived from -RDBModel - Based on SQL 99/2003, RDBModel Java Docs, vendor-specific -database definitions and relational utilities. It also provides a -database server explorer with the ability to connect to databases and -sample data. A SQL Scrapbook editor allows you to enter and execute SQL, -displaying the results in an Output view. The co-leads are Der Ping Chou -and Sheila Sholars.</p> - -<ul> - <li>Milestone Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/rdb/milestone_plan.html"> - http://eclipse.org/webtools/wst/components/rdb/milestone_plan.html </a></li> -</ul> -<ul> - <li>Test Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/rdb/test_plan.html"> - http://eclipse.org/webtools/wst/components/rdb/test_plan.html </a></li> -</ul> -<ul> - <li>Test Cases<br> - <a - href="http://eclipse.org/webtools/wst/components/rdb/wtp_datatools_testcases.html"> - http://eclipse.org/webtools/wst/components/rdb/wtp_datatools_testcases.html - </a></li> -</ul> -<ul> - <li>Tutorial for RDB<br> - <a - href="http://eclipse.org/webtools/wst/components/rdb/RDBTutorial.html"> - http://eclipse.org/webtools/wst/components/rdb/RDBTutorial.html </a></li> -</ul> -<ul> - <li>White Paper for RDB<br> - <a - href="http://eclipse.org/webtools/wst/components/rdb/Data%20Tools%20Open%20Source%20Overview%20for%20Eclipse%20database%20Developer.html"> - http://eclipse.org/webtools/wst/components/rdb/Data%20Tools%20Open%20Source%20Overview%20for%20Eclipse%20database%20Developer.html - </a></li> -</ul> - -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/server.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/server.html deleted file mode 100644 index 16387c4e402d60d5ad85298c060dd82671a1b627..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/server.html +++ /dev/null @@ -1,103 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> -<title>Server Tools</title> -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> - -<p class="ueberschrift"1>Server Tools</p> -<p>The server component contains the Server Tools framework and adapters -for selected servers. At the WST level, the server component is a very -generic infrastructure. (The J2EE specific server component is in JST). -The component lead is Tim deBoer.</p> - -<ul> - <li>Overview<br> - <a href="http://eclipse.org/webtools/wst/components/server/index.html"> - http://eclipse.org/webtools/wst/components/server/index.html </a></li> -</ul> - -<div align="center"> -<p class="ueberschrift">Server Tools</p> -</div> -<p class="ueberschrift">WST Server Plugins<a name="Plugins"></a></p> -<ul> - <li>Server Tools Framework - <ul> - <li>org.eclipse.wst.server.core*</li> - <li>org.eclipse.wst.server.ui*</li> - <li>org.eclipse.wst.server.util</li> - </ul> - </li> - <li>Adds notion of a 'server' to Eclipse - <ul> - <li>Starting/stopping servers, publishing, targeting projects, - adding & removing modules</li> - <li>Framework for adding new server types</li> - <li>Servers view, wizards, editor framework, etc.</li> - <li>Ability to choose resource and Run on Server</li> - </ul> - </li> - <li>Depends only on Eclipse</li> -</ul> -<p class="note">* Contains 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 youd like to see, etc.</li> - </ul> - </li> -</ul> -<ul> - <li>Milestone Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/server/test_plan.html"> - http://eclipse.org/webtools/wst/components/server/test_plan.html</a></li> -</ul> -<ul> - <li>Test Plan<br> - <a href="http://eclipse.org/webtools/wst/components/server/index.html"> - http://eclipse.org/webtools/wst/components/server/index.html </a></li> -</ul> -<br> -<br> -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/server_tools_api.HTML b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/server_tools_api.HTML deleted file mode 100644 index 3b4068d928a7c7b6a7d18546d09e1e5fe9a30172..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/server_tools_api.HTML +++ /dev/null @@ -1,257 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>Server Tools API</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> -<p class="ueberschrift">WTP Server Tools API Concepts and Roles</p> -<p>The key concepts for understanding the API (and SPI) are servers and -modules. The notions of server runtimes and server configurations play -an important, but secondary role.</p> - -<p>Not surprisingly, the notion of <b>server</b> is central in the web -tools server infrastructure. In this context we are to understand that -the server is a web server of some ilk (a more exact definition is not -required for our purposes). From a tool-centric point of view, a server -is something that the developer is writing "content" for. (In a sense, -the server exists, but lacks useful content. The development task is to -provide that content.) The content can include anything from simple, -static HTML web pages to complex, highly dynamic web applications. In -the course of writing and debugging this content, they will want to test -their content on a web server, to see how it gets served up. For this -they will need to launch a server process running on some host machine -(often the local host on which the Eclipse IDE is running), or attach to -a server that's already running. And we must arrange that the newly -developed content sitting in the developer's workspace ends up in a -location and format that a running server can use for its serving -purposes.</p> - -<p>(The server objects in the API are in fact intermediary "proxy" -objects that mediate between the tools running in Eclipse and the real -server. A server proxy object has a somewhat independent life from that -of a real server. In cases where the server process must be launched, -the proxy object exists in advance of the server process, and lives past -the termination of the server process. The same server proxy may be -serially reused to relaunch server processes. In cases where we are -connecting to a server process running on a remote host, the server -process may well outlive the proxy.)</p> - -<p>Servers have a <b>server runtime</b>. The server runtime corresponds -to the installed code base for the server. The main role played by the -server runtime is in identifying code libraries to compile or build -against. In the case of local servers, the server runtime may play a -secondary role of being used to launch the server for testing. Having -the server runtimes identified as an entity separate from the server -itself facilitates sharing server runtimes between several servers.</p> - -<p>Servers have an optional <b>server configuration</b>. The server -configuration is information used to configure a running server. Simple -types of servers might not require any configuration, whereas -full-featured web server have an extensive set of parameters for -adjusting the server's behavior. Even though server configuration -information usually takes the form of one or more files, configuration -information is treated separately from actual content. Actual web -content can be deployed on different servers without change, whereas -server configuration information is usually highly dependent on the -particulars of the server. Having the server configuration identified as -an entity separate from the server itself facilitates switching an -existing server between configurations, and sharing server -configurations between several servers (e.g., a local test server and a -remote server running on another host).</p> - -<p>The content that is developed for a server comes in <b>modules</b>. A -module usually consists of a tree of files; a static HTML web is one -simple example. Different types of modules consist of possibly -constrained arrangements files of certain file types. The files making -up a module under development reside in the Eclipse workspace. In order -for a server to access the content within a module, the module in the -workspace must be <b>published</b> to the server (we use the term -publish rather than deploy which is overused in J2EE). The module is the -unit of content that is published to a server. In the case of J2EE -servers, the notion of module aligns with the J2EE notion of a module (a -server concept). But that needn't be the case; some types of servers, -such as a simple HTTP server, don't have a notion of module. Either way, -publishing a module to the server entails whatever it takes to get the -publishable content from the workspace to the server in a form that the -server can access it. Different types of server runtimes are capable of -support various module types. Some server types may be able to serve -modules directly out of the workspace without copying.</p> - -<p>At any given time, the developer may be working with any number of -servers. Each server has a set of modules and may have a server -configuration. From the complete set of modules in the workspace, any -particular server may see only a subset, although it is also possible -for all servers to see all available modules. After the developer makes -changes to the modules in the workspace and now wants to test their -modification, they republish the modules to the server. Depending on the -type of server, republishing a module may entail stopping and restarting -the server.</p> - -<p>Some types of modules can have other modules as children. The -standard example of this is a J2EE Enterprise Application (EAR) module, -whose children are simple J2EE modules like Enterprise Java Beans and -Web Applications. The parent-child relationship is weak: two parent -modules can share the same child module, and the same child can be -parented by several modules (on the same or on different servers). The -file trees for modules are normally mutually disjoint. Module -containment is not reflected by any sort of directory nesting. Parent -and child modules map to non-overlapping file trees.</p> - -<p>Modules typically reside in the workspace. The arrangement is usually -that each module exists in a single project, where the content usually -corresponds to a particular folder within a project rather than the root -of the project. This allows the project to contain other files (e.g., -.project, .classpath, source code) that are not considered part of the -module content proper. Each different type of module has its own rules -for how the content files within it are laid out. For instance, a J2EE -web module has the same structure as an unzipped WAR file. (Note that -the module structure rules are largely implicit and not reflected -directly in the APIs.) It is possible for a project to contains more -than one module (although this arrangement is less common, and not as -well supported).</p> - -<p>During development, projects containing modules can be <b>targeted</b> -to a particular server runtime. Targeting allows the IDE to set up -various development time properties of the project (such as the backbone -of the Java build path) appropriately. The most common scenario is where -the project is targeted to the server runtime for the server to which -the module is being published. However, it is also possible to target -one server runtime (e.g., a generic J2EE 1.3 server runtime) while -publishing to a server with a different server runtime (e.g., a Tomcat -v5.0 server). Targeting a project to a particular server runtime -typically establishes the Java build classpath of the project to include -the libraries containing the Java APIs for that server runtime (e.g., -the appropriate J2EE class libraries). The Java build classpath also -needs to reflect inter-module dependencies; for J2EE module types, the -appropriate entries are typically derived from the module's manifest.</p> - -<p>The main goals of the Server Core client APIs are to allow clients to -create, configure, and launch instances of particular server types. Due -to differences in the behavior (and APIs) of different server types, a -client must generally be knowledgeable of rules for a particular server -type. Clients that have no knowledge of any specific server type are -limited to doing things like starting, stopping, and relaunching -existing servers. In other words, the clients APIs are generally -server-type-specific, rather than sever-type-generic.</p> - -<p>The web tools server architecture allows for an open-ended set of -server types, server runtime types, and module types. New types are -declared via extension points in the Server Core plug-in -(org.eclipse.wtp.server.core). Server types are declared by the -serverTypes extension point; server runtime types, by runtimeTypes; and -module types, by moduleKinds. (Additional extension points are discussed -below.) Associated with these extension points are core APIs designed -for use by clients contributing to the Server Core extension points; -these are more correctly called SPIs (service provider interfaces) to -distinguish them from the code designed to be used by other clients -(which we refer to here as client APIs).</p> - -<p>Many of the extension points provide for a dynamic code component in -addition to the static information supplied in the extension -declaration. These are termed <i>delegates</i>. For instance, all -communication with the running server is handled by a <b>server delegate -</b>contributed via the server type extension point. Clients generally -deal directly with a layer of objects exposed by the API expressly for -client use. In the case of server, clients deal with an IServer. IServer -has a fixed, hidden implementation (the internal class Server), which -hangs on to a lazily-created server delegate of type IServerDelegate. -The IServerDelegate implementation is a server-type-specific object. The -more interesting IServer methods (e.g., getServerState()) are handled by -the delegate. There are also getDelegate() methods that bridge API to -SPI, allowing clients to call methods on the delegate directly. Service -providers may also choose to expose their delegate implementation as -API. This allows, for example, the provider of a server type to offer -additional API that is server-type-specific.</p> - -<p>A <b>module factory</b> is responsible for creating modules. There -can be any number of registered module factories, declared via the -org.eclipse.wtp.server.core.moduleFactory extension point. A module -factory may create one or more types of modules (also declared in the -extension point). The module factory API does not prescribe a way to -create modules; it does, however, provide methods for retrieving extant -modules that it was responsible for creating -(IModuleFactoryDelegate.getModules() and -IModuleFactoryDelegate.getModule(String memento)).</p> - -<p>To sync up changes in the local workspace with the server, clients -call IServer.publish(IProgressMonitor monitor), which will publish the -changes to the server. The server framework handles figuring out which -modules have been changed and what resources have changed within the -module, but the server delegate is called to do the actual publish -operation.</p> - -<p>The client API exposes:</p> - -<ul> - <li>Server runtime types as IRuntimeType. ServerCore.getRuntimeTypes() - returns all known server runtime types.</li> - <li>Server types as IServerType. ServerCore.getServerTypes() returns - all known server types.</li> - <li>Module types as IModuleType.</li> -</ul> - -<p>The type-level relationships are:</p> - -<ul> - <li>a server type has a server runtime type; this is the type of - server runtime required to run the server; exposed as - IServerType.getRuntimeType()</li> - <li>a server type has an optional server configuration</li> - <li>a server runtime type supports 0 or more module types; exposed as - IRuntimeType.getModuleTypes()</li> -</ul> - -<p>The API exposes server runtime instances as IRuntime. -ServerCore.getRuntimes() returns all known server runtime instances. -Server runtime instances are created (only) from server runtime types by -IRuntimeType.createRuntime(String id), which returns an -IRuntimeWorkingCopy. Any number of aspects of the server runtime -instance (including location in the file system) can be established or -adjusted from their defaults. When editing is complete, -IRuntimeWorkingCopy.save(IProgressMonitor monitor) creates, registers, -returns a server runtime instance (IRuntime) capturing the desired -settings (the working copy is disposed of).</p> - -<p>The API exposes server instances as IServer. ServerCore.getServers() -returns all known server instances. Server instances are created (only) -from server types by IServerType.createServer(String id, IFile file, -IRuntime runtime, IProgressMonitor monitor) or -IServerType.createServer(String id, IFile file, IRuntime runtime, -IProgressMonitor monitor). The file parameter is used to control where -the server instance is serialized. Both return an IServerWorkingCopy. -Any number of aspects of the server instance (host name, server runtime, -server configuration, modules, ...) can be established or adjusted from -their defaults. When editing is complete, -IServerWorkingCopy.save(IProgressMonitor monitor) creates, registers, -returns a server instance (IServer) capturing the desired settings (the -working copy is disposed of).</p> - -<p>The instance-level relationship between servers and server runtimes -and server configurations is exposed at the API: for a given server, -IServer.getRuntime() returns the server runtime (IRuntime), -IServer.getServerConfiguration() returns the server configuration -(IServerConfiguration).</p> - -<p>IServer.start(String mode, IProgressMonitor monitor), stop(), and -restart(String mode) are used to start, stop, and restart a server, -respectively (there are also synchronous methods for starting and -stopping). The predicates IServer.canStart(String mode), -canRestart(String mode), and canStop() indicate whether the server is -receptive to being controlled. IServer.getServerState() can be used to -query the overall state of the server (one of starting, started, -stopping, stopped, or unknown), and IServer.getModuleState(IModule -module) can be used to query the state of any of its modules.</p> - - -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse.html deleted file mode 100644 index 3ba74f799db8d3caf567d893f9fb5a03d1fac8a5..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse.html +++ /dev/null @@ -1,125 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> -<title>WTP Source Editing</title> -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> -<p class="ueberschrift">Structured Source Editor (SSE) Tools</p> -<p>The sse component contains the Structured Source Editor framework. -This framework provides some abstract models and ui infrastructure -slightly above the base text infrastructure but lower than any specific -language which uses it, such as XML, CSS, HTML, and JSP. The component -lead is David Williams.</p> - -<div align="center"> -<p class="ueberschrift">WTP Source Editing</p> -</div> -<p class="ueberschrift">End Users Features</p> -<ul> - <li>Well behaved, well integrated Eclipse editors</li> - <li>Seamless user experience</li> - <li>Search, refactor, debug</li> - <li>M2 New and Noteworty<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="ueberschrift">Add<a name="Add"></a>-on/Extender Features</p> -<ul> - <li>Light weight Framework for content based editing - <ul> - <li>Easily embedded in other (multipage) editors</li> - <li>Easy to extend outline view, properties view, source validation - for 'mark up' languages (content assist?)</li> - <li>Extensible, based on contentType and nested contentType</li> - </ul> - </li> - <li>Model Text and DOM APIs - <ul> - <li>Fault tolerant, incremental parsing</li> - <li>Careful tracking of exact source locations</li> - <li>Translation from one source representation to another</li> - <li>Notification to keep models 'in synch'</li> - </ul> - </li> - <li>Possible (post 1.0) Future - <ul> - <li>Framework for Language Providers</li> - </ul> - </li> -</ul> -<p class="ueberschrift">Related Standards</p> -<ul> - <li>XML 1.0 (not 1.1, that is, no supplementary characters)</li> - <li>JSP 1.1, 1.2</li> - <li>JSP 2.0 (mostly, lacking support for some deployment attributes)</li> - <li>HTML 4.01 (plus a little)</li> - <li>DOM Level 2 Core APIs (mostly, some not implemented)</li> - <li>XHTML 1.0, 1.1</li> - <li>Note: Our 'DOM Parser' is not a 'standard' (per spec) XML Parser, - since parses ill-formed input with heuristics - <ul> - <li>The implication for clients is that it really is for source - editing, not parsing in general</li> - </ul> - </li> - <li>Similar for JSPs, we parse them as if DOM, not per spec - <ul> - <li>Future: want to support JSP as CSS too</li> - </ul> - </li> -</ul> -<p class="ueberschrift">Related Open Source Projects (IP)</p> -<ul> - <li>Xerces</li> - <li>w3c DTDs and Schemas</li> - <li>w3c DOM Interfaces</li> - <li>J2EE DTDs and Schemas(redistribution/caching being investigated)</li> -</ul> -<p class="ueberschrift">API (Provisional)</p> -<ul> - <li>All Provisional in 0.7 - <ul> - <li>Partially Spec'd, some JUnit coverage, some refactoring required - </li> - </ul> - </li> - <li>API Categories - <ul> - <li>IDs (editors IDs, content types, partition types)</li> - <li>ContentType Properties</li> - <li>Some extensions to base API</li> - <li>Extension Points (e.g. source page validation) - <ul> - <li>Note: some extension points we currently have will be remove</li> - </ul> - </li> - <li>DOM related Implementation and extended APIs</li> - </ul> - </li> -</ul> -<p class="ueberschrift">What's the future<a name="future"></a> hold</p> -<ul> - <li>Post 0.7 (uncommitted possibilities) - <ul> - <li>Provide 'Language Provider' API</li> - <li>Participatory 'Quick Fix' (see TPTP Validation)</li> - <li>XML/Schema refactoring</li> - <li>Full spec support (JSP 2.0, XML 1.1?)</li> - <li>Validation targeted to browser/server/level of spec</li> - <li>Integrated with Tag Lib editing</li> - <li>XML Document Editing</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/sse_core.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse_core.html deleted file mode 100644 index 4485d39ce422f662ce1f3e78c0db424fc5f3bdd0..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse_core.html +++ /dev/null @@ -1,108 +0,0 @@ -<!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>SSE Core</title> -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> -<p class="ueberschrift">SSE Core</p> - -<p>The more substantial contribution of SSE is its core APIs.</p> -<p class="schema">Structured Documents</p> - - -<p>Once central concept is the <code>IStructuredDocument</code>. It is -intended to be similar to an IDocument, but with a few significant -differences. Some changes are aimed at providing characteristics that -document programmers expect to see, such as encoding and end-of-lines -information. In addition:</p> -<ul> - <li>It has an associated parser and re-parser, which in our experience - is how most programmers think of text models.</li> - <li>It also does not depend on a "reconciler thread" to reconcile the - model. Instead, it notifies the model immediate of changes. Our - philosophy is that it is the model itself that should decide if there - would be a delay or a separate thread required to reconcile itself. - For small and fast models, there is no need to do this on a separate - thread and the user's experience will appear much more responsive. For - other cases a longer time may be required, but when handled correctly, - the model can still give immediate feedback to the user that a longer - operation is in progress.</li> - <li>A structured document implements the core runtime's IAdaptable - interface allowing clients to associate their own data with the - document, independent of the implementation.</li> - <li>A structured document allows regions of the text to be set as - "read-only" so that users can not simply type over something that is - intended to remain as part of the document.</li> -</ul> - -<p>The IStructuredDocument is conceptually a stream of characters made -up of (divided into) IStructuredDocumentRegions. The main constraint on -what types of languages are appropriate for structured documents and -structured regions is whether or not it has the concept of having a -syntactically determined end. This is used to know how to correctly -handle reparsing (deciding what is a "safe start" and "safe end" for the -reparse operation).</p> -<p class="schema">Parsers and re-parsers</p> - - -<p>The parser/reparser pair has a few conceptual requirements. They must -be able to handle any text (legal or not) and must return regions that -completely cover the input text (for example, whitespace can not simply -be ignored). More difficult to implement, another constraint is that for -any (correctly specified) subset of text, the reparser must give the -same results that the parser would if parsed from top to bottom.</p> - - -<p>It might be useful to note, for anyone looking at detail at the -parsers and re-parser implementations, for cases involving "invalid -input", heuristics are often used to make these decisions so sometimes -we can and do "guess right" (based on what a user might be in the -process of typing) and sometimes not -- in other words, its not always -easily predictable as it is for "clean" text but is based on doing a -reasonable job which would not invalidate subsequent reparsing.</p> -<p class="schema">Structured Document Events</p> - - -<p>The StructuredDocumentEvents are similar to IDocument's -DocumentEvents, but provide much more information about the nature of -the change in terms of IStructuredDocumentRegions (and the ITextRegions -of which they are composed). Listeners, such as DOM parsers, can make -use of this to minimize the amount of reparsing/rebuilding they have to -do.</p> -<p class="schema">Structured Models</p> - - -<p>Structured models are mostly interesting due to is extended types and -implementers and exists as an abstraction to provide a consistent way to -manage shared models and also to access its underlying structured -document.</p> -<p class="schema">Node Notification and Adaption</p> - - -<p>In addition to IAdaptable and whole model state listeners, many -"Node" structures in SSE related models make use of a finer level of -adaption and notification. This mechanism can be used to have improved -UI updates or can be used to keep related models "in synch" (for -example, a DOM model change can cause a change in an EMF model, and vis -versa).</p> -<p class="schema">Model Management</p> - - -<p>Another important contribution of sse.core is the IModelManager. Its -purpose is to provide a StructuredModel, appropriate to contentType, -that can be shared between many clients at runtime. This increases -efficiency since each client doesn't have to (re)create their own, but -just as importantly, it is an easy way for clients to all stay "in -synch"--a change in the model made by one client will be known by all -others clients. The other motivation for this is it allows looser -coupling, since clients who may not even know about each other can share -the resource (model) without passing it around to each other.</p> -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse_ui.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse_ui.html deleted file mode 100644 index 9b3bdf2f8779163351fd901d475f05634b081fdd..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/sse_ui.html +++ /dev/null @@ -1,156 +0,0 @@ -<!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>SSE UI</title> -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> -<p class="ueberschrift">SSE UI</p> -<p>While there is a UI component to SSE, it has little API and is -intended to be a relatively thin layer on top of the base Eclipse Text -Editing API. SSE tries not to introduce UI API unless we've found it -necessary to go beyond functionality provided by the Eclipse.</p> - - -<p>The most important, probably long-term, difference from the Eclipse -text editing component that we attempt to make all parts of the editor -configurable according to the platform content type of the input being -edited, and in many cases, based on the document partition types within -the file. This combination is the foundation of SSE's approach to -handling mixed content in a re-usable way. As such, one of the most -important areas to look at is the <code>StructuredTextViewerConfiguration -class</code> and the <code>Extended Configuration</code> extension point -(<code>extendedconfiguration</code>) in the org.eclipse.wst.sse.ui plugin.</p> - - -<p>I mention this as a "long term" difference, since the text -infrastructure allows editors to specify whole "processors" (e.g. for -content assist) whereas our philosophy is to provide a processor that -allows clients to participate in creating the results. No implementation -exists for Content Assist at this time, but a working example of this -pattern can be found within SSE's "as you type" validation (see -<code>org.eclipse.wst.sse.ui.extensions.sourcevalidation</code> extension point).</p> - - -<p>Another area we differ from text infrastructure is in syntax -highlighting. We attempt to take direct advantage of StyledText widget's -callbacks to achieve greater efficiency over preparing highlighting -information in advance (this is the theory, we still have some -implementation work to do to achieve in practice, in WTP Release 1.0).</p> - - -<p>Issues we hope to remove as differences: there are currently a number -of overrides in SSE UI of Eclipse text functionality that were -originally made due to limitations in Eclipse's text infrastructure (SSE -dates back, in some form, to before Eclipse 1.0). Many of those -limitations have since been improved upon or are improving in Eclipse's -3.1 stream. We are currently investigating transitioning to the provided -infrastructure (some of which is new to Eclipse 3.1) instead of -providing an incompatible workalike. These include:</p> - -<ul> - <li>An improved "undo" experience. SSE has a unified Undo stack based - on the resource being edited and allowing participants to provide - their own operations on the stack for complex operations. It seems - "touch and go" if the base provided function will suffice, but we are - still early in our investigation.</li> - <li>validateEdit per resource, not per editor instance</li> - <li>Unified selection. SSE has a ViewerSelectionManager designed to - coordinate selection among the editor's parts (text view, content - outline, property sheet) and handle the mappings from Node selection - to Text selection (and vice-versa). It has been a while since we've - looked hard at if the base provided support will suffice, but that is - also in plan to investigate before release 1.0.</li> - <li>Historically, several others which have a already been migrated, - such as "openOn" or hyperlink navigation and context-sensitive - preferences.</li> -</ul> - -<p class="schema">Extension Points</p> -<p><b>Extended Configuration</b></p> -<p>The Extended Configuration extension point takes the loose coupling -of the Eclipse SourceViewer and SourceViewerConfiguration classes one -step further by allowing the viewer configuration itself to be -dynamically discovered and loaded instead of being statically specified -through code. The configuration class is most frequently specified -according to the platform content type being edited. SSE extends the -viewer configuration pattern to its outline and property sheet views and -also allows for certain configurations to be specified according to -document partition type and editor IDs.</p> -<p><b> Source Page Validation </b></p> -<p>Allows participants to provide an <code>org.eclipse.wst.validation.core.IValidator</code> -for source validation (as-you-type) via the <code>org.eclipse.wst.sse.ui.extensions.sourcevalidation</code> -extension point.</p> - - -<p>The enablement ("what" the validators can operate on) of the source -validators can be specified by content type ( <code>org.eclipse.core.runtime.content.IContentType -</code>) and partition types ( <code> -org.eclipse.jface.text.ITypedRegion.getType()</code> ) within each -content type.</p> -<p>This is likely the same <code>org.eclipse.wst.validation.core.IValidator</code> -used for "batch" validation via the <code>org.eclipse.wst.validation.validator</code> -extension.</p> -<p>The validation messages are displayed to the user on the source page -as as "temporary" annotations. These show up in the text as "squiggles" -beneath the text and in the overview ruler as rectangles. The validation -message itself is displayed by hovering the squiggle or rectangle.</p> - -<p><b> Line Style Participants </b></p> -<p>Line Style Participants are similar to the Eclipse -IPresentationRepairers, but are designed to operate on structured -documents.</p> -<p><b>Editor related IDs</b></p> - -<p>Structured Text editor clients can contribute actions to the editor -as well as the help context id (infopop). Currently this can be done -through extension points offered by the base (like -org.eclipse.ui.editorActions, org.eclipse.ui.popupMenus) Infopop can be -contributed by the standard infopop hooks (help context id points to -actual help)</p> - - -<p>To contribute, a "target id" of some kind is needed. For Structured -Text editors, the target id is generated based on the content type in -the editor, type of editor, place to contribute. The target id looks -like: >content type<.>editor type keyword<.>place to contribute keyword<</p> - - -This are the current editor types supported followed by their keyword -(the last in list are reserved for possible future use): - -<ul> - <li>source page : source</li> - <li>graph page : graph</li> - <li>table page : table (reserved)</li> - <li>design page : design (reserved)</li> - <li>wysiwyg page : wysiwyg (reserved)</li> -</ul> - - -<p>These are the following places clients can contribute to followed by -their keyword: editor popup menu : EditorContext editor vertical ruler -popup menu : RulerContext outline view popup menu : OutlineContext help -context id : HelpId</p> - - -<p>Here are some examples: To contribute to *xml source editor's popup -menu*, use target id "org.eclipse.core.runtime.xml.source.EditorContext"</p> - - -<p>To contribute to *xsd graph editor's outline view's popup menu*, use -target id -"org.eclipse.wst.xsd.contentmodel.xsdsource.graph.OutlineContext"</p> - - -<p>To provide infopop for *html source page editor*, use help context id -"org.eclipse.wst.html.core.htmlsource.source.HelpId"</p> - -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/validation.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/validation.html deleted file mode 100644 index 95522b80ac1453ccd9585162f39dc90ce308fa8d..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/validation.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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">Validation Tools</p> -<p>The validation component contains the Validation framework which -coordinates the registration and execution of validators. Validators are -a special form of an Eclipse builder which (typically) does not produce -derived output, can have performance advantages, can be used for "batch" -validation, putting errors or warnings in the task view, and sometimes -can be (re)used for source page validation, putting "temporary" -annotation in editors. The language/component validators, e.g HTML link -checker, XSD validator, and WSDL validator, are located in their -specific components, this Validation component simply provides the -framework. The component lead is Chuck Bridgham.</p> - -<ul> - <li>Validation Framework Overview<br> - <a - href="http://eclipse.org/webtools/wst/components/validation/ValidationOverview.html"> - http://eclipse.org/webtools/wst/components/validation/ValidationOverview.html - </a></li> -</ul> -<ul> - <li>M3 Validation Test Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/validation/scenarios/validation_framework_testplan.html"> - http://eclipse.org/webtools/wst/components/validation/scenarios/validation_framework_testplan.html - </a></li> -</ul> -<ul> - <li>Current Milestone M4 Plan - Available on J2EE Main page<br> - <a - href="http://eclipse.org/webtools/jst/components/j2ee/M4/milestone_plan.html"> - http://eclipse.org/webtools/jst/components/j2ee/M4/milestone_plan.html - </a></li> -</ul> - -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/web.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/web.html deleted file mode 100644 index 50caff1203e62d082d3e87d9343cb903ba874c4c..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/web.html +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=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">Web Tools</p> -<p>The web component contains models, natures and builders for Web -projects. The component lead is Chuck Bridgham.</p> - -<ul> - <li>J2EE Main page(Simple Web project 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> - -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/ws.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/ws.html deleted file mode 100644 index 08b9811e49cec21d0f5d0f34890b5cbd3347db39..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/ws.html +++ /dev/null @@ -1,212 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> -<title>Web Source Tools</title> -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> -<p class="ueberschrift">WS, WSDL and WS-I Tools</p> -<p class="ueberschrift">Web Services</p> -<p>The ws component contains the Web Services Explorer, Apache SOAP, -Apache Axis, UDDI4J and WSIL4J models and a number of general purpose -frameworks for use by callers and extenders of the Web services -platform. The component lead is Chris Brealey.</p> -<p class="ueberschrift">Web Services Description Language (WSDL) Tools</p> -<p>The wsdl component contains the WSDL editor, model, views, wizards, -etc. The component lead is Craig Salter.</p> -<ul> - <li>Current Milestone Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/wsdl/M3/milestone_plan.html"> - http://eclipse.org/webtools/wst/components/wsdl/M3/milestone_plan.html - </a></li> -</ul> - -Tutorials - -<ul> - <li>WSDL Editor Tutorial<br> - <a - href="http://eclipse.org/webtools/wst/components/wsdl/tutorials/WSDLEditorTutorial.html"> - http://eclipse.org/webtools/wst/components/wsdl/tutorials/WSDLEditorTutorial.html - </a></li> -</ul> - -<p class="ueberschrift">Web Services I (WS-I) Tools</p> -<p>The wsi component contains WS-I Test Tools which will be repatriated -from the WSVT project. The component lead is Craig Salter.</p> -<p class="ueberschrift">Function<a name="Function"></a> - XML Web -Service Tools</p> -<ul> - <li>EMF Models - <ul> - <li>Schema 1.0 Second Edition</li> - <li>WSDL 1.1</li> - </ul> - </li> - <li>Validators - <ul> - <li>Schema 1.0 Second Edition</li> - <li>WSDL 1.1</li> - <li>WS-I WSDL validation and SOAP message monitoring</li> - </ul> - </li> - <li>XSD Editor - <ul> - <li>Graph and code-assisted source views</li> - </ul> - </li> - <li>WSDL Editor - <ul> - <li>Graph and code-assisted source views</li> - <li>Extensible, like the WSDL spec itself</li> - </ul> - </li> - <li>Wizards - <ul> - <li>New WSDL</li> - <li>New Schema</li> - </ul> - </li> - <li>Web Services Explorer - <ul> - <li>Native WSDL browsing and invocation</li> - <li>UDDI publication and discovery</li> - </ul> - </li> - <li>Preference pages</li> -</ul> - -<p class="ueberschrift">Web Service Runtime</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>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> -<p class="ueberschrift">Appendix - Links<a name="Links"></a></p> -<ul> - <li>Most details are available via these sites... - <ul> - <li><a - href="http://www.eclipse.org/webtools/wst/components/ws/index.html">http://www.eclipse.org/webtools/wst/components/ws/index.html</a></li> - <li><a - href="http://www.eclipse.org/webtools/jst/components/ws/index.html ">http://www.eclipse.org/webtools/jst/components/ws/index.html - </a></li> - </ul> - </li> - <li>Including... - <ul> - <li>Milestone plans</li> - <li>Test plans</li> - <li>Tutorials</li> - <li>Designs</li> - </ul> - </li> -</ul> -<br> -<br> -</body> -</html> -<html></html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/ws_overview.HTML b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/ws_overview.HTML deleted file mode 100644 index 2d778f8b7496bef7b41ec4899034ee13f79e29a3..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/ws_overview.HTML +++ /dev/null @@ -1,236 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>org.eclipse.wst.command.env.core</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> - -<table - width="100%" - cellspacing="5" - cellpadding="2" - border="0"> - <col width="16"> - <col width="*"> - <tbody> - <tr> - <td - valign="top" - bgcolor="#0080c0" - align="left" - colspan="2"><b><font - face="Arial,Helvetica" - color="#ffffff">Overview</font></b></td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The WST ws component contains tools for developing and - interacting with Web services Internet preferences (e.g. proxy - server configuration), internal and external Web browser support, - and the TCP/IP monitor.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p><b>Note:</b> In <a - href="http://download.eclipse.org/webtools/downloads/drops/S-1.0M3-200502260707/">WTP - 0.7 M3</a>, the Web services and J2EE components require several - third party jars that are not redistributed with the WTP 0.7 M3 - build. For instructions on where to download these jars and how to - install them into the relevant WTP plugins, please visit <a - href="./download_instructions_for_jars2.html">Web Services - Required Jars Download Instructions</a>. You can ignore these - instructions for WTP 0.7 M4 or later, since the required third - party jars were incorporated into the repository and the builds as - of that milestone.</p> - </td> - </tr> - <tr> - <td - valign="top" - bgcolor="#0080c0" - align="left" - colspan="2"><b><font - face="Arial,Helvetica" - color="#ffffff">Plug-ins</font></b></td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The following plugins are contained in this component:</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"><img - width="16" - height="16" - border="0" - src="../../../..//images/Adarrow.gif" - alt=""></td> - <td>org.eclipse.wst.ws.apache.soap</td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The Apache SOAP v2.3.1 runtime.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>Apache SOAP is used chiefly by the Web Services Explorer and - UDDI4J. One of the goals for a later milestone, possibly M4, is to - switch the Web Services Explorer and UDDI4J over to the Axis - runtime and do away with Apache SOAP.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"><img - width="16" - height="16" - border="0" - src="../../../..//images/Adarrow.gif" - alt=""></td> - <td>org.eclipse.wst.ws.apache.axis</td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The Apache Axis v1.0 runtime and emtters.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"><img - width="16" - height="16" - border="0" - src="../../../..//images/Adarrow.gif" - alt=""></td> - <td>org.eclipse.wst.ws.apache.wsil</td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The Apache WSIL4J v1.0 model.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"><img - width="16" - height="16" - border="0" - src="../../../..//images/Adarrow.gif" - alt=""></td> - <td>org.eclipse.wst.ws.uddi4j</td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The UDDI4J v2 client API.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"><img - width="16" - height="16" - border="0" - src="../../../..//images/Adarrow.gif" - alt=""></td> - <td>org.eclipse.wst.ws.parser</td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>Contains common frameworks for finding Web services and for - managing Web service preferences, particularly as pertaining to - UDDI.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>This plugin is likely to be renamed in M4.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"><img - width="16" - height="16" - border="0" - src="../../../..//images/Adarrow.gif" - alt=""></td> - <td>org.eclipse.jst.ws.explorer</td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>The Web Services Explorer Eclipse Web application with full - support for UDDI v2 compatible registries and support for browsing - and dynamically invoking Web services described using WSDL and - Schema.</p> - </td> - </tr> - <tr> - <td - valign="top" - align="right"> </td> - <td valign="top"> - <p>As evident in its name, this plugin is currently in the JST - sub-project. A goal for M3 is to move this component down to WST - since it should, in theory, have no dependencies on Java Web - services.</p> - </td> - </tr> - </tbody> -</table> -</body> -</html> - -<body></body> -<html></html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html deleted file mode 100644 index ea63fa58b01574937871cfe5f5058b563b5e966f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> -<title>WTP Source Editing</title> -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> - -<p class="ueberschrift">Project Context</p> -<p>Support of Web standards in the scope of the Web Standard Tools -subproject includes languages and specifications published by -open-standard bodies (e.g. W3C, IETF, ECMA, OASIS, WS-I, ANSI) that are -commonly used by Web-centric applications (e.g. HTML, CSS, JavaScript, -XML, XSD, XSLT, SVG, SOAP, WSDL, UDDI, SQL, XQuery).</p> -<p>This subproject provides support for integrating Web servers into -Eclipse as first-class execution environments for Web applications. This -support includes the ability to configure Web servers and assocaite them -with Web projects.</p> -<p>Web Standard Tools provide extensible tools for the development of -Web Applications and support development, testing and debugging with -various servers. The following tools are available:</p> -<ul> - <li>Server tools, Internet preferences, TCP/IP monitor</li> -</ul> -<ul> - <li>HTML (fragments), XML, CSS, JavaScript source editors</li> -</ul> -<ul> - <li>XML/DTD/XSD utilities</li> -</ul> -<ul> - <li>WSDL/XSD graphical editors, Web service UDDI/WSDL Explorer</li> -</ul> -<ul> - <li>SQL Query graphical editor</li> -</ul> -<ul> - <li>Associated natures, builders, validators and EMF models</li> -</ul> - -<p class="ueberschrift">Project Architecture</p> -<br> -<p><img - src="../sources/wstsubsystems.jpg" - width="600" - height="400" - alt=""></p> -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/xml.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/xml.html deleted file mode 100644 index a4d187f17f460c329c560091a26bc5e00b8af06b..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/xml.html +++ /dev/null @@ -1,251 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta - http-equiv="Content-Type" - content="text/html; charset=iso-8859-1"> - -<title>XML Tools</title> - -<link - rel="stylesheet" - type="text/css" - href="../sources/formate.css"> -</head> -<body> -<p class="ueberschrift">XML Tools</p> -<p>The xml component contains the XML editor, model, views, wizards, -etc. It contains an incremental, fault tolerant DOM parser, which is -also the basis of several other similar models in HTML and JSP. The -component lead is David Williams.</p> -<p class="ueberschrift">XML Schema Definition (XSD) Tools</p> -<p>The xsd component contains the XSD editor, views, wizards, etc. This -component uses the XML as source editor. The component lead is Craig -Salter.</p> - -<p class="ueberschrift">Cheat Sheet Editor Example</p> -<p>You can find a cheat sheet tutorial <a href="cheatsheet_tutorial.html">here</a>.</p> -<a href="http://dev.eclipse.org/viewcvs/index.cgi/wst/components/xml/examples/?cvsroot=WebTools_Project"> -http://dev.eclipse.org/viewcvs/index.cgi/wst/components/xml/examples/?cvsroot=WebTools_Project</a> - -<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;">XML</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;">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;">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> -<p class="ueberschrift">Links:</p> -<h2>XML Tools</h2> -<ul> - <li>Current Milestone Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/xml/M5/milestone_plan.html"> - http://eclipse.org/webtools/wst/components/xml/M5/milestone_plan.html</a></li> -</ul> -<ul> - <li>See: Reintroducing the Structured Source Editing family of editors<br> - <a href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html"> - href="http://eclipse.org/webtools/wst/components/sse/M2/m2.html</a></li> -</ul> -<ul> - <li>XML Catalog M2 Test Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/xml/xml-catalog_M2TestPlan.html"> - http://eclipse.org/webtools/wst/components/xml/xml-catalog_M2TestPlan.html - </a></li> -</ul> -<ul> - <li>XML, DTD, and XSD Validation M2 Test Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/xml/xml-dtd-xsd-validation_M2TestPlan.html"> - http://eclipse.org/webtools/wst/components/xml/xml-dtd-xsd-validation_M2TestPlan.html - </a></li> -</ul> -<ul> - <li>XML Examples M2 Test Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/xml/xml-examples_M2TestPlan.html"> - http://eclipse.org/webtools/wst/components/xml/xml-examples_M2TestPlan.html - </a></li> -</ul> - -Tutorials - -<ul> - <li>XML Catalog Tutorial<br> - <a - href="http://eclipse.org/webtools/testtutorials/M2/xml/XMLCatalogTutorial.html"> - http://eclipse.org/webtools/testtutorials/M2/xml/XMLCatalogTutorial.html - </a></li> -</ul> -<ul> - <li>Validation Tutorial<br> - <a - href="http://eclipse.org/webtools/testtutorials/M2/xml/XMLValidationTutorial.html"> - http://eclipse.org/webtools/testtutorials/M2/xml/XMLValidationTutorial.html - </a></li> -</ul> -<ul> - <li>Creating XML Documents Tutorial<br> - <a - href="http://eclipse.org/webtools/testtutorials/M2/xml/XMLWizards.html"> - http://eclipse.org/webtools/testtutorials/M2/xml/XMLWizards.html </a></li> -</ul> - -<h2>XSD Tools</h2> -<ul> - <li>XML Schema Editor M2 Test Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/xsd/xsd-editor_M2TestPlan.html"> - http://eclipse.org/webtools/wst/components/xsd/xsd-editor_M2TestPlan.html - </a></li> -</ul> -<ul> - <li>Current Milestone Plan<br> - <a - href="http://eclipse.org/webtools/wst/components/xsd/M3/milestone_plan.html"> - http://eclipse.org/webtools/wst/components/xsd/M3/milestone_plan.html - </a></li> -</ul> - -Tutorials - -<ul> - <li>XML Schema Editor Tutorial<br> - <a - href="http://eclipse.org/webtools/testtutorials/M2/xml/XMLSchemaEditorTutorial.html"> - http://eclipse.org/webtools/testtutorials/M2/xml/XMLSchemaEditorTutorial.html - </a></li> -</ul> - -</body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/scanner_doc.HTML b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/scanner_doc.HTML deleted file mode 100644 index 5ac9b2355791870294caecce98028727093f94b3..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/scanner_doc.HTML +++ /dev/null @@ -1,365 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> - -<head> - -<title>Design of a Tool for Checking API Usage in Eclipse-based -Components</title> -<link - rel="stylesheet" - type="text/css" - href="sources/formate.css"> - -</head> - -<body> - -<p class="ueberschrift">Design of a Tool for Checking API Usage in -Eclipse-based Components</p> -<p>Jim des Rivieres<br> -Last updated Jan 14, 2005</p> - -<p>This document contains the design for a tool for checking API usage -in Eclipse-based components and products.</p> -<p class="ueberschrift">Components</p> -<p>For the purposes of this tool, a component is a set of plug-ins and -plug-in fragments. Components must be disjoint, in that the plug-ins and -fragments within one component must be distinct from those in other -components. In other words, components partition the set of plug-ins and -plug-in fragments into disjoint subsets. We also allow a form of library -component containing no plug-ins or fragments; library components -are used to describe class libraries such as J2SE that are not located -inside any plug-in.</p> -<p>The code for a component is the sum total of the code in the -component's plug-ins and fragments (as described by the plug-in -manifest). The code is in the form of Java types (predominantly classes -and interfaces; J2SE 5.0 adds enumerations and annotation types). The -types that are intended to be used by other components are called the -component's API, and referred to as API types. A component can provide -any number of API types, including none. Typically, only a subset of a -component's types are part of its API. The rest are referred to as -internal types. Non-public types are always considered internal.</p> -<p>It's common to use Java packages to separate one component from -another, and to separate API from internal within a component. Each -component generally declares its code in packages different from those -used by any other component. An API package is one that contains at -least one API type. An internal package is one that contains no API -types. The default assumption is that all public top-level types in an -API package are API types.</p> -<p>An API type declared in one component can be used by other components -is various ways:</p> -<ul> - <li>Declare a field, variable, parameter, or return type where the - type is an API type.</li> - - <li>Cast the value on an expression to an API type.</li> - <li>Declare a class that implements an API interface.</li> - <li>Declare an interface that extends an API interface.</li> - <li>Declare a class that extends (subclasses) an API class.</li> - <li>Creates an instance of an API class.</li> -</ul> - -<p>It is common for an API type to be intended to be used only in -certain ways. In some cases, Java modifiers can be used to rule out -unintended uses (e.g., prevent subclassing by declaring the class -"final"). But in many cases, the intended uses are spelled out -in the type's specification (doc comment). The most common restrictions -are:</p> -<ul> - <li>Clients may not instantiate this API class.</li> - <li>Clients may not subclass this API class.</li> - <li>Clients may not implement this API interface. It follows that the - client may not extend the interface either.</li> -</ul> -<p>Types have members (fields, methods, types). For the present, we make -the simplifying assumption that all public and protected members of an -API type are intended to be used by other components.</p> - -<p class="ueberschrift">Component description files</p> -<p>Each component will be described via a component description file. -The file format is XML-based; the DTD follows:</p> -<pre><!ELEMENT component (plugin* package* component-depends)> -<!ATTLIST component - name CDATA #REQUIRED -></pre> -The <component> element provides information about a component. -Attributes: -<ul> - <li><b>name</b> - the component name; "Eclipse Platform Generic - Workbench"; note that this name is used to refer to the component - and distinguish it from other components (but otherwise has no - official status in Eclipse ontology)</li> - -</ul> -<p>Child elements or the <component> element describe the set of -plug-ins and fragments making up the component, provide information -about the Java packages and types in the component's code, and include a -list of other components on which this component may depend.</p> -<p>Each <plugin> element must identify a distinct plug-in or -fragment. The list of plug-ins must be complete; that is, a component -contains a plug-in (or fragment) if and only if a <plugin> element -occurs as a child of the <component> element.</p> - -<pre><!ELEMENT plugin EMPTY> -<!ATTLIST plugin - id CDATA #REQUIRED - fragment ("true" | "false") "false" -></pre> -The <plugin> element identifies a plug-in or plug-in fragment that -is part of the component. Attributes: -<ul> - <li><b>id</b> - the plug-in id or plug-in fragment id; e.g., - "org.eclipse.core.resources"; note that in the case of a - fragment, this is the id of fragment itself</li> - - <li><b>fragment</b> - whether this is a plug-in fragment as opposed to - a plug-in (default: plug-in)</li> -</ul> -<p>Each <plugin> element must identify a distinct plug-in or -fragment. The list of plug-ins must be complete; that is, a component -contains a plug-in (or fragment) if and only if a <plugin> element -occurs as a child of the <component> element.</p> - -<pre><!ELEMENT package (type*)> -<!ATTLIST package - name CDATA #REQUIRED - exclusive ("true" | "false") "true" - api ("true" | "false") "true" - -></pre> -The <package> element provides information about a package as used -by the component. Attributes: -<ul> - <li><b>name</b> - Java package name; e.g., "javax.swing", - "org.eclipse.ui"</li> - <li><b>api</b> - whether top-level types in this package are API types - by default (default: true). It's good practice for all public classes - API top-level types in a package to be considered API. Specify - "false" in order to explicitly list API types found in the - package.</li> - <li><b>exclusive</b> - whether this package is reserved for exclusive - use by this component (default: true); specify "false" in - (rare) cases where a multiple components declared types in the same - package. Package sharing is only by mutual consent; all components - involved must explicitly declare the package as - exclusive="false" (even if it has no API types).</li> -</ul> -<p>Each <package> element must identify a distinct package -relative to that component. If the unusual case where a package is -shared with other components, the <package> element is understood -to apply only to the types the component actually declares, and has no -bearing on the types declared in the same package in any other -component. The list of packages may be incomplete; if the component -contains code in a package not mentioned in the list, the package is -considered to be internal (equivalent to being explicitly described as - -<package name="..." api="false" />). The -children of the <package> element provide information about -specific types in the package.</p> -<pre><!ELEMENT type EMPTY> -<!ATTLIST type - name CDATA #REQUIRED - reference ("true" | "false") "true" - - implement ("true" | "false") "true" - subclass ("true" | "false") "true" - - instantiate ("true" | "false") "true" -></pre> -The <type> element provides information about a top-level type in -a package. Attributes: -<ul> - <li><b>name</b> - simple name of a top-level Java class, interface, - enumeration, or annotation type; e.g., "String", - "IResource"</li> - - <li><b>reference</b> - whether other components are expected to - reference this type by name (default: true); specify "false" - to indicate that the type is internal</li> - <li><b>implement</b> - whether other components are expected to - declare a class that implements this interface (default: true); - specify "false" for an interface that other components are - not supposed to implement directly; this attribute is ignored for - classes, enumerations, and annotation types, none of which can be - meaningfully implemented</li> - <li><b>subclass</b> - whether other components are expected to declare - a class that directly subclasses this class (default: true); specify - "false" for a class that other components are not supposed - to subclass directly; this attribute is ignored for interfaces, - enumerations, and annotation types, none of which can be meaningfully - subclassed</li> - - <li><b>instantiate</b> - whether other components are expected to - create instances of this class or annotation type (default: true); - specify "false" for a type that other components are not - supposed to instantiate directly; this attribute is ignored for - interfaces and enumerations, neither of which can be meaningfully - instantiated; this attribute is moot for classes that are declared - final (or ones with no generally accessible constructors), since the - Java compiler and JRE will block outside attempts to instantiate</li> -</ul> -<p>(Note: We could extend the schema in the future to allow <type> -elements to provide analogous information about their members. We could -also extend the <component> element to allow aspects other than -code API to be described.)</p> - -<pre><!ELEMENT component-depends (component-ref*)> -<!ATTLIST component-depends - unrestricted ("true" | "false") "false" -> -<!ELEMENT component-ref EMPTY> -<!ATTLIST component-ref - name CDATA #REQUIRED -></pre> -The <component-depends> element identifies other components on -which this component is allowed to depend. Attributes: - -<ul> - <li><b>unrestricted</b> - whether this component is allowed to depend - on arbitrary other components, or just the ones explicitly named by - the <component-ref> children</li> -</ul> -If a component specifies <component-depends -unrestricted="true">, then it is allowed to depend on any -component (and the children, if any, are ignored). Otherwise, the -<component-ref> elements give the names of the component on which -this component may depend. The <component-ref> element identifies -a component by name. Attributes: -<ul> - <li><b>name</b> - the name of the referenced component; e.g., - "Eclipse Platform Generic Workbench"</li> -</ul> -<p class="ueberschrift">Example</p> -<p>A component description of one of the Eclipse Platform components:</p> -<pre> - <component name="Eclipse Platform Core Resources"> - - <plugin id="org.eclipse.core.resources" /> - <plugin id="org.eclipse.core.resources.win32" fragment="true" /> - <plugin id="org.eclipse.core.resources.linux" fragment="true" /> - - <plugin id="org.eclipse.core.resources.hpux" fragment="true" /> - <plugin id="org.eclipse.core.resources.macosx" fragment="true" /> - - <plugin id="org.eclipse.core.resources.qnx" fragment="true" /> - - <package name="org.eclipse.core.resources"> - <type name="ICommand" implement="false" /> - - <type name="IContainer" implement="false" /> - <type name="IFile" implement="false" /> - - <type name="IFileState" implement="false" /> - <type name="IFolder" implement="false" /> - - <type name="IMarker" implement="false" /> - <type name="IMarkerDelta" implement="false" /> - - <type name="IPathVariableChangeEvent" implement="false" /> - <type name="IPathVariableManager" implement="false" /> - - <type name="IProject" implement="false" /> - <type name="IProjectDescription" implement="false" /> - - <type name="IProjectNatureDescriptor" implement="false" /> - <type name="IResource" implement="false" /> - - <type name="IResourceChangeEvent" implement="false" /> - <type name="IResourceDelta" implement="false" /> - - <type name="IResourceProxy" implement="false" /> - <type name="IResourceRuleFactory" implement="false" /> - - <type name="IResourceStatus" implement="false" /> - <type name="ISaveContext" implement="false" /> - - <type name="ISavedState" implement="false" /> - <type name="ISynchronizer" implement="false" /> - - <type name="IWorkspace" implement="false" /> - <type name="IWorkspaceDescription" implement="false" /> - - <type name="IWorkspaceRoot" implement="false" /> - <type name="ResourcesPlugin" subclass="false" instantiate="false" /> - - </package> - <package name="org.eclipse.core.resources.mapping"> - </package> - <package name="org.eclipse.core.resources.refresh"> - <type name="IRefreshResult" implement="false" /> - - </package> - <package name="org.eclipse.core.resources.team"> - <type name="IResourceTree" implement="false" /> - </package> - - <component-depends> - <component-ref name="Eclipse Platform Core Resources" /> - <component-ref name="J2SE" /> - </component-depends> - -</component> -</pre> -<p class="ueberschrift">How component descriptions are used</p> -<ul> - <li><b>Component package/type map</b> - Given the code for a component - and its component description, you can generate a fleshed-out list of - the API types declared by the component. (It's considerably harder to - properly describe the set of API members, since this involves building - the supertype chain and performing inheritance. Since the supertype - chain need not be confined to a single component, you also need the - code for required plug-ins, etc.)</li> - <li><b>Inter-component reference map</b> - Given the code for a - component, its component description, and the component descriptions - for all other components to which the given component may contain - references, you can generate the list of external references from the - component to types in some other component (possibly unknown, possibly - ambiguous). In particular, you can do this without needing to consult - the code for the other components (or even needing the code to be - available).</li> - <li><b>Fragile usage map</b> - You can go further and classify - inter-component usage as fragile. This requires the code for a - component, its component description, and the component descriptions - for all other components to which the given component may contain - references. In the limited case of shared packages between components, - the code for these components may be needed to disambiguate external - references to types in the shared package. A fragile external - reference is any of: - <ul> - - <li>A reference to an internal type in another (possibly unknown) - component.</li> - <li>A declaration of a subclass of a class C in another component - where C is described as subclass="false".</li> - <li>A declaration of a class implementing an interface I in another - component where I is described as implement="false".</li> - <li>An invocation of a constructor of a class C in another component - where C is described as instantiate="false".</li> - - <li>A declaration of a type in a package P that another component - describes as exclusive="true".</li> - </ul> - </li> -</ul> -<p class="ueberschrift">Change history</p> -<ul> - <li>Dec. 23, 2004 - Initial version</li> - <li>Jan. 14, 2005 - <ul> - - <li>Added <component-depends> element to allow each component - to explicitly specify which other component it may depend on.</li> - <li>Added clarification to "api" attribute of - <package> element re: this is in line with good practice of - making all top-types public types in an API package being considered - API.</li> - </ul> - - </li> -</ul> - - -</body> - -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/scanner_req.HTML b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/scanner_req.HTML deleted file mode 100644 index 771a98be90535f1f31f7852f7108cad5d0e78b8f..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/scanner_req.HTML +++ /dev/null @@ -1,169 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> - -<head> -<title>Checking for internal references Requirements</title> -<link - rel="stylesheet" - type="text/css" - href="sources/formate.css"> - -</head> - -<body> - -<p class="ueberschrift">Requirements for A Tool for Checking API Usage -in Eclipse-based Components</p> -<p>Jim des Rivieres<br> - -Last updated Dec. 10, 2004</p> -<p>This document lists the general requirements for a tool for checking -API usage in Eclipse-based components and products.</p> -<p class="ueberschrift">1. The Problem</p> -<p>The context is the same as the current API Usage Scanner tool. That -is, we need a tool for checking Eclipse-based products that will help in -identifying inappropriate use of APIs and non-APIs. We want tools to be -able to check Eclipse-based plug-ins and products for obvious cases of -where plug-ins are not playing by the rules. The open-ended, -heterougeous, and heavily componentized nature of Eclipse are what make -it somewhat different from checking more monolithic applications.</p> -<p>Eclipse is based on the notion of a plug-in. Products end up being a -collection of plug-ins, collected from diverse development efforts -spanning open source projects, multiple IBM teams, and third-party tool -vendors. Set of these plug-ins are often bundled into various -"platforms" (e.g., Eclipse Platform, IBM Eclipse SDK), and -assembled into product stacks or families (IBM RAD, WBIT). -Component-based software is easier to develop, maintain, and evolve when -the inter-component coupling is well understood and well managed. This -is done by having each component offer its services through a -well-defined API that serves are the sole interface between it and other -components. To the extent that all inter-component coupling abides by -the contracts spelled out in the API specifications, replacing one -component by a different version supporting the same API contracts will -work the same way. Moreover, component APIs can be evolved in compatible -ways to meet changing requirements, without invalidating previously -working configurations. However, when inter-component coupling does not -follow the terms of the API contracts, replacing a component by a -different version supporting the same API contracts may break some -previously-working configurations. This is a destabilizing factor that -decreases robustness, increases maintenance costs, and inhibits -component growth.</p> -<p>In component-based software, the premium is on all inter-component -coupling being through the components API and in accord with all API -contracts. Although the Java language has some features for controlling -visibility that are enforced at compile-time (e.g., private fields and -methods cannot be referenced from outside the code of the class itself), -there are many constraints restrictions that the Java language cannot -express (e.g., that a particular public class is internal rather than -API, or that a particular interface must not be implemented outside its -own component). Detection of inappropriate inter-component coupling is -most useful when the component is under development; after a problematic -component has shipped in a product, the information can at least be -useful in managing the problem (although not solving it).</p> - -<p>The problem we are addressing is helping development teams to manage -inter-component coupling in Eclipse-based components. In particular, we -aim to do this by providing an automatic tool that can detect obvious -cases where one component is more tightly coupled to another component -that it should be.</p> -<p class="ueberschrift">2. General Requirements</p> -<p>The tool should meet the following general requirements:</p> -<ol> - <li><b>Tool will be used for checking Eclipse components.<br> - </b>The notion of a "component" in Eclipse is not formally - defined. Rather, a component is a loosely-defined grouping of a small - number of plug-ins and/or plug-in fragments that are designed and - maintained as a unit, generally by a small team of developers. For - instance, the Eclipse Platform itself is made of a number of - components each with between 1 and 5 plug-ins. The Java code for each - plug-in is housed in one or more JARs (this relationship is formalized - and captured in the plug-in's mainfest). Whereas coupling within a - component in intended to be tight/intimate, all coupling between - components is intended to be mediated through well-defined Java-based - APIs. The primary use of the tool will be used for checking - collections of Eclipse components to see whether the inter-component - couplings are in line with the component APIs. the Java code in the - various plug-ins.</li> - <li><b>Helpful to component developers.<br> - - </b>Component developers (and development teams) are the primary - customers of this tool. The tool should be designed to meet their - needs. Their main need for such a tool is helping manage - inter-component dependencies to ensure that they do not accidentally - exceed the bounds of the component APIs. Early detection of problems - means they can be addressed while the component is still under - development. So the tool should detect and report cases of <i>illegitimate</i> - couplings from component A to component B are not covered by B's API, - the most common mistake being A referencing one of B's internal - classes. A secondary need is to detect and report <i>legitimate</i> - API couplings components, as an aid for planning and impact - assessment.</li> - <li><b>Modular, component-based input.<br> - </b>Eclipse components to be checked will be fed to the tool. Since - the notion of component and API are not formally specified in Eclipse, - the tool will also need to be fed some a description of each component - capturing things like the set of plug-ins that comprise the component, - and the rules for separating component API from component internals - and for distinguishing legitimate from illegitimate API usage. - Component owners should create and maintain the component descriptions - for their individual components (although it should also be easy to - furnish an after-market component description for a component - that does not come with its own). Each component description should be - in a file that the component owner can easily maintain. Component - description files should be in a well-specified XML-based format so - that they could be read or generated by other tools. A set of relevant - component description files would be fed to the tool whenever checking - components.</li> - - <li><b>Performant and scalable.</b> <br> - The tool should be amenable to checking large numbers of Eclipse - components. We already have instances for Eclipse-based products with - 1500 plug-ins. The tool should make it easy to check anything from a - single component, to a group of components that form a - "platform" of some ilk, to an entire product distribution. - The components may be a heterogeneous mix of product-specific, open - source, or third party. The tool should deal gracefully with - incompleteness, so that it is possible to check a component without - necessarily having complete information about other components. The - tool should be reasonably fast, with speed proportional to the number - of components being checked.</li> - <li><b>Modular, component-based output.<br> - </b>The tool should produce modular, component-based reports. The - outputs should be in a well-specified XML-based format so that they - could be post-processed for populating databases, generating web - pages, printing reports, etc.</li> - <li><b>Fully-automatic operation.</b><br> - - The tool should be suitable for inclusion in automated build processes - that build the components, or repackage components into larger - aggregations. In other words, something without a GUI that can be run - from the command line, or from an Ant build file.</li> - <li><b>Open source.</b><br> - The tool itself should be open source, so that it can be used by - development teams working on open source Eclipse components, which - includes those at eclipse.org.</li> -</ol> -<p class="ueberschrift">References</p> -<ul> - <li><a href="how_to_use_api.html">How to Use the Eclipse API<br> - </a>This is a good example of the ways some Eclipse-based components - separate API from internals at the Java package level, and of the - kinds of blanket API usage rules that are out there. Note that these - rules apply only to the components in the Eclipse Platform itself; - other Eclipse-based components will have their own rules and - practices.</li> - - <li><a - href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/index.html">JDT - Core "Internal" tool</a><br> - This simple tool is used for locating references to internal types in - Eclipse-based distributions. It has many of the right characteristics, - but is overly simplistic in assuming that 1 plug-in = 1 component and - that all components separate API from internal based on Eclipse's - package-level naming conventions.</li> -</ul> - -</body> - -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/EJB_generation_datamodels.gif b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/EJB_generation_datamodels.gif deleted file mode 100644 index f88accc7b2b83c51c182908ec24a55d0f9ac1c3a..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/EJB_generation_datamodels.gif and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_1.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_1.jpg deleted file mode 100644 index caf7357db3004520ed2b5fe2cdf66042b86cd6ac..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_1.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_2.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_2.jpg deleted file mode 100644 index 4714b0f1639e3e9587bbb04cac53461a6813241f..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_2.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_3.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_3.jpg deleted file mode 100644 index a5f53bcd5d72590e0156ba77a2ddf346047d2bff..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_3.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_4.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_4.jpg deleted file mode 100644 index 440bb090601fe59a60d60c0b90fa3f5dd647a48d..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/check_4.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_1.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_1.jpg deleted file mode 100644 index 5642ec8c8b1e0635e02e3137d048f519fb8fc261..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_1.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_2.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_2.jpg deleted file mode 100644 index 7a058d9a2abc65da765de89bcdcaf0239ea9d105..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_2.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_3.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_3.jpg deleted file mode 100644 index c2ae5034f427a3c03a895616f2cc5018d1d7e1ba..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_3.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_4.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_4.jpg deleted file mode 100644 index e5218fd968f63dd9fbb68f5c10893225ed928f29..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_4.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_5.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_5.jpg deleted file mode 100644 index 5b10904cde4512450f1c0ba73b0e9b6bf09dddb0..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/common_5.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/delegates.gif b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/delegates.gif deleted file mode 100644 index b8615cf6a04364e9604a01d94a7d1c2bf32eac07..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/delegates.gif and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/feature_matrix.html b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/feature_matrix.html deleted file mode 100644 index 9b30d1515b11893f0bcf171cfc5b548100f42788..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/feature_matrix.html +++ /dev/null @@ -1,305 +0,0 @@ -<!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>Feature Matrix</title> -<link - rel="stylesheet" - type="text/css" - href="formate.css"> -</head> -<body> -<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;">XML</th> - <th style="text-align: center;">JSP</th> - <th style="text-align: center;">HTML</th> - <th style="text-align: center;">XHTML</th> - <th style="text-align: center;">CSS</th> - <th style="text-align: center;">DTD</th> - <th style="text-align: center;">JavaScript</th> - </tr> - - <tr> - <td style="text-align: left;">Highlighting</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</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> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</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;">N</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</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> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</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> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">Y</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</td> - <td style="text-align: center;">N</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> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</td> - <td style="text-align: center;">P</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/sources/figure01.gif b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure01.gif deleted file mode 100644 index 30323253ffbf5162224cb03dc52a62e2f4ab66a8..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure01.gif and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure02.gif b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure02.gif deleted file mode 100644 index b2272d0840e57ab638908f5f5cec2d01fdb357a6..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure02.gif and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure03.gif b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure03.gif deleted file mode 100644 index af4d68bc928e642994c2124a74290439c5bd002d..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/figure03.gif and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/formate.css b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/formate.css deleted file mode 100644 index c02625efc8d91dab10cd48fed2d461a4922259a9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/formate.css +++ /dev/null @@ -1,35 +0,0 @@ -/* CSS Document */ -body { - font-family: Arial, Helvetica, sans-serif -} - -.ueberschrift { - font-family: Arial, Helvetica, sans-serif; - font-size: x-large; - margin-top: 20px; -} - -.code { - font-family: Courier, "Courier New", Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - line-height: 16px; - color: #0467B4; - background-color: #CCCCCC; - padding: 5px 7px 5px 13px; - border: 1px solid black; -} - -.note { - font-size: smaller -} - -.description { - font-family: "Times New Roman", Times, serif; - font-size: xx-large; -} - -.schema { - font-style: italic; - font-size: large -} \ No newline at end of file diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_1.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_1.jpg deleted file mode 100644 index 9c1aebc5a20af8e24cde9f083f538e2eda3a049d..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_1.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_12.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_12.jpg deleted file mode 100644 index f283d66711f43799e2dd9099eedd2ab489e7f541..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_12.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_6.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_6.jpg deleted file mode 100644 index a4a750e47e2b6bfa35810c14011a0a073406efca..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_6.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_8.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_8.jpg deleted file mode 100644 index da653ce42719667cd9fc8cba93bccfb3d57e2b79..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/j2ee_8.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/jstsubsystems.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/jstsubsystems.jpg deleted file mode 100644 index 6baf722dfe41f699279bc0c3bf6ec5f18b5a3c49..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/jstsubsystems.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/web_service_7.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/web_service_7.jpg deleted file mode 100644 index a64571e6b0304d5bba9c960e74aee1da51368b31..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/web_service_7.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/web_service_8.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/web_service_8.jpg deleted file mode 100644 index 4bb37b6756a624523d5b1692a1ece2694309c340..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/web_service_8.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/wstsubsystems.jpg b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/wstsubsystems.jpg deleted file mode 100644 index 612470a3aff782a15527b9b500b0921260464407..0000000000000000000000000000000000000000 Binary files a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/html/sources/wstsubsystems.jpg and /dev/null differ diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.properties b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.properties deleted file mode 100644 index 97c71ed4d48a58c848c951ba62c90fb30bdcd232..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.properties +++ /dev/null @@ -1,188 +0,0 @@ -eclipse.home=${osgi.install.area} - -plugin.basedir=. -plugin.sourcefolders=../org.eclipse.wst.common.modulecore/modulecore-src;\ -../org.eclipse.wst.common.frameworks/src;\ -../org.eclipse.wst.common.frameworks.ui/wtp_ui;\ -../org.eclipse.wst.common.emf/wtpemf;\ -../org.eclipse.wst.common.navigator.views/src-navigator;\ -../org.eclipse.wst.common.snippets/src;\ -../org.eclipse.wst.validation/validate_core;\ -../org.eclipse.wst.internet.monitor.core/monitorcore;\ -../org.eclipse.wst.internet.monitor.ui/monitorui;\ -../org.eclipse.wst.server.core/servercore;\ -../org.eclipse.wst.server.ui/serverui;\ -../org.eclipse.wst.css.core/src;\ -../org.eclipse.wst.css.ui/src;\ -../org.eclipse.wst.dtd.core/src;\ -../org.eclipse.wst.dtd.core/contentmodel;\ -../org.eclipse.wst.dtd.core/emfmodel;\ -../org.eclipse.wst.dtd.core/saxparser;\ -../org.eclipse.wst.dtd.ui/src;\ -../org.eclipse.wst.html.core/src;\ -../org.eclipse.wst.html.ui/src;\ -../org.eclipse.wst.javascript.core/src;\ -../org.eclipse.wst.javascript.ui/src;\ -../org.eclipse.wst.javascript.ui/src-commonui;\ -../org.eclipse.wst.sse.core/src;\ -../org.eclipse.wst.sse.core/src-encoding;\ -../org.eclipse.wst.sse.ui/src;\ -../org.eclipse.wst.sse.ui/src-extensions;\ -../org.eclipse.wst.sse.ui/src-contentproperties;\ -../org.eclipse.wst.xml.core/src;\ -../org.eclipse.wst.xml.core/src-contentmodel;\ -../org.eclipse.wst.xml.ui/src;\ -../org.eclipse.wst.xml.ui/src-multipage;\ -../org.eclipse.wst.xml.ui/src-wizards;\ -../org.eclipse.wst.wsdl/src-wsdl;\ -../org.eclipse.wst.wsdl/src-soap - -api.packages=org.eclipse.wst.common.componentcore,\ -org.eclipse.wst.common.componentcore.resources,\ -org.eclipse.wst.common.componentcore.datamodel.properties\ -org.eclipse.wst.common.frameworks.datamodel,\ -org.eclipse.wst.common.frameworks.datamodel.properties,\ -org.eclipse.wst.common.emf.utilities,\ -org.eclipse.wst.common.navigator.views,\ -org.eclipse.wst.validation.core,\ -org.eclipse.wst.internet.monitor.core,\ -org.eclipse.wst.internet.monitor.ui,\ -org.eclipse.wst.internet.webbrowser,\ -org.eclipse.wst.server.core,\ -org.eclipse.wst.server.core.model,\ -org.eclipse.wst.server.core.util,\ -org.eclipse.wst.server.ui.actions,\ -org.eclipse.wst.server.ui,\ -org.eclipse.wst.server.ui.editor,\ -org.eclipse.wst.server.ui.wizard,\ -org.eclipse.wst.css.core.contenttype,\ -org.eclipse.wst.css.core.parser,\ -org.eclipse.wst.css.core.document,\ -org.eclipse.wst.dtd.core.contenttype,\ -org.eclipse.wst.dtd.core.document,\ -org.eclipse.wst.dtd.ui,\ -org.eclipse.wst.dtd.ui.views.contentoutline,\ -org.eclipse.wst.html.core,\ -org.eclipse.wst.html.core.contenttype,\ -org.eclipse.wst.sse.core,\ -org.eclipse.wst.sse.core.events,\ -org.eclipse.wst.sse.core.text,\ -org.eclipse.wst.sse.core.filebuffers,\ -org.eclipse.wst.sse.core.format,\ -org.eclipse.wst.sse.core.preferences,\ -org.eclipse.wst.common.snippets.core,\ -org.eclipse.wst.common.snippets.editors,\ -org.eclipse.wst.common.snippets.insertions,\ -org.eclipse.wst.sse.ui.preferences,\ -org.eclipse.wst.sse.ui,\ -org.eclipse.wst.sse.ui.contentassist,\ -org.eclipse.wst.sse.ui.edit,\ -org.eclipse.wst.sse.ui.format,\ -org.eclipse.wst.sse.ui.style,\ -org.eclipse.wst.sse.ui.views.contentoutline,\ -org.eclipse.wst.sse.ui.views.properties,\ -org.eclipse.wst.sse.ui.extensions.breakpoint,\ -org.eclipse.wst.sse.ui.contentproperties,\ -org.eclipse.wst.xml.core,\ -org.eclipse.wst.xml.core.contenttype,\ -org.eclipse.wst.xml.core.document,\ -org.eclipse.wst.xml.core.parser,\ -org.eclipse.wst.xml.uriresolver,\ -org.eclipse.wst.xml.uriresolver.ui,\ -org.eclipse.wst.wsdl,\ -org.eclipse.wst.wsdl.util,\ -org.eclipse.wst.wsdl.binding.soap - - -api.title=Web Tools Platform: Web Standards Tools - -classpath=../org.eclipse.wst.common.emf/bin;\ -../org.eclipse.wst.common.emfworkbench.integration/bin;\ -../org.eclipse.wst.common.modulecore/bin;\ -../org.eclipse.wst.common.frameworks.ui/bin;\ -../org.eclipse.wst.common.frameworks/bin;\ -../org.eclipse.wst.common.emf/bin;\ -../org.eclipse.wst.common.navigator.views/bin;\ -../org.eclipse.wst.validation/bin;\ -../org.eclipse.wst.internet.monitor.core/bin;\ -../org.eclipse.wst.internet.monitor.ui/bin;\ -../org.ecipse.wst.internet.webbrowser/bin;\ -../org.eclipse.wst.server.core/bin;\ -../org.eclipse.wst.server.ui/bin;\ -../org.eclipse.wst.css.core/bin;\ -../org.eclipse.wst.css.ui/bin;\ -../org.eclipse.wst.dtd.core/bin;\ -../org.eclipse.wst.html.core/bin;\ -../org.eclipse.wst.html.ui/bin;\ -../org.eclipse.wst.javascript.core/bin;\ -../org.eclipse.wst.javascript.ui/bin;\ -../org.eclipse.wst.sse.core/bin;\ -../org.eclipse.wst.common.snippets/bin;\ -../org.eclipse.wst.sse.ui/bin;\ -../org.eclipse.wst.xml.core/bin;\ -../org.eclipse.wst.xml.ui/bin;\ -../org.eclipse.wst.wsdl/bin;\ -${eclipse.home}/plugins/org.eclipse.ant.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ant.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.compare_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.boot_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.commands_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.expressions_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.filebuffers_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.resources_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.resources.compatibility_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.resources.win32_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.runtime_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.runtime.compatibility_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.core.variables_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.debug.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.debug.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.help_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.help.appserver_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.help.base_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.help.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jdt_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jdt.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jdt.debug.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jdt.launching_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jdt.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jface_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.jface.text_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ltk.core.refactoring_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ltk.ui.refactoring_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.osgi_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.osgi.services_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.osgi.util_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.pde_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.pde.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.pde.runtime_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.pde.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.rcp_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.search_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.swt_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.swt.win32.win32.x86_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.team.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.team.cvs.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.team.cvs.ssh_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.team.cvs.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.team.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.text_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.browser_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.cheatsheets_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.console_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.editors_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.externaltools_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.forms_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.ide_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.intro_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.presentations.r21_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.views_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.win32_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.workbench_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.ui.workbench.texteditor_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.update.configurator_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.update.core_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.update.core.win32_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.update.scheduler_3.1.0.jar;\ -${eclipse.home}/plugins/org.eclipse.update.ui_3.1.0.jar; diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.xml deleted file mode 100644 index b46c5792d30af923a5352bcf707cc6388ce78457..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<project default="main" basedir="."> - - <property file="javadoc.properties" /> - <property name="outputDir" value="${basedir}/output"/> - - <target name="main" depends="prephtml, javadoc" description="Builds Plugin Javadoc" /> - - <target name="prephtml" description="Transforms XML to HTML."> - <xslt style="javadoc.xsl" - destdir=".." - basedir=".." - includes="**/overview.xml,**/package.xml" - excludes="**/build/*,**/@dot/**,**/bin**" - /> - </target> - - <target name="javadoc"> - <echo message="========= ${eclipse.home}"/> - <echo message="Classpath: ${classpath}" /> - - <mkdir dir="${outputDir}/reference/api/overview" /> - - <copy todir="${outputDir}/reference/api/overview" flatten="true" > - <fileset dir="${basedir}/api-overview/overview/"/> - <fileset dir="${basedir}/.." includes="*/javadoc-images/*.jpg"/> - </copy> - <javadoc - access="public" - author="false" - classpath="${classpath}" - destdir="${outputDir}/reference/api" - doctitle="${api.title}" - nodeprecated="false" - nodeprecatedlist="false" - noindex="false" - nonavbar="false" - notree="false" - overview="${basedir}/api-overview/overview.html" - packagenames="${api.packages}" - sourcepath="${plugin.sourcefolders}" - splitindex="true" - stylesheetfile="${basedir}/api-overview/overview/apistyles.css" - use="true" - version="true" - breakiterator="yes" - verbose="false" - failonerror="false" - /> - <zip destfile="${basedir}/doc.zip"> - <fileset dir="${outputDir}"/> - </zip> - </target> -</project> \ No newline at end of file diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.xsl b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.xsl deleted file mode 100644 index 7f5b9dfe2aaead6ffa1598528295be37bba2de6a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/javadoc.xsl +++ /dev/null @@ -1,207 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - - <xsl:output method="html" indent="yes"/> - - <xsl:variable name="root"> - <xsl:choose> - <xsl:when test="/html/head/meta[@name='root']/@content"> - <xsl:value-of select="/html/head/meta[@name='root']/@content" /> - </xsl:when> - <xsl:otherwise> - <xsl:text>../..</xsl:text> - </xsl:otherwise> - </xsl:choose> - </xsl:variable> - - <xsl:template match="/"> - <xsl:apply-templates /> - </xsl:template> - - <xsl:template match="html"> - <html> - <head> - <meta - content="text/html; charset=iso-8859-1" - http-equiv="Content-Type" /> - <link - type="text/css" - href="{$root}/apistyles.css" - rel="stylesheet" /> - <xsl:apply-templates select="head/title" /> - </head> - <body> - <xsl:apply-templates - select="body/*" - mode="body" /> - </body> - </html> - </xsl:template> - - <xsl:template - match="h1" - mode="banner"> - <table - border="0" - cellpadding="2" - cellspacing="5" - width="100%"> - <tbody> - <tr> - <td - align="left" - width="60%"> - <font class="indextop"> - <xsl:value-of select="." /> - </font> - <br /> - <font class="indexsub"> - <xsl:value-of select="/html/head/title" /> - </font> - </td> - <td width="40%"> - <img - src="{$root}/overview/Idea.jpg" - align="middle" - height="86" - hspace="50" - width="120" /> - </td> - </tr> - </tbody> - </table> - </xsl:template> - - <xsl:template - match="h1" - mode="body" /> - - <xsl:template - match="h2" - mode="body"> - - <table - border="0" - cellpadding="2" - cellspacing="5" - width="100%"> - <tbody> - <tr> - <td - colspan="2" - align="left" - bgcolor="#0080c0" - valign="top"> - <b> - <font - color="#ffffff" - face="Arial,Helvetica"> - <xsl:apply-templates /> - </font> - </b> - </td> - </tr> - </tbody> - </table> - </xsl:template> - - - <xsl:template - match="abstract" - mode="body"> - <p><xsl:apply-templates /></p> - </xsl:template> - - <xsl:template - match="codesnippet" - mode="body"> - <table - cellspacing="10" - cellpadding="10"> - <tr> - <td> - <p> - <xsl:element name="pre"> - <xsl:apply-templates /> - </xsl:element> - - </p> - </td> - </tr> - <tr> - <td> - <p> - <i>Snippet <xsl:value-of select="count(preceding-sibling::codesnippet)+1"/>: <xsl:value-of select="./@caption" /></i> - </p> - </td> - </tr> - </table> - </xsl:template> - - <xsl:template - match="p" - mode="body"> - <table width="500"> - <tr> - <td> - <p><xsl:apply-templates /></p> - </td> - </tr> - </table> - </xsl:template> - - <xsl:template - match="img" - mode="body"> - <table - cellspacing="10" - cellpadding="10"> - <tr> - <td> - <p> - <xsl:element name="img"> - <xsl:attribute name="src"><xsl:value-of select="./@src" /> </xsl:attribute> - </xsl:element> - - </p> - </td> - </tr> - <tr> - <td> - <p> - <i>Figure <xsl:value-of select="count(preceding-sibling::img)+1"/>: <xsl:value-of select="./@caption" /></i> - </p> - </td> - </tr> - </table> - </xsl:template> - - <xsl:template - match="h3" - mode="body"> - <img - src="{$root}/images/Adarrow.gif" - border="0" - height="16" - width="16" /> - <xsl:apply-templates /> - </xsl:template> - - <xsl:template - match="*" - mode="body"> - - <xsl:copy> - <xsl:apply-templates select="*|@*|text()" /> - </xsl:copy> - </xsl:template> - - <xsl:template match="*|@*|text()"> - <xsl:copy> - <xsl:apply-templates select="*|@*|text()" /> - </xsl:copy> - </xsl:template> - -</xsl:stylesheet> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/plugin.properties b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/plugin.properties deleted file mode 100644 index 2e49616959a2c7372e947b141eba16a2b5c65809..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/plugin.properties +++ /dev/null @@ -1,11 +0,0 @@ -############################################################################### -# Copyright (c) 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 -############################################################################### -providerName=Eclipse.org diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/plugin.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/plugin.xml deleted file mode 100644 index ff0a70266b71bda8136b0773f98ad7a1058b1f78..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/plugin.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> -<plugin> -<!-- - ============================================================================= - Small library containing a live help action used in doc - ============================================================================= ---> -<!-- Left from org.eclipse.platform.isv.doc - --> - - -<!-- - ============================================================================= - Define Primary Table of Contents - ============================================================================= ---> - <extension point="org.eclipse.help.toc"> - <toc file="toc.xml" primary="true"> - </toc> - </extension> - -<!-- - ============================================================================= - Define Subsection Table of Contents - ============================================================================= ---> - <extension point="org.eclipse.help.toc"> - <toc file="topics_Reference.xml"/> - <toc file="toc_WST.xml"/> - </extension> -</plugin> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/template-package.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/template-package.xml deleted file mode 100644 index e32f192df91ededd47f3a490c0b699f5ca234471..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/template-package.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<html> - <!-- This file should be renamed to "package.xml" and placed within the API - package that you're summarizing. - --> - <head> - <!-- Escape to the root of your source folder --> - <meta - name="root" - - content="../../../../../../" /> - <title>title</title> - </head> - - <body> - <abstract> - An overview sentence for the overview-summary page -- one sentence only. - </abstract> - <p>Insert text within this table template. The width is fixed - to prevent large images from stretching the text across - the entire screen. - </p> - <!-- - REMOVE THIS COMMENT OR THE XSLT StyleSheet WILL FAIL! - - The following template should be used for images. You must escape out - to the root directory of your packages, include the path "overview" and - then the name of your image. All images should be JPEG (*.jpg -- case is - important). The actual images should be located under [plugin]/javadoc-images. - If javadoc-images does not exist in your plugin, create one and update - org.eclipse.wst.doc.isv/javadoc.xml to copy the *.jpg into the correct - location. The "overview" directory must be in the link as below since - the *.jpg files from [plugin]/javadoc-images to [doc]/overview. - - <img src="[escape out to source folder level]/overview/[your image].jpg" caption="Caption for the image"/> - - --> - <codesnippet caption="Description text"> -int bobdole = 100; -System.out.println("Bob Dole equals: " + bobdole); - </codesnippet> - </body> -</html> diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/toc.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/toc.xml deleted file mode 100644 index e6404c5aa0cd6bea3daa8ef6709521d6adadb2f9..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/toc.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?NLS TYPE="org.eclipse.help.toc"?> -<!-- ============================================================================= --> -<!-- Define the top level topics --> -<!-- ============================================================================= --> - -<toc label="Web Standard Tools Developer Guide"> -<topic label="First Step: Checking Out" - href="html/check_out_tutorial.html" /> - <topic label="Eclipse API Scanner" href="html/eclipse_scanner.html" /> - <topic label="WST" href="html/plugin_descriptions_wst/wst.html"> - <link toc="toc_WST.xml" /> - </topic> - <topic label="Reference"> - <link toc="topics_Reference.xml" /> - </topic> -</toc> \ No newline at end of file diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/toc_WST.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/toc_WST.xml deleted file mode 100644 index 3886e66295058aa937358bd2b7f565c03dcb9800..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/toc_WST.xml +++ /dev/null @@ -1,219 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?NLS TYPE="org.eclipse.help.toc"?> - -<toc label="WST" href="html/plugin_descriptions_wst/wst.html"> - <topic label="Assembly Tools" - href="html/plugin_descriptions_wst/assembly.html"> - <topic label="org.eclipse.wst" - href="html/plugin_descriptions_WST/org.eclipse.wst.html" /> - </topic> - <topic label="Command/Common Tools" - href="html/plugin_descriptions_wst/common_command.html"> - <topic label="org.eclipse.wst.command.env" - href="html/plugin_descriptions_WST/org.eclipse.wst.command.env.html" /> - <topic label="org.eclipse.wst.command.env.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.command.env.core.html" /> - <topic label="org.eclipse.wst.command.env.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.command.env.ui.html" /> - <topic label="org.eclipse.wst.common.dependencychecker" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.dependencychecker.html" /> - <topic label="org.eclipse.wst.common.emf" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.emf.html" /> - <topic label="org.eclipse.wst.common.emfworkbench.integration" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.emfworkbench.integration.html" /> - <topic label="org.eclipse.wst.common.frameworks" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.html" /> - <topic label="org.eclipse.wst.common.frameworks.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.frameworks.ui.html" /> - <topic label="org.eclipse.wst.common.migration" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.migration.html" /> - <topic label="org.eclipse.wst.common.migration.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.migration.ui.html" /> - <topic label="org.eclipse.wst.common.modulecore" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.modulecore.html" /> - <topic label="org.eclipse.wst.common.navigator" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.html" /> - <topic label="org.eclipse.wst.common.navigator.views" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.views.html" /> - <topic label="org.eclipse.wst.common.navigator.workbench" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.navigator.workbench.html" /> - <topic label="org.eclipse.wst.common.snippets" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.snippets.html" /> - <topic label="org.eclipse.wst.common.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.ui.html" /> - <topic label="org.eclipse.wst.common.ui.properties" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.ui.properties.html" /> - <topic label="org.eclipse.wst.common.uriresolver" - href="html/plugin_descriptions_WST/org.eclipse.wst.common.uriresolver.html" /> - </topic> - <topic label="Cascading Style Sheets (CSS) Tools" - href="html/plugin_descriptions_wst/css.html"> - <topic label="org.eclipse.wst.css.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.css.core.html" /> - <topic label="org.eclipse.wst.css.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.css.ui.html" /> - </topic> - <topic label="Document Type Definition (DTD) Tools" - href="html/plugin_descriptions_wst/dtd.html"> - <topic label="org.eclipse.wst.dtd.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.dtd.core.html" /> - <topic label="org.eclipse.wst.dtd.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.dtd.ui.html" /> - </topic> - <topic label="HTML Tools" - href="html/plugin_descriptions_wst/html.html"> - <topic label="org.eclipse.wst.html.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.html.core.html" /> - <topic label="org.eclipse.wst.html.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.html.ui.html" /> - </topic> - <topic label="Internet Tools" - href="html/plugin_descriptions_wst/internet.html"> - <topic label="org.eclipse.wst.internet.cache" - href="html/plugin_descriptions_WST/org.eclipse.wst.internet.cache.html" /> - <topic label="org.eclipse.wst.internet.monitor.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.core.html" /> - <topic label="org.eclipse.wst.internet.monitor.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.internet.monitor.ui.html" /> - <topic label="org.eclipse.wst.internet.proxy" - href="html/plugin_descriptions_WST/org.eclipse.wst.internet.proxy.html" /> - </topic> - <topic label="Javascript Tools" - href="html/plugin_descriptions_wst/js.html"> - <topic label="org.eclipse.wst.javascript.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.javascript.core.html" /> - <topic label="org.eclipse.wst.javascript.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.javascript.ui.html" /> - </topic> - <topic label="Relational Database (RDB) Tools" - href="html/plugin_descriptions_wst/rdb.html"> - <topic label="org.eclipse.wst.rdb.connection.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.connection.ui.html" /> - <topic label="org.eclipse.wst.rdb.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.core.html" /> - <topic label="org.eclipse.wst.rdb.core.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.core.ui.html" /> - <topic label="org.eclipse.wst.rdb.data.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.data.core.html" /> - <topic label="org.eclipse.wst.rdb.data.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.data.ui.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.db2.cloudscape" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.cloudscape.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.db2.iseries" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.iseries.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.db2.luw" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.luw.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.db2.series" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.db2.series.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.derby" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.derby.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.informix" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.informix.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.mysql" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.mysql.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.oracle" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.oracle.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.sqlserver" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.sqlserver.html" /> - <topic label="org.eclipse.wst.rdb.dbdefinition.sybase" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.dbdefinition.sybase.html" /> - <topic label="org.eclipse.wst.rdb.derby" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.derby.html" /> - <topic label="org.eclipse.wst.rdb.derby.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.derby.ui.html" /> - <topic label="org.eclipse.wst.rdb.fe.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.fe.ui.html" /> - <topic label="org.eclipse.wst.rdb.fe.ui.actions" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.fe.ui.actions.html" /> - <topic label="org.eclipse.wst.rdb.models.dbdefinition" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.dbdefinition.html" /> - <topic label="org.eclipse.wst.rdb.models.sql" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.sql.html" /> - <topic label="org.eclipse.wst.rdb.models.sql.edit" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.models.sql.edit.html" /> - <topic label="org.eclipse.wst.rdb.mysql" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.mysql.html" /> - <topic label="org.eclipse.wst.rdb.outputview" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.outputview.html" /> - <topic label="org.eclipse.wst.rdb.server.extensions" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.server.extensions.html" /> - <topic label="org.eclipse.wst.rdb.server.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.server.ui.html" /> - <topic label="org.eclipse.wst.rdb.sqleditor" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.sqleditor.html" /> - <topic label="org.eclipse.wst.rdb.sqlscrapbook" - href="html/plugin_descriptions_WST/org.eclipse.wst.rdb.sqlscrapbook.html" /> - </topic> - <topic label="Server Tools" - href="html/plugin_descriptions_wst/server.html"> - <topic label="org.eclipse.wst.server.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.server.core.html" /> - <topic label="org.eclipse.wst.server.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.server.ui.html" /> - <topic label="org.eclipse.wst.server.util" - href="html/plugin_descriptions_WST/org.eclipse.wst.server.util.html" /> - </topic> - <topic label="Structured Source Editor (SSE) Tools" - href="html/plugin_descriptions_wst/sse.html"> - <topic label="org.eclipse.wst.sse.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.sse.core.html" /> - <topic label="org.eclipse.wst.sse.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.sse.ui.html" /> - </topic> - <topic label="Validation Tools" - href="html/plugin_descriptions_wst/validation.html"> - <topic label="org.eclipse.wst.validation" - href="html/plugin_descriptions_WST/org.eclipse.wst.validation.html" /> - <topic label="org.eclipse.wst.validation.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.validation.ui.html" /> - </topic> - <topic label="Web Tools" - href="html/plugin_descriptions_wst/web.html"> - <topic label="org.eclipse.wst.web" - href="html/plugin_descriptions_WST/org.eclipse.wst.web.html" /> - <topic label="org.eclipse.wst.web.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.web.ui.html" /> - </topic> - <topic label="Web Services (WS), WSDL and WS-I Tools" - href="html/plugin_descriptions_wst/ws.html"> - <topic label="org.eclipse.wst.ws" - href="html/plugin_descriptions_WST/org.eclipse.wst.ws.html" /> - <topic label="org.eclipse.wst.ws.explorer" - href="html/plugin_descriptions_WST/org.eclipse.wst.ws.explorer.html" /> - <topic label="org.eclipse.wst.ws.parser" - href="html/plugin_descriptions_WST/org.eclipse.wst.ws.parser.html" /> - <topic label="org.eclipse.wst.ws.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.ws.ui.html" /> - <topic label="org.eclipse.wst.wsdl" - href="html/plugin_descriptions_WST/org.eclipse.wst.wsdl.html" /> - <topic label="org.eclipse.wst.wsdl.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.wsdl.ui.html" /> - <topic label="org.eclipse.wst.wsdl.validation" - href="html/plugin_descriptions_WST/org.eclipse.wst.wsdl.validation.html" /> - <topic label="org.eclipse.wst.wsi" - href="html/plugin_descriptions_WST/org.eclipse.wst.wsi.html" /> - <topic label="org.eclipse.wst.wsi.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.wsi.ui.html" /> - </topic> - <topic label="XML Tools & XML Schema Definition (XSD) Tools" - href="html/plugin_descriptions_wst/xml.html"> - <topic label="org.eclipse.wst.xml.catalog" - href="html/plugin_descriptions_WST/org.eclipse.wst.xml.catalog.html" /> - <topic label="org.eclipse.wst.xml.catalog.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.xml.catalog.ui.html" /> - <topic label="org.eclipse.wst.xml.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.xml.core.html" /> - <topic label="org.eclipse.wst.xml.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.xml.ui.html" /> - <topic label="org.eclipse.wst.xml.uriresolver" - href="html/plugin_descriptions_WST/org.eclipse.wst.xml.uriresolver.html" /> - <topic label="org.eclipse.wst.xml.uriresolver.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.xml.uriresolver.ui.html" /> - <topic label="org.eclipse.wst.xsd.contentmodel" - href="html/plugin_descriptions_WST/org.eclipse.wst.xsd.contentmodel.html" /> - <topic label="org.eclipse.wst.xsd.core" - href="html/plugin_descriptions_WST/org.eclipse.wst.xsd.core.html" /> - <topic label="org.eclipse.wst.xsd.ui" - href="html/plugin_descriptions_WST/org.eclipse.wst.xsd.ui.html" /> - </topic> -</toc> \ No newline at end of file diff --git a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/topics_Reference.xml b/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/topics_Reference.xml deleted file mode 100644 index 368cc267cb988b06d622ea90ed52a53ffa9f161a..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/org.eclipse.wst.doc.isv/topics_Reference.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?NLS TYPE="org.eclipse.help.toc"?> -<!-- ============================================================================= --> -<!-- Define topics for the references --> -<!-- ============================================================================= --> -<toc label="Reference"> - <topic label="API Reference" href="reference/api/overview-summary.html"> - </topic> -</toc> \ No newline at end of file diff --git a/docs/org.eclipse.wst.doc.isv/topics/extendinginfo.html b/docs/org.eclipse.wst.doc.isv/topics/extendinginfo.html deleted file mode 100644 index a0875e066033e6a8f167ef068173ccccf06c19ce..0000000000000000000000000000000000000000 --- a/docs/org.eclipse.wst.doc.isv/topics/extendinginfo.html +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> -<head> -<title>Extending this tool</title> -</head> -<body> -<h1>Extending the Web standard tools</h1> -<p>The Web standard tooling model is.....</p> -<p>The Web standard tools that you can extend include: -<ul> -<li>a</li> -<li>b</li> -<li>c</li> -<li>d</li> -</ul> -<p>Info on API docs</p> -</body> -</html> \ No newline at end of file