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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 23 13:29:59 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-23 13:29:59 -0500 (Tue, 23 Jan 2007)
New Revision: 59946

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

Modified: trunk/tools/etc/buildmagic/common.xml
===================================================================
--- trunk/tools/etc/buildmagic/common.xml	2007-01-23 17:26:10 UTC (rev 59945)
+++ trunk/tools/etc/buildmagic/common.xml	2007-01-23 18:29:59 UTC (rev 59946)
@@ -23,7 +23,8 @@
   <available classname="java.lang.StrictMath" property="HAVE_JDK_1.3"/>
   <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"/>  
+  
   <!-- Setup the basic project roots. -->
   <property name="_project.root" value=".."/>
   <path id="project.root"><pathelement location="${_project.root}"/></path>




More information about the jboss-cvs-commits mailing list