You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2005/02/25 00:52:44 UTC

svn commit: r155279 - forrest/trunk/main/webapp/forrest.xmap

Author: cheche
Date: Thu Feb 24 15:52:43 2005
New Revision: 155279

URL: http://svn.apache.org/viewcvs?view=rev&rev=155279
Log:
Disable Locales as the CLI does not supported yet.

Modified:
    forrest/trunk/main/webapp/forrest.xmap

Modified: forrest/trunk/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/forrest.xmap?view=diff&r1=155278&r2=155279
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap (original)
+++ forrest/trunk/main/webapp/forrest.xmap Thu Feb 24 15:52:43 2005
@@ -54,7 +54,7 @@
     <map:matchers default="wildcard">
     <map:matcher name="i18n" src="org.apache.cocoon.matching.LocaleMatcher">
     <negotiate>true</negotiate>
-    <use-locales>true</use-locales>
+    <use-locales>false</use-locales>
     <use-blank-locale>true</use-blank-locale>
     <default-locale language="en" country="US"/>
     </map:matcher>