ceki 01/06/19 11:45:27 Modified: build build.xml docs HISTORY critique.html src/java/org/apache/log4j/spi ThrowableInformation.java Log: The last commit before tagging the jakarta-log4j module. Revision Changes Path 1.37 +6 -0 jakarta-log4j/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build/build.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- build.xml 2001/06/13 00:20:30 1.36 +++ build.xml 2001/06/19 18:45:18 1.37 @@ -220,6 +220,12 @@ ${stem}/config/PropertySetterException.class" excludes="**/StressCategory*, **/TTCC*, **/SimpleLayout.*, + ${stem}/DailyRollingFileAppender.class, + ${stem}/Rolling*.class, + ${stem}/HTMLLayout.class, + ${stem}/helpers/CountingQuietWriter.class, + ${stem}/helpers/DateLayout.class, + ${stem}/or/ThreadGroupRenderer.class, **/AsyncAppender.*, **/Dispatcher.*, **/BoundedFIFO.*, **/Syslog*, **/RelativeTimeDateFormat.*, ${stem}/gui/**/*.class, 1.54 +2 -0 jakarta-log4j/docs/HISTORY Index: HISTORY =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/HISTORY,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- HISTORY 2001/06/19 15:44:42 1.53 +++ HISTORY 2001/06/19 18:45:22 1.54 @@ -14,6 +14,8 @@ generation of namespace aware parsers to barf when parsing log4j configuration files. [*] + - Reduced the size of log4j-core.jar to 78KB. [*] + - Minor documentation changes. [*] June 7, 2001 1.12 +5 -5 jakarta-log4j/docs/critique.html Index: critique.html =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/critique.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- critique.html 2001/06/19 15:44:44 1.11 +++ critique.html 2001/06/19 18:45:23 1.12 @@ -380,7 +380,7 @@ <li><p><a href="pub-support/RichardDallaway.html">Richard Dallaway</a> <!-- --> <li><p><a href="pub-support/ChrisMein.html">Chris Mein</a> <!-- --> <li><p><a href="pub-support/BenjaminRussellStocum.html">Benjamin Russell Stocum</a> <!-- --> -<li><p><a href="pub-support/GuyNirpaz.html">Guy Nirpaz</a> +<li><p><a href="pub-support/GuyNirpaz.html">Guy Nirpaz</a> <!-- --> <li><p><a href="pub-support/GrayJones.html">Gray Jones</a> <!-- --> <li><p><a href="pub-support/CarlosPerez.html">Carlos Perez</a> <!-- --> <li><p><a href="pub-support/PaulMichaelReilly.html">Paul Michael Reilly</a> <!-- --> @@ -391,7 +391,7 @@ <li><p><a href="pub-support/DanielStephan.html">Daniel Stephan</a> <!-- --> <li><p><a href="pub-support/AlexanderEvsukov.html">Alexander Evsukov</a> <!-- --> <li><p><a href="pub-support/StevenSagaert.html">Steven Sagaert</a> <!-- --> -<li><p><a href="pub-support/DougErickson.html">Doug Erickson</a> +<li><p><a href="pub-support/DougErickson.html">Doug Erickson</a> <!-- --> <li><p><a href="pub-support/ScottGilpin.html">Scott Gilpin </a> <!-- --> <li><p><a href="pub-support/NateSammons.html">Nate Sammons</a> author of <a href="http://protomatter.sourceforge.net">Protomatter Syslog</a> <!-- --> <li><p><a href="pub-support/StephanSchmidt.html">Stephan J. Schmidt</a> <!-- --> @@ -412,16 +412,16 @@ <li><p><a href="pub-support/JoelSchneider.html">Joel Schneider</a> <!-- --> <li><p><a href="pub-support/IvanRosero.html">Ivan Rosero</a> <!-- --> <li><p><a href="pub-support/ArndtSchoenewald.html">Arndt Schoenewald</a> <!-- --> -<li><p><a href="pub-support/ScottEllsworth.html">Scott Ellsworth</a> +<li><p><a href="pub-support/ScottEllsworth.html">Scott Ellsworth</a> <!-- --> <li><p><a href="pub-support/BrettMorgan.html">Brett Morgan </a> <!-- --> <li><p><a href="pub-support/HorstScheruga.html">Horst Scheruga</a> <!-- --> <li><p><a href="pub-support/AxelBoness.html">Axel Boness</a> <!-- --> <li><p><a href="pub-support/EdHowland.html">Ed Howland</a> <!-- --> +<li><p><a href="pub-support/FredericSoulier.html">Frederic Soulier</a> <!-- --> - <!-- + -<li><p><a href="pub-support/ .html"></a> <li><p><a href="pub-support/ .html"></a> <li><p><a href="pub-support/ .html"></a> <li><p><a href="pub-support/ .html"></a> 1.3 +0 -3 jakarta-log4j/src/java/org/apache/log4j/spi/ThrowableInformation.java Index: ThrowableInformation.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/spi/ThrowableInformation.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ThrowableInformation.java 2001/04/18 08:58:32 1.2 +++ ThrowableInformation.java 2001/06/19 18:45:25 1.3 @@ -45,10 +45,7 @@ return rep; } } - - } - class VectorWriter extends PrintWriter { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]