You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/03/04 19:42:33 UTC

cvs commit: jakarta-turbine-tdk/src/share/common turbine-web.xml web.xml

jvanzyl     01/03/04 10:42:33

  Modified:    src/share/common turbine-web.xml web.xml
  Log:
  - updating for the servlet 2.3 spec
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-turbine-tdk/src/share/common/turbine-web.xml
  
  Index: turbine-web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/common/turbine-web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- turbine-web.xml	2000/09/03 21:53:38	1.5
  +++ turbine-web.xml	2001/03/04 18:42:33	1.6
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <!DOCTYPE web-app
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
  +    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  +    "http://java.sun.com/j2ee/dtds/web-app_2.3.dtd">
   
   <web-app>
       <servlet>
  
  
  
  1.8       +2 -2      jakarta-turbine-tdk/src/share/common/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/common/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml	2001/01/03 22:40:42	1.7
  +++ web.xml	2001/03/04 18:42:33	1.8
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <!DOCTYPE web-app
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
  +    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  +    "http://java.sun.com/j2ee/dtds/web-app_2.3.dtd">
   
   <web-app>
       <servlet>