You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/06/14 01:43:03 UTC

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF web.xml

remm        2002/06/13 16:43:03

  Modified:    webapps/admin/WEB-INF web.xml
  Log:
  - Add display name (submitted by Ian Darwin).
  
  Revision  Changes    Path
  1.13      +5 -0      jakarta-tomcat-4.0/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- web.xml	4 May 2002 02:06:15 -0000	1.12
  +++ web.xml	13 Jun 2002 23:43:03 -0000	1.13
  @@ -6,6 +6,11 @@
   
   <web-app>
   
  +  <display-name>Tomcat Administration Application</display-name>
  +  <description>
  +    Tomcat HTML based administration web application.
  +  </description>
  +
     <!-- Action Servlet Configuration -->
     <servlet>
       <servlet-name>action</servlet-name>
  
  
  

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