From 2ffc19f7df8dd65d5dc25b15f390654552d419a5 Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Thu, 14 Feb 2002 21:04:18 +0000 Subject: [PATCH] Fix conditional compilation. The official distribution must include support for all loggers, for development it should be enough to have one. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138861 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 532b6a6..6115505 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ @@ -137,20 +137,33 @@ + description="Compile shareable components"> + classname="java.util.logging.Logger"/> + + + - + + + + + debug="${compile.debug}" + deprecation="${compile.deprecation}" + optimize="${compile.optimize}"> + unless="jdk.1.4.present"/> + + - +