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:56:53 UTC

cvs commit: xml-forrest/src/core/context/WEB-INF cli.xconf

nicolaken    2003/10/21 23:56:53

  Modified:    src/core/context/WEB-INF cli.xconf
  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/WEB-INF/cli.xconf
  
  Index: cli.xconf
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/WEB-INF/cli.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cli.xconf	20 Oct 2003 15:38:35 -0000	1.1
  +++ cli.xconf	22 Oct 2003 06:56:53 -0000	1.2
  @@ -85,7 +85,7 @@
          +-->
      <context-dir>.</context-dir>
      <config-file>WEB-INF/cocoon.xconf</config-file>
  -   <work-dir>../work</work-dir>
  +   <work-dir>../tmp/cocoon-work</work-dir>
      <!-- Overridden in forrest.build.xml 
      <dest-dir>../docs</dest-dir>
      -->