Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-06-11 23:46:25 +0000
committermkersten2008-06-11 23:46:25 +0000
commit674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7 (patch)
tree8a87b674b3fc204be060092d28ccb1bb8e21e1f8 /org.eclipse.mylyn.help.ui/plugin.xml
parent598a1aa030bd5ab770ba055cad0ca8f92d3a3dbc (diff)
downloadorg.eclipse.mylyn.tasks-674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7.tar.gz
org.eclipse.mylyn.tasks-674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7.tar.xz
org.eclipse.mylyn.tasks-674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7.zip
ASSIGNED - bug 236760: rename "Mylyn" UI entries to "Tasks"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236760
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