documentation update
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html b/docs/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html
index 6014769..0e2205e 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html
@@ -20,7 +20,7 @@
 </ul>
 <p>The CXF Facet has the following facet prerequisites:</p>
 <ul>
-  <li>Dynamic Web Module version 2.5</li>
+  <li>Dynamic Web Module version 2.5 or greater</li>
   <li>Java version 5.0 or greater</li>
 </ul>
 <p>The CXF Facet and it's prerequisites are grouped into a project configuration that can be selected when creating a Dynamic Web Project.</p>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/reference/images/jaxws_annotations.png b/docs/org.eclipse.jst.ws.cxf.doc.user/reference/images/jaxws_annotations.png
index 421690c..b26464d 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/reference/images/jaxws_annotations.png
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/reference/images/jaxws_annotations.png
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/deployment_assembly.png b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/deployment_assembly.png
new file mode 100644
index 0000000..47ccfb0
--- /dev/null
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/images/deployment_assembly.png
Binary files differ
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
index 72aebd3..2ff3d5b 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
@@ -14,8 +14,13 @@
 <p>This however greatly increases the size of the deployed web module. If the web or application server you are deploying to is already configured with the Apache CXF libraries you
 can disable this option in the Apache CXF preferences.</p>
 <p>To enable or disable this functionality in a existing <b>Dynamic Web Project</b> already configured with the CXF Facet right-click on the project and choose <b>Properties</b>.<br/></p>
-<p><img src="./images/module_dependencies.png" alt="Module Dependencies"></p>
-Select the <b>Java EE Module Dependencies</b> properties page and select or deselect the version of the <b>Apache CXF Library</b> that is configured in the project and click <b>OK</b>.
+<p><img src="./images/deployment_assembly.png" alt="Deployment Assembly"></p>
+Select the <b>Deployment Assembly</b> properties page and remove the <b>Apache CXF Library</b>.
+<h3>Using CXF 2.6.0</h3>
+<p>The spring-web jar in not included in CXF 2.6.0. This jar is required in order to deploy projects configured with CXF 2.6.0 to web and application servers.</p>
+<p>A workaround for this is to use the <b>Deployment Assembly</b> property page to add the dependency.</p>
+<p>The jar file can be found under the  <b>/org/springframework/spring-web/</b> directory in a Maven 2 repository or under the lib directory of an earlier or later CXF install.</p>
+<p>The spring-web jar has been added back in to the lib directory in CXF 2.6.1.</p>
 <p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
 <a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/cxf_facet.html">CXF Project Facet</a><br>
 </body>
diff --git a/docs/org.eclipse.jst.ws.jaxws.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.jaxws.doc.user/META-INF/MANIFEST.MF
index a8600d5..cf9e0fb 100755
--- a/docs/org.eclipse.jst.ws.jaxws.doc.user/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.jst.ws.jaxws.doc.user/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jst.ws.jaxws.doc.user; singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
 Bundle-Vendor: %pluginProvider
 Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.ui.cheatsheets;bundle-version="[3.3.100,4.0.0)"
diff --git a/docs/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html b/docs/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html
index 0d6f4e2..5361898 100755
--- a/docs/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html
+++ b/docs/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html
@@ -10,7 +10,7 @@
 
 <body lang="EN-US">
 <h2>Requirements and installation</h2>
-<p>JAX-WS Tools currently supports both Eclipse 3.4, 3.5 and 3.6 environments and has the following <i>minimum</i> requirements.</p>
+<p>JAX-WS Tools has the following <i>minimum</i> requirements.</p>
 <p></p>
 <ul>
 	<li>
@@ -28,9 +28,9 @@
 
 <h3>JAX-WS Runtime</h3>
 <p>Before creating Web service applications with JAX-WS Tools a JAX-WS runtime must be downloaded, installed and configured in the workbench.</p>
-<p>Currently we support the Apache CXF runtime for JAX-WS development from version 2.0.6 upwards. We recommend using a version from
-the CXF 2.1.x or the current 2.2.x stream.</p>
-<p>The Apache CXF runtime can be downloaded from the <a href="http://cxf.apache.org/download.html">Apache CXF Downloads</a> page.<p>
+<p>Currently we support the Apache CXF runtime for JAX-WS development from version 2.0.6 upwards. CXF 2.1.x or greater recommended.</p>
+<p>The Apache CXF runtime can be downloaded from the <a href="http://cxf.apache.org/download.html">Apache CXF Downloads</a> page.</p>
+<p>See <a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html">here</a> for a note on using CXF 2.6.0.</p>
 <p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
 <a href="PLUGINS_ROOT/org.eclipse.jst.ws.cxf.doc.user/reference/preferences.html">Apache CXF 2.x Preferences</a><br>
 <p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>