[jboss-svn-commits] JBL Code SVN: r37503 - labs/jbosstm/branches/JBOSSTS_4_15_0_Final/txbridge/tests.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 4 11:32:56 EDT 2011


Author: jhalliday
Date: 2011-10-04 11:32:56 -0400 (Tue, 04 Oct 2011)
New Revision: 37503

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/txbridge/tests/build.xml
Log:
Update byteman to enable jdk7 builds. JBTM-913


Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/txbridge/tests/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/txbridge/tests/build.xml	2011-10-04 13:39:50 UTC (rev 37502)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/txbridge/tests/build.xml	2011-10-04 15:32:56 UTC (rev 37503)
@@ -27,7 +27,7 @@
 	</description>
 
     <property name="jboss.home" location="/home/jhalli/IdeaProjects/jboss/jbossas_trunk/build/target/jboss-6.0.0-SNAPSHOT"/>
-    
+
     <property name="jbossts.home" location="../.."/>
     <property name="byteman.home" location="${jbossts.home}/build/extlib"/>
 
@@ -53,6 +53,7 @@
             <include name="jboss-logging.jar"/>
             <include name="jnp-client.jar"/>
             <include name="byteman.jar"/>
+            <include name="byteman-submit.jar"/>
             <include name="byteman-dtest.jar"/>
         </fileset>
 



More information about the jboss-svn-commits mailing list