Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index 6036791cb..94ee86250 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -4,7 +4,7 @@
<plugin>
<extension
id="org.eclipse.mylyn.helpDocs"
- name="Mylyn"
+ name="Tasks"
point="org.eclipse.help.toc">
<toc
file="doc/toc.xml"
@@ -15,23 +15,15 @@
<extension point="org.eclipse.ui.commands">
<category
id="org.eclipse.mylyn.help.ui.commands"
- name="Mylyn Help">
+ name="Tasks Help">
</category>
<command
categoryId="org.eclipse.mylyn.help.ui.commands"
- description="Show Mylyn UI Legend"
+ description="Show Tasks UI Legend"
id="org.eclipse.mylyn.doc.legend.show"
- name="Show Mylyn UI Legend">
+ name="Show Tasks UI Legend">
</command>
</extension>
-
- <extension point="org.eclipse.ui.bindings">
- <key
- sequence="M1+M2+M3+?"
- commandId="org.eclipse.mylyn.doc.legend.show"
- schemeId ="org.eclipse.ui.defaultAcceleratorConfiguration">
- </key>
- </extension>
<extension
point="org.eclipse.ui.intro.configExtension">
@@ -52,7 +44,7 @@
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<category
id="org.eclipse.mylyn.cheatsheet"
- name="Mylyn">
+ name="Tasks">
</category>
<cheatsheet
category="org.eclipse.mylyn.cheatsheet"

Back to the top