Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-08-25 16:05:42 +0000
committermkersten2006-08-25 16:05:42 +0000
commitf1dc31ab0020a32d539d25ec1860c8c9cd697f49 (patch)
treea2536f745fe939e1cbd43a601591bac3cb99dd64 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parentcf0b994bf1db9c3d120f04e07595d8f6cec4520f (diff)
downloadorg.eclipse.mylyn.tasks-f1dc31ab0020a32d539d25ec1860c8c9cd697f49.tar.gz
org.eclipse.mylyn.tasks-f1dc31ab0020a32d539d25ec1860c8c9cd697f49.tar.xz
org.eclipse.mylyn.tasks-f1dc31ab0020a32d539d25ec1860c8c9cd697f49.zip
Progress on: 149981: extract tasks framework from mylar.tasklist
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149981
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-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 f78648d3d..591c2812d 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -27,14 +27,13 @@
name="Bugzilla Repository"
point="org.eclipse.mylar.tasks.ui.repositories">
- <repositoryConnector
-
+ <connectorCore
class="org.eclipse.mylar.internal.bugzilla.ui.tasklist.BugzillaRepositoryConnector"
id="org.eclipse.mylar.bugzilla.tasklist.repositories"
name="Bugzilla Repository Connector"
type="bugzilla"/>
- <repositoryUi
+ <connectorUi
brandingIcon="icons/eview16/bugzilla-logo.gif"
class="org.eclipse.mylar.internal.bugzilla.ui.tasklist.BugzillaRepositoryUi"
name="Bugzilla Repository Ui"/>

Back to the top