kinman 2002/12/17 14:23:23 Modified: jsr152/examples/WEB-INF web.xml jsr154/examples/WEB-INF web.xml Log: - Patch by Glenn Nielsen <[EMAIL PROTECTED]> Adds display name and descriptions to their web.xml files, so that the HTML manager app has a name to display for these webapps. Revision Changes Path 1.6 +5 -0 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- web.xml 29 Oct 2002 17:42:57 -0000 1.5 +++ web.xml 17 Dec 2002 22:23:23 -0000 1.6 @@ -5,6 +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> + <!-- Define servlet-mapped and path-mapped example filters --> <filter> <filter-name>Servlet Mapped Filter</filter-name> 1.4 +5 -0 jakarta-servletapi-5/jsr154/examples/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr154/examples/WEB-INF/web.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- web.xml 29 Oct 2002 17:42:57 -0000 1.3 +++ web.xml 17 Dec 2002 22:23:23 -0000 1.4 @@ -6,6 +6,11 @@ <web-app> + <display-name>Servlet 2.4 Examples</display-name> + <description> + Servlet 2.4 Examples. + </description> + <!-- Define servlet-mapped and path-mapped example filters --> <filter> <filter-name>Servlet Mapped Filter</filter-name>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>