User: user57
Date: 02/03/20 20:29:23
Modified: tasks/src/resources/org/jboss/tools/buildmagic common.xml
Log:
o added HAVE_JDK_X.X properties
Revision Changes Path
1.5 +7 -1
buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml
Index: common.xml
===================================================================
RCS file:
/cvsroot/jboss/buildmagic/tasks/src/resources/org/jboss/tools/buildmagic/common.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- common.xml 28 Feb 2002 07:35:34 -0000 1.4
+++ common.xml 21 Mar 2002 04:29:23 -0000 1.5
@@ -1,4 +1,4 @@
-<!-- $Id: common.xml,v 1.4 2002/02/28 07:35:34 user57 Exp $ -->
+<!-- $Id: common.xml,v 1.5 2002/03/21 04:29:23 user57 Exp $ -->
<!-- ================================================================== -->
<!-- Initialization -->
@@ -16,6 +16,12 @@
The build system MUST be executed with one of the provided build scripts.
</require>
+
+ <!-- JDK Detection -->
+ <available classname="java.lang.Void" property="HAVE_JDK_1.1"/>
+ <available classname="java.lang.ThreadLocal" property="HAVE_JDK_1.2"/>
+ <available classname="java.lang.StrictMath" property="HAVE_JDK_1.3"/>
+ <available classname="java.lang.StackTraceElement" property="HAVE_JDK_1.4"/>
<!-- Setup the basic project roots. -->
<property name="_project.root" value=".."/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development