Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-08 02:03:44 +0000
committermkersten2007-06-08 02:03:44 +0000
commitb661f3f4f0d88e2bf3ce94cca0508865e139c75d (patch)
tree2792bc079e684efa66286558648367b30bb66036 /org.eclipse.mylyn.help.ui/plugin.xml
parentb3a8c6ee3b506e958cc1324262cff089e85a37b0 (diff)
downloadorg.eclipse.mylyn.tasks-b661f3f4f0d88e2bf3ce94cca0508865e139c75d.tar.gz
org.eclipse.mylyn.tasks-b661f3f4f0d88e2bf3ce94cca0508865e139c75d.tar.xz
org.eclipse.mylyn.tasks-b661f3f4f0d88e2bf3ce94cca0508865e139c75d.zip
NEW - bug 191406: rename Mylar project to Mylyn
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191406
Diffstat (limited to 'org.eclipse.mylyn.help.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index 4438d35e8..61f070c83 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="Mylar Help"
+ name="Task-Focused UI"
point="org.eclipse.help.toc">
<toc
file="doc/toc.xml"
@@ -15,17 +15,17 @@
<extension point="org.eclipse.ui.actionSets">
<actionSet
id="org.eclipse.mylyn.doc.actionSet"
- label="Mylar Documentation"
+ label="Mylyn Documentation"
visible="true">
<action
class="org.eclipse.mylyn.doc.internal.actions.ShowMylarLegendAction"
definitionId="org.eclipse.mylyn.doc.legend.show"
icon="icons/etool16/icons-legend.gif"
id="org.eclipse.mylyn.doc.legend.show.action"
- label="Mylar UI Legend"
+ label="Task-Focused UI Legend"
menubarPath="help/helpStart"
style="push"
- tooltip="Mylar UI Legend">
+ tooltip="Task-Focused UI Legend">
</action>
</actionSet>
</extension>
@@ -33,14 +33,14 @@
<extension point="org.eclipse.ui.commands">
<category
id="org.eclipse.mylyn.doc.commands"
- name="Mylar Documentation">
+ name="Task-Focused UI Documentation">
</category>
<command
category="org.eclipse.mylyn.doc.commands"
categoryId="org.eclipse.mylyn.doc.commands"
- description="Show Mylar UI Legend"
+ description="Show Mylyn UI Legend"
id="org.eclipse.mylyn.doc.legend.show"
- name="Show Mylar UI Legend">
+ name="Task-Focused UI Legend">
</command>
</extension>
@@ -71,7 +71,7 @@
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<category
id="org.eclipse.mylyn.cheatsheet"
- name="Mylar">
+ name="Task-Focused UI">
</category>
<cheatsheet
category="org.eclipse.mylyn.cheatsheet"

Back to the top