[richfaces-svn-commits] JBoss Rich Faces SVN: r14180 - in trunk/docs: photo_album_app_guide and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 13:15:40 EDT 2009


Author: nbelaevski
Date: 2009-05-13 13:15:40 -0400 (Wed, 13 May 2009)
New Revision: 14180

Modified:
   trunk/docs/photo_album_app_guide/en/pom.xml
   trunk/docs/photo_album_app_guide/pom.xml
   trunk/docs/pom.xml
Log:
Docs: renamed realworld to photo_album_app_guide

Modified: trunk/docs/photo_album_app_guide/en/pom.xml
===================================================================
--- trunk/docs/photo_album_app_guide/en/pom.xml	2009-05-13 17:12:07 UTC (rev 14179)
+++ trunk/docs/photo_album_app_guide/en/pom.xml	2009-05-13 17:15:40 UTC (rev 14180)
@@ -4,15 +4,15 @@
 
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
-		<artifactId>realworld</artifactId>
+		<artifactId>photo_album_app_guide</artifactId>
 		<version>3.3.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
-	<groupId>org.richfaces.docs.realworld</groupId>
+	<groupId>org.richfaces.docs.photo_album_app_guide</groupId>
 	<artifactId>${translation}</artifactId>
 	<version>3.3.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
-	<name>RichFaces Realworld application Guide (${translation})</name>
+	<name>RichFaces Photo Album application Guide (${translation})</name>
 
 	<properties>
 		<translation>en</translation>

Modified: trunk/docs/photo_album_app_guide/pom.xml
===================================================================
--- trunk/docs/photo_album_app_guide/pom.xml	2009-05-13 17:12:07 UTC (rev 14179)
+++ trunk/docs/photo_album_app_guide/pom.xml	2009-05-13 17:15:40 UTC (rev 14180)
@@ -8,7 +8,7 @@
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
-	<artifactId>realworld</artifactId>
+	<artifactId>photo_album_app_guide</artifactId>
 	<packaging>pom</packaging>
 	<version>3.3.1-SNAPSHOT</version>
 	<name>RichFaces Photo Album Application Guide</name>
@@ -140,7 +140,7 @@
 							<format>
 								<formatName>pdf</formatName>
 								<stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
-								<finalName>realworld_app_guide.pdf</finalName>
+								<finalName>photo_album_app_guide.pdf</finalName>
 								<imagePathSettingRequired>true</imagePathSettingRequired>
 							</format>
 							<format>

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2009-05-13 17:12:07 UTC (rev 14179)
+++ trunk/docs/pom.xml	2009-05-13 17:15:40 UTC (rev 14180)
@@ -68,7 +68,7 @@
 				<module>cdkguide</module>
 				<module>faq</module>			
 				<module>migrationguide</module>
-				<module>realworld_app_guide</module>
+				<module>photo_album_app_guide</module>
 			</modules>
 		</profile>
 		<profile>




More information about the richfaces-svn-commits mailing list