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:22:16 UTC

cvs commit: jakarta-taglibs/src/taglib-template/examples/conf web.xml

glenn       02/01/25 17:22:16

  Modified:    src/taglib-template/doc/conf web.xml
               src/taglib-template/examples/conf web.xml
  Log:
  Fixed URL of DTD to match servlet 2.2 spec
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-taglibs/src/taglib-template/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/taglib-template/doc/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	26 Jun 2001 12:40:37 -0000	1.2
  +++ web.xml	26 Jan 2002 01:22:16 -0000	1.3
  @@ -2,7 +2,7 @@
   
   <!DOCTYPE web-app
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
  +    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
   
  
  
  
  1.3       +1 -1      jakarta-taglibs/src/taglib-template/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/taglib-template/examples/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	26 Jun 2001 12:40:20 -0000	1.2
  +++ web.xml	26 Jan 2002 01:22:16 -0000	1.3
  @@ -1,6 +1,6 @@
   <?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">
  +    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   <web-app>
   
     <description>
  
  
  

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