You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2002/06/12 15:55:34 UTC

cvs commit: jakarta-log4j/src/xdocs download.xml

ceki        2002/06/12 06:55:34

  Modified:    src/java/org/apache/log4j/config Tag: v1_2-branch
                        PropertyGetter.java PropertyPrinter.java
                        PropertySetter.java PropertySetterException.java
               src/java/org/apache/log4j/net Tag: v1_2-branch
                        SMTPAppender.java SimpleSocketServer.java
                        SyslogAppender.java
               src/java/org/apache/log4j/net/test Tag: v1_2-branch
                        Loop.java SMTPMin.java SocketMin.java
                        SyslogMin.java
               src/java/org/apache/log4j/nt Tag: v1_2-branch
                        NTEventLogAppender.java
               src/java/org/apache/log4j/nt/test Tag: v1_2-branch
                        NTMin.java
               src/java/org/apache/log4j/or Tag: v1_2-branch
                        DefaultRenderer.java ObjectRenderer.java
                        RendererMap.java ThreadGroupRenderer.java
               src/java/org/apache/log4j/performance Tag: v1_2-branch
                        ListVsVector.java NOPWriter.java NewVsSetLen.java
                        NullAppender.java SystemTime.java package.html
               src/java/org/apache/log4j/test Tag: v1_2-branch
                        AsyncAppenderTest.java
                        ConfigurationFileParsing.java
               src/java/org/apache/log4j/varia Tag: v1_2-branch
                        ExternallyRolledFileAppender.java
               src/xdocs Tag: v1_2-branch download.xml
  Log:
  - Changed LICENSE.APL references to LICENSE.txt.
  - Made it plenty clear that the o.a.l.performance package is for internal use only.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/config/PropertyGetter.java
  
  Index: PropertyGetter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertyGetter.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- PropertyGetter.java	24 Apr 2002 15:08:29 -0000	1.6
  +++ PropertyGetter.java	12 Jun 2002 13:55:32 -0000	1.6.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.
  + * distribution in the LICENSE.txt file.
    */
   
   package org.apache.log4j.config;
  
  
  
  1.2.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/config/PropertyPrinter.java
  
  Index: PropertyPrinter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertyPrinter.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- PropertyPrinter.java	2 Sep 2001 20:05:39 -0000	1.2
  +++ PropertyPrinter.java	12 Jun 2002 13:55:32 -0000	1.2.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.
  + * distribution in the LICENSE.txt file.
    */
   
   package org.apache.log4j.config;
  
  
  
  1.13.2.2  +3 -4      jakarta-log4j/src/java/org/apache/log4j/config/PropertySetter.java
  
  Index: PropertySetter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertySetter.java,v
  retrieving revision 1.13.2.1
  retrieving revision 1.13.2.2
  diff -u -r1.13.2.1 -r1.13.2.2
  --- PropertySetter.java	11 Jun 2002 13:08:20 -0000	1.13.2.1
  +++ PropertySetter.java	12 Jun 2002 13:55:32 -0000	1.13.2.2
  @@ -1,10 +1,9 @@
   /*
    * Copyright (C) The Apache Software Foundation. All rights reserved.
    *
  - * This software is published under the terms of the Apache Software License
  - * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE.APL file.
  - */
  + * This software is published under the terms of the Apache Software
  + * License version 1.1, a copy of which has been included with this
  + * distribution in the LICENSE.txt file.  */
   
   // Contributors:  Georg Lundesgaard
   
  
  
  
  1.1.2.1   +4 -5      jakarta-log4j/src/java/org/apache/log4j/config/PropertySetterException.java
  
  Index: PropertySetterException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertySetterException.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- PropertySetterException.java	19 Mar 2001 12:31:42 -0000	1.1
  +++ PropertySetterException.java	12 Jun 2002 13:55:32 -0000	1.1.2.1
  @@ -1,10 +1,9 @@
   /*
    * Copyright (C) The Apache Software Foundation. All rights reserved.
    *
  - * This software is published under the terms of the Apache Software License
  - * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE.APL file.
  - */
  + * This software is published under the terms of the Apache Software
  + * License version 1.1, a copy of which has been included with this
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.config;
   
  @@ -41,4 +40,4 @@
       }
       return msg;
     }
  -}
  \ No newline at end of file
  +}
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.29.2.1  +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/SMTPAppender.java
  
  Index: SMTPAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SMTPAppender.java,v
  retrieving revision 1.29
  retrieving revision 1.29.2.1
  diff -u -r1.29 -r1.29.2.1
  --- SMTPAppender.java	9 May 2002 20:15:02 -0000	1.29
  +++ SMTPAppender.java	12 Jun 2002 13:55:32 -0000	1.29.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.net;
   
  
  
  
  1.3.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/SimpleSocketServer.java
  
  Index: SimpleSocketServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SimpleSocketServer.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- SimpleSocketServer.java	24 Apr 2002 01:16:12 -0000	1.3
  +++ SimpleSocketServer.java	12 Jun 2002 13:55:32 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.net;
   
  
  
  
  1.15.2.1  +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/SyslogAppender.java
  
  Index: SyslogAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SyslogAppender.java,v
  retrieving revision 1.15
  retrieving revision 1.15.2.1
  diff -u -r1.15 -r1.15.2.1
  --- SyslogAppender.java	24 Apr 2002 01:16:12 -0000	1.15
  +++ SyslogAppender.java	12 Jun 2002 13:55:32 -0000	1.15.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.net;
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/test/Loop.java
  
  Index: Loop.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/Loop.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- Loop.java	13 Feb 2001 17:37:22 -0000	1.3
  +++ Loop.java	12 Jun 2002 13:55:33 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.net.test;
   
  
  
  
  1.4.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/test/SMTPMin.java
  
  Index: SMTPMin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/SMTPMin.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- SMTPMin.java	24 Apr 2002 01:16:12 -0000	1.4
  +++ SMTPMin.java	12 Jun 2002 13:55:33 -0000	1.4.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.net.test;
   
  
  
  
  1.3.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/test/SocketMin.java
  
  Index: SocketMin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/SocketMin.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- SocketMin.java	24 Apr 2002 01:16:12 -0000	1.3
  +++ SocketMin.java	12 Jun 2002 13:55:33 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.net.test;
   
  
  
  
  1.3.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/net/test/SyslogMin.java
  
  Index: SyslogMin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/SyslogMin.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- SyslogMin.java	24 Apr 2002 01:16:12 -0000	1.3
  +++ SyslogMin.java	12 Jun 2002 13:55:33 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   
   package org.apache.log4j.net.test;
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.1  +1 -1      jakarta-log4j/src/java/org/apache/log4j/nt/NTEventLogAppender.java
  
  Index: NTEventLogAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/nt/NTEventLogAppender.java,v
  retrieving revision 1.15
  retrieving revision 1.15.2.1
  diff -u -r1.15 -r1.15.2.1
  --- NTEventLogAppender.java	24 Apr 2002 01:16:12 -0000	1.15
  +++ NTEventLogAppender.java	12 Jun 2002 13:55:33 -0000	1.15.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.nt;
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/nt/test/NTMin.java
  
  Index: NTMin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/nt/test/NTMin.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- NTMin.java	24 Apr 2002 01:16:12 -0000	1.3
  +++ NTMin.java	12 Jun 2002 13:55:33 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.nt.test;
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/or/DefaultRenderer.java
  
  Index: DefaultRenderer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/DefaultRenderer.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- DefaultRenderer.java	2 Mar 2001 20:54:51 -0000	1.4
  +++ DefaultRenderer.java	12 Jun 2002 13:55:33 -0000	1.4.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.or;
   
  
  
  
  1.4.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/or/ObjectRenderer.java
  
  Index: ObjectRenderer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/ObjectRenderer.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ObjectRenderer.java	14 Jan 2001 20:50:20 -0000	1.4
  +++ ObjectRenderer.java	12 Jun 2002 13:55:33 -0000	1.4.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.or;
   
  
  
  
  1.9.2.2   +1 -1      jakarta-log4j/src/java/org/apache/log4j/or/RendererMap.java
  
  Index: RendererMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/RendererMap.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- RendererMap.java	22 May 2002 17:15:20 -0000	1.9.2.1
  +++ RendererMap.java	12 Jun 2002 13:55:33 -0000	1.9.2.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.or;
   
  
  
  
  1.4.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/or/ThreadGroupRenderer.java
  
  Index: ThreadGroupRenderer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/ThreadGroupRenderer.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ThreadGroupRenderer.java	27 Dec 2000 23:27:05 -0000	1.4
  +++ ThreadGroupRenderer.java	12 Jun 2002 13:55:33 -0000	1.4.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.or;
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/performance/ListVsVector.java
  
  Index: ListVsVector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/ListVsVector.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ListVsVector.java	14 Dec 2000 21:08:08 -0000	1.2
  +++ ListVsVector.java	12 Jun 2002 13:55:33 -0000	1.2.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.performance;
   
  
  
  
  1.2.2.1   +25 -28    jakarta-log4j/src/java/org/apache/log4j/performance/NOPWriter.java
  
  Index: NOPWriter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/NOPWriter.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- NOPWriter.java	14 Dec 2000 21:08:08 -0000	1.2
  +++ NOPWriter.java	12 Jun 2002 13:55:33 -0000	1.2.2.1
  @@ -1,5 +1,9 @@
  -//      Copyright 1996-1999, International Business Machines 
  -//      Corporation. All Rights Reserved.
  +/*
  + * Copyright (C) The Apache Software Foundation. All rights reserved.
  + *
  + * This software is published under the terms of the Apache Software
  + * License version 1.1, a copy of which has been included with this
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.performance;
   
  @@ -7,42 +11,35 @@
   import java.io.IOException;
   
   /**
  -  Extends {@link Writer} with methods that return immediately without
  -  doing anything. This class is used to measure the cost of
  -  constructing a log message but not actually writing to the
  -  OutputStream.
  -   
  -  @author  Ceki Gülcü
  -*/
  + * <p>Extends {@link Writer} with methods that return immediately
  + * without doing anything. This class is used to measure the cost of
  + * constructing a log message but not actually writing to any device.
  + * </p>
  +
  + * <p><b> <font color="#FF2222">The
  + * <code>org.apache.log4j.performance.NOPWriter</code> class is
  + * intended for internal use only.</font> Consequently, it is not
  + * included in the <em>log4j.jar</em> file.</b> </p>
  + *  
  + * @author Ceki G&uuml;lc&uuml; 
  + * */
   public class NOPWriter extends Writer {
   
  -  //public
  -  //NOPWriter() {
  -  //}
  -  
  +  public void write(char[] cbuf) throws IOException {}
   
  -  public
  -  void write(char[] cbuf) throws IOException {}
  +  public void write(char[] cbuf, int off, int len) throws IOException {}
   
  -  public
  -  void write(char[] cbuf, int off, int len) throws IOException {}
   
  +  public void write(int b) throws IOException {}
   
  -  public
  -  void write(int b) throws IOException {}
  +  public void write(String s) throws IOException {} 
   
  -  public 
  -  void write(String s) throws IOException {} 
  +  public void write(String s, int off, int len) throws IOException {} 
   
  -  public 
  -  void write(String s, int off, int len) throws IOException {} 
  -
  -  public 
  -  void flush() throws IOException {
  +  public void flush() throws IOException {
     }
   
  -  public 
  -  void close() throws IOException {
  +  public void close() throws IOException {
       System.err.println("Close called.");
     }
   }
  
  
  
  1.3.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/performance/NewVsSetLen.java
  
  Index: NewVsSetLen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/NewVsSetLen.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- NewVsSetLen.java	17 Jan 2001 09:28:58 -0000	1.3
  +++ NewVsSetLen.java	12 Jun 2002 13:55:33 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.performance;
   
  
  
  
  1.3.2.1   +9 -4      jakarta-log4j/src/java/org/apache/log4j/performance/NullAppender.java
  
  Index: NullAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/NullAppender.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- NullAppender.java	24 Apr 2002 01:16:11 -0000	1.3
  +++ NullAppender.java	12 Jun 2002 13:55:33 -0000	1.3.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.performance;
   
  @@ -12,9 +12,14 @@
   import org.apache.log4j.AppenderSkeleton;
   
   /**
  -   A bogus appender which calls the format method of its layout object
  -   but does not write the result anywhere.
  - */
  + * A bogus appender which calls the format method of its layout object
  + * but does not write the result anywhere.
  + *
  + * <p><b> <font color="#FF2222">The
  + * <code>org.apache.log4j.performance.NullAppender</code> class is
  + * intended for internal use only.</font> Consequently, it is not
  + * included in the <em>log4j.jar</em> file.</b> </p>
  + * */
   public class NullAppender extends AppenderSkeleton {
   
     public static String s;
  
  
  
  1.2.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/performance/SystemTime.java
  
  Index: SystemTime.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/SystemTime.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- SystemTime.java	14 Dec 2000 21:08:08 -0000	1.2
  +++ SystemTime.java	12 Jun 2002 13:55:33 -0000	1.2.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.performance;
   
  
  
  
  1.1.2.1   +12 -8     jakarta-log4j/src/java/org/apache/log4j/performance/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/package.html,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- package.html	14 Dec 2000 09:31:33 -0000	1.1
  +++ package.html	12 Jun 2002 13:55:33 -0000	1.1.2.1
  @@ -3,13 +3,17 @@
   <title></title>
   </head>
   
  -<body>
  -<p>Package to measure the performance of the different log4j components.
  +  <body>
   
  +    <p>Package to measure the performance of the different log4j
  +      components.
  +    </p>
   
  -<hr>
  -<address></address>
  -<!-- hhmts start -->
  -Last modified: Thu Dec 16 10:32:43 MET 1999
  -<!-- hhmts end -->
  -</body> </html>
  +    <p><b> <font color="#FF2222">The
  +      <code>org.apache.log4j.performance</code> package is intended
  +      for internal use only.</font> Consequently, the classes in this
  +      package are not included in the <em>log4j.jar</em> file.</b>
  +    </p>
  +
  +  </body> 
  +</html>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -4      jakarta-log4j/src/java/org/apache/log4j/test/AsyncAppenderTest.java
  
  Index: AsyncAppenderTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/test/AsyncAppenderTest.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- AsyncAppenderTest.java	17 Jan 2001 13:02:26 -0000	1.1
  +++ AsyncAppenderTest.java	12 Jun 2002 13:55:34 -0000	1.1.2.1
  @@ -1,9 +1,8 @@
   /* Copyright (C) The Apache Software Foundation. All rights reserved.
    *
  - * This software is published under the terms of the Apache Software License
  - * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE.APL file.
  - */
  + * This software is published under the terms of the Apache Software
  + * License version 1.1, a copy of which has been included with this
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.test;
   
  
  
  
  1.4.2.1   +1 -1      jakarta-log4j/src/java/org/apache/log4j/test/ConfigurationFileParsing.java
  
  Index: ConfigurationFileParsing.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/test/ConfigurationFileParsing.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ConfigurationFileParsing.java	13 Feb 2001 17:37:29 -0000	1.4
  +++ ConfigurationFileParsing.java	12 Jun 2002 13:55:34 -0000	1.4.2.1
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software
    * License version 1.1, a copy of which has been included with this
  - * distribution in the LICENSE.APL file.  */
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.test; 
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.1  +3 -4      jakarta-log4j/src/java/org/apache/log4j/varia/ExternallyRolledFileAppender.java
  
  Index: ExternallyRolledFileAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/ExternallyRolledFileAppender.java,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- ExternallyRolledFileAppender.java	24 Apr 2002 01:16:11 -0000	1.11
  +++ ExternallyRolledFileAppender.java	12 Jun 2002 13:55:34 -0000	1.11.2.1
  @@ -1,10 +1,9 @@
   /*
    * Copyright (C) The Apache Software Foundation. All rights reserved.
    *
  - * This software is published under the terms of the Apache Software License
  - * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE.APL file.
  - */
  + * This software is published under the terms of the Apache Software
  + * License version 1.1, a copy of which has been included with this
  + * distribution in the LICENSE.txt file.  */
   
   package org.apache.log4j.varia;
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.53.2.6  +4 -3      jakarta-log4j/src/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v
  retrieving revision 1.53.2.5
  retrieving revision 1.53.2.6
  diff -u -r1.53.2.5 -r1.53.2.6
  --- download.xml	11 Jun 2002 13:21:59 -0000	1.53.2.5
  +++ download.xml	12 Jun 2002 13:55:34 -0000	1.53.2.6
  @@ -39,9 +39,10 @@
   	replacement for log4j 1.1.3. The only exception is the
   	renaming of the <code>CategoryFactory</code> class to
   	<code>LoggerFactory</code> class such that subclasses of
  -	<code>Category</code> class to be modified and recompiled. By
  -	the way, we strongly discourage casual users from subclassing
  -	the <code>Category</code> or <code>Logger</code> classes.
  +	<code>Category</code> class must be modified and
  +	recompiled. By the way, <b>we strongly discourage casual users
  +	from subclassing the <code>Category</code> or
  +	<code>Logger</code> classes.</b>
         </p>
   
         <p>We also maintain a list of <a href="earlier.html">earlier
  
  
  

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