[richfaces-svn-commits] JBoss Rich Faces SVN: r2497 - 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
Sun Aug 26 09:31:34 EDT 2007
Author: vkorluzhenko
Date: 2007-08-26 09:31:33 -0400 (Sun, 26 Aug 2007)
New Revision: 2497
Modified:
trunk/docs/userguide/en/src/main/docbook/master.xml
trunk/docs/userguide/pom.xml
Log:
included new components in to the build process
Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml 2007-08-26 13:30:46 UTC (rev 2496)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml 2007-08-26 13:31:33 UTC (rev 2497)
@@ -44,6 +44,8 @@
<!ENTITY calendar_table SYSTEM "../../../target/generated/calendar.xml">
<!ENTITY tooltip_table SYSTEM "../../../target/generated/tooltip.xml">
<!ENTITY insert_table SYSTEM "../../../target/generated/insert.xml">
+<!ENTITY treeModel_table SYSTEM "../../../target/generated/tree-model.xml">
+<!ENTITY scrollableDataTable_table SYSTEM "../../../target/generated/scrollableDataTable.xml">
<!ENTITY coreComponents_table SYSTEM "../../../target/generated/a4j.xml">
]>
@@ -81,8 +83,8 @@
&dataTable_table;
&dnd_table;
&dropDownMenu_table;
+&menuComponents_table;
&effect_table;
-&menuComponents_table;
&gmap_table;
&virtualEarth_table;
&inputNumberSlider_table;
@@ -94,6 +96,7 @@
&paint2D_table;
&panel_table;
&panelBar_table;
+&scrollableDataTable_table;
&separator_table;
&simpleTogglePanel_table;
&spacer_table;
@@ -103,6 +106,7 @@
&toolBar_table;
&tooltip_table;
&tree_table;
+&treeModel_table;
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-08-26 13:30:46 UTC (rev 2496)
+++ trunk/docs/userguide/pom.xml 2007-08-26 13:31:33 UTC (rev 2497)
@@ -263,6 +263,17 @@
org.richfaces.ui
</groupId>
<artifactId>
+ scrollableDataTable
+ </artifactId>
+ <version>
+ 3.1.0-SNAPSHOT
+ </version>
+ </artifactItem>
+ <artifactItem>
+ <groupId>
+ org.richfaces.ui
+ </groupId>
+ <artifactId>
simpleTogglePanel
</artifactId>
<version>
@@ -351,6 +362,16 @@
</artifactItem>
<artifactItem>
<groupId>
+ org.richfaces.ui
+ </groupId>
+ <artifactId>treeModel</artifactId>
+ <version>
+ 3.1.0-SNAPSHOT
+ </version>
+ </artifactItem>
+
+ <artifactItem>
+ <groupId>
org.richfaces.docs.xslt
</groupId>
<artifactId>
More information about the richfaces-svn-commits
mailing list