[richfaces-svn-commits] JBoss Rich Faces SVN: r11837 - in trunk/samples/richfaces-demo: src/main/webapp/WEB-INF and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 16 15:51:06 EST 2008


Author: nbelaevski
Date: 2008-12-16 15:51:05 -0500 (Tue, 16 Dec 2008)
New Revision: 11837

Added:
   trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/jboss-web.xml
Modified:
   trunk/samples/richfaces-demo/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-5292

Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml	2008-12-16 19:50:43 UTC (rev 11836)
+++ trunk/samples/richfaces-demo/pom.xml	2008-12-16 20:51:05 UTC (rev 11837)
@@ -232,12 +232,12 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
+      <version>2.9.1</version>
     </dependency>
     <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
-      <version>1.1.14</version>
+      <version>1.1.15.B1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Added: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/jboss-web.xml	                        (rev 0)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/jboss-web.xml	2008-12-16 20:51:05 UTC (rev 11837)
@@ -0,0 +1,12 @@
+<!DOCTYPE jboss-web PUBLIC
+   "-//JBoss//DTD Web Application 5.0//EN"
+   "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
+   
+<jboss-web>
+	<class-loading>
+		<loader-repository>
+			org.richfaces.samples.richfaces-demo:loader=richfaces-demo-jee5.war
+			<loader-repository-config>java2ParentDelegation=true</loader-repository-config>
+		</loader-repository> 
+	</class-loading>
+</jboss-web> 
\ No newline at end of file




More information about the richfaces-svn-commits mailing list