[jboss-cvs] JBossAS SVN: r91346 - branches/Branch_5_x/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 16 11:45:42 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-16 11:45:42 -0400 (Thu, 16 Jul 2009)
New Revision: 91346

Modified:
   branches/Branch_5_x/main/src/bin/run.bat
Log:
JBAS-7104 Typo in windows run.bat prevents inclusion of tools.jar

Modified: branches/Branch_5_x/main/src/bin/run.bat
===================================================================
--- branches/Branch_5_x/main/src/bin/run.bat	2009-07-16 14:16:10 UTC (rev 91345)
+++ branches/Branch_5_x/main/src/bin/run.bat	2009-07-16 15:45:42 UTC (rev 91346)
@@ -96,9 +96,9 @@
 
 if exist "%JBOSS_HOME%\bin\run.jar" (
   if "x%JAVAC_JAR%" == "x" (
+    set "RUNJAR=%JBOSS_HOME%\bin\run.jar"
+  ) else (
     set "RUNJAR=%JAVAC_JAR%;%JBOSS_HOME%\bin\run.jar"
-  ) else (
-    set "RUNJAR=%JBOSS_HOME%\bin\run.jar"
   )
 ) else (
   echo Could not locate "%JBOSS_HOME%\bin\run.jar".




More information about the jboss-cvs-commits mailing list