You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by di...@apache.org on 2001/08/15 03:15:08 UTC

cvs commit: jakarta-slide/src/conf/webapp web.xml

dirkv       01/08/14 18:15:08

  Modified:    src/conf/webapp web.xml
  Log:
  the default namespace is called slide
  
  Revision  Changes    Path
  1.11      +1 -1      jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- web.xml	2001/07/25 06:18:14	1.10
  +++ web.xml	2001/08/15 01:15:08	1.11
  @@ -23,7 +23,7 @@
       </init-param>
       <init-param>
         <param-name>namespace</param-name>
  -      <param-value>webdav</param-value>
  +      <param-value>slide</param-value>
       </init-param>
       <load-on-startup>1</load-on-startup>
     </servlet>