Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-03-23 00:03:27 +0000
committermkersten2007-03-23 00:03:27 +0000
commitcc79e57fe33c17b4421e34003588ef6e0309cdd2 (patch)
tree851aaae039bb41446acd4879420d0a127cd25369 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent326aae7cc8a2d865f0113f532e300869d827e102 (diff)
downloadorg.eclipse.mylyn.tasks-cc79e57fe33c17b4421e34003588ef6e0309cdd2.tar.gz
org.eclipse.mylyn.tasks-cc79e57fe33c17b4421e34003588ef6e0309cdd2.tar.xz
org.eclipse.mylyn.tasks-cc79e57fe33c17b4421e34003588ef6e0309cdd2.zip
RESOLVED - bug 178922: add "Show Task Repositories view" action to Task List
https://bugs.eclipse.org/bugs/show_bug.cgi?id=178922
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index b322b201a..bed0a0227 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -276,11 +276,22 @@
targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
<action
class="org.eclipse.mylar.internal.tasks.ui.actions.RestoreTaskListAction"
+ icon="icons/etool16/import.gif"
id="org.eclipse.mylar.tasks.ui.action.restore"
label="Restore Tasks from History..."
menubarPath="tasks"
style="push">
</action>
+
+ <action
+ class="org.eclipse.mylar.internal.tasks.ui.actions.ShowTaskRepositoriesViewAction"
+ enablesFor="*"
+ icon="icons/eview16/repositories.gif"
+ id="org.eclipse.mylar.tasks.ui.open.repositories.view"
+ label="Show Task Repositries View"
+ menubarPath="tasks"
+ tooltip="Show Task Repositories View">
+ </action>
<action
class="org.eclipse.mylar.internal.tasks.ui.actions.SynchronizeAllAction"
@@ -292,7 +303,7 @@
toolbarPath="new"
tooltip="Synchronize All Tasks and Queries">
</action>
-
+
<action
class="org.eclipse.mylar.internal.tasks.ui.actions.NewRepositoryTaskAction"
enablesFor="*"

Back to the top