diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-09-08 20:07:06 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-09-08 20:08:41 +0530 |
| commit | 21ef1b2d60f3a483dc32f1aeefd62fcb71753ba0 (patch) | |
| tree | 7d896c78ced360c60ca4c5fcec7e86599c0e0fc6 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | bea47ce6d9a6015bce0e29fdbc166992d2384dab (diff) | |
Moved to eclipse 3.7 (indigo)
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 10 |
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="&Settings" |
