[richfaces-svn-commits] JBoss Rich Faces SVN: r14310 - in branches/community/3.3.X/docs: userguide and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 25 10:34:32 EDT 2009


Author: artdaw
Date: 2009-05-25 10:34:32 -0400 (Mon, 25 May 2009)
New Revision: 14310

Modified:
   branches/community/3.3.X/docs/pom.xml
   branches/community/3.3.X/docs/userguide/en/pom.xml
   branches/community/3.3.X/docs/userguide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7081 - masterTranslation parameter was added

Modified: branches/community/3.3.X/docs/pom.xml
===================================================================
--- branches/community/3.3.X/docs/pom.xml	2009-05-25 14:00:46 UTC (rev 14309)
+++ branches/community/3.3.X/docs/pom.xml	2009-05-25 14:34:32 UTC (rev 14310)
@@ -105,5 +105,6 @@
 	<properties>
 		<xsl_html_single>classpath:/common-resources/xslt/xhtml-single.xsl</xsl_html_single>
 		<xsl_html>classpath:/common-resources/xslt/xhtml.xsl</xsl_html>
+		<masterTranslation>en</masterTranslation>
 	</properties>
 </project>
\ No newline at end of file

Modified: branches/community/3.3.X/docs/userguide/en/pom.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/pom.xml	2009-05-25 14:00:46 UTC (rev 14309)
+++ branches/community/3.3.X/docs/userguide/en/pom.xml	2009-05-25 14:34:32 UTC (rev 14310)
@@ -9,7 +9,7 @@
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.userguide</groupId>
-	<artifactId>${translation}</artifactId>
+	<artifactId>${masterTranslation}</artifactId>
 	<version>3.3.2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Richfaces Manual (${translation})</name>

Modified: branches/community/3.3.X/docs/userguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/pom.xml	2009-05-25 14:00:46 UTC (rev 14309)
+++ branches/community/3.3.X/docs/userguide/pom.xml	2009-05-25 14:34:32 UTC (rev 14310)
@@ -620,7 +620,7 @@
 											org.richfaces.docs.common-resources
 										</groupId>
 										<artifactId>
-											${project.translation}
+											${masterTranslation}
 										</artifactId>
 										<version>
 											${project.version}
@@ -976,10 +976,8 @@
 		</plugins>
 		</reporting>
 	-->
-	<properties>
-		<masterTranslation>en</masterTranslation>
-	</properties>
 
+
 	<modules>
 		<module>en</module>
 	</modules>




More information about the richfaces-svn-commits mailing list