Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-08-16 15:36:24 +0000
committermkersten2005-08-16 15:36:24 +0000
commite88bd65457c45077f8912f63abc8bee2e761103e (patch)
tree14c2b055bed455e0e5732a4649131df26228deed /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent64ef547303cf47d792e1f4ddaca0874a29229eed (diff)
downloadorg.eclipse.mylyn.tasks-e88bd65457c45077f8912f63abc8bee2e761103e.tar.gz
org.eclipse.mylyn.tasks-e88bd65457c45077f8912f63abc8bee2e761103e.tar.xz
org.eclipse.mylyn.tasks-e88bd65457c45077f8912f63abc8bee2e761103e.zip
Fix for Bugzilla Bug 106929
Add tooltip for description column in the tasklist
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 817978bb1..df865c4a9 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -12,6 +12,7 @@
name="Bugzilla Contributor">
</taskHandler>
</extension>
+
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="org.eclipse.jdt.ui.JavaPerspective">
<newWizardShortcut id="org.eclipse.mylar.bugzilla.bugWizard"/>

Back to the top