[jbossws-commits] JBossWS SVN: r3642 - trunk/build.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 19 12:31:11 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-19 12:31:10 -0400 (Tue, 19 Jun 2007)
New Revision: 3642

Modified:
   trunk/build/ant.properties.example
Log:
Include jdk6.home property. Defaults to QA box settings

Modified: trunk/build/ant.properties.example
===================================================================
--- trunk/build/ant.properties.example	2007-06-19 16:21:40 UTC (rev 3641)
+++ trunk/build/ant.properties.example	2007-06-19 16:31:10 UTC (rev 3642)
@@ -54,6 +54,9 @@
 # Force thirdparty HTTP get
 #force.thirdparty.get=true
 
+# JDK settings
+jdk6.home=/opt/jdk1.6.0_01
+
 # Java Compiler options
 javac.debug=yes
 javac.deprecation=no




More information about the jbossws-commits mailing list