summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui/plugin.xml
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-07-01 16:15:23 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-07-01 16:15:23 +0530
commit2c4ea3418784160bdf4f186b2488e974465161e7 (patch)
treedcbf4de394194c86f3d5df499fcb99b63dc35c5e /src/com.gluster.storage.management.gui/plugin.xml
parent40d4024c47ca1e1e15e2500a5412791d364bd8b0 (diff)
[Bug 3117] New: Failing to create volume should throw error message instead of stack trace.
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.gui/plugin.xml76
1 files changed, 46 insertions, 30 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml
index 112c8e81..5b18421f 100644
--- a/src/com.gluster.storage.management.gui/plugin.xml
+++ b/src/com.gluster.storage.management.gui/plugin.xml
@@ -392,36 +392,6 @@
<extension
point="org.eclipse.ui.actionSets">
<actionSet
- description="Set of Actions in &quot;Edit&quot; menu"
- id="com.gluster.storage.management.gui.actionsets.edit"
- label="Edit Action Set"
- visible="true">
- <action
- allowLabelUpdate="false"
- class="com.gluster.storage.management.gui.actions.PreferencesAction"
- definitionId="org.eclipse.ui.window.preferences"
- icon="icons/tango/32x32/settings.png"
- id="com.gluster.storage.management.gui.actions.AddServerAction"
- label="&amp;Settings"
- menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
- mode="FORCE_TEXT"
- pulldown="false"
- retarget="false"
- state="false"
- style="push"
- toolbarPath="Normal"
- tooltip="Preferences">
- </action>
- <menu
- id="com.gluster.storage.management.gui.menu.edit"
- label="&amp;Edit"
- path="additions">
- <groupMarker
- name="edit">
- </groupMarker>
- </menu>
- </actionSet>
- <actionSet
description="Set of actions that can be performed on multiple Volumes"
id="com.gluster.storage.management.gui.actionsets.volumes"
label="Volumes Actions"
@@ -891,6 +861,52 @@
</groupMarker>
</menu>
</actionSet>
+ <actionSet
+ description="Set of Actions in &quot;Edit&quot; menu"
+ id="com.gluster.storage.management.gui.actionsets.edit"
+ label="Edit Action Set"
+ visible="true">
+ <action
+ allowLabelUpdate="false"
+ class="com.gluster.storage.management.gui.actions.RefreshDataAction"
+ definitionId="org.eclipse.ui.window.preferences"
+ icon="icons/tango/32x32/view-refresh.png"
+ id="com.gluster.storage.management.gui.actions.AddServerAction"
+ label="&amp;Refresh"
+ menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
+ mode="FORCE_TEXT"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Refresh data from Gluster Management Gateway">
+ </action>
+ <action
+ allowLabelUpdate="false"
+ class="com.gluster.storage.management.gui.actions.PreferencesAction"
+ definitionId="org.eclipse.ui.window.preferences"
+ icon="icons/tango/32x32/settings.png"
+ id="com.gluster.storage.management.gui.actions.AddServerAction"
+ label="&amp;Settings"
+ menubarPath="com.gluster.storage.management.gui.menu.edit/edit"
+ mode="FORCE_TEXT"
+ pulldown="false"
+ retarget="false"
+ state="false"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Preferences">
+ </action>
+ <menu
+ id="com.gluster.storage.management.gui.menu.edit"
+ label="&amp;Edit"
+ path="additions">
+ <groupMarker
+ name="edit">
+ </groupMarker>
+ </menu>
+ </actionSet>
</extension>
<extension
point="org.eclipse.ui.perspectiveExtensions">