Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-08-04 07:38:38 +0000
committerspingel2010-08-04 07:38:38 +0000
commit4ed0d85417976e331f5aca6c3d3460da975f3acc (patch)
tree764300a968c799f147f687288d7a1d309c004a38 /org.eclipse.mylyn.tasks.ui/plugin.xml
parentaaff451db8b9ac73c0eeb0b2435272a6361b4a44 (diff)
downloadorg.eclipse.mylyn.tasks-4ed0d85417976e331f5aca6c3d3460da975f3acc.tar.gz
org.eclipse.mylyn.tasks-4ed0d85417976e331f5aca6c3d3460da975f3acc.tar.xz
org.eclipse.mylyn.tasks-4ed0d85417976e331f5aca6c3d3460da975f3acc.zip
NEW - bug 318097: provide common team repositories view
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318097
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index c61f7b930..55b447a4e 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1987,6 +1987,9 @@
icon="icons/etool16/repository-new.gif"
id="org.eclipse.mylyn.tasks.ui.wizard.NewTaskRepository"
name="Task Repository">
+ <description>
+ Connects to task repositories
+ </description>
</wizard>
<primaryWizard
id="org.eclipse.mylyn.tasks.ui.wizard.NewTaskRepository">

Back to the top