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/04/15 02:38:49 UTC

cvs commit: jakarta-taglibs/session/xml intro.xml session.xml

glenn       02/04/14 17:38:49

  Modified:    session/xml intro.xml session.xml
  Log:
  1.0 release
  
  Revision  Changes    Path
  1.4       +6 -3      jakarta-taglibs/session/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/xml/intro.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- intro.xml	22 Jul 2001 15:32:13 -0000	1.3
  +++ intro.xml	15 Apr 2002 00:38:49 -0000	1.4
  @@ -31,6 +31,9 @@
   
     <section name="News" href="News">
       <news>
  +      <newsitem date="04/14/2002">
  +        Version 1.0 Released
  +      </newsitem>
         <newsitem date="07/22/2001">
           Version 1.0 Beta 1 Released
         </newsitem>
  @@ -43,8 +46,8 @@
       look at the on-line documentation:
     <ul>
     <li>
  -    View the current release <a href="session-1.0-B1/index.html">
  -    Session 1.0 Beta 1 Taglib Documentation</a></li>
  +    View the current release <a href="session-1.0/index.html">
  +    Session 1.0 Taglib Documentation</a></li>
     <li>
       View the development version of the <a href="index.html">
       Session Taglib Documentation</a>
  @@ -75,7 +78,7 @@
     <li>
       Download the Session Tag Library
       <a href="http://jakarta.apache.org/builds/jakarta-taglibs/releases/session/">
  -    1.0 Beta 1 release</a>
  +    1.0 Release</a>
     </li>
     <li>
       Download the Session Tag Library
  
  
  
  1.5       +5 -1      jakarta-taglibs/session/xml/session.xml
  
  Index: session.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/xml/session.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- session.xml	22 Jul 2001 14:43:58 -0000	1.4
  +++ session.xml	15 Apr 2002 00:38:49 -0000	1.5
  @@ -44,7 +44,7 @@
     <!-- URI of taglib -->
     <uri>http://jakarta.apache.org/taglibs/session-1.0</uri>
     <!-- The name to use in titles, etc. for the taglib -->
  -  <display-name>Session Tag library (Beta 1)</display-name>
  +  <display-name>Session Tag library</display-name>
   
     <description>
   <P>The SESSION JSP tag library provides tags for reading or modifying client
  @@ -622,6 +622,10 @@
     </tagtoc>
   
   </taglib>
  +
  +<revision release="1.0" date="04/14/2002">
  +  <description>1.0 Release</description>
  +</revision>
   
   <revision release="1.0 Beta 1" date="07/22/2001">
     <description>First Beta Release</description>
  
  
  

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