Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2010-02-08 00:40:32 +0000
committerdgreen2010-02-08 00:40:32 +0000
commitb7aaff6eadc50903a7d761a6b4771ac475132fda (patch)
treee6d108bdf3ffb6b516087139138dd0f1a417b08d /org.eclipse.mylyn.help.ui/plugin.xml
parent4f0d4ec9b18ea84760fb1e33b203decbd1085ea9 (diff)
downloadorg.eclipse.mylyn.tasks-b7aaff6eadc50903a7d761a6b4771ac475132fda.tar.gz
org.eclipse.mylyn.tasks-b7aaff6eadc50903a7d761a6b4771ac475132fda.tar.xz
org.eclipse.mylyn.tasks-b7aaff6eadc50903a7d761a6b4771ac475132fda.zip
ASSIGNED - bug 300134: consider adding FAQ to o.e.m.help.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=300134 NEW - bug 299838: Generation of Eclipse Help content from a MediaWiki https://bugs.eclipse.org/bugs/show_bug.cgi?id=299838
Diffstat (limited to 'org.eclipse.mylyn.help.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index f34922c88..a70fac97e 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -20,9 +20,11 @@
primary="true">
</toc>
<toc
- file="userguide/Mylyn Reference-toc.xml"
- primary="false">
- </toc>
+ file="Mylyn-User-Guide-toc.xml"
+ primary="false"/>
+ <toc
+ file="Mylyn-FAQ-toc.xml"
+ primary="false"/>
</extension>
<extension

Back to the top