Author: bhupendrab
Date: Tue Dec 5 02:24:42 2006
New Revision: 482570
URL: http://svn.apache.org/viewvc?view=rev&rev=482570
Log:
QPID-51
Added:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
(with props)
Added: 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=auto&rev=482570
==============================================================================
--- incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
(added)
+++ incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh Tue
Dec 5 02:24:42 2006
@@ -0,0 +1,21 @@
+#!/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 -name "Qpid Management
Console" -showsplash 600 -application org.apache.qpid.management.ui.application
-data $QPIDMC_HOME/data -configuration "file:$QPIDMC_HOME/configuration"
\ No newline at end of file
Propchange:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/bin/qpidmc.sh
------------------------------------------------------------------------------
svn:executable = *