diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-12-03 12:17:23 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-12-03 12:17:23 +0000 |
| commit | a9c12127bbf88e2945aa922e649cbc87b5f79117 (patch) | |
| tree | 6dbe129fe147b90d915ac767fc9732814b172c42 /java | |
| parent | 1bfa637963772b926d085261fc6aff2cb208583f (diff) | |
| download | qpid-python-a9c12127bbf88e2945aa922e649cbc87b5f79117.tar.gz | |
QPID-1241 : Patch from Robert Gemmell, allows Windows bat script to cope with spaces ' ' in the path.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/management/eclipse-plugin/bin/qpidmc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/management/eclipse-plugin/bin/qpidmc.bat b/java/management/eclipse-plugin/bin/qpidmc.bat index 1f3207f043..22a8a4d78c 100644 --- a/java/management/eclipse-plugin/bin/qpidmc.bat +++ b/java/management/eclipse-plugin/bin/qpidmc.bat @@ -52,4 +52,4 @@ goto exit 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
|
