Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-27 22:17:03 +0000
committermkersten2006-01-27 22:17:03 +0000
commitb459d92686452a1e5aa87dfee19abdd74f4531fa (patch)
tree4e359ef165ced6660bae57a2d54d2b2a0095df8a /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parentb63509e21c238a568125631051edf12501d4e8a9 (diff)
downloadorg.eclipse.mylyn.tasks-b459d92686452a1e5aa87dfee19abdd74f4531fa.tar.gz
org.eclipse.mylyn.tasks-b459d92686452a1e5aa87dfee19abdd74f4531fa.tar.xz
org.eclipse.mylyn.tasks-b459d92686452a1e5aa87dfee19abdd74f4531fa.zip
Completed: icon for repository task
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml28
1 files changed, 13 insertions, 15 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index a99361666..d037c4e14 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -156,10 +156,10 @@
enablesFor="*"
icon="icons/etool16/task-repository-new.gif"
id="org.eclipse.mylar.bugzilla.tasklist.addNew"
- label="New Bugzilla Task"
+ label="New Repository Task"
style="push"
toolbarPath="reports"
- tooltip="New Bugzilla Task">
+ tooltip="New Repository Task">
</action>
</viewContribution>
@@ -186,6 +186,17 @@
</enablement>
</action>
+
+ <action
+ class="org.eclipse.mylar.internal.bugzilla.ui.actions.CreateNewBugzillaTaskAction"
+ enablesFor="*"
+ icon="icons/etool16/task-repository-new.gif"
+ id="org.eclipse.mylar.bugzilla.tasklist.popup.addNew"
+ label="New Repository Task"
+ menubarPath="reports"
+ tooltip="New Repository Task">
+ </action>
+
<!--
<action
class="org.eclipse.mylar.bugzilla.ui.actions.AddBugzillaQueryAction"
@@ -198,19 +209,6 @@
tooltip="Add Bugzilla Query">
</action>
-->
-
- <!--
- <action
- class="org.eclipse.mylar.bugzilla.ui.actions.CreateBugzillaTaskAction"
- enablesFor="*"
- icon="icons/etool16/task-bug.gif"
- id="org.eclipse.mylar.bugzilla.tasklist.addExisting"
- label="Add Existing Bugzilla Report"
- menubarPath="reports"
- style="push"
- tooltip="Add Existing Bugzilla Report">
- </action>
- -->
</viewerContribution>
</extension>
</plugin>

Back to the top