Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-10-14 00:27:11 +0000
committerrelves2009-10-14 00:27:11 +0000
commite573929f9e800549ded14bacfe38a0f260592b81 (patch)
tree44d40c177b585698c7db4b0865232477fef3f4a1 /org.eclipse.mylyn.help.ui
parentc1a9ae2235d6b30386a0490a237dcbb1e698b52d (diff)
downloadorg.eclipse.mylyn.tasks-e573929f9e800549ded14bacfe38a0f260592b81.tar.gz
org.eclipse.mylyn.tasks-e573929f9e800549ded14bacfe38a0f260592b81.tar.xz
org.eclipse.mylyn.tasks-e573929f9e800549ded14bacfe38a0f260592b81.zip
NEW - bug 280807: improve Mylyn welcome experience
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280807
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml20
1 files changed, 17 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml b/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml
index f3e291a13..dec310fe6 100644
--- a/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml
+++ b/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml
@@ -20,11 +20,25 @@
<text>Learn more about how Mylyn will help you focus on tasks</text>
</link>
-->
- <link label="Mylyn"
- url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.mylyn.help.ui&amp;class=org.eclipse.mylyn.internal.tasks.ui.actions.ShowTasksUiLegendAction&amp;id=org.eclipse.mylyn.doc.legend.show.action"
+ <link label="Mylyn Task Management"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.mylyn.help.ui&amp;class=org.eclipse.mylyn.internal.tasks.ui.actions.WelcomeIntroAction&amp;id=org.eclipse.mylyn.doc.legend.show.action"
id="mylyn-overview" style-id="content-link">
- <text>See the Tasks UI Legend and open the Task List</text>
+ <text>Open the Mylyn Task List and launch the New Task wizard</text>
</link>
+ <!-- <group id="links">
+ <link
+ label="Open Task List"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.mylyn.help.ui&amp;class=org.eclipse.mylyn.internal.tasks.ui.actions.WelcomeIntroAction&amp;id=org.eclipse.mylyn.doc.legend.show.action"
+ id="opentasklist"
+ style-id="action-link"/>
+ <link
+ label="Connect to Task Repository"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.mylyn.help.ui&amp;class=org.eclipse.mylyn.internal.tasks.ui.actions.ShowTasksUiLegendAction&amp;id=org.eclipse.mylyn.doc.legend.show.action"
+ id="connectrepository"
+ />
+ </group>-->
</group>
+
+
</extensionContent>
</introContent>

Back to the top