From e8b532f31e9ba28669163221f889bf6a1201f0cf Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sun, 29 Jan 2006 14:51:18 +0000 Subject: [PATCH] Comment out some remains from the log4j 1.3 build. Add notes to put them back again if/when the build uses log4j 1.3. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@373312 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.sample | 3 ++- build.xml | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build.properties.sample b/build.properties.sample index 94d45c0..b5218ad 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -16,7 +16,8 @@ log4j12.jar=lib/log4j-1.2.12.jar # Apache Log4j 1.3.x series -log4j13.jar=lib/log4j-1.3.0.jar +# Note: Log4j 1.3 support not available in the 1.1 release +#log4j13.jar=lib/log4j-1.3.0.jar # logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon) logkit.jar=lib/logkit-1.0.1.jar diff --git a/build.xml b/build.xml index 9f847b3..8a706e1 100644 --- a/build.xml +++ b/build.xml @@ -241,7 +241,8 @@ Log4j12: ${log4j12.jar} - Log4j13: ${log4j13.jar} + + LogKit: ${logkit.jar} Avalon-Framework: ${avalon-framework.jar} @@ -290,10 +291,16 @@ + + @@ -333,7 +340,8 @@ - + +