Author: artdaw
Date: 2008-04-24 09:24:45 -0400 (Thu, 24 Apr 2008)
New Revision: 8122
Modified:
trunk/docs/faq/pom.xml
trunk/docs/migrationguide/pom.xml
trunk/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/RF-3189 - new styles added
Modified: trunk/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2008-04-24 13:20:52 UTC (rev 8121)
+++ trunk/docs/faq/pom.xml 2008-04-24 13:24:45 UTC (rev 8122)
@@ -52,11 +52,16 @@
-->
<dependencies>
<dependency>
- <groupId>org.richfaces.docs.xslt</groupId>
- <artifactId>${translation}</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>jdocbook-style</type>
+ </dependency>
</dependencies>
<configuration>
<sourceDirectory>
@@ -80,7 +85,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>
- /xslt/fopdf.xsl
+ classpath:/xslt/org/jboss/pdf.xsl
</stylesheetResource>
<finalName>
faq.pdf
@@ -106,7 +111,7 @@
<format>
<formatName>html_single</formatName>
<stylesheetResource>
- /xslt/html.xsl
+ classpath:/xslt/org/jboss/xhtml-single.xsl
</stylesheetResource>
<imageCopyingRequired>
true
Modified: trunk/docs/migrationguide/pom.xml
===================================================================
--- trunk/docs/migrationguide/pom.xml 2008-04-24 13:20:52 UTC (rev 8121)
+++ trunk/docs/migrationguide/pom.xml 2008-04-24 13:24:45 UTC (rev 8122)
@@ -37,11 +37,16 @@
<version>2.0.0</version>
<dependencies>
<dependency>
- <groupId>org.richfaces.docs.xslt</groupId>
- <artifactId>${translation}</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>jdocbook-style</type>
+ </dependency>
</dependencies>
<configuration>
<sourceDirectory> ${basedir}/src/main/docbook </sourceDirectory>
@@ -55,14 +60,14 @@
<formats>
<format>
<formatName>pdf</formatName>
- <stylesheetResource>/xslt/fopdf.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
<finalName>richfaces_migration_guide.pdf</finalName>
<imagePathSettingRequired>true</imagePathSettingRequired>
</format>
<format>
<formatName>html</formatName>
<stylesheetResource>
- /xslt/html_chunk.xsl
+ classpath:/xslt/org/jboss/xhtml.xsl
</stylesheetResource>
<finalName>index.html</finalName>
<imageCopyingRequired>
@@ -74,7 +79,7 @@
</format>
<format>
<formatName>html_single</formatName>
- <stylesheetResource>/xslt/html.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
<imageCopyingRequired>true</imageCopyingRequired>
<imagePathSettingRequired>false</imagePathSettingRequired>
<finalName>index.html </finalName>
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2008-04-24 13:20:52 UTC (rev 8121)
+++ trunk/docs/userguide/pom.xml 2008-04-24 13:24:45 UTC (rev 8122)
@@ -698,11 +698,16 @@
-->
<dependencies>
<dependency>
- <groupId>org.richfaces.docs.xslt</groupId>
- <artifactId>${translation}</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>jdocbook-style</type>
+ </dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
@@ -731,7 +736,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>
- /xslt/fopdf.xsl
+ classpath:/xslt/org/jboss/pdf.xsl
</stylesheetResource>
<finalName>
richfaces_reference.pdf
@@ -743,7 +748,7 @@
<format>
<formatName>html</formatName>
<stylesheetResource>
- /xslt/html_chunk.xsl
+ classpath:/xslt/org/jboss/xhtml.xsl
</stylesheetResource>
<finalName>index.html</finalName>
<imageCopyingRequired>
@@ -757,7 +762,7 @@
<format>
<formatName>html_single</formatName>
<stylesheetResource>
- /xslt/html.xsl
+ classpath:/xslt/org/jboss/xhtml-single.xsl
</stylesheetResource>
<imageCopyingRequired>
true