You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2003/01/29 01:54:22 UTC

cvs commit: jakarta-servletapi-5/jsr152/examples/WEB-INF web.xml

jfarcand    2003/01/28 16:54:22

  Modified:    jsr152/examples/WEB-INF web.xml
  Log:
  Fix XML Schema error.
  
  Revision  Changes    Path
  1.7       +2 -1      jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml	17 Dec 2002 22:23:23 -0000	1.6
  +++ web.xml	29 Jan 2003 00:54:22 -0000	1.7
  @@ -5,10 +5,11 @@
       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
       version="2.4">
   
  -    <display-name>JSP 2.0 Examples</display-name>
       <description>
         JSP 2.0 Examples.
       </description>
  +    <display-name>JSP 2.0 Examples</display-name>
  +
   
       <!-- Define servlet-mapped and path-mapped example filters -->
       <filter>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org