You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by bh...@apache.org on 2007/04/16 15:26:04 UTC

svn commit: r529233 - /incubator/qpid/branches/M2/java/management/eclipse-plugin/bin/qpidmc.bat

Author: bhupendrab
Date: Mon Apr 16 06:25:58 2007
New Revision: 529233

URL: http://svn.apache.org/viewvc?view=rev&rev=529233
Log:
added parameter for SASL

Modified:
    incubator/qpid/branches/M2/java/management/eclipse-plugin/bin/qpidmc.bat

Modified: incubator/qpid/branches/M2/java/management/eclipse-plugin/bin/qpidmc.bat
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/management/eclipse-plugin/bin/qpidmc.bat?view=diff&rev=529233&r1=529232&r2=529233
==============================================================================
--- incubator/qpid/branches/M2/java/management/eclipse-plugin/bin/qpidmc.bat (original)
+++ incubator/qpid/branches/M2/java/management/eclipse-plugin/bin/qpidmc.bat Mon Apr 16 06:25:58 2007
@@ -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=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