Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2008-04-22 22:43:38 +0000
committerrelves2008-04-22 22:43:38 +0000
commitc5914aceac1292afdca3fef1d15f517c2fc7b082 (patch)
tree1317f2f1500250227612c9a743b36683aa6c5a13 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parentbbb1a9964f7bb7032a9b2179ba950a552ea742ae (diff)
downloadorg.eclipse.mylyn.tasks-c5914aceac1292afdca3fef1d15f517c2fc7b082.tar.gz
org.eclipse.mylyn.tasks-c5914aceac1292afdca3fef1d15f517c2fc7b082.tar.xz
org.eclipse.mylyn.tasks-c5914aceac1292afdca3fef1d15f517c2fc7b082.zip
REOPENED - bug 228094: [api] move duplicate detection into bugzilla.core
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228094
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 3be9889a3..949236c24 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -71,15 +71,5 @@
<newWizardShortcut id="org.eclipse.mylyn.bugzilla.bugWizard"/>
</perspectiveExtension>
</extension>
-
-
- <extension
- point="org.eclipse.mylyn.tasks.ui.duplicateDetectors">
- <detector
- class="org.eclipse.mylyn.internal.bugzilla.ui.StackTraceDuplicateDetector"
- kind="bugzilla"
- name="Stack Trace">
- </detector>
- </extension>
</plugin>

Back to the top