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 2005/02/14 11:30:04 UTC

svn commit: r153770 - lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap

Author: andreas
Date: Mon Feb 14 02:30:03 2005
New Revision: 153770

URL: http://svn.apache.org/viewcvs?view=rev&rev=153770
Log:
applying workflowmenu and usecasemenu transformations is not necessary here

Modified:
    lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap?view=diff&r1=153769&r2=153770
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap Mon Feb 14 02:30:03 2005
@@ -24,20 +24,14 @@
     <map:pipeline>
       <map:match pattern="authoring/entry.xml">
         <map:generate type="serverpages" src="config/menus/entry.xsp"/>
-        <map:transform type="workflowmenu"/>
-        <map:transform type="usecasemenu"/>
         <map:serialize type="xml"/>
       </map:match>
       <map:match pattern="authoring/feed.xml">
         <map:generate type="serverpages" src="config/menus/feed.xsp"/>
-        <map:transform type="workflowmenu"/>
-        <map:transform type="usecasemenu"/>
         <map:serialize type="xml"/>
       </map:match>
       <map:match pattern="authoring/archive.xml">
         <map:generate type="serverpages" src="config/menus/archive.xsp"/>
-        <map:transform type="workflowmenu"/>
-        <map:transform type="usecasemenu"/>
         <map:serialize type="xml"/>
       </map:match>
       <map:match pattern="live/**.xml">



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