summaryrefslogtreecommitdiff
path: root/java/management
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-04-16 13:25:58 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-04-16 13:25:58 +0000
commit11e255574dd7f30eec7c2cc808c4a7642fcebea4 (patch)
tree568cae87f7cd489f19433d68dd93ef6022c8e4a1 /java/management
parent6124bfefc65a76435a8fb334cf9826cc8bff6b37 (diff)
downloadqpid-python-11e255574dd7f30eec7c2cc808c4a7642fcebea4.tar.gz
added parameter for SASL
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@529233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management')
-rw-r--r--java/management/eclipse-plugin/bin/qpidmc.bat2
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 6250b53e68..e444bc5811 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=true -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 -Dsecurity=PLAIN -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