You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2002/01/26 02:13:04 UTC

cvs commit: jakarta-taglibs/standard/examples/conf web.xml

glenn       02/01/25 17:13:04

  Modified:    standard/doc/conf web.xml
               standard/examples/conf web.xml
  Log:
  Updated URL for web-app_2_3.dtd to final Servlet 2.3 spec
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-taglibs/standard/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	12 Dec 2001 20:12:35 -0000	1.2
  +++ web.xml	26 Jan 2002 01:13:04 -0000	1.3
  @@ -2,7 +2,7 @@
   
   <!DOCTYPE web-app
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
  +    "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
   
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Dec 2001 22:13:51 -0000	1.3
  +++ web.xml	26 Jan 2002 01:13:04 -0000	1.4
  @@ -2,7 +2,7 @@
   
   <!DOCTYPE web-app
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
  +    "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>