You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/02/12 21:16:39 UTC

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

Author: gregor
Date: Sat Feb 12 12:16:38 2005
New Revision: 153534

URL: http://svn.apache.org/viewcvs?view=rev&rev=153534
Log:
Added the workflow menu transformer to the blog publication

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=153533&r2=153534
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/menus.xmap Sat Feb 12 12:16:38 2005
@@ -30,11 +30,13 @@
       </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>



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