[richfaces-svn-commits] JBoss Rich Faces SVN: r14074 - trunk/docs/realworld_app_guide/en/src/main/docbook.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 7 13:35:08 EDT 2009


Author: msorokin
Date: 2009-05-07 13:35:08 -0400 (Thu, 07 May 2009)
New Revision: 14074

Modified:
   trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml
Log:
added button and datascroller chapters
https://jira.jboss.org/jira/browse/RF-5768


Modified: trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml	2009-05-07 17:30:18 UTC (rev 14073)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml	2009-05-07 17:35:08 UTC (rev 14074)
@@ -18,7 +18,10 @@
 	<!ENTITY contextMenu SYSTEM "includes/contextMenu.xml">
 	<!ENTITY tooltips SYSTEM "includes/tooltips.xml">
 	<!ENTITY hiw SYSTEM "includes/hiw.xml">
-	<!ENTITY validators SYSTEM "includes/validators.xml">
+	<!ENTITY validators SYSTEM "includes/validators.xml">
+	<!ENTITY datascroller SYSTEM "includes/datascroller.xml">
+	<!ENTITY button SYSTEM "includes/button.xml">
+
 ]>
 
 <book>
@@ -78,7 +81,9 @@
 				  &uploadImages;
 				  &contextMenu;
 				  &tooltips;
-				  &validators;
+				  &validators;
+				&datascroller;
+				&button;
 				 <!-- &hiw;  --> 
 				  &userPreferencesView;
 				  &errorsReports;




More information about the richfaces-svn-commits mailing list