[jbossws-commits] JBossWS SVN: r1737 - trunk/build/import

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Dec 22 08:51:15 EST 2006


Author: thomas.diesler at jboss.com
Date: 2006-12-22 08:51:13 -0500 (Fri, 22 Dec 2006)
New Revision: 1737

Modified:
   trunk/build/import/build-setup.xml
Log:
restructure test build

Modified: trunk/build/import/build-setup.xml
===================================================================
--- trunk/build/import/build-setup.xml	2006-12-22 13:23:42 UTC (rev 1736)
+++ trunk/build/import/build-setup.xml	2006-12-22 13:51:13 UTC (rev 1737)
@@ -50,6 +50,10 @@
   <property name="tomcat.webapps.dir" value="${tomcat.home}/webapps"/>
   <property name="tomcat.common.dir" value="${tomcat.home}/common"/>
   
+  <!-- JDK Detection -->
+  <available classname="java.lang.StackTraceElement" property="HAVE_JDK_1.4"/>
+  <available classname="java.lang.Enum" property="HAVE_JDK_1.5"/>
+  
   <!-- ================================================================== -->
   <!-- Initialization                                                     -->
   <!-- ================================================================== -->




More information about the jbossws-commits mailing list