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 2001/01/09 00:29:29 UTC

cvs commit: jakarta-log4j/packaging install tarmake

ceki        01/01/08 15:29:28

  Modified:    .        HISTORY build.inc
               packaging install tarmake
  Log:
  last minute corrections.
  
  Revision  Changes    Path
  1.5       +7 -1      jakarta-log4j/HISTORY
  
  Index: HISTORY
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/HISTORY,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HISTORY	2001/01/08 17:55:41	1.4
  +++ HISTORY	2001/01/08 23:29:18	1.5
  @@ -5,7 +5,7 @@
          client code. 
    [***] Changes requiring important modifications to existing client code.
   
  - December ??, 2000
  + January 8th, 2001
   
    - Release of version 1.0 (the 20th public release)
    
  @@ -26,6 +26,12 @@
   
    - Removed the DOM Level 2 dependency in DOMConfigurator. This makes
      log4j XML configurable using Sun's parser or Apache's Xerces. [*]
  +
  + - The static initializer of the Category class now takes the
  +   log4j.configuration system property to search for its configuration
  +   file. The type of the configurator used to parse the configuration
  +   file depends on the value of the log4j.configuration system
  +   property. [*]
   
    - Enhanced the PropertyConfigurator and DOMConfigurator to support
      customization of independent Hierarchies. The
  
  
  
  1.2       +2 -0      jakarta-log4j/build.inc
  
  Index: build.inc
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.inc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.inc	2001/01/05 21:08:51	1.1
  +++ build.inc	2001/01/08 23:29:20	1.2
  @@ -162,6 +162,8 @@
   	          **/Syslog*, **/RelativeTimeDateFormat.*,
   		  **/gui/**/*.class, **/Loader.class,
   		  **/UnitTest*.class, 
  +		  ${stem}/or/MessageRenderer.class,
  +		  ${stem}/spi/TriggeringEventEvaluator.class
   		  org/apache/log4j/helpers/CyclicBuffer.class"
           manifest="manifest.mf"
       />
  
  
  
  1.4       +1 -0      jakarta-log4j/packaging/install
  
  Index: install
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/packaging/install,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- install	2000/12/14 22:11:20	1.3
  +++ install	2001/01/08 23:29:24	1.4
  @@ -1,3 +1,4 @@
  +#!/bin/bash
   
   # Usage: install [-j] [-h]
   #	 -j: jar files only
  
  
  
  1.2       +1 -2      jakarta-log4j/packaging/tarmake
  
  Index: tarmake
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/packaging/tarmake,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tarmake	2000/12/14 02:19:28	1.1
  +++ tarmake	2001/01/08 23:29:25	1.2
  @@ -45,7 +45,7 @@
    $pkg/FAQ.html\
    $pkg/TROUBLESHOOT.html\
    $pkg/INSTALL\
  - $pkg/LICENSE.IPL\
  + $pkg/LICENSE.APL\
    $pkg/*.jar\
    $pkg/org/ \
    $pkg/icons\
  @@ -56,7 +56,6 @@
    $pkg/packaging/initialize \
    $pkg/packaging/install \
    $pkg/packaging/tarmake \
  - $pkg/packaging/local-package-list\
    
   
   if [ $? -ne 0 ]; then