summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.doc.user/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.doc.user/plugin.xml')
-rw-r--r--plugins/org.yocto.doc.user/plugin.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/plugins/org.yocto.doc.user/plugin.xml b/plugins/org.yocto.doc.user/plugin.xml
new file mode 100644
index 0000000..8e87ce7
--- /dev/null
+++ b/plugins/org.yocto.doc.user/plugin.xml
@@ -0,0 +1,39 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
5 point="org.eclipse.help.toc">
6 <toc
7 file="toc.xml"
8 primary="true">
9 </toc>
10 <toc
11 file="html/adt-manual-toc.xml"
12 primary="false">
13 </toc>
14 <toc
15 file="html/yocto-project-qs-toc.xml"
16 primary="false">
17 </toc>
18 <toc
19 file="html/dev-manual-toc.xml"
20 primary="false">
21 </toc>
22 <toc
23 file="html/ref-manual-toc.xml"
24 primary="false">
25 </toc>
26 <toc
27 file="html/bsp-guide-toc.xml"
28 primary="false">
29 </toc>
30 <toc
31 file="html/kernel-dev-toc.xml"
32 primary="false">
33 </toc>
34 <toc
35 file="html/profile-manual-toc.xml"
36 primary="false">
37 </toc>
38 </extension>
39</plugin>