You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/08/20 21:01:26 UTC

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

andreas     2003/08/20 12:01:26

  Modified:    src/webapp/WEB-INF web-xml.xsl
  Log:
  moved scheduler config file to /config
  
  Revision  Changes    Path
  1.5       +1 -1      cocoon-lenya/src/webapp/WEB-INF/web-xml.xsl
  
  Index: web-xml.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/WEB-INF/web-xml.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web-xml.xsl	21 Jul 2003 17:12:38 -0000	1.4
  +++ web-xml.xsl	20 Aug 2003 19:01:26 -0000	1.5
  @@ -38,7 +38,7 @@
         <servlet-class>org.apache.lenya.cms.scheduler.LoadQuartzServlet</servlet-class>
         <init-param>
           <param-name>scheduler-configurations</param-name>
  -        <param-value>/lenya/content/scheduler/scheduler.xconf</param-value>
  +        <param-value>/lenya/config/scheduler/scheduler.xconf</param-value>
         </init-param>
       <load-on-startup>1</load-on-startup>
       </servlet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org