[richfaces-svn-commits] JBoss Rich Faces SVN: r2223 - in trunk/docs/userguide: en/src/main/docbook and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 13 10:07:05 EDT 2007
Author: vkukharchuk
Date: 2007-08-13 10:07:05 -0400 (Mon, 13 Aug 2007)
New Revision: 2223
Modified:
trunk/docs/userguide/en/src/main/docbook/master.xml
trunk/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/RF-502
Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml 2007-08-13 14:06:43 UTC (rev 2222)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml 2007-08-13 14:07:05 UTC (rev 2223)
@@ -39,6 +39,9 @@
<!ENTITY panelMenu_table SYSTEM "../../../target/generated/panelmenu.xml">
<!ENTITY message_table SYSTEM "../../../target/generated/message.xml">
<!ENTITY calendar_table SYSTEM "../../../target/generated/calendar.xml">
+
+<!ENTITY tooltip_table SYSTEM "../../../target/generated/tooltip.xml">
+
<!ENTITY coreComponents_table SYSTEM "../../../target/generated/a4j.xml">
@@ -105,6 +108,7 @@
&tabPanel_table;
&togglePanel_table;
&toolBar_table;
+&tooltip_table;
&tree_table;
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-08-13 14:06:43 UTC (rev 2222)
+++ trunk/docs/userguide/pom.xml 2007-08-13 14:07:05 UTC (rev 2223)
@@ -52,6 +52,7 @@
3.1.0-SNAPSHOT
</version>
</artifactItem>
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -61,10 +62,21 @@
3.1.0-SNAPSHOT
</version>
</artifactItem>
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
+ <artifactId>tooltip</artifactId>
+ <version>
+ 3.1.0-SNAPSHOT
+ </version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>
+ org.richfaces.ui
+ </groupId>
<artifactId>
dataFilterSlider
</artifactId>
More information about the richfaces-svn-commits
mailing list