summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.doc.user/plugin.xml
blob: 8e87ce72fabe49c88835b6e818f103506a61ff74 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
	<extension
		point="org.eclipse.help.toc">
		<toc
			file="toc.xml"
			primary="true">
		</toc>
		<toc
			file="html/adt-manual-toc.xml"
			primary="false">
		</toc>
		<toc
			file="html/yocto-project-qs-toc.xml"
			primary="false">
		</toc>
		<toc
			file="html/dev-manual-toc.xml"
			primary="false">
		</toc>
		<toc
			file="html/ref-manual-toc.xml"
			primary="false">
		</toc>
		<toc
			file="html/bsp-guide-toc.xml"
			primary="false">
		</toc>
		<toc
			file="html/kernel-dev-toc.xml"
			primary="false">
		</toc>
  <toc
        file="html/profile-manual-toc.xml"
        primary="false">
  </toc>
	</extension>
</plugin>