You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/07 10:51:03 UTC

svn commit: r619335 - /lenya/trunk/src/webapp/global-sitemap.xmap

Author: andreas
Date: Thu Feb  7 01:51:03 2008
New Revision: 619335

URL: http://svn.apache.org/viewvc?rev=619335&view=rev
Log:
[minor change] updated comment

Modified:
    lenya/trunk/src/webapp/global-sitemap.xmap

Modified: lenya/trunk/src/webapp/global-sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/global-sitemap.xmap?rev=619335&r1=619334&r2=619335&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Thu Feb  7 01:51:03 2008
@@ -170,12 +170,14 @@
         <map:transform src="lenya/xslt/menu/merge-menus.xsl"/>
         <map:serialize type="xml"/>
       </map:match>
-  
-      <!-- query menu items from modules (used by the xinclude above) -->
+
       <!--
-        FIXME: This pipeline should be replaced by a direct inclusion of the module menu XML.
-        Unfortunately this is not possible yet because we have to support dynamic menus for backwards compatibility.
+        FIXME: The following pipelines should be replaced by a direct inclusion of the menu XML,
+        so that the XML can be cached. This is not possible yet because we support dynamic menus
+        for backwards compatibility.
       -->
+      
+      <!-- query menu items from modules (used by the xinclude above) -->
       <!-- menu-xml/module/{area}/{module-id}.xml -->
       <map:match pattern="menu-xml/module/*.xml">
         <map:select type="resource-exists">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org