[richfaces-svn-commits] JBoss Rich Faces SVN: r4939 - in branches/3.1.x: docs/userguide and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 20 12:32:31 EST 2007


Author: alexsmirnov
Date: 2007-12-20 12:32:30 -0500 (Thu, 20 Dec 2007)
New Revision: 4939

Modified:
   branches/3.1.x/docs/faq/pom.xml
   branches/3.1.x/docs/userguide/pom.xml
   branches/3.1.x/ui/assembly/pom.xml
Log:
Merge JavaScript assembly settings.
Add dependency for a FOP 0.94 to docs

Modified: branches/3.1.x/docs/faq/pom.xml
===================================================================
--- branches/3.1.x/docs/faq/pom.xml	2007-12-20 16:11:27 UTC (rev 4938)
+++ branches/3.1.x/docs/faq/pom.xml	2007-12-20 17:32:30 UTC (rev 4939)
@@ -57,6 +57,11 @@
 							<version>${project.version}</version>
 							<type>jar</type>
 						</dependency>
+						<dependency>
+							<groupId>org.apache.xmlgraphics</groupId>
+							<artifactId>fop</artifactId>
+							<version>0.94</version>
+						</dependency>
 					</dependencies>
 					<configuration>
 						<sourceDirectory>

Modified: branches/3.1.x/docs/userguide/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/pom.xml	2007-12-20 16:11:27 UTC (rev 4938)
+++ branches/3.1.x/docs/userguide/pom.xml	2007-12-20 17:32:30 UTC (rev 4939)
@@ -474,6 +474,11 @@
 							<artifactId>saxon</artifactId>
 							<version>8.7</version>
 						</dependency>
+						<dependency>
+							<groupId>org.apache.xmlgraphics</groupId>
+							<artifactId>fop</artifactId>
+							<version>0.94</version>
+						</dependency>
 					</dependencies>
 					<configuration>
 						<transformationSets>

Modified: branches/3.1.x/ui/assembly/pom.xml
===================================================================
--- branches/3.1.x/ui/assembly/pom.xml	2007-12-20 16:11:27 UTC (rev 4938)
+++ branches/3.1.x/ui/assembly/pom.xml	2007-12-20 17:32:30 UTC (rev 4939)
@@ -275,6 +275,27 @@
 								<include>
 									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/modalPanelBorders-min.js
 								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ShuttleUtils-min.js
+								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/SelectItem-min.js
+								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/LayoutManager-min.js
+								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/Control-min.js
+								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ListBase-min.js
+								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/OrderingList-min.js
+								</include>
+								<include>
+									${project.build.directory}/compressed/org/richfaces/renderkit/html/scripts/ListShuttle-min.js
+								</include>
 								<include>**/*-min.js</include>
 							</includes>
 						




More information about the richfaces-svn-commits mailing list