You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/05/06 15:43:55 UTC

cvs commit: cocoon-2.1/src/blocks/session-fw/conf session-sel.xmap

stephan     2003/05/06 06:43:55

  Modified:    src/blocks/session-fw/conf session-sel.xmap
  Log:
  Fixed typo.
  
  Revision  Changes    Path
  1.2       +1 -2      cocoon-2.1/src/blocks/session-fw/conf/session-sel.xmap
  
  Index: session-sel.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/session-fw/conf/session-sel.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session-sel.xmap	4 May 2003 20:19:40 -0000	1.1
  +++ session-sel.xmap	6 May 2003 13:43:55 -0000	1.2
  @@ -1,7 +1,6 @@
   <?xml version="1.0"?>
  -
   <xmap xpath="/sitemap/components/selectors"
  -      unless="selector[@name='auth-media']">
  +      unless="selector[@name='session-media']">
   
       <map:selector name="session-media"
                     src="org.apache.cocoon.webapps.session.selection.MediaSelector"/>