You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/04/17 10:27:26 UTC

cvs commit: cocoon-2.1/src/blocks/petstore/samples sitemap.xmap

antonio     2004/04/17 01:27:26

  Modified:    src/blocks/petstore/samples sitemap.xmap
  Log:
  Moving view/templates to view/velocity dir
  
  Revision  Changes    Path
  1.13      +1 -1      cocoon-2.1/src/blocks/petstore/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/petstore/samples/sitemap.xmap,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- sitemap.xmap	18 Mar 2004 21:04:41 -0000	1.12
  +++ sitemap.xmap	17 Apr 2004 08:27:26 -0000	1.13
  @@ -76,7 +76,7 @@
           <map:call resource="html"/>
         </map:match>
         <map:match pattern="view/*.vm">
  -        <map:generate src="view/templates/{1}.vm" type="velocity" label="debug"/>
  +        <map:generate src="view/velocity/{1}.vm" type="velocity" label="debug"/>
           <map:serialize type="html"/>
         </map:match>
         <map:match pattern="view/*.cforms">