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/18 16:01:33 UTC

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

shawn       02/04/18 07:01:33

  Modified:    standard/conf sql.tld
  Log:
  driver -> dataSource attribute
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-taglibs/standard/conf/sql.tld
  
  Index: sql.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/sql.tld,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- sql.tld	17 Apr 2002 02:53:35 -0000	1.17
  +++ sql.tld	18 Apr 2002 14:01:33 -0000	1.18
  @@ -188,7 +188,7 @@
           <rtexprvalue>false</rtexprvalue>
       </attribute>
       <attribute>
  -        <name>driver</name>
  +        <name>dataSource</name>
           <required>false</required>
           <rtexprvalue>false</rtexprvalue>
       </attribute>
  
  
  

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