You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/03/26 01:00:14 UTC

cvs commit: cocoon-2.1/src/webapp sitemap.xmap

joerg       2004/03/25 16:00:14

  Modified:    src/webapp sitemap.xmap
  Log:
  mounts won't work without trailing slashes in win32 (thanks to Guy Worthington)
  
  Revision  Changes    Path
  1.50      +2 -2      cocoon-2.1/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/sitemap.xmap,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- sitemap.xmap	11 Mar 2004 16:25:49 -0000	1.49
  +++ sitemap.xmap	26 Mar 2004 00:00:14 -0000	1.50
  @@ -558,7 +558,7 @@
         <!-- macosx -->
         <!--map:mount check-reload="yes" src="/Users/{1}/Sites/" uri-prefix="~{1}"/-->
         <!-- win32 -->
  -      <!--map:mount check-reload="yes" src="/Documents and Settings/{1}/My Documents/My Website" uri-prefix="~{1}"/-->
  +      <!--map:mount check-reload="yes" src="/Documents and Settings/{1}/My Documents/My Website/" uri-prefix="~{1}"/-->
       </map:match>
       
       <!--+