Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-06-03 21:59:47 +0000
committerDejan Gloszic2005-06-03 21:59:47 +0000
commit2f434efebb6dcee7a5021bd9cd0cbc5d103a5c83 (patch)
tree76b3ecd758dc6c85d18716bcc1c51c7de7d48522 /org.eclipse.ui.cheatsheets/plugin.xml
parent15ba3552196f49b4fcca6f59d303515ad935cea6 (diff)
downloadeclipse.platform.ua-2f434efebb6dcee7a5021bd9cd0cbc5d103a5c83.tar.gz
eclipse.platform.ua-2f434efebb6dcee7a5021bd9cd0cbc5d103a5c83.tar.xz
eclipse.platform.ua-2f434efebb6dcee7a5021bd9cd0cbc5d103a5c83.zip
97082 [CheatSheets] [RCP] Cheat sheets plug-in should not depend on IDE menu structure
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index e81308cff..b31dff2e5 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -45,20 +45,6 @@
id="org.eclipse.ui.cheatsheets.views.CheatSheetView"/>
</extension>
<extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%CHEAT_SHEETS"
- visible="true"
- id="org.eclipse.ui.cheatsheets.actionSet">
- <action
- label="%CHEAT_SHEETS_MENU"
- class="org.eclipse.ui.internal.cheatsheets.actions.CheatSheetHelpMenuAction"
- menubarPath="help/group.tutorials"
- id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction">
- </action>
- </actionSet>
- </extension>
- <extension
point="org.eclipse.ui.commands">
<command
name="%CHEAT_SHEETS_VIEW_COMMAND_NAME"

Back to the top