Signed-off-by: sclarke <shane_clarke@hotmail.com>
diff --git a/features/org.eclipse.jst.ws.cxf.feature/pom.xml b/features/org.eclipse.jst.ws.cxf.feature/pom.xml
index 5195149..148f000 100644
--- a/features/org.eclipse.jst.ws.cxf.feature/pom.xml
+++ b/features/org.eclipse.jst.ws.cxf.feature/pom.xml
@@ -40,6 +40,7 @@
</goals>
<configuration>
<excludes>
+ <feature id="org.eclipse.jst.ws.jaxws_userdoc.feature"/>
<plugin id="javax.xml.bind"/>
<plugin id="javax.xml.stream"/>
<plugin id="javax.xml.ws"/>
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 acfd0c1..02742d6 100644
--- a/features/org.eclipse.jst.ws.jaxws_userdoc.feature/pom.xml
+++ b/features/org.eclipse.jst.ws.jaxws_userdoc.feature/pom.xml
@@ -24,44 +24,4 @@
<artifactId>org.eclipse.jst.ws.jaxws_userdoc.feature</artifactId>
<version>1.0.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- <executions>
- <execution>
- <id>source-feature</id>
- <phase>package</phase>
- <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>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>