You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/11/10 14:09:17 UTC

cvs commit: cocoon-lenya/src/webapp global-sitemap.xmap

michi       2003/11/10 05:09:17

  Modified:    src/webapp global-sitemap.xmap
  Log:
  BXE bypass pipeline added
  
  Revision  Changes    Path
  1.27      +9 -2      cocoon-lenya/src/webapp/global-sitemap.xmap
  
  Index: global-sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/global-sitemap.xmap,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- global-sitemap.xmap	31 Oct 2003 15:23:50 -0000	1.26
  +++ global-sitemap.xmap	10 Nov 2003 13:09:17 -0000	1.27
  @@ -662,16 +662,23 @@
       </map:pipeline>
       <!-- /Search with Lucene -->
   
  +    <!-- Editor Xopus -->
       <map:pipeline>
  -      <!-- Editor Xopus -->
         <map:match pattern="xopus/**">
           <map:mount uri-prefix="xopus" src="lenya/xopus.xmap" check-reload="true" reload-method="synchron"/>
         </map:match>
  +    </map:pipeline>
   
  +    <!-- Editor BXE -->
  +    <map:pipeline>
  +      <map:match pattern="bxeng/**">
  +        <map:read src="lenya/resources/bxeng/{1}"/>
  +      </map:match>
       </map:pipeline>
   
  +
  +
       <map:pipeline>
  -    
         <!-- Lenya GUI -->
         <map:match pattern="lenya/**">
           <map:mount uri-prefix="lenya" src="lenya/lenya.xmap" check-reload="true" reload-method="synchron"/>
  
  
  

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