[jboss-cvs] JBossAS SVN: r61001 - branches/Branch_4_2/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 28 11:01:46 EST 2007


Author: jfrederic.clere at jboss.com
Date: 2007-02-28 11:01:46 -0500 (Wed, 28 Feb 2007)
New Revision: 61001

Modified:
   branches/Branch_4_2/system/src/bin/run.sh
Log:
Oops sorry... Rollback.


Modified: branches/Branch_4_2/system/src/bin/run.sh
===================================================================
--- branches/Branch_4_2/system/src/bin/run.sh	2007-02-28 15:59:51 UTC (rev 61000)
+++ branches/Branch_4_2/system/src/bin/run.sh	2007-02-28 16:01:46 UTC (rev 61001)
@@ -104,7 +104,7 @@
 # Tomcat uses the JDT Compiler
 # Only include tools.jar if someone wants to use the JDK instead.
 # compatible distribution which JAVA_HOME points to
-if [ "x$JAVAC_JAR" != "x" ]; then
+if [ "x$JAVAC_JAR" = "x" ]; then
     JAVAC_JAR_FILE="$JAVA_HOME/lib/tools.jar"
 else
     JAVAC_JAR_FILE="$JAVAC_JAR"




More information about the jboss-cvs-commits mailing list