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 11:07:08 UTC

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

antonio     2004/04/17 02:07:08

  Modified:    src/blocks/velocity/samples sitemap.xmap
  Log:
  Enabling velocity block samples
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-2.1/src/blocks/velocity/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/velocity/samples/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap	17 Apr 2004 08:27:05 -0000	1.1
  +++ sitemap.xmap	17 Apr 2004 09:07:08 -0000	1.2
  @@ -55,7 +55,7 @@
   
         <!-- hello world -->
         <map:match pattern="hello.vm">
  -        <map:generate src="hello-page.vm"/>
  +        <map:generate type="velocity" src="hello-page.vm"/>
           <map:transform src="context://samples/hello-world/style/xsl/page2itext.xsl"/>
           <map:serialize/>
         </map:match>