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:20:48 UTC

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

glenn       02/01/25 17:20:48

  Modified:    application/doc/conf web.xml
               application/examples/conf web.xml
               benchmark/doc/conf web.xml
               benchmark/examples/conf web.xml
               bsf/doc/conf web.xml
               bsf/examples/conf web.xml
               datetime/doc/conf web.xml
               datetime/examples/conf web.xml
               dbtags/doc/conf web.xml
               dbtags/examples/conf web.xml
               foundation/doc/conf web.xml
               foundation/examples/conf web.xml
               i18n/doc/conf web.xml
               i18n/examples/conf web.xml
               input/doc/conf web.xml
               input/examples/conf web.xml
               jndi/doc/conf web.xml
               jndi/examples/conf web.xml
               page/doc/conf web.xml
               page/examples/conf web.xml
               regexp/doc/conf web.xml
               regexp/examples/conf web.xml
               request/doc/conf web.xml
               request/examples/conf web.xml
               response/doc/conf web.xml
               response/examples/conf web.xml
               session/doc/conf web.xml
               session/examples/conf web.xml
               string/doc/conf web.xml
               utility/doc/conf web.xml
               utility/examples/conf web.xml
               xsl/doc/conf web.xml
               xsl/examples/conf web.xml
  Log:
  Fixed URL of DTD to match servlet 2.2 spec
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-taglibs/application/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/application/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	20 Dec 2000 13:18:41 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:46 -0000	1.2
  @@ -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.4       +1 -1      jakarta-taglibs/application/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/application/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Feb 2001 04:28:37 -0000	1.3
  +++ web.xml	26 Jan 2002 01:20:46 -0000	1.4
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.2       +1 -1      jakarta-taglibs/benchmark/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/benchmark/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	26 Apr 2001 13:02:37 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:46 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/benchmark/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/benchmark/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	26 Apr 2001 13:02:38 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:46 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/bsf/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/bsf/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	23 May 2000 23:16:45 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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>
       <taglib>
  
  
  
  1.2       +1 -1      jakarta-taglibs/bsf/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/bsf/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	23 May 2000 23:16:46 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/datetime/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/datetime/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	29 Sep 2000 16:14:03 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.4       +1 -1      jakarta-taglibs/datetime/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/datetime/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Feb 2001 04:28:38 -0000	1.3
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.4
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.3       +1 -1      jakarta-taglibs/dbtags/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/doc/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	3 May 2001 15:41:45 -0000	1.2
  +++ web.xml	26 Jan 2002 01:20:47 -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/dbtags/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/examples/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	3 May 2001 15:42:04 -0000	1.2
  +++ web.xml	26 Jan 2002 01:20:47 -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.2       +1 -1      jakarta-taglibs/foundation/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/foundation/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	2 Apr 2001 12:59:08 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/foundation/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/foundation/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	2 Apr 2001 12:59:07 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/i18n/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/i18n/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	31 Mar 2001 16:08:47 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/i18n/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/i18n/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	31 Mar 2001 16:08:47 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/input/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/input/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	25 Aug 2000 03:26:17 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/input/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/input/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	25 Aug 2000 03:26:18 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/jndi/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jndi/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	12 Dec 2000 15:34:23 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/jndi/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jndi/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	12 Dec 2000 15:34:26 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/page/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/page/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	20 Dec 2000 13:21:24 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.4       +1 -1      jakarta-taglibs/page/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/page/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Feb 2001 04:28:39 -0000	1.3
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.4
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.2       +1 -1      jakarta-taglibs/regexp/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/regexp/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	22 Oct 2000 01:32:05 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:47 -0000	1.2
  @@ -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.4       +1 -1      jakarta-taglibs/regexp/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/regexp/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Feb 2001 04:28:39 -0000	1.3
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.4
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.2       +1 -1      jakarta-taglibs/request/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/request/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	21 Sep 2000 14:14:24 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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.5       +1 -1      jakarta-taglibs/request/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/request/examples/conf/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml	11 Feb 2001 04:28:39 -0000	1.4
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.5
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.2       +1 -1      jakarta-taglibs/response/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/response/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	26 Sep 2000 20:00:41 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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.4       +1 -1      jakarta-taglibs/response/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/response/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Feb 2001 04:28:39 -0000	1.3
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.4
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.2       +1 -1      jakarta-taglibs/session/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	24 Sep 2000 03:25:39 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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.4       +1 -1      jakarta-taglibs/session/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/examples/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	11 Feb 2001 04:28:40 -0000	1.3
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.4
  @@ -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>
     Example web application illustrating the use of tags in the
  
  
  
  1.2       +1 -1      jakarta-taglibs/string/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	30 Aug 2001 12:20:46 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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.2       +1 -1      jakarta-taglibs/utility/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/utility/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	9 Dec 2000 00:29:58 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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>
       <taglib>
  
  
  
  1.2       +1 -1      jakarta-taglibs/utility/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/utility/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	10 Aug 2000 01:30:43 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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>
     <description>
  
  
  
  1.2       +1 -1      jakarta-taglibs/xsl/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/xsl/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	13 May 2000 20:29:46 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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>
       <taglib>
  
  
  
  1.2       +1 -1      jakarta-taglibs/xsl/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/xsl/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	13 May 2000 20:29:47 -0000	1.1
  +++ web.xml	26 Jan 2002 01:20:48 -0000	1.2
  @@ -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>
     
  
  
  

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