diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:38:37 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:38:37 +0200 |
commit | 067445c1487c1a73e0ee8a9ae3e82d446406ab57 (patch) | |
tree | d47aa232ce1c82cf47aa348f20902937e073239a /documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl | |
download | yocto-docs-daisy.tar.gz |
initial commit for Enea Linux 4.0daisy
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl b/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl new file mode 100644 index 0000000..f8f8930 --- /dev/null +++ b/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl | |||
@@ -0,0 +1,25 @@ | |||
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 | ||
9 | href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" /> | ||
10 | <xsl:import href="yocto-project-qs-titlepage.xsl"/> | ||
11 | |||
12 | <xsl:param name="chunker.output.indent" select="'yes'"/> | ||
13 | <xsl:param name="chunk.quietly" select="1"/> | ||
14 | <xsl:param name="use.id.as.filename" select="1"/> | ||
15 | <xsl:param name="ulink.target" select="'_self'" /> | ||
16 | <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/> | ||
17 | <xsl:param name="chunk.section.depth" select="0"/> | ||
18 | <xsl:param name="html.stylesheet" select="'../book.css'"/> | ||
19 | <xsl:param name="eclipse.manifest" select="0"/> | ||
20 | <xsl:param name="create.plugin.xml" select="0"/> | ||
21 | <xsl:param name="suppress.navigation" select="1"/> | ||
22 | <xsl:param name="generate.index" select="0"/> | ||
23 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> | ||
24 | <xsl:param name="html.stylesheet" select="'style.css'" /> | ||
25 | </xsl:stylesheet> | ||