Author: smukhina
Date: 2009-03-13 11:26:47 -0400 (Fri, 13 Mar 2009)
New Revision: 14208
Modified:
branches/jbosstools-3.0.x/as/docs/reference/pom.xml
branches/jbosstools-3.0.x/birt/docs/pom.xml
branches/jbosstools-3.0.x/documentation/guides/Exadel-migration/pom.xml
branches/jbosstools-3.0.x/documentation/guides/GettingStartedGuide/pom.xml
branches/jbosstools-3.0.x/documentation/jbds-docs/index/en/master.xml
branches/jbosstools-3.0.x/documentation/jboss-tools-docs/index/en/master.xml
branches/jbosstools-3.0.x/documentation/jboss-tools-docs/pom.xml
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/common.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/xhtml.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common-diff.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/pdf.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml-single.xsl
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml.xsl
branches/jbosstools-3.0.x/drools/docs/reference/pom.xml
branches/jbosstools-3.0.x/esb/docs/esb_ref_guide/pom.xml
branches/jbosstools-3.0.x/hibernatetools/docs/reference/pom.xml
branches/jbosstools-3.0.x/jbpm/docs/converter_ref/pom.xml
branches/jbosstools-3.0.x/jbpm/docs/reference/pom.xml
branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml
branches/jbosstools-3.0.x/jsf/docs/jsf_tools_ref_guide/pom.xml
branches/jbosstools-3.0.x/jsf/docs/jsf_tools_tutorial/pom.xml
branches/jbosstools-3.0.x/jsf/docs/userguide/pom.xml
branches/jbosstools-3.0.x/portlet/docs/reference/pom.xml
branches/jbosstools-3.0.x/seam/docs/reference/pom.xml
branches/jbosstools-3.0.x/smooks/docs/reference/pom.xml
branches/jbosstools-3.0.x/struts/docs/struts_tools_ref_guide/pom.xml
branches/jbosstools-3.0.x/struts/docs/struts_tools_tutorial/pom.xml
branches/jbosstools-3.0.x/ws/docs/reference/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-640 - profiles are updated for GA docs
Modified: branches/jbosstools-3.0.x/as/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/as/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/as/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -33,12 +33,13 @@
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
+ <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
</properties>
</profile>
+
<profile>
<id>diffmk</id>
<properties>
Modified: branches/jbosstools-3.0.x/birt/docs/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/birt/docs/pom.xml 2009-03-13 11:58:17 UTC (rev 14207)
+++ branches/jbosstools-3.0.x/birt/docs/pom.xml 2009-03-13 15:26:47 UTC (rev 14208)
@@ -29,17 +29,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/documentation/guides/Exadel-migration/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/documentation/guides/Exadel-migration/pom.xml 2009-03-13
11:58:17 UTC (rev 14207)
+++ branches/jbosstools-3.0.x/documentation/guides/Exadel-migration/pom.xml 2009-03-13
15:26:47 UTC (rev 14208)
@@ -33,11 +33,13 @@
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
+ <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+ <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
</properties>
</profile>
+
<profile>
<id>diffmk</id>
<properties>
Modified: branches/jbosstools-3.0.x/documentation/guides/GettingStartedGuide/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/documentation/guides/GettingStartedGuide/pom.xml 2009-03-13
11:58:17 UTC (rev 14207)
+++ branches/jbosstools-3.0.x/documentation/guides/GettingStartedGuide/pom.xml 2009-03-13
15:26:47 UTC (rev 14208)
@@ -20,16 +20,18 @@
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
+
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/documentation/jbds-docs/index/en/master.xml
===================================================================
--- branches/jbosstools-3.0.x/documentation/jbds-docs/index/en/master.xml 2009-03-13
11:58:17 UTC (rev 14207)
+++ branches/jbosstools-3.0.x/documentation/jbds-docs/index/en/master.xml 2009-03-13
15:26:47 UTC (rev 14208)
@@ -47,9 +47,9 @@
</indexentry>
<indexentry>
- <primaryie>jBPM Tools Reference Guide <ulink
url="en/jbpm/html/index.html">(html)</ulink>
- <ulink url="en/jbpm/html_single/index.html">(html
single)</ulink>
- <ulink
url="en/jbpm/pdf/JBPM_Reference_Guide.pdf">(pdf)</ulink>
+ <primaryie>jBPM Tools Reference Guide <ulink
url="en/jboss_jbpm_ref_guide/html/index.html">(html)</ulink>
+ <ulink
url="en/jboss_jbpm_ref_guide/html_single/index.html">(html
single)</ulink>
+ <ulink
url="en/jboss_jbpm_ref_guide/pdf/JBPM_Reference_Guide.pdf">(pdf)</ulink>
</primaryie>
</indexentry>
Modified: branches/jbosstools-3.0.x/documentation/jboss-tools-docs/index/en/master.xml
===================================================================
---
branches/jbosstools-3.0.x/documentation/jboss-tools-docs/index/en/master.xml 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jboss-tools-docs/index/en/master.xml 2009-03-13
15:26:47 UTC (rev 14208)
@@ -47,9 +47,9 @@
</indexentry>
<indexentry>
- <primaryie>jBPM Tools Reference Guide <ulink
url="en/jbpm/html/index.html">(html)</ulink>
- <ulink url="en/jbpm/html_single/index.html">(html
single)</ulink>
- <ulink
url="en/jbpm/pdf/JBPM_Reference_Guide.pdf">(pdf)</ulink>
+ <primaryie>jBPM Tools Reference Guide <ulink
url="en/jboss_jbpm_ref_guide/html/index.html">(html)</ulink>
+ <ulink
url="en/jboss_jbpm_ref_guide/html_single/index.html">(html
single)</ulink>
+ <ulink
url="en/jboss_jbpm_ref_guide/pdf/JBPM_Reference_Guide.pdf">(pdf)</ulink>
</primaryie>
</indexentry>
Modified: branches/jbosstools-3.0.x/documentation/jboss-tools-docs/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/documentation/jboss-tools-docs/pom.xml 2009-03-13 11:58:17
UTC (rev 14207)
+++ branches/jbosstools-3.0.x/documentation/jboss-tools-docs/pom.xml 2009-03-13 15:26:47
UTC (rev 14208)
@@ -11,8 +11,7 @@
<name>All_Userguides</name>
<modules>
- <module>../jbosstools-docbook-xslt</module>
- <module>../../ws/docs/reference</module>
+ <module>../jbosstools-docbook-xslt</module>
<module>../guides/Exadel-migration</module>
<module>../guides/GettingStartedGuide</module>
<module>../../as/docs/reference</module>
@@ -25,6 +24,7 @@
<module>../../struts/docs/struts_tools_ref_guide</module>
<module>../../struts/docs/struts_tools_tutorial</module>
<module>../../esb/docs/esb_ref_guide</module>
+ <module>../../ws/docs/reference</module>
<module>../../portlet/docs/reference</module>
<module>../../birt/docs</module>
<module>../../drools/docs/reference</module>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/common.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/common.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/common.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -9,9 +9,10 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:diffmk="http://diffmk.sf.net/ns/diff" version="1.0">
<!-- XHTML settings -->
-
<xsl:param name="html.stylesheet"
select="'css/tools.css'"/>
+
+
<xsl:template name="head.content">
<xsl:param name="node" select="."/>
<xsl:param name="title">
@@ -58,16 +59,21 @@
<xsl:apply-templates select="."
mode="head.keywords.content"/>
-
</xsl:template>
+
+
+
<!-- Overriding toc.line -->
<xsl:template name="toc.line">
<xsl:param name="toc-context" select="."/>
<xsl:param name="depth" select="1"/>
<xsl:param name="depth.from.context" select="8"/>
+ <xsl:param name="min-diff" select="10"/>
+ <xsl:param name="pos" select="position()"/>
+
<span>
<xsl:attribute name="class"><xsl:value-of
select="local-name(.)"/></xsl:attribute>
@@ -90,26 +96,8 @@
<xsl:with-param name="toc-context"
select="$toc-context"/>
</xsl:call-template>
</xsl:attribute>
-
- <xsl:choose>
- <xsl:when test="@role='new' or
@role='updated'">
- <xsl:attribute name="class">
- <xsl:value-of select="@role"/>
- </xsl:attribute>
- </xsl:when>
- <!-- For mkdiff compatibility-->
- <xsl:when test="@revisionflag='added' or
@revisionflag='changed'">
- <xsl:attribute name="class">
- <xsl:value-of select="@revisionflag"/>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="@diffmk:change='added' or
@diffmk:change='changed'">
- <xsl:attribute name="class">
- <xsl:value-of select="@diffmk:change"/>
- </xsl:attribute>
- </xsl:when>
- </xsl:choose>
-
+
+
<!-- * if $autotoc.label.in.hyperlink is non-zero, then output the label
-->
<!-- * as part of the hyperlinked title -->
<xsl:if test="not($autotoc.label.in.hyperlink = 0)">
@@ -138,70 +126,6 @@
<!-- XHTML and PDF -->
- <xsl:template match="//diffmk:wrapper">
- <xsl:choose>
- <xsl:when test="@diffmk:change='deleted'">
- <xsl:text> </xsl:text>
- </xsl:when>
- <xsl:when test="parent::node()[local-name()='title']">
- <xsl:value-of select="."/>
- </xsl:when>
- <xsl:otherwise>
- <span class="diffmkwrapper">
- <xsl:value-of select="."/>
- </span>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:template>
-
- <!--xsl:template match="//node()[@diffmk:change]">
- <xsl:choose>
- <xsl:when test="local-name()='note' or local-name()='tip' or
local-name()='important' or local-name()='warning' or
local-name()='caution'">
- <xsl:call-template name="my.graphical.admonition"/>
- </xsl:when>
- <xsl:when test="local-name()='diffmk:wrapper'">
- <span class="diffmkwrapper">
- <xsl:value-of select="."/>
- </span>
- </xsl:when>
- </xsl:choose>
- </xsl:template>
- <xsl:template name="my.graphical.admonition">
- <xsl:variable name="admon.type">
- <xsl:choose>
- <xsl:when test="local-name(.)='note'">Note</xsl:when>
- <xsl:when
test="local-name(.)='warning'">Warning</xsl:when>
- <xsl:when
test="local-name(.)='caution'">Caution</xsl:when>
- <xsl:when test="local-name(.)='tip'">Tip</xsl:when>
- <xsl:when
test="local-name(.)='important'">Important</xsl:when>
- <xsl:otherwise>Note</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="alt">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="$admon.type"/>
- </xsl:call-template>
- </xsl:variable>
-
- <div
xmlns="http://www.w3.org/1999/xhtml">
- <xsl:apply-templates select="." mode="class.attribute"/>
- <xsl:if test="$admon.style != ''">
- <xsl:attribute name="style">
- <xsl:value-of select="$admon.style"/>
- </xsl:attribute>
- </xsl:if>
- <xsl:call-template name="anchor"/>
- <xsl:if test="$admon.textlabel != 0 or title">
- <h2>
- <xsl:apply-templates select="."
mode="object.title.markup"/>
- </h2>
- </xsl:if>
- <div class="diffmkwrapper">
- <xsl:apply-templates />
- </div>
- </div>
- </xsl:template-->
<xsl:template match="abstract" mode="titlepage.mode">
@@ -213,121 +137,7 @@
</xsl:call-template>
</xsl:template>
-<!-- THERE ARE 2 TEMPLATES FOR ADDING 'ADDED', 'CHANGED' ICONS TO ALL
OF THE TITLES-->
-<xsl:template name="component.title">
- <xsl:param name="node" select="."/>
- <xsl:variable name="level">
- <xsl:choose>
- <xsl:when test="ancestor::section">
- <xsl:value-of select="count(ancestor::section)+1"/>
- </xsl:when>
- <xsl:when test="ancestor::sect5">6</xsl:when>
- <xsl:when test="ancestor::sect4">5</xsl:when>
- <xsl:when test="ancestor::sect3">4</xsl:when>
- <xsl:when test="ancestor::sect2">3</xsl:when>
- <xsl:when test="ancestor::sect1">2</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
- <!-- Let's handle the case where a component (bibliography, for example)
- occurs inside a section; will we need parameters for this? -->
-
- <xsl:element name="h{$level+1}">
- <xsl:attribute name="class">
- title
- </xsl:attribute>
- <xsl:if test="$generate.id.attributes = 0">
- <xsl:call-template name="anchor">
- <xsl:with-param name="node" select="$node"/>
- <xsl:with-param name="conditional" select="0"/>
- </xsl:call-template>
- </xsl:if>
- <xsl:apply-templates select="$node"
mode="object.title.markup">
- <xsl:with-param name="allow-anchors" select="1"/>
- </xsl:apply-templates>
- </xsl:element>
- <xsl:choose>
- <xsl:when test="../@role='new' or ../@revisionflag='added' or
../@diffmk:change='added'">
- <img src="images/new.png" alt="new"
class="img_marker" />
- </xsl:when>
- <!-- For mkdiff compatibility-->
- <xsl:when test="../@role='updated' or
../@revisionflag='changed' or ../@diffmk:change='changed'">
- <img src="images/updated.png" alt="updated"
class="img_marker" />
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template name="section.heading">
- <xsl:param name="section" select="."/>
- <xsl:param name="level" select="1"/>
- <xsl:param name="allow-anchors" select="1"/>
- <xsl:param name="title"/>
- <xsl:param name="class" select="'title'"/>
-
- <xsl:variable name="id">
- <xsl:choose>
- <!-- if title is in an *info wrapper, get the grandparent -->
- <xsl:when test="contains(local-name(..), 'info')">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="../.."/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select=".."/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <!-- HTML H level is one higher than section level -->
- <xsl:variable name="hlevel">
- <xsl:choose>
- <!-- highest valid HTML H level is H6; so anything nested deeper
- than 5 levels down just becomes H6 -->
- <xsl:when test="$level > 5">6</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$level + 1"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:element name="h{$hlevel}">
- <xsl:attribute name="class">
- <xsl:value-of select="$class"/>
- </xsl:attribute>
- <xsl:if test="$css.decoration != '0'">
- <xsl:if test="$hlevel<3">
- <xsl:attribute name="style">clear: both</xsl:attribute>
- </xsl:if>
- </xsl:if>
- <xsl:if test="$allow-anchors != 0 and $generate.id.attributes = 0">
- <xsl:call-template name="anchor">
- <xsl:with-param name="node" select="$section"/>
- <xsl:with-param name="conditional" select="0"/>
- </xsl:call-template>
- </xsl:if>
- <xsl:if test="$generate.id.attributes != 0 and not(local-name(.) =
'appendix')">
- <xsl:attribute name="id"><xsl:value-of
select="$id"/></xsl:attribute>
- </xsl:if>
- <xsl:copy-of select="$title"/>
- </xsl:element>
- <xsl:choose>
- <xsl:when test="../@role='new' or ../@revisionflag='added' or
../@diffmk:change='added'">
- <img src="images/new.png" alt="new"
class="img_marker" />
- </xsl:when>
- <!-- For mkdiff compatibility-->
- <xsl:when test="../@role='updated' or
../@revisionflag='changed' or ../@diffmk:change='changed'">
- <img src="images/updated.png" alt="updated"
class="img_marker" />
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
</xsl:stylesheet>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -10,47 +10,6 @@
<xsl:import href="classpath:/xslt/com/jboss/pdf.xsl"/>
-
- <!--xsl:template name="toc.line">
- <xsl:param name="toc-context" select="NOTANODE"/>
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="label">
- <xsl:apply-templates select="." mode="label.markup"/>
- </xsl:variable>
-
- <fo:block xsl:use-attribute-sets="toc.line.properties">
- <fo:inline keep-with-next.within-line="always">
-
- <fo:basic-link internal-destination="{$id}"
- background-image="new.png"
- background-repeat="no-repeat"
-
background-position-horizontal="right">
-
-
- <xsl:if test="$label != ''">
- <xsl:copy-of select="$label"/>
- <xsl:value-of select="$autotoc.label.separator"/>
- </xsl:if>
- <xsl:apply-templates select="."
mode="title.markup"/>
- </fo:basic-link>
- </fo:inline>
- <fo:inline keep-together.within-line="always">
- <xsl:text> </xsl:text>
- <fo:leader leader-pattern="dots"
- leader-pattern-width="3pt"
- leader-alignment="reference-area"
- keep-with-next.within-line="always"/>
- <xsl:text> </xsl:text>
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- </fo:inline>
- </fo:block>
- </xsl:template-->
-
<!-- overwriting links properties -->
<xsl:param name="ulink.show" select="0"></xsl:param>
@@ -104,17 +63,7 @@
</xsl:attribute>
</xsl:attribute-set>
- <!-- tables headers bgcolor overwriting -->
- <!--xsl:template name="table.cell.block.properties">
- <xsl:if test="ancestor::thead or ancestor::tfoot">
- <xsl:attribute name="font-weight">bold</xsl:attribute>
- <xsl:attribute
name="background-color">green</xsl:attribute>
- <xsl:attribute name="border-color">green</xsl:attribute>
- <xsl:attribute name="color">white</xsl:attribute>
- </xsl:if>
- </xsl:template-->
-
<!-- highlighting meaningful words -->
<xsl:template match="property">
@@ -124,16 +73,9 @@
</fo:inline>
</xsl:template>
- <xsl:template match="//diffmk:wrapper">
- <xsl:choose>
- <xsl:when test="@diffmk:change='deleted'">
- <fo:inline> </fo:inline>
- </xsl:when>
- <xsl:otherwise>
- <fo:inline background-color="#cce2f6">
- <xsl:value-of select="."/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:template>
+<xsl:template match="//diffmk:wrapper">
+ <fo:inline>
+ <xsl:value-of select="."/><xsl:text> </xsl:text>
+ </fo:inline>
+</xsl:template>
</xsl:stylesheet>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/xhtml.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/xhtml.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/xhtml.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -19,7 +19,6 @@
<script type="text/javascript"
src="script/toggle.js"><xsl:comment>If you see this message, your web
browser doesn't support JavaScript or JavaScript is
disabled.</xsl:comment></script>
</xsl:template>
-
<xsl:template name="header.navigation">
<xsl:param name="prev" select="/foo"/>
<xsl:param name="next" select="/foo"/>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common-diff.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common-diff.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common-diff.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -1,6 +1,98 @@
<?xml version='1.0'?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:diffmk="http://diffmk.sf.net/ns/diff" version="1.0">
+ <!-- Overriding toc.line -->
+ <xsl:template name="toc.line">
+ <xsl:param name="toc-context" select="."/>
+ <xsl:param name="depth" select="1"/>
+ <xsl:param name="depth.from.context" select="8"/>
+ <xsl:param name="min-diff" select="10"/>
+ <xsl:param name="pos" select="position()"/>
+
+ <span>
+ <xsl:attribute name="class"><xsl:value-of
select="local-name(.)"/></xsl:attribute>
+
+ <!-- * if $autotoc.label.in.hyperlink is zero, then output the label -->
+ <!-- * before the hyperlinked title (as the DSSSL stylesheet does) -->
+ <xsl:if test="$autotoc.label.in.hyperlink = 0">
+ <xsl:variable name="label">
+ <xsl:apply-templates select="." mode="label.markup"/>
+ </xsl:variable>
+ <xsl:copy-of select="$label"/>
+ <xsl:if test="$label != ''">
+ <xsl:value-of select="$autotoc.label.separator"/>
+ </xsl:if>
+ </xsl:if>
+
+ <a>
+ <xsl:attribute name="href">
+ <xsl:call-template name="href.target">
+ <xsl:with-param name="context"
select="$toc-context"/>
+ <xsl:with-param name="toc-context"
select="$toc-context"/>
+ </xsl:call-template>
+ </xsl:attribute>
+
+ <xsl:choose>
+ <xsl:when test="local-name(.)='section' and
current()/@diffmk:change='added'">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param
name="marker-type">attribute</xsl:with-param>
+ <xsl:with-param name="marker-value">added</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when test="local-name(.)='chapter' and
current()/@diffmk:change='added'">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param
name="marker-type">attribute</xsl:with-param>
+ <xsl:with-param name="marker-value">added</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when test="local-name(.)='section' and
current()//diffmk:wrapper">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param
name="marker-type">attribute</xsl:with-param>
+ <xsl:with-param name="marker-value">updated</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ </xsl:choose>
+
+
+ <!-- * if $autotoc.label.in.hyperlink is non-zero, then output the label
-->
+ <!-- * as part of the hyperlinked title -->
+ <xsl:if test="not($autotoc.label.in.hyperlink = 0)">
+ <xsl:variable name="label">
+ <xsl:apply-templates select="."
mode="label.markup"/>
+ </xsl:variable>
+ <xsl:copy-of select="$label"/>
+ <xsl:if test="$label != ''">
+ <xsl:value-of select="$autotoc.label.separator"/>
+ </xsl:if>
+ </xsl:if>
+
+ <xsl:apply-templates select="."
mode="titleabbrev.markup"/>
+ </a>
+ </span>
+ </xsl:template>
+ <!-- This template adds proper markers to the titles of guide -->
+ <xsl:template name="markerTypes">
+ <xsl:param name="marker-type" />
+ <xsl:param name="marker-value" />
+ <xsl:choose>
+ <xsl:when test="$marker-type = 'attribute'">
+ <xsl:attribute name="class">
+ <xsl:value-of select="$marker-value" />
+ </xsl:attribute>
+ </xsl:when>
+ <xsl:when test="$marker-type = 'image'">
+ <xsl:choose>
+ <xsl:when test="$marker-value='changed'">
+ <img src="images/updated.png" alt="updated"
class="img_marker" />
+ </xsl:when>
+ <xsl:when test="$marker-value='added'">
+ <img src="images/new.png" alt="updated"
class="img_marker" />
+ </xsl:when>
+ </xsl:choose>
+ </xsl:when>
+ </xsl:choose>
+ </xsl:template>
+
<!-- This template is used for the diffmk build -->
<xsl:template match="//diffmk:wrapper">
<xsl:choose>
@@ -17,5 +109,142 @@
</xsl:otherwise>
</xsl:choose>
</xsl:template>
+ <!-- THERE ARE 2 TEMPLATES FOR ADDING 'ADDED', 'CHANGED' ICONS TO
ALL OF THE TITLES-->
+
+<xsl:template name="component.title">
+ <xsl:param name="node" select="."/>
+ <xsl:param name="pos" select="position()"/>
+ <xsl:param name="min-diff" select="10"/>
+
+ <xsl:variable name="level">
+ <xsl:choose>
+ <xsl:when test="ancestor::section">
+ <xsl:value-of select="count(ancestor::section)+1"/>
+ </xsl:when>
+ <xsl:when test="ancestor::sect5">6</xsl:when>
+ <xsl:when test="ancestor::sect4">5</xsl:when>
+ <xsl:when test="ancestor::sect3">4</xsl:when>
+ <xsl:when test="ancestor::sect2">3</xsl:when>
+ <xsl:when test="ancestor::sect1">2</xsl:when>
+ <xsl:otherwise>1</xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+
+ <!-- Let's handle the case where a component (bibliography, for example)
+ occurs inside a section; will we need parameters for this? -->
+
+ <xsl:element name="h{$level+1}">
+ <xsl:attribute name="class">
+ title
+ </xsl:attribute>
+ <xsl:if test="$generate.id.attributes = 0">
+ <xsl:call-template name="anchor">
+ <xsl:with-param name="node" select="$node"/>
+ <xsl:with-param name="conditional" select="0"/>
+ </xsl:call-template>
+ </xsl:if>
+ <xsl:apply-templates select="$node"
mode="object.title.markup">
+ <xsl:with-param name="allow-anchors" select="1"/>
+ </xsl:apply-templates>
+ </xsl:element>
+
+ <!-- These rules add markers to the title of chapter -->
+ <xsl:choose>
+ <xsl:when
test="current()/parent::node()[@diffmk:change='added']">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param name="marker-type">image</xsl:with-param>
+ <xsl:with-param name="marker-value">added</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when
test="current()/following-sibling::node()[name(.)!='section']/descendant-or-self::node()[name()='diffmk:wrapper']">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param name="marker-type">image</xsl:with-param>
+ <xsl:with-param name="marker-value">changed</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ </xsl:choose>
+
+</xsl:template>
+
+<!-- ===================== Rules for title of section
====================================== -->
+
+<xsl:template name="section.heading">
+ <xsl:param name="section" select="."/>
+ <xsl:param name="level" select="1"/>
+ <xsl:param name="allow-anchors" select="1"/>
+ <xsl:param name="title"/>
+ <xsl:param name="class" select="'title'"/>
+ <xsl:param name="pos" select="position()"/>
+ <xsl:param name="min-diff" select="10"/>
+
+ <xsl:variable name="id">
+ <xsl:choose>
+ <!-- if title is in an *info wrapper, get the grandparent -->
+ <xsl:when test="contains(local-name(..), 'info')">
+ <xsl:call-template name="object.id">
+ <xsl:with-param name="object" select="../.."/>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:call-template name="object.id">
+ <xsl:with-param name="object" select=".."/>
+ </xsl:call-template>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+
+ <!-- HTML H level is one higher than section level -->
+ <xsl:variable name="hlevel">
+ <xsl:choose>
+ <!-- highest valid HTML H level is H6; so anything nested deeper
+ than 5 levels down just becomes H6 -->
+ <xsl:when test="$level > 5">6</xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="$level + 1"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+
+ <xsl:element name="h{$hlevel}">
+ <xsl:attribute name="class">
+ <xsl:value-of select="$class"/>
+ </xsl:attribute>
+ <xsl:if test="$css.decoration != '0'">
+ <xsl:if test="$hlevel<3">
+ <xsl:attribute name="style">clear: both</xsl:attribute>
+ </xsl:if>
+ </xsl:if>
+ <xsl:if test="$allow-anchors != 0 and $generate.id.attributes = 0">
+ <xsl:call-template name="anchor">
+ <xsl:with-param name="node" select="$section"/>
+ <xsl:with-param name="conditional" select="0"/>
+ </xsl:call-template>
+ </xsl:if>
+ <xsl:if test="$generate.id.attributes != 0 and not(local-name(.) =
'appendix')">
+ <xsl:attribute name="id"><xsl:value-of
select="$id"/></xsl:attribute>
+ </xsl:if>
+ <xsl:copy-of select="$title"/>
+ </xsl:element>
+
+ <!-- These rules add markers to the title of section -->
+ <xsl:choose>
+ <xsl:when
test="current()/parent::node()[@diffmk:change='added']">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param name="marker-type">image</xsl:with-param>
+ <xsl:with-param name="marker-value">added</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when
test="current()/following-sibling::*/descendant-or-self::node()[name()='diffmk:wrapper']">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param name="marker-type">image</xsl:with-param>
+ <xsl:with-param name="marker-value">changed</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ </xsl:choose>
+
+</xsl:template>
+
+<!-- ==================================================================== -->
+
</xsl:stylesheet>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/common.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -61,28 +61,6 @@
</xsl:template>
- <!-- This template adds proper markers to the titles of guide -->
- <xsl:template name="markerTypes">
- <xsl:param name="marker-type" />
- <xsl:param name="marker-value" />
- <xsl:choose>
- <xsl:when test="$marker-type = 'attribute'">
- <xsl:attribute name="class">
- <xsl:value-of select="$marker-value" />
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="$marker-type = 'image'">
- <xsl:choose>
- <xsl:when test="$marker-value='changed'">
- <img src="images/updated.png" alt="updated"
class="img_marker" />
- </xsl:when>
- <xsl:when test="$marker-value='added'">
- <img src="images/new.png" alt="updated"
class="img_marker" />
- </xsl:when>
- </xsl:choose>
- </xsl:when>
- </xsl:choose>
- </xsl:template>
@@ -116,30 +94,7 @@
<xsl:with-param name="context"
select="$toc-context"/>
<xsl:with-param name="toc-context"
select="$toc-context"/>
</xsl:call-template>
- </xsl:attribute>
-
- <xsl:choose>
- <xsl:when test="local-name(.)='section' and
current()/@diffmk:change='added'">
- <xsl:call-template name="markerTypes">
- <xsl:with-param
name="marker-type">attribute</xsl:with-param>
- <xsl:with-param name="marker-value">added</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="local-name(.)='chapter' and
current()/@diffmk:change='added'">
- <xsl:call-template name="markerTypes">
- <xsl:with-param
name="marker-type">attribute</xsl:with-param>
- <xsl:with-param name="marker-value">added</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="local-name(.)='section' and
current()//diffmk:wrapper">
- <xsl:call-template name="markerTypes">
- <xsl:with-param
name="marker-type">attribute</xsl:with-param>
- <xsl:with-param name="marker-value">updated</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- </xsl:choose>
-
-
+ </xsl:attribute>
<!-- * if $autotoc.label.in.hyperlink is non-zero, then output the label
-->
<!-- * as part of the hyperlinked title -->
<xsl:if test="not($autotoc.label.in.hyperlink = 0)">
@@ -161,17 +116,7 @@
<!-- This template is used for the release build -->
<xsl:template match="//diffmk:wrapper">
- <xsl:choose>
- <xsl:when test="@diffmk:change='deleted'">
- <xsl:text> </xsl:text>
- </xsl:when>
- <xsl:when test="parent::node()[local-name()='title']">
- <xsl:value-of select="."/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="."/>
- </xsl:otherwise>
- </xsl:choose>
+ <xsl:value-of select="."/>
</xsl:template>
@@ -186,142 +131,6 @@
</xsl:call-template>
</xsl:template>
-<!-- THERE ARE 2 TEMPLATES FOR ADDING 'ADDED', 'CHANGED' ICONS TO ALL
OF THE TITLES-->
-<xsl:template name="component.title">
- <xsl:param name="node" select="."/>
- <xsl:param name="pos" select="position()"/>
- <xsl:param name="min-diff" select="10"/>
- <xsl:variable name="level">
- <xsl:choose>
- <xsl:when test="ancestor::section">
- <xsl:value-of select="count(ancestor::section)+1"/>
- </xsl:when>
- <xsl:when test="ancestor::sect5">6</xsl:when>
- <xsl:when test="ancestor::sect4">5</xsl:when>
- <xsl:when test="ancestor::sect3">4</xsl:when>
- <xsl:when test="ancestor::sect2">3</xsl:when>
- <xsl:when test="ancestor::sect1">2</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <!-- Let's handle the case where a component (bibliography, for example)
- occurs inside a section; will we need parameters for this? -->
-
- <xsl:element name="h{$level+1}">
- <xsl:attribute name="class">
- title
- </xsl:attribute>
- <xsl:if test="$generate.id.attributes = 0">
- <xsl:call-template name="anchor">
- <xsl:with-param name="node" select="$node"/>
- <xsl:with-param name="conditional" select="0"/>
- </xsl:call-template>
- </xsl:if>
- <xsl:apply-templates select="$node"
mode="object.title.markup">
- <xsl:with-param name="allow-anchors" select="1"/>
- </xsl:apply-templates>
- </xsl:element>
-
- <!-- These rules add markers to the title of chapter -->
- <xsl:choose>
- <xsl:when
test="current()/parent::node()[@diffmk:change='added']">
- <xsl:call-template name="markerTypes">
- <xsl:with-param name="marker-type">image</xsl:with-param>
- <xsl:with-param name="marker-value">added</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when
test="current()/following-sibling::node()[name(.)!='section']/descendant-or-self::node()[name()='diffmk:wrapper']">
- <xsl:call-template name="markerTypes">
- <xsl:with-param name="marker-type">image</xsl:with-param>
- <xsl:with-param name="marker-value">changed</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- </xsl:choose>
-
-</xsl:template>
-
-<!-- ===================== Rules for title of section
====================================== -->
-
-<xsl:template name="section.heading">
- <xsl:param name="section" select="."/>
- <xsl:param name="level" select="1"/>
- <xsl:param name="allow-anchors" select="1"/>
- <xsl:param name="title"/>
- <xsl:param name="class" select="'title'"/>
- <xsl:param name="pos" select="position()"/>
- <xsl:param name="min-diff" select="10"/>
-
- <xsl:variable name="id">
- <xsl:choose>
- <!-- if title is in an *info wrapper, get the grandparent -->
- <xsl:when test="contains(local-name(..), 'info')">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="../.."/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select=".."/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <!-- HTML H level is one higher than section level -->
- <xsl:variable name="hlevel">
- <xsl:choose>
- <!-- highest valid HTML H level is H6; so anything nested deeper
- than 5 levels down just becomes H6 -->
- <xsl:when test="$level > 5">6</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$level + 1"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:element name="h{$hlevel}">
- <xsl:attribute name="class">
- <xsl:value-of select="$class"/>
- </xsl:attribute>
- <xsl:if test="$css.decoration != '0'">
- <xsl:if test="$hlevel<3">
- <xsl:attribute name="style">clear: both</xsl:attribute>
- </xsl:if>
- </xsl:if>
- <xsl:if test="$allow-anchors != 0 and $generate.id.attributes = 0">
- <xsl:call-template name="anchor">
- <xsl:with-param name="node" select="$section"/>
- <xsl:with-param name="conditional" select="0"/>
- </xsl:call-template>
- </xsl:if>
- <xsl:if test="$generate.id.attributes != 0 and not(local-name(.) =
'appendix')">
- <xsl:attribute name="id"><xsl:value-of
select="$id"/></xsl:attribute>
- </xsl:if>
- <xsl:copy-of select="$title"/>
- </xsl:element>
-
- <!-- These rules add markers to the title of section -->
- <xsl:choose>
- <xsl:when
test="current()/parent::node()[@diffmk:change='added']">
- <xsl:call-template name="markerTypes">
- <xsl:with-param name="marker-type">image</xsl:with-param>
- <xsl:with-param name="marker-value">added</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when
test="current()/following-sibling::*/descendant-or-self::node()[name()='diffmk:wrapper']">
- <xsl:call-template name="markerTypes">
- <xsl:with-param name="marker-type">image</xsl:with-param>
- <xsl:with-param name="marker-value">changed</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- </xsl:choose>
-
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-
</xsl:stylesheet>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/pdf.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/pdf.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/pdf.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -37,4 +37,71 @@
</fo:inline>
</xsl:template>
+ <!--###################################################
+ Custom TOC (bold chapter titles)
+ ################################################### -->
+
+ <!-- Improve the TOC. -->
+ <xsl:template name="toc.line">
+ <xsl:variable name="id">
+ <xsl:call-template name="object.id" />
+ </xsl:variable>
+
+ <xsl:variable name="label">
+ <xsl:apply-templates select="." mode="label.markup"
/>
+ </xsl:variable>
+
+ <fo:block text-align-last="justify"
end-indent="{$toc.indent.width}pt"
+ last-line-end-indent="-{$toc.indent.width}pt">
+ <fo:inline keep-with-next.within-line="always">
+ <fo:basic-link internal-destination="{$id}">
+
+ <!-- Chapter titles should be bold. -->
+ <xsl:choose>
+ <xsl:when test="local-name(.) = 'chapter'">
+ <xsl:attribute
name="font-weight">bold</xsl:attribute>
+ </xsl:when>
+ </xsl:choose>
+
+ <xsl:if test="$label != ''">
+ <xsl:copy-of select="$label" />
+ <xsl:value-of select="$autotoc.label.separator" />
+ </xsl:if>
+ <xsl:apply-templates select="."
mode="titleabbrev.markup" />
+ </fo:basic-link>
+ </fo:inline>
+
+ <!--xsl:choose>
+ <xsl:when test="local-name(.)='section' and
current()/@diffmk:change='added'">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param
name="marker-type">attribute</xsl:with-param>
+ <xsl:with-param name="marker-value">added</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when test="local-name(.)='chapter' and
current()/@diffmk:change='added'">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param
name="marker-type">attribute</xsl:with-param>
+ <xsl:with-param name="marker-value">added</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when test="local-name(.)='section' and
current()//diffmk:wrapper">
+ <xsl:call-template name="markerTypes">
+ <xsl:with-param
name="marker-type">attribute</xsl:with-param>
+ <xsl:with-param name="marker-value">updated</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ </xsl:choose-->
+ <fo:external-graphic src="images/new.png"/>
+ <fo:inline keep-together.within-line="always">
+ <xsl:text> </xsl:text>
+ <fo:leader leader-pattern="dots"
leader-pattern-width="3pt"
+ leader-alignment="reference-area"
+ keep-with-next.within-line="always" />
+ <xsl:text> </xsl:text>
+ <fo:basic-link internal-destination="{$id}">
+ <fo:page-number-citation ref-id="{$id}" />
+ </fo:basic-link>
+ </fo:inline>
+ </fo:block>
+ </xsl:template>
</xsl:stylesheet>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml-single.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml-single.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml-single.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -6,7 +6,7 @@
Author: Mark Newton <mark.newton(a)jboss.org>
-->
-<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
+<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:diffmk="http://diffmk.sf.net/ns/diff">
<xsl:import href="classpath:/xslt/org/jboss/xhtml-single.xsl"/>
<xsl:import href="common.xsl"/>
@@ -88,5 +88,4 @@
<xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/abstract"/>
<xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/abstract"/>
</xsl:template>
-
</xsl:stylesheet>
Modified:
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml.xsl
===================================================================
---
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml.xsl 2009-03-13
11:58:17 UTC (rev 14207)
+++
branches/jbosstools-3.0.x/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/org/jboss/tools/xhtml.xsl 2009-03-13
15:26:47 UTC (rev 14208)
@@ -6,7 +6,7 @@
Author: Mark Newton <mark.newton(a)jboss.org>
-->
-<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
+<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:diffmk="http://diffmk.sf.net/ns/diff">
<xsl:import href="classpath:/xslt/org/jboss/xhtml.xsl"/>
<xsl:import href="common.xsl"/>
Modified: branches/jbosstools-3.0.x/drools/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/drools/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/drools/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -33,8 +33,8 @@
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>
-
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
-
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
</properties>
Modified: branches/jbosstools-3.0.x/esb/docs/esb_ref_guide/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/esb/docs/esb_ref_guide/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/esb/docs/esb_ref_guide/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -20,17 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/hibernatetools/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/hibernatetools/docs/reference/pom.xml 2009-03-13 11:58:17
UTC (rev 14207)
+++ branches/jbosstools-3.0.x/hibernatetools/docs/reference/pom.xml 2009-03-13 15:26:47
UTC (rev 14208)
@@ -20,17 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/jbpm/docs/converter_ref/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jbpm/docs/converter_ref/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/jbpm/docs/converter_ref/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -19,17 +19,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/jbpm/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jbpm/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/jbpm/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -20,17 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/jmx/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -20,16 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseTest</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
- </properties>
- </profile>
- <profile>
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/jsf/docs/jsf_tools_ref_guide/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jsf/docs/jsf_tools_ref_guide/pom.xml 2009-03-13 11:58:17 UTC
(rev 14207)
+++ branches/jbosstools-3.0.x/jsf/docs/jsf_tools_ref_guide/pom.xml 2009-03-13 15:26:47 UTC
(rev 14208)
@@ -20,17 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/jsf/docs/jsf_tools_tutorial/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jsf/docs/jsf_tools_tutorial/pom.xml 2009-03-13 11:58:17 UTC
(rev 14207)
+++ branches/jbosstools-3.0.x/jsf/docs/jsf_tools_tutorial/pom.xml 2009-03-13 15:26:47 UTC
(rev 14208)
@@ -20,17 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/jsf/docs/userguide/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/jsf/docs/userguide/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/jsf/docs/userguide/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -15,27 +15,28 @@
<id>release</id>
<properties>
<master>master_output.xml</master>
- <xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
- </properties>
- </profile>
- <profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
- <xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-diff.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-diff.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf-diff.xsl</xsl-pdf>
+ <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-diff.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-diff.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf-diff.xsl</xsl-pdf>
</properties>
</profile>
</profiles>
@@ -128,9 +129,9 @@
<properties>
<stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resources/</stylesdir>
-
<xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
<master>master.xml</master>
<translation>en-US</translation>
Modified: branches/jbosstools-3.0.x/portlet/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/portlet/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/portlet/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -33,8 +33,8 @@
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>
-
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
-
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
</properties>
Modified: branches/jbosstools-3.0.x/seam/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/seam/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/seam/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -24,8 +24,8 @@
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
+ <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
</properties>
Modified: branches/jbosstools-3.0.x/smooks/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/smooks/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/smooks/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -29,17 +29,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/struts/docs/struts_tools_ref_guide/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/struts/docs/struts_tools_ref_guide/pom.xml 2009-03-13
11:58:17 UTC (rev 14207)
+++ branches/jbosstools-3.0.x/struts/docs/struts_tools_ref_guide/pom.xml 2009-03-13
15:26:47 UTC (rev 14208)
@@ -20,17 +20,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>
Modified: branches/jbosstools-3.0.x/struts/docs/struts_tools_tutorial/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/struts/docs/struts_tools_tutorial/pom.xml 2009-03-13
11:58:17 UTC (rev 14207)
+++ branches/jbosstools-3.0.x/struts/docs/struts_tools_tutorial/pom.xml 2009-03-13
15:26:47 UTC (rev 14208)
@@ -10,36 +10,46 @@
<packaging>jdocbook</packaging>
<name>Struts_Tools_Tutorial</name>
- <profiles>
- <profile>
- <id>release</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
- </properties>
- </profile>
- <profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
- <id>diffmk</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-diff.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-diff.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf-diff.xsl</xsl-pdf>
- </properties>
- </profile>
- </profiles>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-release.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-release.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
+ </properties>
+ </profile>
+ <profile>
+ <id>releaseTest</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
+ </properties>
+ </profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
+ <profile>
+ <id>diffmk</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single-diff.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml-diff.xsl</xsl-chunked>
+
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf-diff.xsl</xsl-pdf>
+ </properties>
+ </profile>
+ </profiles>
+
<build>
<plugins>
Modified: branches/jbosstools-3.0.x/ws/docs/reference/pom.xml
===================================================================
--- branches/jbosstools-3.0.x/ws/docs/reference/pom.xml 2009-03-13 11:58:17 UTC (rev
14207)
+++ branches/jbosstools-3.0.x/ws/docs/reference/pom.xml 2009-03-13 15:26:47 UTC (rev
14208)
@@ -29,17 +29,17 @@
<xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
</properties>
</profile>
+ <profile>
+ <id>releaseJBDS</id>
+ <properties>
+ <master>master_output.xml</master>
+
<xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+
<xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+
<xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ </properties>
+ </profile>
<profile>
- <id>releaseJBDS</id>
- <properties>
- <master>master_output.xml</master>
- <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</xsl-single>
- <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-chunked>
- <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
- <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
- </properties>
- </profile>
- <profile>
<id>diffmk</id>
<properties>
<master>master_output.xml</master>