Author: nbelaevski
Date: 2008-09-10 14:04:54 -0400 (Wed, 10 Sep 2008)
New Revision: 10403
Modified:
branches/3.2.x/samples/richfaces-demo/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-4423
Modified: branches/3.2.x/samples/richfaces-demo/pom.xml
===================================================================
--- branches/3.2.x/samples/richfaces-demo/pom.xml 2008-09-10 16:09:04 UTC (rev 10402)
+++ branches/3.2.x/samples/richfaces-demo/pom.xml 2008-09-10 18:04:54 UTC (rev 10403)
@@ -129,7 +129,7 @@
<configuration>
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
<classifier>jee5</classifier>
-
<warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
+
<packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</packagingExcludes>
</configuration>
</execution>
<execution>
@@ -141,7 +141,7 @@
<configuration>
<webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
<classifier>tomcat6</classifier>
- <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
+ <packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
</configuration>
</execution>
</executions>