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 gl...@apache.org on 2002/12/01 20:06:31 UTC

cvs commit: jakarta-taglibs/src/doc index.xml project.xml

glenn       2002/12/01 11:06:31

  Modified:    src/doc  index.xml project.xml
  Log:
  Deprecate Utility and XSL taglibs
  
  Revision  Changes    Path
  1.51      +7 -0      jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- index.xml	1 Dec 2002 18:51:21 -0000	1.50
  +++ index.xml	1 Dec 2002 19:06:31 -0000	1.51
  @@ -82,6 +82,13 @@
   </section>
     <section name="News" href="News">
       <news>
  +      <newsitem date="12/1/2002" libname="xsl">
  +        The XSL tag library is now deprecated. Use the XTags tag library
  +        or the Standard tag library.
  +      </newsitem>
  +      <newsitem date="12/1/2002" libname="utility">
  +        The Utility tag library is now deprecated. It was only an example.
  +      </newsitem>
         <newsitem date="12/1/2002" libname="application">
           Version 1.0.1 of the Application taglib has been released.
         </newsitem>
  
  
  
  1.32      +5 -2      jakarta-taglibs/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	22 Jul 2002 12:33:18 -0000	1.31
  +++ project.xml	1 Dec 2002 19:06:31 -0000	1.32
  @@ -33,8 +33,6 @@
         <item name="Scrape (1.1)"   href="doc/scrape-doc/intro.html"/>      
         <item name="Session (1.1)"  href="doc/session-doc/intro.html"/>
         <item name="String (1.1)"   href="doc/string-doc/intro.html"/>
  -      <item name="Utility (1.1)"  href="doc/utility-doc/intro.html"/>
  -      <item name="XSL (1.1)"      href="doc/xsl-doc/intro.html"/>
         <item name="XTags (1.1)"    href="doc/xtags-doc/intro.html"/>      
       </menu>
   
  @@ -44,6 +42,11 @@
   
       <menu name="Sandbox" local="true">
         <item name="Iterators (1.2)" href="sandbox/doc/iterators-doc/intro.html"/>
  +    </menu>
  +
  +    <menu name="Deprecated Tag Libraries" local="true">
  +      <item name="Utility (1.1)"  href="doc/utility-doc/intro.html"/>
  +      <item name="XSL (1.1)"      href="doc/xsl-doc/intro.html"/>
       </menu>
   
       <menu name="Jakarta Community" local="false">
  
  
  

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