[richfaces-svn-commits] JBoss Rich Faces SVN: r2160 - in trunk/docs: userguide/en and 4 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 8 16:30:09 EDT 2007


Author: alexsmirnov
Date: 2007-08-08 16:30:09 -0400 (Wed, 08 Aug 2007)
New Revision: 2160

Added:
   trunk/docs/userguide/en/src/main/resources/images/bg_table.gif
   trunk/docs/userguide/en/src/main/resources/images/ico_important.gif
   trunk/docs/userguide/en/src/main/resources/images/ico_note.gif
   trunk/docs/xslt/en/src/main/images/images/
   trunk/docs/xslt/en/src/main/images/images/bg_table.gif
   trunk/docs/xslt/en/src/main/images/images/ico_important.gif
   trunk/docs/xslt/en/src/main/images/images/ico_note.gif
Removed:
   trunk/docs/xslt/en/src/main/images/bg_table.gif
   trunk/docs/xslt/en/src/main/images/ico_important.gif
   trunk/docs/xslt/en/src/main/images/ico_note.gif
Modified:
   trunk/docs/userguide/en/pom.xml
   trunk/docs/userguide/pom.xml
   trunk/docs/xslt/en/pom.xml
Log:
move css stylesheet to the common project.

Modified: trunk/docs/userguide/en/pom.xml
===================================================================
--- trunk/docs/userguide/en/pom.xml	2007-08-08 19:46:10 UTC (rev 2159)
+++ trunk/docs/userguide/en/pom.xml	2007-08-08 20:30:09 UTC (rev 2160)
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -18,22 +20,32 @@
 		<translation>en</translation>
 	</properties>
 	<build>
-	<finalName>${project.parent.artifactId}_${translation}-${version}</finalName>
-				<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-				</plugin>
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>xml-maven-plugin</artifactId>
-				</plugin>
+		<finalName>
+			${project.parent.artifactId}_${translation}-${version}
+		</finalName>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>xml-maven-plugin</artifactId>
+			</plugin>
 
+			<plugin>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-jdocbook-plugin</artifactId>
+				<extensions>true</extensions>
+			</plugin>
+			<!--
 				<plugin>
-					<groupId>org.jboss.maven.plugins</groupId>
-					<artifactId>maven-jdocbook-plugin</artifactId>
-					<extensions>true</extensions>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-jdocbook-style-plugin</artifactId>
+				<version>1.0.0</version>
+				<extensions>true</extensions>
 				</plugin>
-			</plugins>
+			-->
+		</plugins>
 	</build>
 </project>

Added: trunk/docs/userguide/en/src/main/resources/images/bg_table.gif
===================================================================
(Binary files differ)


Property changes on: trunk/docs/userguide/en/src/main/resources/images/bg_table.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/docs/userguide/en/src/main/resources/images/ico_important.gif
===================================================================
(Binary files differ)


Property changes on: trunk/docs/userguide/en/src/main/resources/images/ico_important.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/docs/userguide/en/src/main/resources/images/ico_note.gif
===================================================================
(Binary files differ)


Property changes on: trunk/docs/userguide/en/src/main/resources/images/ico_note.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml	2007-08-08 19:46:10 UTC (rev 2159)
+++ trunk/docs/userguide/pom.xml	2007-08-08 20:30:09 UTC (rev 2160)
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
@@ -118,7 +120,9 @@
 										<groupId>
 											org.richfaces.ui
 										</groupId>
-										<artifactId>virtualEarth</artifactId>
+										<artifactId>
+											virtualEarth
+										</artifactId>
 										<version>
 											3.1.0-SNAPSHOT
 										</version>
@@ -160,9 +164,7 @@
 										<groupId>
 											org.richfaces.ui
 										</groupId>
-										<artifactId>
-											message
-										</artifactId>
+										<artifactId>message</artifactId>
 										<version>
 											3.1.0-SNAPSHOT
 										</version>
@@ -304,7 +306,9 @@
 										<groupId>
 											org.richfaces.docs.xslt
 										</groupId>
-										<artifactId>${translation}</artifactId>
+										<artifactId>
+											${translation}
+										</artifactId>
 										<version>
 											3.1.0-SNAPSHOT
 										</version>
@@ -366,7 +370,8 @@
 									${project.build.directory}/xslt/xslt/f.xsl
 								</stylesheet>
 								<fileMappers>
-									<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+									<fileMapper
+										implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
 										<targetExtension>
 											xml
 										</targetExtension>
@@ -410,7 +415,8 @@
 									${project.build.directory}/xslt/xslt/f.xsl
 								</stylesheet>
 								<fileMappers>
-									<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+									<fileMapper
+										implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
 										<targetExtension>
 											xml
 										</targetExtension>
@@ -477,13 +483,12 @@
 							<directory>
 								${basedir}/src/main/resources
 							</directory>
-							<!--
-								<directory>${project.build.directory}/xslt/images</directory>
-							-->
 						</imageResource>
-							<cssResource>
-							<directory>${project.build.directory}/xslt/css</directory>
-							</cssResource>
+						<cssResource>
+							<directory>
+								${project.build.directory}/xslt/css
+							</directory>
+						</cssResource>
 						<sourceDocumentName>
 							master.xml
 						</sourceDocumentName>

Modified: trunk/docs/xslt/en/pom.xml
===================================================================
--- trunk/docs/xslt/en/pom.xml	2007-08-08 19:46:10 UTC (rev 2159)
+++ trunk/docs/xslt/en/pom.xml	2007-08-08 20:30:09 UTC (rev 2160)
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>xslt</artifactId>
 		<groupId>org.richfaces.docs</groupId>
@@ -14,28 +16,27 @@
 		Docbook documentation stylesheets for En-Us translation
 	</description>
 	<build>
-	<resources>
-	   <resource>
-	      <directory>src/main/xslt</directory>
-	      <targetPath>xslt</targetPath>
-	   </resource>
-	   <resource>
-	      <directory>src/main/css</directory>
-	      <targetPath>css</targetPath>
-	   </resource>
-	   <resource>
-	      <directory>src/main/images</directory>
-	      <targetPath>images</targetPath>
-	   </resource>
-	</resources> 
-	<!--
-			<plugins>
+		<resources>
+			<resource>
+				<directory>src/main/xslt</directory>
+				<targetPath>xslt</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/css</directory>
+				<targetPath>css</targetPath>
+			</resource>
+			<resource>
+				<directory>src/main/images</directory>
+				<targetPath>images</targetPath>
+			</resource>
+		</resources>
+		<plugins>
 			<plugin>
-			<groupId>org.jboss.maven.plugins</groupId>
-			<artifactId>maven-jdocbook-style-plugin</artifactId>
-			<version>1.0.0</version>
-			<extensions>true</extensions>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-jdocbook-style-plugin</artifactId>
+				<version>1.0.0</version>
+				<extensions>true</extensions>
 			</plugin>
-			</plugins>
-	--></build>
+		</plugins>
+	</build>
 </project>
\ No newline at end of file

Deleted: trunk/docs/xslt/en/src/main/images/bg_table.gif
===================================================================
(Binary files differ)

Deleted: trunk/docs/xslt/en/src/main/images/ico_important.gif
===================================================================
(Binary files differ)

Deleted: trunk/docs/xslt/en/src/main/images/ico_note.gif
===================================================================
(Binary files differ)

Copied: trunk/docs/xslt/en/src/main/images/images/bg_table.gif (from rev 2159, trunk/docs/xslt/en/src/main/images/bg_table.gif)
===================================================================
(Binary files differ)

Copied: trunk/docs/xslt/en/src/main/images/images/ico_important.gif (from rev 2159, trunk/docs/xslt/en/src/main/images/ico_important.gif)
===================================================================
(Binary files differ)

Copied: trunk/docs/xslt/en/src/main/images/images/ico_note.gif (from rev 2159, trunk/docs/xslt/en/src/main/images/ico_note.gif)
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list