yoavs       2004/11/24 10:37:44

  Modified:    webapps/docs Tag: TOMCAT_5_0 changelog.xml
               webapps/docs/appdev Tag: TOMCAT_5_0 introduction.xml
  Log:
  Bugzilla 32371
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.70.2.83 +15 -0     jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.82
  retrieving revision 1.70.2.83
  diff -u -r1.70.2.82 -r1.70.2.83
  --- changelog.xml     24 Nov 2004 15:38:46 -0000      1.70.2.82
  +++ changelog.xml     24 Nov 2004 18:37:44 -0000      1.70.2.83
  @@ -14,6 +14,21 @@
   
   <body>
   
  +<section name="Tomcat 5.0.31 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +    </changelog>
  +  </subsection>
  +
  +  <subsection name="Catalina">
  +    <changelog>
  +      <fix>
  +        <bug>32371</bug>: outdated introduction.xml page. (yoavs)
  +      </fix>
  +    </changelog>
  +  </subsection>
  +</section>
  +
   <section name="Tomcat 5.0.30 (yoavs)">
     <subsection name="General">
       <changelog>
  
  
  
  No                   revision
  No                   revision
  1.2.2.1   +2 -2      
jakarta-tomcat-catalina/webapps/docs/appdev/introduction.xml
  
  Index: introduction.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/introduction.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- introduction.xml  15 Jan 2003 03:40:43 -0000      1.2
  +++ introduction.xml  24 Nov 2004 18:37:44 -0000      1.2.2.1
  @@ -47,7 +47,7 @@
   web applications with Tomcat.</p>
   <ul>
   <li><a 
href="http://java.sun.com/products/jsp/download.html";>http://java.sun.com/products/jsp/download.html</a>
 -
  -    <i>JavaServer Pages (JSP) Specfication, Version 1.2</i>.  Describes
  +    <i>JavaServer Pages (JSP) Specfication, Version 2.0</i>.  Describes
       the programming environment provided by standard implementations
       of the JavaServer Pages (JSP) technology.  In conjunction with
       the Servlet API Specification (see below), this document describes
  @@ -57,7 +57,7 @@
       API Documentation is included in the specification, and with the
       Tomcat download.<br/><br/></li>
   <li><a 
href="http://java.sun.com/products/servlet/download.html";>http://java.sun.com/products/servlet/download.html</a>
 -
  -    <i>Servlet API Specification, Version 2.3</i>.  Describes the
  +    <i>Servlet API Specification, Version 2.4</i>.  Describes the
       programming environment that must be provided by all servlet
       containers conforming to this specification.  In particular, you
       will need this document to understand the web application
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to