[jboss-cvs] JBossAS SVN: r57587 - branches/JEE5_TCK/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 12 11:42:04 EDT 2006


Author: bdecoste
Date: 2006-10-12 11:42:03 -0400 (Thu, 12 Oct 2006)
New Revision: 57587

Modified:
   branches/JEE5_TCK/ejb3/build-test.xml
Log:
commented out "transaction" test

Modified: branches/JEE5_TCK/ejb3/build-test.xml
===================================================================
--- branches/JEE5_TCK/ejb3/build-test.xml	2006-10-12 15:37:03 UTC (rev 57586)
+++ branches/JEE5_TCK/ejb3/build-test.xml	2006-10-12 15:42:03 UTC (rev 57587)
@@ -1066,7 +1066,7 @@
       </jar>
    </target>
    
-   <target name="transaction"
+   <!--target name="transaction"
       description="Builds all jar files."
       depends="compile-classes">
       
@@ -1081,7 +1081,7 @@
             <include name="*.xml"/>
          </fileset>
       </jar>
-   </target>
+   </target-->
 
    <target name="mail"
       description="Builds all jar files."
@@ -2679,7 +2679,7 @@
       </jar>
    </target>
    
-   <target name="jars" depends="arjuna, transaction, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
+   <target name="jars" depends="arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ejbthree440, 
       ejbthree454, ejbthree653, ejbthree670, aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, 
       securitydomain, enventry, 
@@ -3327,9 +3327,9 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="bank"/>
       </antcall>
-      <antcall target="test" inheritRefs="true">
+      <!--antcall target="test" inheritRefs="true">
          <param name="test" value="transaction"/>
-      </antcall>
+      </antcall-->
       <antcall target="test" inheritRefs="true">
          <param name="test" value="schema"/>
       </antcall>




More information about the jboss-cvs-commits mailing list