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/15 18:09:46 UTC

svn commit: r508018 - /lenya/trunk/src/modules/bxe/sitemap.xmap

Author: andreas
Date: Thu Feb 15 09:09:45 2007
New Revision: 508018

URL: http://svn.apache.org/viewvc?view=rev&rev=508018
Log:
[minor change] remove obsolete pipelines

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

Modified: lenya/trunk/src/modules/bxe/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/sitemap.xmap?view=diff&rev=508018&r1=508017&r2=508018
==============================================================================
--- lenya/trunk/src/modules/bxe/sitemap.xmap (original)
+++ lenya/trunk/src/modules/bxe/sitemap.xmap Thu Feb 15 09:09:45 2007
@@ -101,34 +101,6 @@
         <map:redirect-to uri="{request:requestURI}"/>
       </map:match>
       
-      <map:match pattern="image-upload-show" type="step">
-        <map:call resource="cms-screen">
-          <map:parameter name="serverpage" value="info/assets.xsp"/>
-          <map:parameter name="stylesheet" value="bxe/image.xsl"/>
-        </map:call>
-      </map:match>
-      
-      <map:match pattern="asset-upload-show" type="step">
-        <map:call resource="cms-screen">
-          <map:parameter name="serverpage" value="info/assets.xsp"/>
-          <map:parameter name="stylesheet" value="bxe/asset.xsl"/>
-        </map:call>
-      </map:match> 
-      
-      <map:match type="step" pattern="asset-upload">
-        <map:call resource="cms-screen">
-          <map:parameter name="serverpage" value="info/assets.xsp"/>
-          <map:parameter name="stylesheet" value="bxe/asset.xsl"/>
-        </map:call>
-      </map:match>
-      
-      <map:match type="step" pattern="image-upload">
-        <map:call resource="cms-screen">
-          <map:parameter name="serverpage" value="info/assets.xsp"/>
-          <map:parameter name="stylesheet" value="bxe/image.xsl"/>
-        </map:call>
-      </map:match>
-      
       <map:match pattern="link-show" type="step">
         <!-- just a dummy xsp since we call the info area directly -->
         <map:generate src="context://lenya/content/util/empty.xml"/>



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