[richfaces-svn-commits] JBoss Rich Faces SVN: r6191 - trunk/docs/userguide.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 20 06:42:23 EST 2008


Author: msorokin
Date: 2008-02-20 06:42:22 -0500 (Wed, 20 Feb 2008)
New Revision: 6191

Modified:
   trunk/docs/userguide/pom.xml
Log:
Progress bar added.
http://jira.jboss.com/jira/browse/RF-1690

Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml	2008-02-20 11:33:36 UTC (rev 6190)
+++ trunk/docs/userguide/pom.xml	2008-02-20 11:42:22 UTC (rev 6191)
@@ -63,6 +63,7 @@
 										</version>
 									</artifactItem>
 									
+									
 									<artifactItem>
 										<groupId>
 											org.richfaces.ui
@@ -75,11 +76,24 @@
 										</version>
 									</artifactItem>
 									
+									
 									<artifactItem>
 										<groupId>
 											org.richfaces.ui
 										</groupId>
 										<artifactId>
+											progressBar 
+										</artifactId>
+										<version>
+											${project.version}
+										</version>
+									</artifactItem>
+					
+									<artifactItem>
+										<groupId>
+											org.richfaces.ui
+										</groupId>
+										<artifactId>
 											combobox
 										</artifactId>
 										<version>




More information about the richfaces-svn-commits mailing list