diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-07-13 08:52:35 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-07-13 08:52:35 +0000 |
| commit | fd2e9078b182cf8cc1a3300f012cfb650ceadd31 (patch) | |
| tree | 185d6811a2fa55beb9a3b81ad916d308c2b50495 /qpid/java/management/eclipse-plugin/plugin.xml | |
| parent | 165e64979e09cbc2a1812623d1ff0a56046af3f7 (diff) | |
| download | qpid-python-fd2e9078b182cf8cc1a3300f012cfb650ceadd31.tar.gz | |
QPID-1929: create factory class to produce MBean views, clean up MBeanView accordingly, remove 'edit attribute' menu item and action
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/plugin.xml')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/plugin.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qpid/java/management/eclipse-plugin/plugin.xml b/qpid/java/management/eclipse-plugin/plugin.xml index b972595262..caff87cee6 100644 --- a/qpid/java/management/eclipse-plugin/plugin.xml +++ b/qpid/java/management/eclipse-plugin/plugin.xml @@ -94,11 +94,6 @@ name="Refresh"/> <command categoryId="org.apache.qpid.management.ui.category" - description="pops up the window for editing selected attribute" - id="org.apache.qpid.management.ui.actions.cmd_editAttribute" - name="Edit Attribute"/> - <command - categoryId="org.apache.qpid.management.ui.category" description="About Qpid Management Console" id="qpidmc.about" name="About"/> @@ -128,10 +123,6 @@ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="CTRL+Alt+F5"/> <key - commandId="org.apache.qpid.management.ui.actions.cmd_editAttribute" - schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" - sequence="CTRL+Alt+E"/> - <key commandId="org.eclipse.ui.file.exit" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="CTRL+Alt+X"> @@ -165,14 +156,6 @@ <separator name="qpidActionsGroup"/> </menu> <action - class="org.apache.qpid.management.ui.actions.EditAttribute" - definitionId="org.apache.qpid.management.ui.actions.cmd_editAttribute" - id="org.apache.qpid.management.ui.actions.editAttribute" - label="Edit Attribute" - menubarPath="qpidmanager/mbeanactions" - style="push" - tooltip="Edit Attribute"/> - <action class="org.apache.qpid.management.ui.actions.Refresh" definitionId="org.apache.qpid.management.ui.actions.cmd_refresh" icon="icons/refresh.gif" |
