Author: ilya_shaikovsky
Date: 2010-05-14 05:02:23 -0400 (Fri, 14 May 2010)
New Revision: 17046
Added:
root/examples/richfaces-showcase/
Removed:
root/examples/richfaces-demo/
Modified:
root/examples/core-demo/trunk/
root/examples/pom.xml
root/examples/repeater-demo/trunk/
root/examples/richfaces-showcase/trunk/pom.xml
root/examples/richfaces-showcase/trunk/src/main/webapp/WEB-INF/web.xml
Log:
https://jira.jboss.org/jira/browse/RFPL-599
Property changes on: root/examples/core-demo/trunk
___________________________________________________________________
Name: svn:ignore
+ target
Modified: root/examples/pom.xml
===================================================================
--- root/examples/pom.xml 2010-05-14 04:47:30 UTC (rev 17045)
+++ root/examples/pom.xml 2010-05-14 09:02:23 UTC (rev 17046)
@@ -38,7 +38,7 @@
<modules>
<module>core-demo/trunk</module>
<module>repeater-demo/trunk</module>
- <module>richfaces-demo/trunk</module>
+ <module>richfaces-showcase/trunk</module>
<!--<module>dist/trunk</module>-->
</modules>
Property changes on: root/examples/repeater-demo/trunk
___________________________________________________________________
Name: svn:ignore
+ target
Copied: root/examples/richfaces-showcase (from rev 17045, root/examples/richfaces-demo)
Modified: root/examples/richfaces-showcase/trunk/pom.xml
===================================================================
--- root/examples/richfaces-demo/trunk/pom.xml 2010-05-14 04:47:30 UTC (rev 17045)
+++ root/examples/richfaces-showcase/trunk/pom.xml 2010-05-14 09:02:23 UTC (rev 17046)
@@ -13,9 +13,9 @@
</parent>
<groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-demo</artifactId>
+ <artifactId>richfaces-showcase</artifactId>
<packaging>war</packaging>
- <name>Richfaces Examples: Richfaces Demo Application</name>
+ <name>Richfaces Examples: Richfaces Showcase Application</name>
<dependencies>
<dependency>
@@ -39,7 +39,7 @@
</dependencies>
<build>
- <finalName>richfaces-demo</finalName>
+ <finalName>richfaces-showcase</finalName>
</build>
<profiles>
Modified: root/examples/richfaces-showcase/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- root/examples/richfaces-demo/trunk/src/main/webapp/WEB-INF/web.xml 2010-05-14 04:47:30
UTC (rev 17045)
+++ root/examples/richfaces-showcase/trunk/src/main/webapp/WEB-INF/web.xml 2010-05-14
09:02:23 UTC (rev 17046)
@@ -1,51 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xmlns="http://java.sun.com/xml/ns/javaee"
-
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
- id="richfaces-demo" version="2.5">
-
- <display-name>richfaces-demo</display-name>
- <welcome-file-list>
- <welcome-file>index.html</welcome-file>
- <welcome-file>index.htm</welcome-file>
- <welcome-file>index.jsp</welcome-file>
- <welcome-file>default.html</welcome-file>
- <welcome-file>default.htm</welcome-file>
- <welcome-file>default.jsp</welcome-file>
- </welcome-file-list>
-
- <context-param>
- <param-name>org.richfaces.SKIN</param-name>
- <param-value>#{skinBean.skin}</param-value>
- </context-param>
-
- <context-param>
- <param-name>javax.faces.PROJECT_STAGE</param-name>
- <param-value>Development</param-value>
- </context-param>
-
- <context-param>
- <param-name>org.richfaces.CONTROL_SKINNING</param-name>
- <param-value>enable</param-value>
- </context-param>
-
- <context-param>
- <param-name>org.richfaces.CONTROL_SKINNING_CLASSES</param-name>
- <param-value>enable</param-value>
- </context-param>
-
- <servlet>
- <servlet-name>Faces Servlet</servlet-name>
- <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>Faces Servlet</servlet-name>
- <url-pattern>*.jsf</url-pattern>
- </servlet-mapping>
- <servlet-mapping>
- <servlet-name>Faces Servlet</servlet-name>
- <url-pattern>/faces/*</url-pattern>
- </servlet-mapping>
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="richfaces-showcase"
version="2.5">
+ <display-name>richfaces-showcase</display-name>
+ <welcome-file-list>
+ <welcome-file>index.html</welcome-file>
+ <welcome-file>index.htm</welcome-file>
+ <welcome-file>index.jsp</welcome-file>
+ <welcome-file>default.html</welcome-file>
+ <welcome-file>default.htm</welcome-file>
+ <welcome-file>default.jsp</welcome-file>
+ </welcome-file-list>
+ <context-param>
+ <param-name>org.richfaces.SKIN</param-name>
+ <param-value>#{skinBean.skin}</param-value>
+ </context-param>
+ <context-param>
+ <param-name>javax.faces.PROJECT_STAGE</param-name>
+ <param-value>Development</param-value>
+ </context-param>
+ <context-param>
+ <param-name>org.richfaces.CONTROL_SKINNING</param-name>
+ <param-value>enable</param-value>
+ </context-param>
+ <context-param>
+ <param-name>org.richfaces.CONTROL_SKINNING_CLASSES</param-name>
+ <param-value>enable</param-value>
+ </context-param>
+ <servlet>
+ <servlet-name>Faces Servlet</servlet-name>
+ <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+ <load-on-startup>1</load-on-startup>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>Faces Servlet</servlet-name>
+ <url-pattern>*.jsf</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>Faces Servlet</servlet-name>
+ <url-pattern>/faces/*</url-pattern>
+ </servlet-mapping>
</web-app>
\ No newline at end of file