Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-05-14 04:07:46 +0000
committerspingel2008-05-14 04:07:46 +0000
commitd6766a52ec7442063d818ca51b2fae0b8bc55108 (patch)
tree3a70bd3dfd897c0e23c547df824ab4fb35a22e3e /org.eclipse.mylyn.tasks.ui/plugin.xml
parent839c9ae28ce335ef04382223014033421b3f0541 (diff)
downloadorg.eclipse.mylyn.tasks-d6766a52ec7442063d818ca51b2fae0b8bc55108.tar.gz
org.eclipse.mylyn.tasks-d6766a52ec7442063d818ca51b2fae0b8bc55108.tar.xz
org.eclipse.mylyn.tasks-d6766a52ec7442063d818ca51b2fae0b8bc55108.zip
NEW - bug 197181: [api] make duplicate detection support generic
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197181
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 80ac4d27f..1fc15fba9 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -13,6 +13,13 @@
<contextStore
class="org.eclipse.mylyn.internal.tasks.ui.WorkspaceAwareContextStore">
</contextStore>
+ </extension>
+ <extension
+ point="org.eclipse.mylyn.tasks.ui.duplicateDetectors">
+ <detector
+ class="org.eclipse.mylyn.internal.tasks.ui.search.StackTraceDuplicateDetector"
+ name="Stack Trace">
+ </detector>
</extension>
<extension point="org.eclipse.ui.views">

Back to the top