[127409] Restoring files accidentally deleted in this fix.
diff --git a/docs/org.eclipse.wst.doc.user/.cvsignore b/docs/org.eclipse.wst.doc.user/.cvsignore
new file mode 100644
index 0000000..183c840
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/.cvsignore
@@ -0,0 +1,2 @@
+build.xml
+org.eclipse.wst.doc.user_1.0.0.jar
diff --git a/docs/org.eclipse.wst.doc.user/.project b/docs/org.eclipse.wst.doc.user/.project
new file mode 100644
index 0000000..e440081
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.eclipse.wst.doc.user</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/docs/org.eclipse.wst.doc.user/about.html b/docs/org.eclipse.wst.doc.user/about.html
new file mode 100644
index 0000000..4c99086
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/about.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+<title>About</title>
+</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 (&quot;Content&quot;).  Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  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, &quot;Program&quot; 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 (&quot;Redistributor&quot;) 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.user/book.css b/docs/org.eclipse.wst.doc.user/book.css
new file mode 100644
index 0000000..3a1519e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/book.css
@@ -0,0 +1,201 @@
+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";
+}
+
+/* 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
+}
+
+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
+}
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.user/build.properties b/docs/org.eclipse.wst.doc.user/build.properties
new file mode 100644
index 0000000..51a6d97
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/build.properties
@@ -0,0 +1,10 @@
+bin.includes = about.html,\
+               common.css,\
+               images/,\
+               META-INF/,\
+               notices.html,\
+               plugin.properties,\
+               plugin.xml,\
+               toc.xml,\
+               topics/
+src.includes = build.properties
diff --git a/docs/org.eclipse.wst.doc.user/common.css b/docs/org.eclipse.wst.doc.user/common.css
new file mode 100644
index 0000000..741d750
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/common.css
@@ -0,0 +1,1193 @@
+body {
+	font-family: Arial, sans-serif;
+	font-size: 0.8em;
+	background-color: #ffffff;
+	color: Black;
+	margin-right: 5em;
+	margin-bottom: 1em;
+}
+
+.ibmfilepath {
+	font-family: monospace;
+	font-size: 100%;
+}
+
+.ibmcommand {
+	font-weight: bold;
+}
+
+.ibmemphasis {
+	font-style: italic;
+}
+
+.mv,.pk,.pkdef,.pv {
+	font-family: monospace;
+	font-size: 100%;
+	padding-top: 0em;
+	padding-right: .3em;
+	padding-bottom: 0em;
+	padding-left: .3em;
+}
+
+tt,samp {
+	font-family: monospace;
+	font-size: 100%;
+}
+
+BODY.nav {
+	background-color: #FFFFFF;
+	border-right: 0.2em ridge black;
+	font-size: 0.95em;
+}
+
+.base {
+	font-weight: normal;
+	font-style: normal;
+	font-variant: normal;
+	text-decoration: none;
+	background-color: #ffffff;
+}
+
+TABLE {
+	color: black;
+	width: 90%;
+	border-collapse: collapse;
+	border-color: Black;
+	background: white;
+	margin-top: 0.5em;
+	margin-bottom: 0.5em;
+	margin-left: 0em;
+	margin-right: 0em;
+}
+
+.tbldesc {
+	font-style: italic;
+}
+
+TH {
+	font-weight: bold;
+	font-size: 0.7em;
+	color: black;
+	background-color: #dadada;
+	padding-top: 0.1em;
+	padding-bottom: 0.3em;
+	padding-left: 1em;
+	padding-right: 1em;
+}
+
+TH.base {
+	font-weight: bold;
+	color: black;
+	border: 1 solid #606060;
+	background-color: #dcdada;
+	padding-top: 0.65em;
+	padding-bottom: 0.65em;
+	padding-left: 1em;
+	padding-right: 1em;
+}
+
+TD {
+	font-size: 0.7em;
+	color: black;
+	background-color: white;
+	padding-top: 0.1em;
+	padding-bottom: 0.3em;
+	padding-left: 1em;
+	padding-right: 1em;
+}
+
+CITE {
+	font-style: italic;
+}
+
+EM {
+	font-style: italic;
+}
+
+STRONG {
+	font-weight: bold;
+}
+
+caption {
+	text-align: left;
+	font-style: italic;
+}
+
+DT {
+	margin-top: 0.5em;
+	margin-bottom: 0.5em;
+}
+
+DD {
+	margin-left: 1.0em;
+}
+
+PRE,pre.cgraphic {
+	font-family: monospace;
+	font-size: 12px;
+	background-color: #dadada;
+	padding: 5px;
+}
+
+.italic {
+	font-style: italic;
+}
+
+.bold {
+	font-weight: bold;
+}
+
+.underlined {
+	text-decoration: underline;
+}
+
+.bold-italic,.boldItalic {
+	font-weight: bold;
+	font-style: italic;
+}
+
+.smallCaps,.smallcaps {
+	text-transform: uppercase;
+	font-size: smaller;
+	font-variant: small-caps;
+}
+
+.italic-underlined {
+	font-style: italic;
+	text-decoration: underline;
+}
+
+.bold-underlined {
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+.bold-italic-underlined {
+	font-weight: bold;
+	font-style: italic;
+	text-decoration: underline;
+}
+
+.smallcaps-underlined {
+	font-variant: small-caps;
+	text-decoration: underline;
+}
+
+.emphasis {
+	font-style: italic;
+}
+
+.inlinedef {
+	font-style: italic;
+}
+
+.sidebar {
+	background: #cccccc;
+}
+
+A:link {
+	color: #006699;
+	text-decoration: underline;
+}
+
+A:visited {
+	color: #996699;
+	text-decoration: underline;
+}
+
+A:active {
+	color: #006699;
+	text-decoration: underline;
+}
+
+A:hover {
+	color: #996699;;
+	text-decoration: underline;
+}
+
+a.toclink:link {
+	text-decoration: none;
+}
+
+a.toclink:active {
+	text-decoration: none;
+}
+
+a.toclink:visited {
+	text-decoration: none;
+}
+
+a.toclink:hover {
+	text-decoration: underline;
+}
+
+a.ptoclink:link {
+	text-decoration: none;
+}
+
+a.ptoclink:active {
+	text-decoration: none;
+}
+
+a.ptoclink:visited {
+	text-decoration: none;
+}
+
+a.ptoclink:hover {
+	text-decoration: underline;
+}
+
+a.indexlink:link {
+	text-decoration: none;
+}
+
+a.indexlink:active {
+	text-decoration: none;
+}
+
+a.indexlink:visited {
+	text-decoration: none;
+}
+
+a.indexlink:hover {
+	text-decoration: underline;
+}
+
+a.figurelist:link {
+	text-decoration: none;
+}
+
+a.figurelist:active {
+	text-decoration: none;
+}
+
+a.figurelist:visited {
+	text-decoration: none;
+}
+
+a.figurelist:hover {
+	text-decoration: underline;
+}
+
+a.tablelist:link {
+	text-decoration: none;
+}
+
+a.tablelist:active {
+	text-decoration: none;
+}
+
+a.tablelist:visited {
+	text-decoration: none;
+}
+
+a.tablelist:hover {
+	text-decoration: underline;
+}
+
+a.boldgreylink:link {
+	text-decoration: none;
+	color: #333333;
+	font-family: Verdana, Arial, sans-serif;
+	font-weight: bold;
+	font-size: 0.9em;
+}
+
+a.boldgreylink:visited {
+	text-decoration: none;
+	color: #333333;
+	font-family: Verdana, Arial, sans-serif;
+	font-weight: bold;
+	font-size: 0.9em;
+}
+
+a.boldgreylink:hover {
+	text-decoration: underline;
+	color: #333333;
+	font-family: Verdana, Arial, sans-serif;
+	font-weight: bold;
+	font-size: 0.9em;
+}
+
+.runningheader {
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 0.7em;
+}
+
+.runningfooter {
+	font-family: Verdana, Arial, sans-serif;
+	font-size: 0.7em;
+}
+
+.runningfooter a:link {
+	font-weight: bold;
+	color: #000000;
+	text-decoration: none;
+}
+
+.runningfooter a:active {
+	font-weight: bold;
+	color: #000000;
+	text-decoration: none;
+}
+
+.runningfooter a:visited {
+	font-weight: bold;
+	color: #000000;
+	text-decoration: none;
+}
+
+.runningfooter a:hover {
+	font-weight: bold;
+	color: #000000;
+	text-decoration: underline;
+}
+
+#breadcrumb,.breadcrumb,span.breadcrumbs {
+	font-size: 0.75em;
+}
+
+.fastpath {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.fastpathtitle {
+	font-weight: bold;
+}
+
+.toc {
+	font-size: small;
+}
+
+.nested0 {
+	margin-top: 0em;
+}
+
+.p {
+	margin-top: 1em;
+}
+
+span.figcap {
+	font-style: italic;
+}
+
+span.figdesc {
+	font-style: italic;
+}
+
+div.figbox {
+	
+}
+
+div.figrules {
+	
+}
+
+div.fignone {
+	
+}
+
+.fignone {
+	
+}
+
+.figborder {
+	
+}
+
+.figsides {
+	
+}
+
+.figtop {
+	
+}
+
+.figbottom {
+	
+}
+
+.figtopbot {
+	
+}
+
+.parentlink {
+	
+}
+
+.prevlink {
+	
+}
+
+.nextlink {
+	
+}
+
+.relconceptshd {
+	
+}
+
+.reltaskshd {
+	
+}
+
+.relrefhd {
+	
+}
+
+.synnone {
+	
+}
+
+.synborder {
+	
+}
+
+.synsides {
+	
+}
+
+.syntop {
+	
+}
+
+.synbottom {
+	
+}
+
+.syntopbot {
+	
+}
+
+.skip {
+	margin-top: 1em;
+}
+
+.skipspace {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.ulchildlink {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.olchildlink {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+ul,ol {
+	margin-top: 0.1em;
+	padding-top: 0.1em;
+}
+
+ul.simple {
+	list-style-type: none;
+}
+
+ul.indexlist {
+	list-style-type: none;
+}
+
+OL LI {
+	margin-top: 0.0em;
+	margin-bottom: 0.0em;
+	margin-left: 0.0em;
+}
+
+UL LI {
+	margin-top: 0.0em;
+	margin-bottom: 0.0em;
+	margin-left: 0.0em;
+}
+
+OL LI DIV P {
+	list-style-type: decimal;
+	margin-top: 0.2em;
+	margin-bottom: 0.2em;
+}
+
+UL LI DIV P {
+	list-style-type: disc;
+	margin-top: 0.2em;
+	margin-bottom: 0.2em;
+}
+
+* [compact="yes"]>li {
+	margin-top: 0 em;
+}
+
+* [compact="no"]>li {
+	margin-top: 0.5em;
+}
+
+hr {
+	margin-bottom: 0em;
+	margin-top: 0em;
+	padding-top: 0em;
+	padding-bottom: 0em;
+	width: 90%;
+	color: #cccccc;
+	text-align: center;
+}
+
+H1,.title,.pagetitle,.topictitle1 {
+	font-size: 1.5em;
+	font-style: normal;
+	font-weight: bold;
+	margin-bottom: 0.5em;
+	word-spacing: 0.1em;
+}
+
+H2,.subtitle,.pagesubtitle,.topictitle2 {
+	font-size: 1.25em;
+	font-style: normal;
+	font-weight: bold;
+	margin-bottom: 0.0em;
+	padding-bottom: 0.0em;
+}
+
+H3,.boldtitle,.topictitle3 {
+	font-size: 1.0em;
+	font-style: normal;
+	font-weight: bold;
+	margin-bottom: 0.2em;
+	padding-bottom: 0.1em;
+}
+
+H4,.topictitle4 {
+	font-size: 0.9em;
+	font-style: normal;
+	font-weight: bold;
+	margin-bottom: 0.1em;
+	padding-bottom: 0.1em;
+}
+
+h5,.topictitle5 {
+	font-size: 0.8em;
+	font-style: normal;
+	font-weight: bold;
+	margin-bottom: 0em;
+	padding-bottom: 0em;
+}
+
+h6,.topictitle6 {
+	font-size: 0.7em;
+	font-style: normal;
+	font-weight: bold;
+	margin-bottom: 0em;
+	padding-bottom: 0em;
+}
+
+div.headtitle {
+	font-size: 1em;
+	font-weight: bold;
+	margin-left: 0em;
+}
+
+div.head0 {
+	font-size: 0.9em;
+	font-weight: bold;
+	margin-left: 0em;
+	margin-top: 0.5em;
+}
+
+div.head1 {
+	font-size: 0.8em;
+	font-weight: bold;
+	margin-left: 1em;
+	padding-top: 0.5em;
+}
+
+div.head2 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 2em;
+}
+
+div.head3 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 3em;
+}
+
+div.head4 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 4em;
+}
+
+div.head5 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 5em;
+}
+
+div.head6 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 6em;
+}
+
+div.head7 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 7em;
+}
+
+div.head8 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 8em;
+}
+
+div.head9 {
+	font-size: 0.7em;
+	font-weight: normal;
+	margin-left: 9em;
+}
+
+.tip {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.tiptitle {
+	font-weight: bold;
+}
+
+.firstcol {
+	font-weight: bold;
+}
+
+.ptocH1 {
+	font-size: x-small;
+}
+
+.ptocH2 {
+	font-size: x-small;
+}
+
+.stitle {
+	font-style: italic;
+	text-decoration: underline;
+}
+
+.nte {
+	
+}
+
+.xxlines {
+	white-space: pre;
+	font-size: 0.95em;
+}
+
+.sectiontitle {
+	margin-top: 1em;
+	margin-bottom: 0em;
+	color: black;
+	font-size: 1.2em;
+	font-weight: bold;
+}
+
+div.imageleft {
+	text-align: left;
+}
+
+div.imagecenter {
+	text-align: center;
+}
+
+div.imageright {
+	text-align: right;
+}
+
+div.imagejustify {
+	text-align: justify;
+}
+
+div.mmobj {
+	margin-top: 1em;
+	margin-bottom: 1em;
+	text-align: center;
+}
+
+div.mmobjleft {
+	margin-top: 1em;
+	margin-bottom: 1em;
+	text-align: left;
+}
+
+div.mmobjcenter {
+	margin-top: 1em;
+	margin-bottom: 1em;
+	text-align: center;
+}
+
+div.mmobjright {
+	margin-top: 1em;
+	margin-bottom: 1em;
+	text-align: right;
+}
+
+pre.screen {
+	padding: 1em 1em 1em 1em;
+	margin-top: 0.4em;
+	margin-bottom: 0.4em;
+	border: thin solid Black;
+	font-size: 100%;
+}
+
+.prereq {
+	margin-left: 1.5em;
+}
+
+.defListHead {
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+span.mv {
+	font-style: italic;
+}
+
+span.md {
+	text-decoration: line-through;
+}
+
+.pk,span.pk {
+	font-weight: bold;
+}
+
+span.pkdef {
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+span.pv {
+	font-style: italic;
+}
+
+span.pvdef {
+	font-style: italic;
+	text-decoration: underline;
+}
+
+span.kwd {
+	font-weight: bold;
+}
+
+span.kdwdef {
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+.parmListKwd {
+	font-weight: bold;
+}
+
+.parmListVar {
+	font-style: italic;
+}
+
+span.oper {
+	font-style: normal;
+}
+
+span.operdef {
+	text-decoration: underline;
+}
+
+VAR,span.var {
+	font-style: italic;
+}
+
+span.vardef {
+	font-style: italic;
+	text-decoration: underline;
+}
+
+div.msg {
+	padding: 0.2em 1em 1em 1em;
+	margin-top: 0.4em;
+	margin-bottom: 0.4em;
+}
+
+div.msgnum {
+	float: left;
+	font-weight: bold;
+	margin-bottom: 1em;
+	margin-right: 1em;
+}
+
+div.msgtext {
+	font-weight: bold;
+	margin-bottom: 1em;
+}
+
+div.msgitemtitle {
+	font-weight: bold;
+}
+
+p.msgitem {
+	margin-top: 0em;
+}
+
+.attention,div.attention {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.attentiontitle,span.attentiontitle {
+	font-weight: bold;
+}
+
+.cautiontitle,div.cautiontitle {
+	margin-top: 1em;
+	font-weight: bold;
+}
+
+.caution,div.caution {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.danger,div.danger {
+	padding: 0.5em 0.5em 0.5em 0.5em;
+	border: solid;
+	border-width: thin;
+	font-weight: bold;
+	margin-top: 0.2em;
+	margin-bottom: 1em;
+}
+
+.dangertitle,div.dangertitle {
+	margin-top: 1em;
+	font-weight: bold;
+}
+
+.important {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.importanttitle {
+	font-weight: bold;
+}
+
+.remember {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.remembertitle {
+	font-weight: bold;
+}
+
+.restriction {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.restrictiontitle {
+	font-weight: bold;
+}
+
+div.warningtitle {
+	font-weight: bold;
+}
+
+div.warningbody {
+	margin-left: 2em
+}
+
+.note {
+	margin-top: 1em;
+	margin-bottom: 1em;
+}
+
+.notetitle,div.notetitle {
+	font-weight: bold;
+}
+
+div.notebody {
+	margin-left: 2em;
+}
+
+div.notelisttitle {
+	font-weight: bold;
+}
+
+div.fnnum {
+	float: left;
+}
+
+div.fntext {
+	margin-left: 2em;
+}
+
+div.stepl {
+	margin-left: 2em;
+}
+
+div.steplnum {
+	font-weight: bold;
+	float: left;
+	margin-left: 0.5em;
+}
+
+div.stepltext {
+	margin-left: 5em;
+}
+
+div.steplnum {
+	font-style: italic;
+	font-weight: bold;
+	float: left;
+	margin-left: 0.5em;
+}
+
+div.stepltext {
+	margin-bottom: 0.5em;
+	margin-left: 3em;
+}
+
+div.ledi {
+	margin-left: 3em;
+}
+
+div.ledesc {
+	margin-left: 3em;
+}
+
+span.pblktitle {
+	font-weight: bold;
+}
+
+div.pblklblbox {
+	padding: 0.5em 0.5em 0.5em 0.5em;
+	border: solid;
+	border-width: thin;
+	margin-top: 0.2em;
+}
+
+span.ednoticestitle {
+	font-weight: bold;
+}
+
+span.term {
+	font-weight: bold;
+}
+
+span.idxshow {
+	color: green;
+}
+
+div.code {
+	font-weight: bold;
+	margin-bottom: 1em;
+}
+
+span.refkey {
+	font-weight: bold;
+	color: white;
+	background-color: black;
+}
+
+tt.apl {
+	font-style: italic;
+}
+
+div.qualifstart {
+	padding: 0.1em 0.5em 0.5em 0.5em;
+	border-top: solid;
+	border-left: solid;
+	border-right: solid;
+	border-width: thin;
+	font-weight: bold;
+	margin-top: 0.2em;
+	margin-bottom: 0.2em;
+	text-align: center;
+}
+
+div.qualifend {
+	padding: 0.5em 0.5em 0.1em 0.5em;
+	border-bottom: solid;
+	border-left: solid;
+	border-right: solid;
+	border-width: thin;
+	font-weight: bold;
+	margin-bottom: 0.2em;
+	text-align: center;
+}
+
+.noshade {
+	background-color: transparent;
+}
+
+.xlight {
+	background-color: #DADADA;
+}
+
+.light {
+	background-color: #B0B0B0;
+}
+
+.medium {
+	background-color: #8C8C8C;
+}
+
+.dark {
+	background-color: #6E6E6E;
+}
+
+.xdark {
+	background-color: #585858;
+}
+
+.light-yellow {
+	background-color: #FFFFCC;
+}
+
+.khaki {
+	background-color: #CCCC99;
+}
+
+.medium-blue {
+	background-color: #6699CC;
+}
+
+.light-blue {
+	background-color: #CCCCFF;
+}
+
+.mid-grey {
+	background-color: #CCCCCC;
+}
+
+.light-grey {
+	background-color: #DADADA;
+}
+
+.lightest-grey {
+	background-color: #E6E6E6;
+}
+
+#changed {
+	position: absolute;
+	left: 0.2em;
+	color: #7B68EE;
+	background-color: #FFFFFF;
+	font-style: normal;
+	font-weight: bold;
+}
+
+INPUT.buttons {
+	font-size: 0.75em;
+	border-top: 0.2em outset #B1B1B1;
+	border-right: 0.2em outset #000000;
+	border-bottom: 0.2em outset #000000;
+	border-left: 0.2em outset #B1B1B1;
+	background-color: #E2E2E2;
+	margin-bottom: 0.2em;
+}
+
+.cgraphic {
+	font-size: 90%;
+	color: black;
+}
+
+.aix,.hpux,.sun,.unix,.win2,.winnt,.win,.zos,.linux,.os390,.os400,.c,.cplusplus,.cobol,.fortran,.java,.macosx,.os2,.pl1,.rpg
+	{
+	background-repeat: no-repeat;
+	background-position: top left;
+	margin-top: 0.5em;
+	text-indent: 55px;
+}
+
+.aix {
+	background-image: url(ngaix.gif);
+}
+
+.hpux {
+	background-image: url(nghpux.gif);
+}
+
+.sun {
+	background-image: url(ngsolaris.gif);
+}
+
+.unix {
+	background-image: url(ngunix.gif);
+}
+
+.win2 {
+	background-image: url(ng2000.gif);
+}
+
+.winxp {
+	background-image: url(ngxp.gif);
+}
+
+.winnt {
+	background-image: url(ngnt.gif);
+}
+
+.win {
+	background-image: url(ngwin.gif);
+}
+
+.zos {
+	background-image: url(ngzos.gif);
+}
+
+.linux {
+	background-image: url(nglinux.gif);
+}
+
+.os390 {
+	background-image: url(ng390.gif);
+}
+
+.os400 {
+	background-image: url(ng400.gif);
+}
+
+.c {
+	background-image: url(ngc.gif);
+}
+
+.cplusplus {
+	background-image: url(ngcpp.gif);
+}
+
+.cobol {
+	background-image: url(ngcobol.gif);
+}
+
+.fortran {
+	background-image: url(ngfortran.gif);
+}
+
+.java {
+	background-image: url(ngjava.gif);
+}
+
+.macosx {
+	background-image: url(ngmacosx.gif);
+}
+
+.os2 {
+	background-image: url(ngos2.gif);
+}
+
+.pl1 {
+	background-image: url(ngpl1.gif);
+}
+
+.rpg {
+	background-image: url(ngrpg.gif);
+}
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.user/images/SelectExistingServer.jpg b/docs/org.eclipse.wst.doc.user/images/SelectExistingServer.jpg
new file mode 100644
index 0000000..398dbe4
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/SelectExistingServer.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/SelectNewServer.jpg b/docs/org.eclipse.wst.doc.user/images/SelectNewServer.jpg
new file mode 100644
index 0000000..95f6b44
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/SelectNewServer.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure1.jpg b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure1.jpg
new file mode 100644
index 0000000..9064bb8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure1.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure2.jpg b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure2.jpg
new file mode 100644
index 0000000..eca4347
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure2.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure3.jpg b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure3.jpg
new file mode 100644
index 0000000..5d87d0c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure3.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure4.jpg b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure4.jpg
new file mode 100644
index 0000000..c334bbf
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure4.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure5.jpg b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure5.jpg
new file mode 100644
index 0000000..a94614e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/XMLCatalog-Figure5.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/image99L.jpg b/docs/org.eclipse.wst.doc.user/images/image99L.jpg
new file mode 100644
index 0000000..506abdb
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/image99L.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/imageEJ9.jpg b/docs/org.eclipse.wst.doc.user/images/imageEJ9.jpg
new file mode 100644
index 0000000..be7350e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/imageEJ9.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/imageIAI.jpg b/docs/org.eclipse.wst.doc.user/images/imageIAI.jpg
new file mode 100644
index 0000000..d2f625c
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/imageIAI.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/imageLKF.jpg b/docs/org.eclipse.wst.doc.user/images/imageLKF.jpg
new file mode 100644
index 0000000..ff98f42
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/imageLKF.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/imageO78.jpg b/docs/org.eclipse.wst.doc.user/images/imageO78.jpg
new file mode 100644
index 0000000..67077f8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/imageO78.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/imageU71.jpg b/docs/org.eclipse.wst.doc.user/images/imageU71.jpg
new file mode 100644
index 0000000..9ee0430
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/imageU71.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/note.gif b/docs/org.eclipse.wst.doc.user/images/note.gif
new file mode 100644
index 0000000..f6260db
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/note.gif
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/selectRootElementDTD.png b/docs/org.eclipse.wst.doc.user/images/selectRootElementDTD.png
new file mode 100644
index 0000000..25f260f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/selectRootElementDTD.png
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/selectRootElementXSD.png b/docs/org.eclipse.wst.doc.user/images/selectRootElementXSD.png
new file mode 100644
index 0000000..9955ed3
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/selectRootElementXSD.png
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdl.gif b/docs/org.eclipse.wst.doc.user/images/wsdl.gif
new file mode 100644
index 0000000..8fb844f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdl.gif
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdl_main.gif b/docs/org.eclipse.wst.doc.user/images/wsdl_main.gif
new file mode 100644
index 0000000..9f074e8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdl_main.gif
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-backbutton.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-backbutton.jpg
new file mode 100644
index 0000000..ebcd1c7
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-backbutton.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-binding.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-binding.jpg
new file mode 100644
index 0000000..be74d57
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-binding.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-complex-type.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-complex-type.jpg
new file mode 100644
index 0000000..15d6071
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-complex-type.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-finished-wsdl.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-finished-wsdl.jpg
new file mode 100644
index 0000000..9c56342
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-finished-wsdl.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-operation.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-operation.jpg
new file mode 100644
index 0000000..8dc34a3
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-operation.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-skeleton.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-skeleton.jpg
new file mode 100644
index 0000000..57ddb29
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-skeleton.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-wizard.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-wizard.jpg
new file mode 100644
index 0000000..50553f6
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-new-wizard.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-setelement-dialog.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-setelement-dialog.jpg
new file mode 100644
index 0000000..f48165e
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-setelement-dialog.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-settype-dialog.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-settype-dialog.jpg
new file mode 100644
index 0000000..8a36a66
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-settype-dialog.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/wsdleditor-smart-rename1.jpg b/docs/org.eclipse.wst.doc.user/images/wsdleditor-smart-rename1.jpg
new file mode 100644
index 0000000..cc68a44
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/wsdleditor-smart-rename1.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-backbutton.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-backbutton.jpg
new file mode 100644
index 0000000..2092605
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-backbutton.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure1.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure1.jpg
new file mode 100644
index 0000000..f3b4f6f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure1.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure2.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure2.jpg
new file mode 100644
index 0000000..518c606
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure2.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure3.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure3.jpg
new file mode 100644
index 0000000..a66b6e7
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure3.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure4.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure4.jpg
new file mode 100644
index 0000000..2a187da
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure4.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure5.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure5.jpg
new file mode 100644
index 0000000..b9622ef
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure5.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure6.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure6.jpg
new file mode 100644
index 0000000..6e253b8
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure6.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure7.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure7.jpg
new file mode 100644
index 0000000..dfb7523
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure7.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure8.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure8.jpg
new file mode 100644
index 0000000..ef61772
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure8.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure9.jpg b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure9.jpg
new file mode 100644
index 0000000..664eecc
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/images/xsdeditor-figure9.jpg
Binary files differ
diff --git a/docs/org.eclipse.wst.doc.user/notices.html b/docs/org.eclipse.wst.doc.user/notices.html
new file mode 100644
index 0000000..e0cf4d1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/notices.html
@@ -0,0 +1,17 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1"
+	TYPE="text/css">
+<title>Legal Notices</title>
+</head>
+<body>
+
+<h3><a NAME="Notices"></a>Notices</h3>
+<p>The material in this guide is Copyright (c) IBM Corporation and
+others 2000, 2005.</p>
+<p><a href="about.html">Terms and conditions regarding the use of this
+guide.</a></p>
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.user/plugin.xml b/docs/org.eclipse.wst.doc.user/plugin.xml
new file mode 100644
index 0000000..0aa617f
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/plugin.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+	<extension point="org.eclipse.help.toc">
+		<toc file="toc.xml" primary="true" />
+	</extension>
+</plugin>
diff --git a/docs/org.eclipse.wst.doc.user/topics/overview.html b/docs/org.eclipse.wst.doc.user/topics/overview.html
new file mode 100644
index 0000000..fb18681
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/topics/overview.html
@@ -0,0 +1,26 @@
+<?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>
+<!-- /*******************************************************************************
+ * 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
+ *******************************************************************************/ -->
+<link rel="stylesheet" type="text/css"
+	href="../../org.eclipse.wst.doc.user/common.css" />
+<title>Web Tools Project Overview</title>
+</head>
+<body>
+<h1>Web Tools Project Overview</h1>
+<p>The Web Tools Project aims to provide common infrastructure available
+to any Eclipse-based development environment targeting Web-enabled
+applications.</p>
+</body>
+</html>