Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-12-07 22:24:25 +0000
committermkersten2005-12-07 22:24:25 +0000
commitc532516ecb88929087210fb0eb218a7c915ad2cc (patch)
tree745d64b0da2a68815ccf6486e8dff1b5a1c857d9
parent6ebb83783d70dcb0d82599685f6c944e715983a0 (diff)
downloadorg.eclipse.mylyn.tasks-c532516ecb88929087210fb0eb218a7c915ad2cc.tar.gz
org.eclipse.mylyn.tasks-c532516ecb88929087210fb0eb218a7c915ad2cc.tar.xz
org.eclipse.mylyn.tasks-c532516ecb88929087210fb0eb218a7c915ad2cc.zip
Completed: Bug 119180: Cleanup of tasklist provider schema
https://bugs.eclipse.org/bugs/show_bug.cgi?id=119180
-rw-r--r--org.eclipse.mylyn.tasks.ui/schema/providers.exsd11
1 files changed, 8 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/schema/providers.exsd b/org.eclipse.mylyn.tasks.ui/schema/providers.exsd
index e286c806e..ee55bec0d 100644
--- a/org.eclipse.mylyn.tasks.ui/schema/providers.exsd
+++ b/org.eclipse.mylyn.tasks.ui/schema/providers.exsd
@@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.mylar.tasks">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.mylar.tasks" id="taskListContributor" name="taskListContributor"/>
+ <meta.schema plugin="org.eclipse.mylar.tasks" id="taskListContributor" name="Task List Contributor"/>
</appInfo>
<documentation>
no description
@@ -45,6 +45,11 @@
</element>
<element name="taskHandler">
+ <annotation>
+ <appInfo>
+ <meta.element labelAttribute="name"/>
+ </appInfo>
+ </annotation>
<complexType>
<attribute name="externalizerClass" type="string" use="required">
<annotation>
@@ -52,7 +57,7 @@
</documentation>
<appInfo>
- <meta.attribute kind="java"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.mylar.tasklist.ITaskListExternalizer"/>
</appInfo>
</annotation>
</attribute>
@@ -62,7 +67,7 @@
</documentation>
<appInfo>
- <meta.attribute kind="java"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.mylar.tasklist.ITaskHandler"/>
</appInfo>
</annotation>
</attribute>

Back to the top