Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-12 04:31:12 +0000
committermkersten2007-06-12 04:31:12 +0000
commitbf7f764f42d108970420732424fc0f82684279be (patch)
treea03a04034d1c903e16c780e611ff1021fd187f5d
parenta3a3b858fcbd4728486d9603690202fee9cddd84 (diff)
downloadorg.eclipse.mylyn.tasks-bf7f764f42d108970420732424fc0f82684279be.tar.gz
org.eclipse.mylyn.tasks-bf7f764f42d108970420732424fc0f82684279be.tar.xz
org.eclipse.mylyn.tasks-bf7f764f42d108970420732424fc0f82684279be.zip
NEW - bug 190479: Report bug menu behavior should be configurable
https://bugs.eclipse.org/bugs/show_bug.cgi?id=190479
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index d8ca1ed83..b17255990 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -18,7 +18,7 @@
class="org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaRepositoryUi"
name="Bugzilla Repository Ui"
overlayIcon="icons/eview16/overlay-bugzilla.gif"/>
-
+
<externalizer
class="org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaTaskExternalizer"
id="org.eclipse.mylyn.bugzilla.tasklist.externalizer"/>

Back to the top