[jboss-cvs] JBossAS SVN: r69347 - branches/JBPAPP_4_2_0_GA_CP/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 25 10:25:31 EST 2008


Author: bdecoste
Date: 2008-01-25 10:25:31 -0500 (Fri, 25 Jan 2008)
New Revision: 69347

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
Log:
[JBPAPP-578] Disabled merged tests ejbthree786 and ejbthree1057 for CP02

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml	2008-01-25 15:18:09 UTC (rev 69346)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/build-test.xml	2008-01-25 15:25:31 UTC (rev 69347)
@@ -1839,9 +1839,9 @@
       <build-simple-jar name="ejbthree785"/>
    </target>
 	
-   <target name="ejbthree786" depends="compile-classes">
+   <!--target name="ejbthree786" depends="compile-classes">
       <build-simple-jar name="ejbthree786"/>
-   </target>
+   </target-->
 
    <target name="ejbthree832"
       description="Builds all jar files."
@@ -1943,9 +1943,9 @@
       <build-simple-jar name="ejbthree1025"/>
    </target>
 
-   <target name="ejbthree1057" depends="compile-classes">
+   <!--target name="ejbthree1057" depends="compile-classes">
       <build-simple-jar name="ejbthree1057"/>
-   </target>
+   </target-->
    
    <target name="ejbthree1062" depends="compile-classes">
       <build-simple-jar name="ejbthree1062"/>
@@ -3563,8 +3563,8 @@
    
    <target name="jars" depends="ejbthree1090, mdbsessionpoolclear, ejbthree1092, removedislocal, statelesscreation, defaultremotebindings, localfromremote, clusteredjms, entityoptimisticlocking, concurrentnaming, propertyreplacement, persistenceunits, invalidtxmdb, descriptortypo, libdeployment, homeinterface, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440, 
-      ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree785, ejbthree786, ejbthree832, ejbthree921,
-      ejbthree959, ejbthree963, ejbthree994, ejbthree1023, ejbthree1025, ejbthree1057, ejbthree1062,
+      ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree785, ejbthree832, ejbthree921,
+      ejbthree959, ejbthree963, ejbthree994, ejbthree1023, ejbthree1025, ejbthree1062,
       jbas4489, epcpropagation,
       aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, jaxws,
       pkg, securitydomain, enventry, 
@@ -4134,9 +4134,9 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree785"/>
       </antcall>
-      <antcall target="test" inheritRefs="true">
+      <!--antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree786"/>
-      </antcall>
+      </antcall-->
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree832"/>
       </antcall>
@@ -4155,9 +4155,9 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree1025"/>
       </antcall>
-      <antcall target="test" inheritRefs="true">
+      <!--antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree1057"/>
-      </antcall>
+      </antcall-->
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree1058"/>
       </antcall>




More information about the jboss-cvs-commits mailing list