Author: artdaw
Date: 2011-01-14 10:56:02 -0500 (Fri, 14 Jan 2011)
New Revision: 21030
Modified:
trunk/examples/richfaces-showcase/pom.xml
Log:
RF-9673: the problem is with wrong web.xml that comes from default profile instead of
'gae'. This problem is fixed.
Modified: trunk/examples/richfaces-showcase/pom.xml
===================================================================
--- trunk/examples/richfaces-showcase/pom.xml 2011-01-14 15:35:34 UTC (rev 21029)
+++ trunk/examples/richfaces-showcase/pom.xml 2011-01-14 15:56:02 UTC (rev 21030)
@@ -211,10 +211,10 @@
<configuration>
<webResources>
<resource>
-
<directory>src/main/webapp-gae</directory>
+ <directory>src/main/webapp</directory>
</resource>
<resource>
- <directory>src/main/webapp</directory>
+
<directory>src/main/webapp-gae</directory>
</resource>
<resource>
<directory>${project.build.directory}/generated-resources</directory>
@@ -231,8 +231,6 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${project.version}</version>
- <configuration>
- </configuration>
<executions>
<execution>
<id>process</id>