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/01/03 17:30:58 UTC

svn commit: r124005 - /lenya/trunk/src/confpatch/pipelines.xmap /lenya/trunk/src/confpatch/resources.xmap

Author: andreas
Date: Mon Jan  3 08:30:55 2005
New Revision: 124005

URL: http://svn.apache.org/viewcvs?view=rev&rev=124005
Log:
removed obsolete declarations and pipelines
Modified:
   lenya/trunk/src/confpatch/pipelines.xmap
   lenya/trunk/src/confpatch/resources.xmap

Modified: lenya/trunk/src/confpatch/pipelines.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/confpatch/pipelines.xmap?view=diff&rev=124005&p1=lenya/trunk/src/confpatch/pipelines.xmap&r1=124004&p2=lenya/trunk/src/confpatch/pipelines.xmap&r2=124005
==============================================================================
--- lenya/trunk/src/confpatch/pipelines.xmap	(original)
+++ lenya/trunk/src/confpatch/pipelines.xmap	Mon Jan  3 08:30:55 2005
@@ -38,15 +38,6 @@
         <map:serialize type="xml"/>
       </map:match>
       
-      <map:match type="usecase" pattern="logout">
-        <map:generate type="serverpages" src="fallback://lenya/content/ac/logout.xsp"/>
-        <map:transform src="fallback://lenya/xslt/ac/logout.xsl">
-          <map:parameter name="publication_name" value="{page-envelope:publication-id}"/>
-          <map:parameter name="contextprefix" value="{request:contextPath}"/>
-        </map:transform>
-          <map:call resource="style-cms-page"/>
-      </map:match>
-
       <map:match pattern="ac.login" type="usecase">
         <map:mount src="lenya/usecases/usecase.xmap" uri-prefix="" check-reload="yes" reload-method="synchron"/>
       </map:match>

Modified: lenya/trunk/src/confpatch/resources.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/confpatch/resources.xmap?view=diff&rev=124005&p1=lenya/trunk/src/confpatch/resources.xmap&r1=124004&p2=lenya/trunk/src/confpatch/resources.xmap&r2=124005
==============================================================================
--- lenya/trunk/src/confpatch/resources.xmap	(original)
+++ lenya/trunk/src/confpatch/resources.xmap	Mon Jan  3 08:30:55 2005
@@ -18,15 +18,4 @@
 <xmap remove="/sitemap/resources" xpath="/sitemap" insert-after="/sitemap/views">
 <!-- =========================== Resources ================================= -->
 
-  <map:resources>
-
-    <map:resource name="style-cms-page">
-      <map:transform type="i18n">      
-        <map:parameter name="locale" value="{request:locale}"/>
-      </map:transform>    
-      <map:transform src="cocoon://lenya-screen.xsl"/>
-      <map:transform src="lenya/xslt/util/strip_namespaces.xsl"/>
-      <map:serialize/>
-    </map:resource>
-  
- </map:resources></xmap>
\ No newline at end of file
+</xmap>
\ No newline at end of file

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