From 1da90cf28c79a32748ad001c577f7786ba22bcd9 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 9 Aug 2002 19:59:49 +0000 Subject: [PATCH] o With the addition of a element I can now build commons-logging with Java 1.3. The Jdk14Logger class is exclude if you don't have what you need to build it. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138905 13f79535-47bb-0310-9956-ffa450edef68 --- project.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/project.xml b/project.xml index ad5a01b..0f04cd3 100644 --- a/project.xml +++ b/project.xml @@ -35,4 +35,15 @@ + + + + java.util.logging.Logger + + **/Jdk14Logger.java + + + + +