craigmcc    01/03/15 09:50:38

  Modified:    src/doc  struts-bean.xml struts-form.xml struts-html.xml
                        struts-logic.xml struts-template.xml
  Log:
  Correctly use the <shortname> element in tag library descriptor (TLD)
  files as the suggested prefix for each library.
  
  PR: Bugzilla #979
  Submitted by: <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-struts/src/doc/struts-bean.xml
  
  Index: struts-bean.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-bean.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- struts-bean.xml   2001/03/06 17:09:29     1.20
  +++ struts-bean.xml   2001/03/15 17:50:34     1.21
  @@ -13,7 +13,7 @@
   
     <tlibversion>1.0</tlibversion>
     <jspversion>1.1</jspversion>
  -  <shortname>Struts Bean Tags</shortname>
  +  <shortname>bean</shortname>
     <display-name>Struts Bean Tags</display-name>
     <uri>http://jakarta.apache.org/struts/tags-bean-1.0</uri>
     <info>
  
  
  
  1.24      +1 -1      jakarta-struts/src/doc/struts-form.xml
  
  Index: struts-form.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-form.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- struts-form.xml   2001/03/09 14:39:07     1.23
  +++ struts-form.xml   2001/03/15 17:50:34     1.24
  @@ -13,7 +13,7 @@
   
     <tlibversion>1.0</tlibversion>
     <jspversion>1.1</jspversion>
  -  <shortname>DEPRECATED: Struts Form Tags</shortname>
  +  <shortname>form</shortname>
     <display-name>DEPRECATED: Form Construction Tags</display-name>
     <info>
     <p>
  
  
  
  1.25      +1 -1      jakarta-struts/src/doc/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-html.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- struts-html.xml   2001/03/11 00:35:17     1.24
  +++ struts-html.xml   2001/03/15 17:50:35     1.25
  @@ -13,7 +13,7 @@
   
     <tlibversion>1.0</tlibversion>
     <jspversion>1.1</jspversion>
  -  <shortname>Struts Form Tags</shortname>
  +  <shortname>html</shortname>
     <display-name>Form Construction Tags</display-name>
     <info>
     <p>
  
  
  
  1.8       +1 -1      jakarta-struts/src/doc/struts-logic.xml
  
  Index: struts-logic.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-logic.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- struts-logic.xml  2001/03/05 02:16:39     1.7
  +++ struts-logic.xml  2001/03/15 17:50:35     1.8
  @@ -12,7 +12,7 @@
   
     <tlibversion>1.0</tlibversion>
     <jspversion>1.1</jspversion>
  -  <shortname>Struts Logic Tags</shortname>
  +  <shortname>logic</shortname>
     <display-name>Struts Logic Tags</display-name>
     <uri>http://jakarta.apache.org/struts/tags-logic-1.0</uri>
     <info>
  
  
  
  1.5       +1 -1      jakarta-struts/src/doc/struts-template.xml
  
  Index: struts-template.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-template.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- struts-template.xml       2001/01/16 23:48:40     1.4
  +++ struts-template.xml       2001/03/15 17:50:35     1.5
  @@ -13,7 +13,7 @@
   
     <tlibversion>1.0</tlibversion>
     <jspversion>1.1</jspversion>
  -  <shortname>Struts Template Tags</shortname>
  +  <shortname>template</shortname>
     <display-name>Template Tags</display-name>
     <uri>http://jakarta.apache.org/struts/tags-template-1.0</uri>
     <info>
  
  
  

Reply via email to