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/06/04 11:49:45 UTC

svn commit: r179972 - /forrest/trunk/main/webapp/i18n.xmap

Author: cheche
Date: Sat Jun  4 02:49:45 2005
New Revision: 179972

URL: http://svn.apache.org/viewcvs?rev=179972&view=rev
Log:
not used but moving from foo_lang.xml to foo.lang.xml regex

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

Modified: forrest/trunk/main/webapp/i18n.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/i18n.xmap?rev=179972&r1=179971&r2=179972&view=diff
==============================================================================
--- forrest/trunk/main/webapp/i18n.xmap (original)
+++ forrest/trunk/main/webapp/i18n.xmap Sat Jun  4 02:49:45 2005
@@ -17,6 +17,7 @@
 -->
 <!--
 Allows to create a alternative language menu
+It is not been used as default
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:components>
@@ -45,7 +46,7 @@
       <map:generate type="directory" src="{project:content.xdocs}{1}">
         <map:parameter name="dateFormat" value="yyyy-MM-dd hh:mm" />
         <map:parameter name="include" value="^{2}" />
-        <map:parameter name="exclude" value="^{2}\.|{2}_{../language}" />
+        <map:parameter name="exclude" value="^{2}\.|{2}.{../language}" />
       </map:generate>
       <map:transform src="{forrest:stylesheets}/directory2i18n.xsl">
         <map:parameter name="ext"    value="{3}" />