[jboss-svn-commits] JBL Code SVN: r38033 - labs/jbosstm/branches/JBOSSTS_4_16/qa.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 19 05:23:48 EDT 2012


Author: tomjenkinson
Date: 2012-04-19 05:23:48 -0400 (Thu, 19 Apr 2012)
New Revision: 38033

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/qa/TaskImpl.properties
Log:
reverted change which added a full path to java

Modified: labs/jbosstm/branches/JBOSSTS_4_16/qa/TaskImpl.properties
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/qa/TaskImpl.properties	2012-04-18 19:29:57 UTC (rev 38032)
+++ labs/jbosstm/branches/JBOSSTS_4_16/qa/TaskImpl.properties	2012-04-19 09:23:48 UTC (rev 38033)
@@ -15,7 +15,7 @@
 # Location of the JVM to use. Should usually be jdk6. Tweak according to your machine.
 # Note: the version in svn should have the right value for the hudson server - don't check in you own!
 #
-COMMAND_LINE_0=/usr/lib/jvm/java-1.6.0-openjdk.x86_64/bin/java
+COMMAND_LINE_0=java
 # use this form to inherit the java version used by ant:
 #COMMAND_LINE_0=${java.home}${file.separator}bin${file.separator}java
 #COMMAND_LINE_0=/usr/local/jdk1.6.0_24/bin/java



More information about the jboss-svn-commits mailing list