Author: smukhina
Date: 2008-05-12 12:44:50 -0400 (Mon, 12 May 2008)
New Revision: 8529
Modified:
trunk/docs/userguide/pom.xml
Log:
the problem with "xslt is not found" is fixed, new path to it is provided
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2008-05-12 15:46:56 UTC (rev 8528)
+++ trunk/docs/userguide/pom.xml 2008-05-12 16:44:50 UTC (rev 8529)
@@ -767,7 +767,7 @@
<format>
<formatName>html</formatName>
<stylesheetResource>
- file:en/src/main/resources/xslt/org/jboss/richfaces/xhtml.xsl
+ file:${pom.basedir}/src/main/resources/xslt/org/jboss/richfaces/xhtml.xsl
</stylesheetResource>
<finalName>index.html</finalName>
<imageCopyingRequired>
@@ -781,7 +781,7 @@
<format>
<formatName>html_single</formatName>
<stylesheetResource>
- file:en/src/main/resources/xslt/org/jboss/richfaces/xhtml-single.xsl
+ file:${pom.basedir}/src/main/resources/xslt/org/jboss/richfaces/xhtml-single.xsl
</stylesheetResource>
<imageCopyingRequired>
true
Show replies by date