Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-21 07:21:45 +0000
committermkersten2007-06-21 07:21:45 +0000
commit6cd01592a9b4eca75ae9da74675a39ed13be29d6 (patch)
treee2f8b214dfd835aff593c33f28f1ae99ddae098d /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent814d5a58aa59225467a9f8c5f018770dd5c53e83 (diff)
downloadorg.eclipse.mylyn.tasks-6cd01592a9b4eca75ae9da74675a39ed13be29d6.tar.gz
org.eclipse.mylyn.tasks-6cd01592a9b4eca75ae9da74675a39ed13be29d6.tar.xz
org.eclipse.mylyn.tasks-6cd01592a9b4eca75ae9da74675a39ed13be29d6.zip
NEW - bug 166609: [api] improve task externalization API
https://bugs.eclipse.org/bugs/show_bug.cgi?id=166609
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-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 c397116a2..9d4be60f0 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -20,7 +20,7 @@
overlayIcon="icons/eview16/overlay-bugzilla.gif"/>
<externalizer
- class="org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaTaskExternalizer"
+ class="org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaTaskListFactory"
id="org.eclipse.mylyn.bugzilla.tasklist.externalizer"/>
</extension>

Back to the top