Author: artdaw
Date: 2008-11-18 08:47:17 -0500 (Tue, 18 Nov 2008)
New Revision: 11208
Removed:
trunk/docs/userguide/en/src/main/resources/css/
trunk/docs/userguide/en/src/main/resources/images/bg_table.gif
trunk/docs/userguide/en/src/main/resources/images/favicon.ico
trunk/docs/userguide/en/src/main/resources/images/new.png
trunk/docs/userguide/en/src/main/resources/images/richfaces_label2.png
trunk/docs/userguide/en/src/main/resources/images/updated.png
trunk/docs/userguide/en/src/main/resources/script/
trunk/docs/userguide/en/src/main/resources/xslt/
Modified:
trunk/docs/userguide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-4107 - one resources folder was added
Deleted: trunk/docs/userguide/en/src/main/resources/images/bg_table.gif
===================================================================
(Binary files differ)
Deleted: trunk/docs/userguide/en/src/main/resources/images/favicon.ico
===================================================================
(Binary files differ)
Deleted: trunk/docs/userguide/en/src/main/resources/images/new.png
===================================================================
(Binary files differ)
Deleted: trunk/docs/userguide/en/src/main/resources/images/richfaces_label2.png
===================================================================
(Binary files differ)
Deleted: trunk/docs/userguide/en/src/main/resources/images/updated.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2008-11-18 13:44:22 UTC (rev 11207)
+++ trunk/docs/userguide/pom.xml 2008-11-18 13:47:17 UTC (rev 11208)
@@ -576,10 +576,10 @@
<artifactItem>
<groupId>
- org.richfaces.docs.xslt
+ org.richfaces.docs.common-resources
</groupId>
<artifactId>
- ${translation}
+ ${project.translation}
</artifactId>
<version>
${project.version}
@@ -587,7 +587,7 @@
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>
- ${project.build.directory}/xslt
+ ${project.build.directory}
</outputDirectory>
</artifactItem>
<artifactItem>
@@ -654,7 +654,7 @@
${project.build.directory}/generated/
</outputDir>
<stylesheet>
- ${project.build.directory}/xslt/xslt/f.xsl
+ ${project.build.directory}/common-resources/xslt/f.xsl
</stylesheet>
<fileMappers>
<fileMapper
implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
@@ -698,7 +698,7 @@
${project.build.directory}/generated/
</outputDir>
<stylesheet>
- ${project.build.directory}/xslt/xslt/f.xsl
+ ${project.build.directory}/common-resources/xslt/f.xsl
</stylesheet>
<fileMappers>
<fileMapper
implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
@@ -771,6 +771,12 @@
<version>1.1.0</version>
<type>jdocbook-style</type>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.docs.common-resources</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ </dependency>
<!--dependency>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>${translation}</artifactId>
@@ -794,7 +800,7 @@
</imageResource>
<cssResource>
<directory>
- ${basedir}/src/main/resources
+ ${project.build.directory}/common-resources
</directory>
</cssResource>
<sourceDocumentName>
@@ -802,7 +808,7 @@
</sourceDocumentName>
<formats>
- <format>
+ <!--format>
<formatName>pdf</formatName>
<stylesheetResource>
classpath:/xslt/org/jboss/pdf.xsl
@@ -813,11 +819,11 @@
<imagePathSettingRequired>
true
</imagePathSettingRequired>
- </format>
+ </format-->
<format>
<formatName>html</formatName>
<stylesheetResource>
- file:${pom.basedir}/src/main/resources/xslt/org/jboss/richfaces/xhtml.xsl
+ ${xsl_html}
</stylesheetResource>
<finalName>index.html</finalName>
<imageCopyingRequired>
@@ -828,10 +834,10 @@
</imagePathSettingRequired>
</format>
- <format>
+ <!--format>
<formatName>html_single</formatName>
<stylesheetResource>
- file:${pom.basedir}/src/main/resources/xslt/org/jboss/richfaces/xhtml-single.xsl
+ ${xsl_html_single}
</stylesheetResource>
<imageCopyingRequired>
true
@@ -842,8 +848,7 @@
<finalName>
index.html
</finalName>
-
- </format>
+ </format-->
</formats>
<xincludeSupported>true</xincludeSupported>
<options>