Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-06-05 02:06:32 +0000
committerspingel2008-06-05 02:06:32 +0000
commit3376d7a974962dea614f95b2b3cd69ca6e39e785 (patch)
treee35538475ddfb9115021d529fcdca2decb638e63 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent932d90733f83f08e466bab40f2ee64ecc368959d (diff)
downloadorg.eclipse.mylyn.tasks-3376d7a974962dea614f95b2b3cd69ca6e39e785.tar.gz
org.eclipse.mylyn.tasks-3376d7a974962dea614f95b2b3cd69ca6e39e785.tar.xz
org.eclipse.mylyn.tasks-3376d7a974962dea614f95b2b3cd69ca6e39e785.zip
NEW - bug 212209: provide a flexible bug reporting facility
https://bugs.eclipse.org/bugs/show_bug.cgi?id=212209
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 311f49df6..8c4f00cfd 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1634,5 +1634,14 @@
type="org.eclipse.mylyn.tasks.core.ITaskAttachment">
</propertyTester>
</extension>
+
+ <extension
+ point="org.eclipse.mylyn.commons.core.errorReporters">
+ <errorReporter
+ class="org.eclipse.mylyn.internal.tasks.ui.DialogErrorReporter"
+ id="org.eclipse.mylyn.tasks.bugs.errorReporter"
+ label="Report Error as Bug">
+ </errorReporter>
+ </extension>
</plugin>

Back to the top