You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by sh...@apache.org on 2002/04/19 18:43:37 UTC

cvs commit: jakarta-taglibs/standard/conf c.tld fmt.tld sql.tld x.tld

shawn       02/04/19 09:43:37

  Modified:    standard/conf c.tld fmt.tld sql.tld x.tld
  Log:
  Removed <description> element under <validator>, for while allowed by
  the DTD, I'm told that Weblogic 6.1 may not like it.
  
  Revision  Changes    Path
  1.19      +0 -3      jakarta-taglibs/standard/conf/c.tld
  
  Index: c.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/c.tld,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- c.tld	17 Apr 2002 21:02:55 -0000	1.18
  +++ c.tld	19 Apr 2002 16:43:37 -0000	1.19
  @@ -51,9 +51,6 @@
   	    attributes need their syntax validated.
   	</description>
        </init-param>
  -    <description>
  -	Provides core validation features for JSTL tags.
  -    </description>
     </validator>
   
     <tag>
  
  
  
  1.25      +0 -3      jakarta-taglibs/standard/conf/fmt.tld
  
  Index: fmt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt.tld,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- fmt.tld	17 Apr 2002 16:36:17 -0000	1.24
  +++ fmt.tld	19 Apr 2002 16:43:37 -0000	1.25
  @@ -56,9 +56,6 @@
   	    attributes need their syntax validated.
   	</description>
        </init-param>
  -    <description>
  -	Provides core validation features for JSTL tags.
  -    </description>
     </validator>
   
     <tag>
  
  
  
  1.22      +0 -3      jakarta-taglibs/standard/conf/sql.tld
  
  Index: sql.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/sql.tld,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- sql.tld	19 Apr 2002 16:14:36 -0000	1.21
  +++ sql.tld	19 Apr 2002 16:43:37 -0000	1.22
  @@ -41,9 +41,6 @@
               attributes need their syntax validated.
           </description>
        </init-param>
  -    <description>
  -	Provides core validation features for JSTL tags.
  -    </description>
     </validator>
   
     <tag>
  
  
  
  1.9       +0 -3      jakarta-taglibs/standard/conf/x.tld
  
  Index: x.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/x.tld,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- x.tld	17 Apr 2002 11:21:32 -0000	1.8
  +++ x.tld	19 Apr 2002 16:43:37 -0000	1.9
  @@ -34,9 +34,6 @@
   	    attributes need their syntax validated.
   	</description>
        </init-param>
  -    <description>
  -        Provides validation features for JSTL XML tags.
  -    </description>
     </validator>
   
     <tag>
  
  
  

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