[richfaces-svn-commits] JBoss Rich Faces SVN: r4568 - in branches/3.1.x/docs/userguide: en/src/main/docbook and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 6 13:36:27 EST 2007


Author: vkorluzhenko
Date: 2007-12-06 13:36:27 -0500 (Thu, 06 Dec 2007)
New Revision: 4568

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml
   branches/3.1.x/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/RF-1537 - added new componet into building process

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml	2007-12-06 18:34:11 UTC (rev 4567)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml	2007-12-06 18:36:27 UTC (rev 4568)
@@ -50,8 +50,10 @@
 <!ENTITY contextMenu_table SYSTEM "../../../target/generated/contextMenu.xml">
 <!ENTITY listShuttle_table SYSTEM "../../../target/generated/listShuttle.xml">
 <!ENTITY orderingList_table SYSTEM "../../../target/generated/orderingList.xml">
+<!ENTITY componentControl_table SYSTEM "../../../target/generated/componentControl.xml">
 
 
+
 <!ENTITY coreComponents_table SYSTEM "../../../target/generated/a4j.xml">
 
 ]>
@@ -84,6 +86,7 @@
  -->
 &coreComponents_table;
 &calendar_table;
+&componentControl_table;
 &contextMenu_table;
 &dataFilterSlider_table;
 &dataScroller_table;

Modified: branches/3.1.x/docs/userguide/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/pom.xml	2007-12-06 18:34:11 UTC (rev 4567)
+++ branches/3.1.x/docs/userguide/pom.xml	2007-12-06 18:36:27 UTC (rev 4568)
@@ -70,6 +70,19 @@
 											org.richfaces.ui
 										</groupId>
 										<artifactId>
+											componentControl
+										</artifactId>
+										<version>
+											${project.version}
+										</version>
+									</artifactItem>
+									
+
+									<artifactItem>
+										<groupId>
+											org.richfaces.ui
+										</groupId>
+										<artifactId>
 											contextMenu
 										</artifactId>
 										<version>




More information about the richfaces-svn-commits mailing list