[jboss-cvs] JBossAS SVN: r65696 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 28 14:41:55 EDT 2007


Author: bdecoste
Date: 2007-09-28 14:41:55 -0400 (Fri, 28 Sep 2007)
New Revision: 65696

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
[JBAS-4572] Carlo made me

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-09-28 18:36:26 UTC (rev 65695)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-09-28 18:41:55 UTC (rev 65696)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE project [
    <!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">
    <!ENTITY modules SYSTEM "../tools/etc/buildmagic/modules.ent">
@@ -3662,7 +3661,7 @@
       <antcall target="clustered-jms-test" inheritRefs="true"/>
       <antcall target="invoker-test"  inheritRefs="true"/>
       <antcall target="iiop-tests"  inheritRefs="true"/>
-	  <antcall target="webservices-tests"  inheritRefs="true"/>
+	  <!--antcall target="webservices-tests"  inheritRefs="true"/-->
       <antcall target="libdeployment-test"  inheritRefs="true"/>
       <antcall target="multi-instance-localfromremote-test"  inheritRefs="true"/>
       <antcall target="statelesscreation-test"  inheritRefs="true"/>
@@ -3708,6 +3707,9 @@
          <param name="test" value="arjuna"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
+         <param name="test" value="webservices"/>
+      </antcall>
+      <antcall target="test" inheritRefs="true">
          <param name="test" value="regression/ejbthree454"/>
       </antcall>
       <antcall target="test" inheritRefs="true">




More information about the jboss-cvs-commits mailing list