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 00:36:24 UTC

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

Author: andreas
Date: Wed Feb  6 15:36:19 2008
New Revision: 619220

URL: http://svn.apache.org/viewvc?rev=619220&view=rev
Log:
Removed special pipeline for live area menu from global sitemap (already handled by publication sitemap)

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=619220&r1=619219&r2=619220&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Wed Feb  6 15:36:19 2008
@@ -130,11 +130,6 @@
           <map:generate src="lenya/xslt/util/identity.xsl"/>
           <map:serialize type="xml"/>
         </map:match>
-        <!-- no menu for live area -->
-        <map:match pattern="lenya-page/*/live/**">
-          <map:generate src="lenya/xslt/util/identity.xsl"/>
-          <map:serialize type="xml"/>
-        </map:match>
         <!-- for everything else: --> 
         <map:aggregate element="menu" ns="http://apache.org/cocoon/lenya/menubar/1.0">
           <map:part src="cocoon:/menu-xml/{1}/{2}/{3}" strip-root="true"/>



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