Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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