You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/10/22 08:57:04 UTC

cvs commit: xml-forrest/src/core/context forrest.xmap

nicolaken    2003/10/21 23:57:04

  Modified:    src/core/context forrest.xmap
  Log:
  Fix the location of jetty.properties, changed in the last refactoring bit.
  It was making ihtml fail.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-forrest/src/core/context/forrest.xmap
  
  Index: forrest.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/forrest.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forrest.xmap	20 Oct 2003 15:37:49 -0000	1.1
  +++ forrest.xmap	22 Oct 2003 06:57:04 -0000	1.2
  @@ -22,7 +22,7 @@
     <!-- FIXME (JJP): This should not be here. Should be define on sitemap -->
     <map:generators default="file">
         <map:generator name="html"      src="org.apache.cocoon.generation.HTMLGenerator">
  -        <jtidy-config>jtidy.properties</jtidy-config>
  +        <jtidy-config>WEB-INF/jtidy.properties</jtidy-config>
         </map:generator>
         <map:generator name="text2xml" src="org.apache.cocoon.generation.TextGenerator" />
       </map:generators>