You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/12/26 19:46:23 UTC

cvs commit: cocoon-2.2/src/webapp/WEB-INF web.xml

unico       2003/12/26 10:46:23

  Modified:    src/webapp/WEB-INF web.xml
  Log:
  no longer tied to logkit, change param name
  
  Revision  Changes    Path
  1.9       +2 -2      cocoon-2.2/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- web.xml	7 Nov 2003 13:25:54 -0000	1.8
  +++ web.xml	26 Dec 2003 18:46:23 -0000	1.9
  @@ -50,10 +50,10 @@
       </init-param>
   
       <!--
  -      This parameter indicates the configuration file of the LogKit management
  +      This parameter indicates the configuration file of the log management
       -->
       <init-param>
  -      <param-name>logkit-config</param-name>
  +      <param-name>log-config</param-name>
         <param-value>/WEB-INF/logkit.xconf</param-value>
       </init-param>