[jboss-cvs] JBossAS SVN: r59948 - trunk/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 23 13:57:43 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-23 13:57:43 -0500 (Tue, 23 Jan 2007)
New Revision: 59948

Modified:
   trunk/tools/etc/buildmagic/buildmagic.ent
Log:
add jdk1.6 detection

Modified: trunk/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- trunk/tools/etc/buildmagic/buildmagic.ent	2007-01-23 18:30:30 UTC (rev 59947)
+++ trunk/tools/etc/buildmagic/buildmagic.ent	2007-01-23 18:57:43 UTC (rev 59948)
@@ -38,6 +38,8 @@
   <!-- JDK Detection -->
   <available classname="java.lang.StackTraceElement" property="HAVE_JDK_1.4"/>
   <available classname="java.lang.Enum" property="HAVE_JDK_1.5"/>
+  <available classname="java.lang.management.LockInfo" property="HAVE_JDK_1.6"/>  
+  
   <fail unless="HAVE_JDK_1.5">
   Unsupported Java version: You need at least JDK5 to build JBoss5
   </fail>




More information about the jboss-cvs-commits mailing list