You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/04/22 05:25:47 UTC

cvs commit: jakarta-struts/web/documentation/WEB-INF web.xml

dgraham     2003/04/21 20:25:47

  Modified:    web/exercise-taglib/WEB-INF web.xml
               web/example/WEB-INF web.xml
               web/validator/WEB-INF web.xml
               web/upload/WEB-INF web.xml
               web/tiles-documentation/WEB-INF web.xml
               web/blank/WEB-INF web.xml
               web/documentation/WEB-INF web.xml
  Log:
  Added <display-name> to web.xml files for PR# 18869.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-struts/web/exercise-taglib/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml	13 Jan 2002 00:25:37 -0000	1.3
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.4
  @@ -5,7 +5,7 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -
  +	<display-name>Struts Taglib Exercises</display-name>
   
     <!-- Action Servlet Configuration -->
     <servlet>
  
  
  
  1.17      +1 -1      jakarta-struts/web/example/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/web.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- web.xml	31 Jan 2003 18:00:35 -0000	1.16
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.17
  @@ -5,7 +5,7 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -
  +	<display-name>Struts Example Application</display-name>
   
     <!-- Action Servlet Configuration -->
     <servlet>
  
  
  
  1.3       +2 -1      jakarta-struts/web/validator/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/validator/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	19 Mar 2002 06:49:00 -0000	1.2
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.3
  @@ -5,7 +5,8 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -
  +	<display-name>Struts Validator Examples</display-name>
  +	
     <!-- Action Servlet Configuration -->
     <servlet>
       <servlet-name>action</servlet-name>
  
  
  
  1.5       +1 -1      jakarta-struts/web/upload/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/upload/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml	6 Mar 2002 19:39:09 -0000	1.4
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.5
  @@ -5,7 +5,7 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -
  +	<display-name>Struts Upload Examples</display-name>
   
     <!-- Action Servlet Configuration -->
     <servlet>
  
  
  
  1.7       +1 -0      jakarta-struts/web/tiles-documentation/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml	29 Dec 2002 22:37:33 -0000	1.6
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.7
  @@ -5,6 +5,7 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  +	<display-name>Struts Tiles Documentation</display-name>
   
     <!-- Action Servlet Configuration -->
     <servlet>
  
  
  
  1.8       +2 -1      jakarta-struts/web/blank/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/blank/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml	14 Aug 2002 18:57:17 -0000	1.7
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.8
  @@ -5,7 +5,8 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -
  +  <display-name>Struts Blank Application</display-name>
  +  
     <!-- Standard Action Servlet Configuration (with debugging) -->
     <servlet>
       <servlet-name>action</servlet-name>
  
  
  
  1.6       +1 -1      jakarta-struts/web/documentation/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/documentation/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- web.xml	25 Jun 2001 00:02:30 -0000	1.5
  +++ web.xml	22 Apr 2003 03:25:47 -0000	1.6
  @@ -5,7 +5,7 @@
     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -
  +	<display-name>Struts Documentation</display-name>
   
     <!-- The Welcome File List -->
     <welcome-file-list>
  
  
  

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