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 2007/02/12 15:32:18 UTC

svn commit: r506462 - /lenya/trunk/src/modules/sitetree/sitemap.xmap

Author: andreas
Date: Mon Feb 12 06:32:18 2007
New Revision: 506462

URL: http://svn.apache.org/viewvc?view=rev&rev=506462
Log:
Removed obsolete sitetree pipeline for admin area

Modified:
    lenya/trunk/src/modules/sitetree/sitemap.xmap

Modified: lenya/trunk/src/modules/sitetree/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/sitemap.xmap?view=diff&rev=506462&r1=506461&r2=506462
==============================================================================
--- lenya/trunk/src/modules/sitetree/sitemap.xmap (original)
+++ lenya/trunk/src/modules/sitetree/sitemap.xmap Mon Feb 12 06:32:18 2007
@@ -76,18 +76,6 @@
         <map:parameter name="stylesheet" value="sitetree2nav"/>
       </map:call>    
     </map:match>
-
-    
-    <!-- navigation element -->  
-    <!-- pattern: {pub-id}/admin/{nav-element}/{url}.xml -->
-    <map:match pattern="*/admin/*/**.xml">
-      <map:generate src="cocoon:/{1}/admin/sitetree/{3}.xml"/>
-      <map:call resource="fallback-transformation">
-        <map:parameter name="publication-id" value="{1}"/>
-        <map:parameter name="url" value="/{3}"/>
-        <map:parameter name="stylesheet" value="admin-{2}"/>
-      </map:call>
-    </map:match>
     
     <!-- navigation element -->  
     <!-- pattern: {pub-id}/{area}/{nav-element}/{url}.xml -->



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