Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-18 21:20:56 +0000
committerspingel2008-04-18 21:20:56 +0000
commit73a22a9421d33160ed3b96e64fd7f503599cbf8b (patch)
tree7ead048ae61883b85f7bc6d06a89d5ff42fcde1e /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent947464379423a02059c5089bcb2fe378280ac488 (diff)
downloadorg.eclipse.mylyn.tasks-73a22a9421d33160ed3b96e64fd7f503599cbf8b.tar.gz
org.eclipse.mylyn.tasks-73a22a9421d33160ed3b96e64fd7f503599cbf8b.tar.xz
org.eclipse.mylyn.tasks-73a22a9421d33160ed3b96e64fd7f503599cbf8b.zip
NEW - bug 217725: [api] review plug-in and feature dependencies
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217725
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 039ebefa1..3be9889a3 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -72,4 +72,14 @@
</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