summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin/plugin.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-08-03 19:32:59 +0000
committerRobert Gemmell <robbie@apache.org>2009-08-03 19:32:59 +0000
commitd1371e78c12ae59263be5c7c66c7fdbfcec9c53b (patch)
treee926592e07bc1a927fcbc6d432c15013a3b9d674 /qpid/java/management/eclipse-plugin/plugin.xml
parent195ede2f7e893516de3d6099797b9534f67bda8b (diff)
downloadqpid-python-d1371e78c12ae59263be5c7c66c7fdbfcec9c53b.tar.gz
QPID-2021: move the refresh button to the right side of the Refresh Interval combo box for clarity, add icons for various 'manager' mbeans, remove Thumbs.db file from repository.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@800508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/plugin.xml')
-rw-r--r--qpid/java/management/eclipse-plugin/plugin.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/java/management/eclipse-plugin/plugin.xml b/qpid/java/management/eclipse-plugin/plugin.xml
index 947e30fb7c..e151456fa1 100644
--- a/qpid/java/management/eclipse-plugin/plugin.xml
+++ b/qpid/java/management/eclipse-plugin/plugin.xml
@@ -150,6 +150,7 @@
<toolbar id="qpidMC">
<separator name="qpidActionsGroup" visible="false"/>
<separator name="refresh" visible="true"/>
+ <separator name="refresh2" visible="false"/>
<separator name="additions" visible="false"/>
</toolbar>
</menuContribution>
@@ -179,8 +180,8 @@
label="Refresh"
menubarPath="qpidmanager/additions"
style="push"
- toolbarPath="qpidMC/qpidActionsGroup"
- tooltip="Refresh"/>
+ toolbarPath="qpidMC/refresh2"
+ tooltip="Refresh Now"/>
<action
class="org.apache.qpid.management.ui.actions.RemoveServer"
definitionId="org.apache.qpid.management.ui.actions.cmd_remove"