Skip to main content
summaryrefslogtreecommitdiffstats
blob: cc5657a6a3c95aa62127f64b4088598011664fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8" ?>
<!--
   Copyright (c) 2009 Tasktop Technologies and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v2.0
   which accompanies this distribution, and is available at
   http://www.eclipse.org/legal/epl-v20.html
   
   Contributors:
   Tasktop Technologies - initial API and implementation
  -->
<introContent>
  <extensionContent id="org.eclipse.mylyn" name="Mylyn"
					style="css/overview.css" alt-style="css/overview.properties" path="overview/@">
	<group id="content-group" style-id="content-group">
	  <!--
	  <link label="Mylyn"
			url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mylyn.help.ui/doc/overview.html"
			id="mylyn-overview" style-id="content-link">
		<text>Learn more about how Mylyn will help you focus on tasks</text>
	  </link>
	  -->
	  <link label="Connect to your task and ALM tools"
			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>Open the Mylyn Task List and add a repository</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