[richfaces-svn-commits] JBoss Rich Faces SVN: r4907 - in tags/3.1.3.GA: docs/userguide and 2 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 18 16:46:02 EST 2007
Author: alexsmirnov
Date: 2007-12-18 16:46:01 -0500 (Tue, 18 Dec 2007)
New Revision: 4907
Modified:
tags/3.1.3.GA/docs/faq/pom.xml
tags/3.1.3.GA/docs/userguide/pom.xml
tags/3.1.3.GA/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
tags/3.1.3.GA/ui/assembly/pom.xml
Log:
fix javascript assembly order
Modified: tags/3.1.3.GA/docs/faq/pom.xml
===================================================================
--- tags/3.1.3.GA/docs/faq/pom.xml 2007-12-18 20:25:07 UTC (rev 4906)
+++ tags/3.1.3.GA/docs/faq/pom.xml 2007-12-18 21:46:01 UTC (rev 4907)
@@ -52,6 +52,11 @@
-->
<dependencies>
<dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.94</version>
+ </dependency>
+ <dependency>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>${translation}</artifactId>
<version>${project.version}</version>
Modified: tags/3.1.3.GA/docs/userguide/pom.xml
===================================================================
--- tags/3.1.3.GA/docs/userguide/pom.xml 2007-12-18 20:25:07 UTC (rev 4906)
+++ tags/3.1.3.GA/docs/userguide/pom.xml 2007-12-18 21:46:01 UTC (rev 4907)
@@ -591,6 +591,11 @@
-->
<dependencies>
<dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.94</version>
+ </dependency>
+ <dependency>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>${translation}</artifactId>
<version>${project.version}</version>
Modified: tags/3.1.3.GA/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- tags/3.1.3.GA/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2007-12-18 20:25:07 UTC (rev 4906)
+++ tags/3.1.3.GA/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2007-12-18 21:46:01 UTC (rev 4907)
@@ -43,14 +43,14 @@
<param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
<param-value>NEKO</param-value>
</context-param>
- <!--context-param>
+ <context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
<param-value>ALL</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>ALL</param-value>
- </context-param-->
+ </context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
Modified: tags/3.1.3.GA/ui/assembly/pom.xml
===================================================================
--- tags/3.1.3.GA/ui/assembly/pom.xml 2007-12-18 20:25:07 UTC (rev 4906)
+++ tags/3.1.3.GA/ui/assembly/pom.xml 2007-12-18 21:46:01 UTC (rev 4907)
@@ -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