Author: lindner
Date: Tue Jan 13 17:08:11 2009
New Revision: 734293

URL: http://svn.apache.org/viewvc?rev=734293&view=rev
Log:
overrideWebXml merges web.xml and web.full.xml, which leads to duplicate filter 
calls

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=734293&r1=734292&r2=734293&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue Jan 13 17:08:11 2009
@@ -400,7 +400,7 @@
               <tempDirectory>${basedir}/java/server/target/work</tempDirectory>
               
<webApp>${basedir}/java/server/target/shindig-server-${pom.version}.war</webApp>
               <contextPath>/</contextPath>
-              
<overrideWebXml>${basedir}/java/server/target/shindig-server-${pom.version}/WEB-INF/web.${runType}.xml</overrideWebXml>
+              
<webXml>${basedir}/java/server/target/shindig-server-${pom.version}/WEB-INF/web.${runType}.xml</webXml>
             </configuration>
           </plugin>
         </plugins>


Reply via email to