[jboss-svn-commits] JBL Code SVN: r38079 - in labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP: ext/byteman and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed May 9 06:29:05 EDT 2012
Author: tomjenkinson
Date: 2012-05-09 06:29:05 -0400 (Wed, 09 May 2012)
New Revision: 38079
Added:
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ext/byteman/byteman-103CP02.jar
Removed:
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ext/byteman/byteman-122.jar
Modified:
labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaCore/arjuna/build.xml
Log:
Added back a version of byteman that works with JDK5
Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaCore/arjuna/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaCore/arjuna/build.xml 2012-05-09 09:34:59 UTC (rev 38078)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaCore/arjuna/build.xml 2012-05-09 10:29:05 UTC (rev 38079)
@@ -459,7 +459,7 @@
</batchtest>
</junit>
- <condition property="bytemanversion" value="201" else="201">
+ <condition property="bytemanversion" value="201" else="103CP02">
<not>
<contains string="${java.version}" substring="1.5" casesensitive="false" />
</not>
Added: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ext/byteman/byteman-103CP02.jar
===================================================================
(Binary files differ)
Property changes on: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ext/byteman/byteman-103CP02.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Deleted: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ext/byteman/byteman-122.jar
===================================================================
(Binary files differ)
More information about the jboss-svn-commits
mailing list