You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by gl...@apache.org on 2003/07/06 19:01:57 UTC

cvs commit: jakarta-tapestry/examples/Vlib/context/WEB-INF web.xml

glongman    2003/07/06 10:01:57

  Modified:    examples/Workbench/context/WEB-INF web.xml
               examples/Vlib/context/WEB-INF web.xml
  Log:
  changed the DTD Urls for the web-app_2_3.dtd to
  http://java.sun.com/dtd/web-app_2_3.dtd
  which is the correct URL
  
  Submitted by:	glongman@apache.org
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-tapestry/examples/Workbench/context/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- web.xml	22 Jun 2003 02:56:14 -0000	1.5
  +++ web.xml	6 Jul 2003 17:01:57 -0000	1.6
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!--$Id$ -->
   <!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>
     <display-name>Tapestry Workbench Example</display-name>
     
  
  
  
  1.6       +2 -2      jakarta-tapestry/examples/Vlib/context/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Vlib/context/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- web.xml	13 May 2003 16:51:30 -0000	1.5
  +++ web.xml	6 Jul 2003 17:01:57 -0000	1.6
  @@ -2,7 +2,7 @@
   <!-- $Id$ -->
   <!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>
     <display-name>Tapestry Virtual Library Demo</display-name>