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/11 04:02:36 UTC

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

shawn       02/04/10 19:02:36

  Modified:    standard/conf c-rt.tld fmt-rt.tld sql-rt.tld x-rt.tld
  Log:
  <short-name> hyphens -> underscores
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-taglibs/standard/conf/c-rt.tld
  
  Index: c-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/c-rt.tld,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- c-rt.tld	11 Apr 2002 01:04:05 -0000	1.9
  +++ c-rt.tld	11 Apr 2002 02:02:35 -0000	1.10
  @@ -5,7 +5,7 @@
   <taglib>
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
  -  <short-name>c-rt</short-name>
  +  <short-name>c_rt</short-name>
     <uri>http://java.sun.com/jstl/ea/core-rt</uri>
     <display-name>JSTL core RT</display-name>
     <description>JSTL 1.0 core library</description>
  
  
  
  1.17      +1 -1      jakarta-taglibs/standard/conf/fmt-rt.tld
  
  Index: fmt-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt-rt.tld,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- fmt-rt.tld	11 Apr 2002 01:04:05 -0000	1.16
  +++ fmt-rt.tld	11 Apr 2002 02:02:35 -0000	1.17
  @@ -5,7 +5,7 @@
   <taglib>
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
  -  <short-name>fmt-rt</short-name>
  +  <short-name>fmt_rt</short-name>
     <uri>http://java.sun.com/jstl/ea/fmt-rt</uri>
     <display-name>JSTL fmt RT</display-name>
     <description>JSTL 1.0 i18n-capable formatting library</description>
  
  
  
  1.11      +1 -1      jakarta-taglibs/standard/conf/sql-rt.tld
  
  Index: sql-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/sql-rt.tld,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sql-rt.tld	11 Apr 2002 01:04:05 -0000	1.10
  +++ sql-rt.tld	11 Apr 2002 02:02:35 -0000	1.11
  @@ -5,7 +5,7 @@
   <taglib>
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
  -  <short-name>sql-rt</short-name>
  +  <short-name>sql_rt</short-name>
     <uri>http://java.sun.com/jstl/ea/sql-rt</uri>
     <display-name>JSTL sql RT</display-name>
     <description>JSTL 1.0 sql library</description>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/conf/x-rt.tld
  
  Index: x-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/x-rt.tld,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- x-rt.tld	11 Apr 2002 01:04:05 -0000	1.5
  +++ x-rt.tld	11 Apr 2002 02:02:36 -0000	1.6
  @@ -5,7 +5,7 @@
   <taglib>
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
  -  <short-name>x-rt</short-name>
  +  <short-name>x_rt</short-name>
     <uri>http://java.sun.com/jstl/ea/xml-rt</uri>
     <display-name>JSTL XML RT</display-name>
     <description>JSTL 1.0 XML library</description>
  
  
  

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