Author: alexsmirnov
Date: 2008-08-11 21:20:41 -0400 (Mon, 11 Aug 2008)
New Revision: 10036
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
trunk/ui/extendedDataTable/pom.xml
Log:
Fix build in the Linux box.
Return default demo load...strategy to "ALL"
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-08-11 16:55:56 UTC
(rev 10035)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-08-12 01:20:41 UTC
(rev 10036)
@@ -54,11 +54,11 @@
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
- <param-value>DEFAULT</param-value>
+ <param-value>ALL</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
- <param-value>DEFAULT</param-value>
+ <param-value>ALL</param-value>
</context-param>
<filter>
Modified: trunk/ui/extendedDataTable/pom.xml
===================================================================
--- trunk/ui/extendedDataTable/pom.xml 2008-08-11 16:55:56 UTC (rev 10035)
+++ trunk/ui/extendedDataTable/pom.xml 2008-08-12 01:20:41 UTC (rev 10036)
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>jquery</artifactId>
+ <artifactId>jQuery</artifactId>
<version>3.2.2-SNAPSHOT</version>
</dependency>
Show replies by date