[jbossws-commits] JBossWS SVN: r15125 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 18 06:54:40 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-10-18 06:54:39 -0400 (Tue, 18 Oct 2011)
New Revision: 15125

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
reorganize exclusions to AS7 related and not

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-10-18 10:40:45 UTC (rev 15124)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-10-18 10:54:39 UTC (rev 15125)
@@ -1293,6 +1293,9 @@
                  <!-- # Seems MSFT interop. endpoints are down :(-->
                  <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
 
+                 <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
+
                  <!-- ////////////////////////// -->
                  <!-- AS7 integration exclusions -->
                  <!-- ////////////////////////// -->
@@ -1340,9 +1343,6 @@
                  <exclude>org/jboss/test/ws/jaxrpc/samples/serviceref/**</exclude>
                  <exclude>org/jboss/test/ws/jaxrpc/samples/swa/**</exclude>
 
-                 <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
-                 <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
-
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list