diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-13 08:28:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:13 +0100 |
commit | 518ef44f614d14e5c50147b1f8775cd8c30a6977 (patch) | |
tree | 1c7d30d8704b6d7764a131fe350964d5a6a0dd5e /documentation/brief-yoctoprojectqs/brief-yoctoprojectqs-eclipse-customization.xsl | |
parent | 5e82a9d95efa58f3ea28f9552c26f7721f9714ab (diff) | |
download | poky-518ef44f614d14e5c50147b1f8775cd8c30a6977.tar.gz |
brief-yoctoprojectqs: Added customization file for eclipse
this file was accidentally dropped during all the manual
reording operations. I have restored it.
(From yocto-docs rev: 5c1244f18ede1af0a540687cfb5d9071fbb3c1c0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs/brief-yoctoprojectqs-eclipse-customization.xsl')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs-eclipse-customization.xsl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs-eclipse-customization.xsl b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs-eclipse-customization.xsl new file mode 100644 index 0000000000..fbb3b578e1 --- /dev/null +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs-eclipse-customization.xsl | |||
@@ -0,0 +1,35 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <xsl:stylesheet | ||
3 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
4 | xmlns="http://www.w3.org/1999/xhtml" | ||
5 | xmlns:fo="http://www.w3.org/1999/XSL/Format" | ||
6 | version="1.0"> | ||
7 | |||
8 | <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> | ||
9 | |||
10 | <!-- | ||
11 | |||
12 | <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> | ||
13 | |||
14 | <xsl:import | ||
15 | href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" /> | ||
16 | |||
17 | --> | ||
18 | |||
19 | <xsl:import href="brief-yoctoprojectqs-titlepage.xsl"/> | ||
20 | |||
21 | <xsl:param name="chunker.output.indent" select="'yes'"/> | ||
22 | <xsl:param name="chunk.quietly" select="1"/> | ||
23 | <xsl:param name="use.id.as.filename" select="1"/> | ||
24 | <xsl:param name="ulink.target" select="'_self'" /> | ||
25 | <xsl:param name="base.dir" select="'html/brief-yoctoprojectqs/'"/> | ||
26 | <xsl:param name="chunk.section.depth" select="0"/> | ||
27 | <xsl:param name="html.stylesheet" select="'../book.css'"/> | ||
28 | <xsl:param name="eclipse.manifest" select="0"/> | ||
29 | <xsl:param name="create.plugin.xml" select="0"/> | ||
30 | <xsl:param name="suppress.navigation" select="1"/> | ||
31 | <xsl:param name="generate.index" select="0"/> | ||
32 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> | ||
33 | <xsl:param name="html.stylesheet" select="'style.css'" /> | ||
34 | </xsl:stylesheet> | ||
35 | |||