Author: ritchiem
Date: Wed Dec 3 04:17:23 2008
New Revision: 722856
URL: http://svn.apache.org/viewvc?rev=722856&view=rev
Log:
QPID-1241 : Patch from Robert Gemmell, allows Windows bat script to cope with
spaces ' ' in the path.
Modified:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.bat
Modified:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.bat
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.bat?rev=722856&r1=722855&r2=722856&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.bat
(original)
+++ incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.bat Wed
Dec 3 04:17:23 2008
@@ -52,4 +52,4 @@
rem Slurp the command line arguments. This loop allows for an unlimited number
rem of agruments (up to the command line limit, anyway).
-"%JAVA_HOME%\bin\java" -Xms40m -Xmx256m -Declipse.consoleLog=false -jar
%QPIDMC_HOME%\eclipse\startup.jar org.eclipse.core.launcher.Main -launcher
%QPIDMC_HOME%\eclipse\eclipse -name "Qpid Management Console" -showsplash 600
-configuration "file:%QPIDMC_HOME%\configuration" -os win32 -ws win32 -arch x86
+"%JAVA_HOME%\bin\java" -Xms40m -Xmx256m -Declipse.consoleLog=false -jar
"%QPIDMC_HOME%\eclipse\startup.jar" org.eclipse.core.launcher.Main -launcher
"%QPIDMC_HOME%\eclipse\eclipse" -name "Qpid Management Console" -showsplash 600
-configuration "file:%QPIDMC_HOME%\configuration" -os win32 -ws win32 -arch x86