summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-12-03 12:17:23 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-12-03 12:17:23 +0000
commitfbd22edcea01168ba2e6be188d03901f72f08387 (patch)
tree5a153ae7a735a9335aa1e36273f4659e522e8527 /qpid/java/management/eclipse-plugin
parent5d470c5145ff633acfb18967948249c5db4b5952 (diff)
downloadqpid-python-fbd22edcea01168ba2e6be188d03901f72f08387.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@722856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin')
-rw-r--r--qpid/java/management/eclipse-plugin/bin/qpidmc.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/bin/qpidmc.bat b/qpid/java/management/eclipse-plugin/bin/qpidmc.bat
index 1f3207f043..22a8a4d78c 100644
--- a/qpid/java/management/eclipse-plugin/bin/qpidmc.bat
+++ b/qpid/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