Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-21 20:46:39 +0000
committermkersten2005-10-21 20:46:39 +0000
commit21f52a7380c2fa01c92c76dde47b085f861e76b3 (patch)
treef210be6e03c0d220639cd5ff8682cab0dff6d950 /org.eclipse.mylyn.tasks.ui/schema
parentd28d88881df26f4b45f329a68c423aa276f51f65 (diff)
downloadorg.eclipse.mylyn.tasks-21f52a7380c2fa01c92c76dde47b085f861e76b3.tar.gz
org.eclipse.mylyn.tasks-21f52a7380c2fa01c92c76dde47b085f861e76b3.tar.xz
org.eclipse.mylyn.tasks-21f52a7380c2fa01c92c76dde47b085f861e76b3.zip
Fixed Bug #113292: Task summary editor tab for issue report web page
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/schema')
-rw-r--r--org.eclipse.mylyn.tasks.ui/schema/editors.exsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/schema/editors.exsd b/org.eclipse.mylyn.tasks.ui/schema/editors.exsd
index fece2f001..5ad6bbefa 100644
--- a/org.eclipse.mylyn.tasks.ui/schema/editors.exsd
+++ b/org.eclipse.mylyn.tasks.ui/schema/editors.exsd
@@ -13,7 +13,7 @@
<element name="extension">
<complexType>
<sequence>
- <element ref="editor" minOccurs="1" maxOccurs="unbounded"/>
+ <element ref="editorFactory" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
@@ -42,7 +42,7 @@
</complexType>
</element>
- <element name="editor">
+ <element name="editorFactory">
<complexType>
<attribute name="id" type="string">
<annotation>
@@ -51,7 +51,7 @@
</documentation>
</annotation>
</attribute>
- <attribute name="class" type="string">
+ <attribute name="class" type="string" use="required">
<annotation>
<documentation>

Back to the top