Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-02-27 20:01:40 +0000
committerspingel2011-02-27 20:01:40 +0000
commit4ba11dbe28fc2377fa6c8349b1cc09236071b829 (patch)
tree435a29bd1ce34f6a38a6a6ece3420661eab5fee9 /org.eclipse.mylyn.help.ui
parent883e01d7ca7648471040589ae5bbe4041befdc70 (diff)
downloadorg.eclipse.mylyn.tasks-4ba11dbe28fc2377fa6c8349b1cc09236071b829.tar.gz
org.eclipse.mylyn.tasks-4ba11dbe28fc2377fa6c8349b1cc09236071b829.tar.xz
org.eclipse.mylyn.tasks-4ba11dbe28fc2377fa6c8349b1cc09236071b829.zip
NEW - bug 337513: rename "Tasks" UI entries to "Mylyn"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337513
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/primary-toc.xml24
2 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index a70fac97e..f8a13e6b7 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -15,6 +15,10 @@
id="org.eclipse.mylyn.helpDocs"
name="Tasks"
point="org.eclipse.help.toc">
+ <toc
+ file="primary-toc.xml"
+ primary="true">
+ </toc>
<toc
file="toc.xml"
primary="true">
diff --git a/org.eclipse.mylyn.help.ui/primary-toc.xml b/org.eclipse.mylyn.help.ui/primary-toc.xml
new file mode 100644
index 000000000..8ccee0d86
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/primary-toc.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+<!--
+ 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 v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Tasktop Technologies - initial API and implementation
+ -->
+
+<toc label="Mylyn Documentation">
+ <anchor id="pre" />
+ <topic label="Tasks User Guide">
+ <link toc="toc.xml"/>
+ </topic>
+ <anchor id="additions" />
+ <anchor id="additions-developer" />
+ <anchor id="post" />
+</toc>
+
+

Back to the top