1
0

Update the build process to skip all the Log4J implementation classes

if Log4J is not present.

PR:  Bugzilla #16358
Submitted by:  Jeremias Maerki <jeremias at apache.org>


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2003-02-01 04:29:05 +00:00
parent f7faef2426
commit 7b532cd48c

View File

@@ -3,7 +3,7 @@
<!--
"Logging" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.22 2002/10/28 00:41:29 craigmcc Exp $
$Id: build.xml,v 1.23 2003/02/01 04:29:05 craigmcc Exp $
-->
@@ -168,9 +168,9 @@
<classpath refid="compile.classpath"/>
<exclude name="org/apache/commons/logging/impl/Jdk14Logger.java"
unless="jdk.1.4.present"/>
<exclude name="org/apache/commons/logging/impl/Log4JCategoryLog.java"
<exclude name="org/apache/commons/logging/impl/Log4J*.java"
unless="log4j.present"/>
<exclude name="org/apache/commons/logging/impl/Log4jFactory.java"
<exclude name="org/apache/commons/logging/impl/Log4j*.java"
unless="log4j.present"/>
<exclude name="org/apache/commons/logging/impl/LogKitLogger.java"
unless="logkit.present"/>