[jbossws-commits] JBossWS SVN: r13878 - stack/native/branches/ropalka/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 10 06:20:23 EST 2011


Author: richard.opalka at jboss.com
Date: 2011-03-10 06:20:23 -0500 (Thu, 10 Mar 2011)
New Revision: 13878

Modified:
   stack/native/branches/ropalka/modules/testsuite/pom.xml
Log:
reorganizing excludes

Modified: stack/native/branches/ropalka/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/ropalka/modules/testsuite/pom.xml	2011-03-10 11:16:50 UTC (rev 13877)
+++ stack/native/branches/ropalka/modules/testsuite/pom.xml	2011-03-10 11:20:23 UTC (rev 13878)
@@ -758,10 +758,6 @@
                  <!-- AS7 integration exclusions -->
                  <!-- ////////////////////////// -->
 
-                 <!--# not yet supported on AS7 -->
-                 <exclude>org/jboss/test/ws/benchmark/jaxrpc/**</exclude>
-                 <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
-
                  <!-- EJB3 client API dependencies -->
                  <exclude>org/jboss/test/ws/jaxws/jbws944/**</exclude>
                  <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
@@ -917,6 +913,7 @@
 
                  <!-- JAXRPC deployments -->
                  <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
+                 <exclude>org/jboss/test/ws/benchmark/jaxrpc/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list