Author: artdaw
Date: 2008-11-18 08:04:02 -0500 (Tue, 18 Nov 2008)
New Revision: 11204
Removed:
trunk/docs/cdkguide/en/src/main/resources/css/
trunk/docs/cdkguide/en/src/main/resources/images/favicon.ico
trunk/docs/cdkguide/en/src/main/resources/images/ico_important.gif
trunk/docs/cdkguide/en/src/main/resources/images/ico_note.gif
trunk/docs/cdkguide/en/src/main/resources/images/ico_tip.gif
trunk/docs/cdkguide/en/src/main/resources/images/richfaces_label2.png
trunk/docs/cdkguide/en/src/main/resources/script/
trunk/docs/cdkguide/en/src/main/resources/xslt/
Modified:
trunk/docs/cdkguide/en/src/main/docbook/modules/namingconv.xml
trunk/docs/cdkguide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-4107 - one resources folder was added
Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/namingconv.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/modules/namingconv.xml 2008-11-18 11:52:53 UTC
(rev 11203)
+++ trunk/docs/cdkguide/en/src/main/docbook/modules/namingconv.xml 2008-11-18 13:04:02 UTC
(rev 11204)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="namingconv" xreflabel="namingconv">
+<chapter id="namingconv" xreflabel="namingconv"
role="new">
<?dbhtml filename="namingconv.html"?>
<chapterinfo>
<keywordset>
Deleted: trunk/docs/cdkguide/en/src/main/resources/images/favicon.ico
===================================================================
(Binary files differ)
Deleted: trunk/docs/cdkguide/en/src/main/resources/images/ico_important.gif
===================================================================
(Binary files differ)
Deleted: trunk/docs/cdkguide/en/src/main/resources/images/ico_note.gif
===================================================================
(Binary files differ)
Deleted: trunk/docs/cdkguide/en/src/main/resources/images/ico_tip.gif
===================================================================
(Binary files differ)
Deleted: trunk/docs/cdkguide/en/src/main/resources/images/richfaces_label2.png
===================================================================
(Binary files differ)
Modified: trunk/docs/cdkguide/pom.xml
===================================================================
--- trunk/docs/cdkguide/pom.xml 2008-11-18 11:52:53 UTC (rev 11203)
+++ trunk/docs/cdkguide/pom.xml 2008-11-18 13:04:02 UTC (rev 11204)
@@ -26,11 +26,51 @@
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
+
<build>
<pluginManagement>
<plugins>
-
+
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>
+ org.richfaces.docs.common-resources
+ </groupId>
+ <artifactId>
+ ${project.translation}
+ </artifactId>
+ <version>
+ ${project.version}
+ </version>
+ <type>jar</type>
+ <overWrite>true</overWrite>
+ <outputDirectory>
+ ${project.build.directory}
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <overWriteReleases>
+ false
+ </overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
@@ -69,6 +109,12 @@
<version>1.1.0-SNAPSHOT</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>
</dependencies>
<configuration>
<sourceDirectory>
@@ -81,15 +127,13 @@
</imageResource>
<cssResource>
<directory>
- ${basedir}/src/main/resources
+ ${project.build.directory}/common-resources
</directory>
</cssResource>
-
<sourceDocumentName>
master.xml
</sourceDocumentName>
<formats>
-
<format>
<formatName>pdf</formatName>
<stylesheetResource>
@@ -105,7 +149,7 @@
<format>
<formatName>html</formatName>
<stylesheetResource>
- file:${pom.basedir}/src/main/resources/xslt/org/jboss/richfaces/xhtml.xsl
+ ${xsl_html}
</stylesheetResource>
<finalName>
index.html
@@ -117,11 +161,10 @@
false
</imagePathSettingRequired>
</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