Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-11-09 21:05:14 +0000
committermkersten2005-11-09 21:05:14 +0000
commitafc7ac188078917efac8511974147cdcd1c47836 (patch)
treead25ba25f49dd552209b1ec46895372bf5956a6c
parentf4c93360a8cd9bb4038fa697c5c7ac7acdbea448 (diff)
downloadorg.eclipse.mylyn.tasks-afc7ac188078917efac8511974147cdcd1c47836.tar.gz
org.eclipse.mylyn.tasks-afc7ac188078917efac8511974147cdcd1c47836.tar.xz
org.eclipse.mylyn.tasks-afc7ac188078917efac8511974147cdcd1c47836.zip
Fixed Bugzilla Bug 106862: use task description as comments in CVS co...
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index a9aa07e8d..15cbacb9f 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -147,8 +147,7 @@
</viewContribution>
</extension>
- <extension
- point="org.eclipse.ui.popupMenus">
+ <extension point="org.eclipse.ui.popupMenus">
<viewerContribution
id="org.eclipse.mylar.bugzilla.ui.viewerContribution"
targetID="org.eclipse.mylar.tasks.ui.views.TaskListView">
@@ -184,7 +183,7 @@
</action>
- <action
+ <action
class="org.eclipse.mylar.bugzilla.ui.actions.CreateBugzillaQueryCategoryAction"
enablesFor="*"
icon="icons/etool16/category-query-new.gif"

Back to the top