You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2003/09/26 00:33:18 UTC

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd j2ee_1_4.xsd

kinman      2003/09/25 15:33:18

  Modified:    jsr154/src/share/dtd j2ee_1_4.xsd
  Log:
  Patch by Mark Roth:
  
  - update the J2EE 1.4 schema jsr154/src/share/dtd/j2ee_1_4.xsd
    to clarify that fully-qualified-classType is a binary name
  
  Revision  Changes    Path
  1.10      +6 -2      jakarta-servletapi-5/jsr154/src/share/dtd/j2ee_1_4.xsd
  
  Index: j2ee_1_4.xsd
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr154/src/share/dtd/j2ee_1_4.xsd,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- j2ee_1_4.xsd	18 Aug 2003 17:41:20 -0000	1.9
  +++ j2ee_1_4.xsd	25 Sep 2003 22:33:18 -0000	1.10
  @@ -8,7 +8,7 @@
        version="1.4">
     <xsd:annotation>
       <xsd:documentation>
  -      @(#)j2ee_1_4.xsds	1.42 03/08/01
  +      @(#)j2ee_1_4.xsds	1.43 03/09/16
       </xsd:documentation>
     </xsd:annotation>
   
  @@ -497,7 +497,11 @@
         <xsd:documentation>
   
   	The elements that use this type designate the name of a
  -	Java class or interface.
  +	Java class or interface.  The name is in the form of a
  +	"binary name", as defined in the JLS.  This is the form
  +	of name used in Class.forName().  Tools that need the
  +	canonical name (the name used in source code) will need
  +	to convert this binary name to the canonical name.
   
         </xsd:documentation>
       </xsd:annotation>