From 5183b765a3cb821bb257b9764a76da8b1b0a848d Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Thu, 6 Jun 2002 22:11:28 +0000 Subject: [PATCH] Build commons-logging-api.jar, with no logger adapters. This will allow the logger and the adapters to sit in the WEB-INF ( and multiple loggers to be used ), while having commons-logging in the root classloader. ( this in turns allow various components that are loaded with the root loader to log ). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138887 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 6c370bf..3b56ee4 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ @@ -173,6 +173,13 @@ + + + + + @@ -233,6 +240,13 @@ + + + + +