You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/06 00:20:48 UTC

svn commit: r440510 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml

Author: carlos
Date: Tue Sep  5 15:20:47 2006
New Revision: 440510

URL: http://svn.apache.org/viewvc?view=rev&rev=440510
Log:
You can't have two params with same name

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml?view=diff&rev=440510&r1=440509&r2=440510
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml Tue Sep  5 15:20:47 2006
@@ -15,10 +15,6 @@
     <param-name>extremecomponentsMessagesLocation</param-name>
     <param-value>localization/Continuum</param-value>
   </context-param>
-  <context-param>
-    <param-name>extremecomponentsMessagesLocation</param-name>
-    <param-value>localization/MavenUser</param-value>
-  </context-param>
 
 <!--
   Not integrated with plexus