Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-08-11 17:55:06 +0000
committerspingel2009-08-11 17:55:06 +0000
commit9cd59744a56b4b20550ce7e551da6ff358bcd9ad (patch)
treeb220b17b02893cc2cc6313d3307fc06359fc663b /org.eclipse.mylyn.tasks.tests/plugin.xml
parentcc6eae8c3c8a30d09a32771ae89803c26f81657f (diff)
downloadorg.eclipse.mylyn.tasks-9cd59744a56b4b20550ce7e551da6ff358bcd9ad.tar.gz
org.eclipse.mylyn.tasks-9cd59744a56b4b20550ce7e551da6ff358bcd9ad.tar.xz
org.eclipse.mylyn.tasks-9cd59744a56b4b20550ce7e551da6ff358bcd9ad.zip
NEW - bug 280961: supported products should be validated before being displayed in wizard
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280961
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.tests/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/plugin.xml b/org.eclipse.mylyn.tasks.tests/plugin.xml
index 039b0b490..ae81b01f1 100644
--- a/org.eclipse.mylyn.tasks.tests/plugin.xml
+++ b/org.eclipse.mylyn.tasks.tests/plugin.xml
@@ -69,6 +69,12 @@
url="https://bugs.eclipse.org/bugs">
</repository>
</mapping>
+ <provider
+ categoryId="org.eclipse.mylyn.tasks.tests.category1"
+ description="Provider that has no products definded"
+ id="org.eclipse.mylyn.tasks.tests.provider2"
+ name="Invalid Test Provider">
+ </provider>
</extension>
</plugin>

Back to the top