Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index b17255990..c397116a2 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -27,9 +27,6 @@
<extension
point="org.eclipse.mylyn.tasks.ui.editors">
<editorFactory class="org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaTaskEditorFactory"/>
- <!-- <hyperlinkDetector
- class="org.eclipse.mylyn.tasks.ui.editors.TaskHyperlinkDetector"
- id="org.eclipse.mylyn.tasks.hyperlinkdetector.bugzillatask"/>-->
</extension>
<extension
@@ -39,14 +36,4 @@
</perspectiveExtension>
</extension>
-
-
- <extension
- point="org.eclipse.mylyn.tasks.ui.duplicateDetectors">
- <detector class="org.eclipse.mylyn.internal.bugzilla.ui.search.StackTraceDuplicateDetector"
- name="Stack Trace">
- </detector>
-
- </extension>
-
</plugin>

Back to the top