[jboss-cvs] JBossAS SVN: r57586 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 12 11:37:05 EDT 2006


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

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

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2006-10-12 13:50:41 UTC (rev 57585)
+++ trunk/ejb3/build-test.xml	2006-10-12 15:37:03 UTC (rev 57586)
@@ -1038,7 +1038,7 @@
       </jar>
    </target>
    
-   <target name="transaction"
+   <!--target name="transaction"
       description="Builds all jar files."
       depends="compile-classes">
       
@@ -1053,7 +1053,7 @@
             <include name="*.xml"/>
          </fileset>
       </jar>
-   </target>
+   </target-->
 
    <target name="mail"
       description="Builds all jar files."
@@ -2651,7 +2651,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, 
@@ -3302,9 +3302,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