summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console/plugin.xml
diff options
context:
space:
mode:
authorDhandapani <dhandapani@gluster.com>2011-09-09 14:13:15 +0530
committerDhandapani <dhandapani@gluster.com>2011-09-09 14:13:15 +0530
commit61039e6669d11165dc9109689282ff249945a25f (patch)
treeed679820a0ead7d17d3a4e9562d38dd40dd1c181 /src/com.gluster.storage.management.console/plugin.xml
parent0cbd8c21223b21d941e4f83599b0c08ed14293f5 (diff)
parent21ef1b2d60f3a483dc32f1aeefd62fcb71753ba0 (diff)
Merge branch '1.0.0' of git@github.com:gluster/console
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.console/plugin.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml
index f7f644a5..3cb0e1e3 100644
--- a/src/com.gluster.storage.management.console/plugin.xml
+++ b/src/com.gluster.storage.management.console/plugin.xml
@@ -296,6 +296,12 @@
id="com.gluster.storage.management.console.commands.Terminal"
name="Terminal">
</command>
+ <command
+ categoryId="com.gluster.storage.management.console.category"
+ description="Settings"
+ id="com.gluster.storage.management.console.commands.Preferences"
+ name="Settings">
+ </command>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -345,7 +351,7 @@
sequence="CTRL+SHIFT+M">
</key>
<key
- commandId="org.eclipse.ui.window.preferences"
+ commandId="com.gluster.storage.management.console.commands.Preferences"
schemeId="com.gluster.storage.management.console.KeyConfig"
sequence="CTRL+SHIFT+P">
</key>
@@ -1109,7 +1115,7 @@
<action
allowLabelUpdate="false"
class="com.gluster.storage.management.console.actions.PreferencesAction"
- definitionId="org.eclipse.ui.window.preferences"
+ definitionId="com.gluster.storage.management.console.commands.Preferences"
icon="icons/tango/32x32/settings.png"
id="com.gluster.storage.management.console.actions.PreferencesAction"
label="&amp;Settings"