You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/07/08 04:10:38 UTC

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

crossley    2003/07/07 19:10:38

  Modified:    src/webapp/samples/catalog sitemap.xmap
  Log:
  Remove matches for resources that are not used.
  
  Revision  Changes    Path
  1.3       +1 -13     cocoon-2.1/src/webapp/samples/catalog/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/catalog/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	7 May 2003 04:57:13 -0000	1.2
  +++ sitemap.xmap	8 Jul 2003 02:10:38 -0000	1.3
  @@ -41,22 +41,10 @@
   
      <!-- ========================= Resources ================================ -->
   
  -   <map:match pattern="sites/styles/**.css">
  -    <map:read src="context://samples/resources/styles/{1}.css" mime-type="text/css"/>
  -   </map:match>
  -
      <map:match pattern="images/**.gif">
       <map:read src="context://samples/resources/images/{1}.gif" mime-type="image/gif"/>
      </map:match>
   
  -   <map:match pattern="images/**.jpg">
  -    <map:read src="context://samples/resources/images/{1}.jpg" mime-type="image/jpg"/>
  -   </map:match>
  -
  -   <map:match pattern="images/**.png">
  -    <map:read src="context://samples/resources/images/{1}.png" mime-type="image/png"/>
  -   </map:match>
  -    
      <!-- delegate to parent sitemap 
      <map:handle-errors/> -->