Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-03-20 15:28:00 +0000
committermkersten2007-03-20 15:28:00 +0000
commit24e7d13263ea77fd9dad0beb5ed1895b0a9b15ca (patch)
treec2917a9edcb461af79b39c90b31bdad261354101 /org.eclipse.mylyn.help.ui
parenteacef66d08974b21ac5a31bbd01362857d997dc0 (diff)
downloadorg.eclipse.mylyn.tasks-24e7d13263ea77fd9dad0beb5ed1895b0a9b15ca.tar.gz
org.eclipse.mylyn.tasks-24e7d13263ea77fd9dad0beb5ed1895b0a9b15ca.tar.xz
org.eclipse.mylyn.tasks-24e7d13263ea77fd9dad0beb5ed1895b0a9b15ca.zip
RESOLVED - bug 175813: Invalid command descriptor - no category?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=175813
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index 5151f2735..a0b5c6498 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -31,7 +31,12 @@
</extension>
<extension point="org.eclipse.ui.commands">
+ <category
+ id="org.eclipse.mylar.doc.commands"
+ name="Mylar Documentation">
+ </category>
<command
+ category="org.eclipse.mylar.doc.commands"
categoryId="org.eclipse.mylar.ui"
description="Show Mylar UI Legend"
id="org.eclipse.mylar.doc.legend.show"

Back to the top