You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/01/09 05:27:06 UTC

cvs commit: jakarta-tomcat-4.1/webapps/ROOT index.html

craigmcc    01/01/08 20:27:06

  Modified:    .        build.xml
               catalina build.xml
               catalina/src/share/org/apache/catalina Globals.java
               jasper   build.xml
               tester   build.xml
               webapps  build.xml
               webapps/ROOT index.html
  Removed:     .        RELEASE-NOTES-4.0-B1.txt
  Log:
  Updates for version 4.1-dev.
  
  Revision  Changes    Path
  1.15      +2 -2      jakarta-tomcat-4.1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	2000/12/03 01:17:52	1.14
  +++ build.xml	2001/01/09 04:27:05	1.15
  @@ -4,8 +4,8 @@
   
     <property name="catalina.build"  value="${basedir}/../build/catalina"/>
     <property name="jasper.build"    value="${basedir}/../build/jasper"/>
  -  <property name="tomcat.build"    value="${basedir}/../build/tomcat-4.0"/>
  -  <property name="tomcat.dist"     value="${basedir}/../dist/tomcat-4.0"/>
  +  <property name="tomcat.build"    value="${basedir}/../build/tomcat-4.1"/>
  +  <property name="tomcat.dist"     value="${basedir}/../dist/tomcat-4.1"/>
   
   
     <!-- ===================== DEPLOY: Create Directories =================== -->
  
  
  
  1.30      +1 -1      jakarta-tomcat-4.1/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/catalina/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml	2000/12/23 21:41:15	1.29
  +++ build.xml	2001/01/09 04:27:05	1.30
  @@ -4,7 +4,7 @@
     <!-- ===================== Initialize Property Values =================== -->
     <property name="build.compiler"    value="classic"/>
     <property name="catalina.build"    value="../../build/catalina"/>
  -  <property name="catalina.deploy"   value="../../build/tomcat-4.0"/>
  +  <property name="catalina.deploy"   value="../../build/tomcat-4.1"/>
     <property name="catalina.dist"     value="../../dist/catalina"/>
   
     <property name="servletapi.build"  value="../../build/servletapi"/>
  
  
  
  1.18      +5 -5      jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/Globals.java
  
  Index: Globals.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/Globals.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Globals.java	2001/01/06 04:13:02	1.17
  +++ Globals.java	2001/01/09 04:27:05	1.18
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/Globals.java,v 1.17 2001/01/06 04:13:02 craigmcc Exp $
  - * $Revision: 1.17 $
  - * $Date: 2001/01/06 04:13:02 $
  + * $Header: /home/cvs/jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/Globals.java,v 1.18 2001/01/09 04:27:05 craigmcc Exp $
  + * $Revision: 1.18 $
  + * $Date: 2001/01/09 04:27:05 $
    *
    * ====================================================================
    *
  @@ -69,7 +69,7 @@
    * Global constants that are applicable to multiple packages within Catalina.
    *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.17 $ $Date: 2001/01/06 04:13:02 $
  + * @version $Revision: 1.18 $ $Date: 2001/01/09 04:27:05 $
    */
   
   public final class Globals {
  @@ -193,7 +193,7 @@
       /**
        * The descriptive information about this server and version.
        */
  -    public static final String SERVER_INFO = "Apache Tomcat/4.0-b1";
  +    public static final String SERVER_INFO = "Apache Tomcat/4.1-dev";
   
   
   
  
  
  
  1.13      +1 -1      jakarta-tomcat-4.1/jasper/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/jasper/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	2000/11/12 01:10:50	1.12
  +++ build.xml	2001/01/09 04:27:05	1.13
  @@ -4,7 +4,7 @@
     <!-- ===================== Initialize Property Values =================== -->
     <property name="build.compiler"  value="classic"/>
     <property name="jasper.build"    value="../../build/jasper"/>
  -  <property name="jasper.deploy"   value="../../build/tomcat-4.0"/>
  +  <property name="jasper.deploy"   value="../../build/tomcat-4.1"/>
     <property name="jasper.dist"     value="../../dist/jasper"/>
   
     <!-- ================== Derived Property Values ========================= -->
  
  
  
  1.2       +1 -1      jakarta-tomcat-4.1/tester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/tester/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/12/18 05:06:12	1.1
  +++ build.xml	2001/01/09 04:27:05	1.2
  @@ -5,7 +5,7 @@
     <property name="build.compiler"  value="classic"/>
     <property name="servletapi.home" value="../../jakarta-servletapi"/>
     <property name="tester.build"    value="../../build/tester"/>
  -  <property name="tester.deploy"   value="../../build/tomcat-4.0"/>
  +  <property name="tester.deploy"   value="../../build/tomcat-4.1"/>
     <property name="tester.dist"     value="../../dist/tester"/>
   
     <!-- ================== Derived Property Values ========================= -->
  
  
  
  1.11      +1 -1      jakarta-tomcat-4.1/webapps/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/webapps/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	2000/11/12 01:10:55	1.10
  +++ build.xml	2001/01/09 04:27:06	1.11
  @@ -4,7 +4,7 @@
     <!-- ===================== Initialize Property Values =================== -->
     <property name="build.compiler"  value="classic"/>
     <property name="webapps.build"   value="$../../build/webapps"/>
  -  <property name="webapps.deploy"  value="$../../build/tomcat-4.0"/>
  +  <property name="webapps.deploy"  value="$../../build/tomcat-4.1"/>
     <property name="webapps.dist"    value="$../../dist/webapps"/>
   
   
  
  
  
  1.12      +2 -2      jakarta-tomcat-4.1/webapps/ROOT/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.1/webapps/ROOT/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html	2001/01/06 04:13:02	1.11
  +++ index.html	2001/01/09 04:27:06	1.12
  @@ -4,13 +4,13 @@
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
   <meta name="Author" content="Anil K. Vijendran">
  -<title>Tomcat (v4.0-b1)</title>
  +<title>Tomcat (v4.1-dev)</title>
   </head>
   <body bgcolor="#FFFFFF">
   <img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>
   <br>
   <b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  -4.0-b1</font></font></b>
  +4.1-dev</font></font></b>
   <p>This is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   <ul>