cvs commit: jakarta-tomcat-catalina/webapps/docs/appdev introduction.xml

2004-11-24 Thread yoavs
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  ChangesPath
  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 -  1.70.2.82
  +++ changelog.xml 24 Nov 2004 18:37:44 -  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
  +bug32371/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 -  1.2
  +++ introduction.xml  24 Nov 2004 18:37:44 -  1.2.2.1
  @@ -47,7 +47,7 @@
   web applications with Tomcat./p
   ul
   lia 
href=http://java.sun.com/products/jsp/download.html;http://java.sun.com/products/jsp/download.html/a
 -
  -iJavaServer Pages (JSP) Specfication, Version 1.2/i.  Describes
  +iJavaServer 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
   lia 
href=http://java.sun.com/products/servlet/download.html;http://java.sun.com/products/servlet/download.html/a
 -
  -iServlet API Specification, Version 2.3/i.  Describes the
  +iServlet 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]



cvs commit: jakarta-tomcat-catalina/webapps/docs/appdev introduction.xml

2004-11-24 Thread yoavs
yoavs   2004/11/24 10:43:17

  Modified:webapps/docs changelog.xml
   webapps/docs/appdev introduction.xml
  Log:
  Bugzilla 32371
  
  Revision  ChangesPath
  1.183 +6 -3  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.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- changelog.xml 24 Nov 2004 18:23:58 -  1.182
  +++ changelog.xml 24 Nov 2004 18:43:17 -  1.183
  @@ -47,9 +47,9 @@
 update
   bug32282/bug: Modify Windows Uninstaller to only remove 
webapps/ROOT and webapps if user asks to remove everything. (yoavs)
 /update
  -  update
  -Add DIGEST authentication support to the JDBC and DataSource realms. 
Supports both digested and cleartext passwords. (markt)
  -  /update
  +  fix
  +bug32371/bug: outdated introduction.xml page. (yoavs)
  +  /fix
   /changelog
 /subsection
   
  @@ -73,6 +73,9 @@
fix
   Move processExpiresFrequency check to ManagerBase and reflect change 
to all subclasses (StandardManager, PersientManagerBase, DeltaManager). (pero)
 /fix
  +  update
  +Add DIGEST authentication support to the JDBC and DataSource realms. 
Supports both digested and cleartext passwords. (markt)
  +  /update
   /changelog
 /subsection
   
  
  
  
  1.3   +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.3
  diff -u -r1.2 -r1.3
  --- introduction.xml  15 Jan 2003 03:40:43 -  1.2
  +++ introduction.xml  24 Nov 2004 18:43:17 -  1.3
  @@ -47,7 +47,7 @@
   web applications with Tomcat./p
   ul
   lia 
href=http://java.sun.com/products/jsp/download.html;http://java.sun.com/products/jsp/download.html/a
 -
  -iJavaServer Pages (JSP) Specfication, Version 1.2/i.  Describes
  +iJavaServer 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
   lia 
href=http://java.sun.com/products/servlet/download.html;http://java.sun.com/products/servlet/download.html/a
 -
  -iServlet API Specification, Version 2.3/i.  Describes the
  +iServlet 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]