Author: ilya_shaikovsky
Date: 2011-02-04 06:28:10 -0500 (Fri, 04 Feb 2011)
New Revision: 21447
Modified:
trunk/examples/richfaces-showcase/pom.xml
Log:
http://jira.jboss.org/browse/RF-9673
Modified: trunk/examples/richfaces-showcase/pom.xml
===================================================================
--- trunk/examples/richfaces-showcase/pom.xml 2011-02-04 11:11:48 UTC (rev 21446)
+++ trunk/examples/richfaces-showcase/pom.xml 2011-02-04 11:28:10 UTC (rev 21447)
@@ -211,10 +211,13 @@
<configuration>
<webResources>
<resource>
-
<directory>src/main/webapp-gae</directory>
+ <directory>src/main/webapp</directory>
+ <excludes>
+ <exclude>WEB-INF/web.xml</exclude>
+ </excludes>
</resource>
<resource>
- <directory>src/main/webapp</directory>
+
<directory>src/main/webapp-gae</directory>
</resource>
<resource>
<directory>${project.build.directory}/generated-resources</directory>