Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2009-06-03 20:05:07 +0000
committersminto2009-06-03 20:05:07 +0000
commit26efd5a3190cd02c9ea90ada31a713aa60588729 (patch)
treea3f8efa900ecc6e00649dcd70dfd2a2576683221 /org.eclipse.mylyn.tasks.bugs
parent27769032d33a4543348c9f9f18109f050edac006 (diff)
downloadorg.eclipse.mylyn.tasks-26efd5a3190cd02c9ea90ada31a713aa60588729.tar.gz
org.eclipse.mylyn.tasks-26efd5a3190cd02c9ea90ada31a713aa60588729.tar.xz
org.eclipse.mylyn.tasks-26efd5a3190cd02c9ea90ada31a713aa60588729.zip
RESOLVED - bug 278856: selecting a support repository in the report bug from error dialog doesnt always use the selected one
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278856
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/schema/support.exsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/schema/support.exsd b/org.eclipse.mylyn.tasks.bugs/schema/support.exsd
index 999a634ea..8ceb469b0 100644
--- a/org.eclipse.mylyn.tasks.bugs/schema/support.exsd
+++ b/org.eclipse.mylyn.tasks.bugs/schema/support.exsd
@@ -22,6 +22,7 @@
<element ref="mapping" minOccurs="0" maxOccurs="unbounded"/>
<element ref="product" minOccurs="0" maxOccurs="unbounded"/>
<element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="handler" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>

Back to the top