Author: richard.opalka(a)jboss.com
Date: 2011-03-25 11:56:54 -0400 (Fri, 25 Mar 2011)
New Revision: 13942
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
update exclusion accordingly
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-03-25 13:06:17 UTC (rev 13941)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-03-25 15:56:54 UTC (rev 13942)
@@ -854,6 +854,8 @@
<exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
<!-- # [JBWS-3234] JNDI over RMI not available on AS7 -->
+ <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
+ <exclude>org/jboss/test/ws/benchmark/jaxrpc/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
<exclude>org/jboss/test/ws/jaxws/wsaddressing/replyto/**</exclude>
@@ -891,10 +893,6 @@
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
-
- <!-- JAXRPC deployments -->
- <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
- <exclude>org/jboss/test/ws/benchmark/jaxrpc/**</exclude>
</excludes>
</configuration>
</plugin>
Show replies by date