Author: ochikvina
Date: 2008-05-27 06:45:36 -0400 (Tue, 27 May 2008)
New Revision: 8356
Modified:
trunk/jsf/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-336 - paths correction
Modified: trunk/jsf/docs/userguide/pom.xml
===================================================================
--- trunk/jsf/docs/userguide/pom.xml 2008-05-27 10:45:02 UTC (rev 8355)
+++ trunk/jsf/docs/userguide/pom.xml 2008-05-27 10:45:36 UTC (rev 8356)
@@ -15,8 +15,9 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
<extensions>true</extensions>
+
<dependencies>
<dependency>
<groupId>com.jboss</groupId>
@@ -36,6 +37,7 @@
<type>jdocbook-style</type>
</dependency>
</dependencies>
+
<configuration>
<sourceDocumentName>master.xml</sourceDocumentName>
<sourceDirectory>${pom.basedir}/en</sourceDirectory>
@@ -45,31 +47,33 @@
<include>images/**/*</include>
</includes>
</imageResource>
- <!--<cssResource>
- <directory>src/main/css</directory>
- </cssResource>-->
+ <cssResource>
+ <directory>${pom.basedir}/${cssdir}</directory>
+ </cssResource>
+
<formats>
<format>
<formatName>pdf</formatName>
-
<stylesheetResource>classpath:/xslt/com/jboss/pdf.xsl</stylesheetResource>
+
<stylesheetResource>file:${pom.basedir}/${stylesdir}/xslt/com/jboss/tools/pdf.xsl</stylesheetResource>
<finalName>${pom.name}.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
-
<stylesheetResource>classpath:/xslt/com/jboss/xhtml.xsl</stylesheetResource>
+
<stylesheetResource>file:${pom.basedir}/${stylesdir}/xslt/com/jboss/tools/xhtml.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>html_single</formatName>
-
<stylesheetResource>classpath:/xslt/com/jboss/xhtml-single.xsl</stylesheetResource>
+
<stylesheetResource>file:${pom.basedir}/${stylesdir}/xslt/com/jboss/tools/xhtml-single.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
<format>
<formatName>eclipse</formatName>
-
<stylesheetResource>classpath:/xslt/com/jboss/eclipse.xsl</stylesheetResource>
+
<stylesheetResource>file:${pom.basedir}/${stylesdir}/xslt/com/jboss/tools/eclipse.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>
+
<options>
<xincludeSupported>true</xincludeSupported>
<xmlTransformerType>saxon</xmlTransformerType>
@@ -83,6 +87,8 @@
</build>
<properties>
+
<stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resources/</stylesdir>
+
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
<translation>en-US</translation>
</properties>
</project>