summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.doc.user/plugin.xml
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:49:30 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:49:30 +0200
commitede215cf93ba81c963ae62d665d0f32c9407551c (patch)
tree4a6dc80f259bccb8ff8b76d31e6cc8794bd97a2b /plugins/org.yocto.doc.user/plugin.xml
downloadeclipse-poky-kepler-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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>