Author: bhupendrab
Date: Wed Dec 13 04:33:14 2006
New Revision: 486623
URL: http://svn.apache.org/viewvc?view=rev&rev=486623
Log:
included the config file path
Modified:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.bat
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
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?view=diff&rev=486623&r1=486622&r2=486623
==============================================================================
--- 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 13 04:33:14 2006
@@ -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%\startup.jar org.eclipse.core.launcher.Main -launcher
%QPIDMC_HOME%\qpidmc.exe -name "Qpid Management Console" -showsplash 600 -data
%QPIDMC_HOME%\data -configuration "file:%QPIDMC_HOME%/configuration" -os win32
-ws win32 -arch x86
+"%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
Modified: incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh?view=diff&rev=486623&r1=486622&r2=486623
==============================================================================
--- incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
(original)
+++ incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh Wed
Dec 13 04:33:14 2006
@@ -1,21 +1,3 @@
#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-"$JAVA_HOME/bin/java" -Xms40m -Xmx256m -Declipse.consoleLog=true -jar
$QPIDMC_HOME/startup.jar org.eclipse.core.launcher.Main -launcher
$QPIDMC_HOME/qpidmc.exe -name "Qpid Management Console" -showsplash 600 -data
$QPIDMC_HOME/data -configuration "file:$QPIDMC_HOME/configuration"
\ No newline at end of file
+"$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"