Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-05-17 07:45:06 +0000
committerspingel2009-05-17 07:45:06 +0000
commit03ce35c8bebd545e9f1eac7f4c39904922537e6e (patch)
tree882c3a8e4d7d5ea892c5ae2dabb8bca4c442c5ad /org.eclipse.mylyn.tasks.bugs/schema
parent86dcd0b2007cbc7a3a25ac7d8bae6c1ec3edb09b (diff)
downloadorg.eclipse.mylyn.tasks-03ce35c8bebd545e9f1eac7f4c39904922537e6e.tar.gz
org.eclipse.mylyn.tasks-03ce35c8bebd545e9f1eac7f4c39904922537e6e.tar.xz
org.eclipse.mylyn.tasks-03ce35c8bebd545e9f1eac7f4c39904922537e6e.zip
ASSIGNED - 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.bugs/schema')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/schema/support.exsd52
1 files changed, 40 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/schema/support.exsd b/org.eclipse.mylyn.tasks.bugs/schema/support.exsd
index 4cc9baa30..bd74b547e 100644
--- a/org.eclipse.mylyn.tasks.bugs/schema/support.exsd
+++ b/org.eclipse.mylyn.tasks.bugs/schema/support.exsd
@@ -20,7 +20,7 @@
<sequence>
<element ref="category" minOccurs="0" maxOccurs="unbounded"/>
<element ref="mapping" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="product" minOccurs="0" maxOccurs="1"/>
+ <element ref="product" minOccurs="0" maxOccurs="unbounded"/>
<element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
@@ -108,7 +108,7 @@
</documentation>
</annotation>
</attribute>
- <attribute name="name" type="string" use="required">
+ <attribute name="name" type="string">
<annotation>
<documentation>
@@ -122,26 +122,47 @@
</documentation>
</annotation>
</attribute>
- <attribute name="pluginId" type="string">
+ <attribute name="icon" type="string">
+ <annotation>
+ <documentation>
+ A 32x32 branding icon.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="url" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="featureId" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
+ <attribute name="pluginId" type="string">
+ <annotation>
+ <documentation>
+ If specified the product is only listed if the referenced plug-in is installed.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
<element name="property">
<complexType>
- <attribute name="value" type="string" use="required">
+ <attribute name="name" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
- <attribute name="name" type="string" use="required">
+ <attribute name="value" type="string" use="required">
<annotation>
<documentation>
@@ -174,6 +195,13 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="weight" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -207,21 +235,21 @@
</documentation>
</annotation>
</attribute>
- <attribute name="url" type="string">
+ <attribute name="icon" type="string">
<annotation>
<documentation>
-
+ A 32x32 branding icon.
</documentation>
+ <appInfo>
+ <meta.attribute kind="resource"/>
+ </appInfo>
</annotation>
</attribute>
- <attribute name="icon" type="string">
+ <attribute name="url" type="string">
<annotation>
<documentation>
- A 32x32 icon branding icon.
+
</documentation>
- <appInfo>
- <meta.attribute kind="resource"/>
- </appInfo>
</annotation>
</attribute>
</complexType>

Back to the top