[414717][CBI] webtools.webservices.jaxws
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/build.properties b/docs/org.eclipse.jst.ws.cxf.doc.user/build.properties
index ef3183e..aca4ea6 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/build.properties
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/build.properties
@@ -13,16 +13,3 @@
                reference/,\
                legal.html,\
                tocreference.xml
-src.includes = plugin.xml,\
-               plugin.properties,\
-               about.html,\
-               book.css,\
-               legal.html,\
-               cheatsheets/,\
-               gettingstarted/,\
-               images/,\
-               reference/,\
-               tasks/,\
-               tocgettingstarted.xml,\
-               tocreference.xml,\
-               toctasks.xml
diff --git a/docs/org.eclipse.jst.ws.jaxws.doc.user/build.properties b/docs/org.eclipse.jst.ws.jaxws.doc.user/build.properties
index 77890cf..3be9644 100755
--- a/docs/org.eclipse.jst.ws.jaxws.doc.user/build.properties
+++ b/docs/org.eclipse.jst.ws.jaxws.doc.user/build.properties
@@ -11,18 +11,3 @@
                legal.html,\
                tips/,\
                reference/
-src.includes = plugin.xml,\
-               plugin.properties,\
-               about.html,\
-               book.css,\
-               concepts/,\
-               gettingstarted/,\
-               images/,\
-               legal.html,\
-               mainpage.html,\
-               reference/,\
-               tips/,\
-               toc.xml,\
-               tocconcepts.xml,\
-               tocreference.xml,\
-               toctasks.xml
diff --git a/features/org.eclipse.jst.ws.jaxws_userdoc.feature/pom.xml b/features/org.eclipse.jst.ws.jaxws_userdoc.feature/pom.xml
index 1970096..acfd0c1 100644
--- a/features/org.eclipse.jst.ws.jaxws_userdoc.feature/pom.xml
+++ b/features/org.eclipse.jst.ws.jaxws_userdoc.feature/pom.xml
@@ -39,6 +39,12 @@
             <goals>
               <goal>source-feature</goal>
             </goals>
+            <configuration>
+              <excludes>
+                <plugin id="org.eclipse.jst.ws.cxf.doc.user"/>
+                <plugin id="org.eclipse.jst.ws.jaxws.doc.user"/>
+              </excludes>
+            </configuration>            
           </execution>
         </executions>
       </plugin>