summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-18 15:38:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-29 07:50:00 +0100
commit9f96ef9d98ac84fec971570cbecd7d3364c28b79 (patch)
treeba4ddda58cae266182f3cf8f5ecf97556c1c9a9b /documentation
parent90f204043b646be0a6d5001e147735978d156d5c (diff)
downloadpoky-9f96ef9d98ac84fec971570cbecd7d3364c28b79.tar.gz
sdk-manual: Updated eclipse customization file.
This file was still using the 1.76.1 XSL style sheets. They need to use the downloadable ones. (From yocto-docs rev: 27e29bedb2d1c080a23298fc0ae23054c40971aa) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-manual-eclipse-customization.xsl6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-manual-eclipse-customization.xsl b/documentation/sdk-manual/sdk-manual-eclipse-customization.xsl
index 03555d6caf..77ba5f5719 100644
--- a/documentation/sdk-manual/sdk-manual-eclipse-customization.xsl
+++ b/documentation/sdk-manual/sdk-manual-eclipse-customization.xsl
@@ -5,14 +5,12 @@
5 xmlns:fo="http://www.w3.org/1999/XSL/Format" 5 xmlns:fo="http://www.w3.org/1999/XSL/Format"
6 version="1.0"> 6 version="1.0">
7 7
8<!--
9 <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" /> 8 <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
10-->
11
12 <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
13 9
14<!-- 10<!--
15 11
12 <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
13
16 <xsl:import 14 <xsl:import
17 href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" /> 15 href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" />
18 16