Fixes due to Log4J12Logger being renamed back to Log4JLogger
and Log4J13Logger being removed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -266,7 +266,7 @@
|
|||||||
<target name="log4j12-warning" unless='log4j12.present' depends='init,discovery'>
|
<target name="log4j12-warning" unless='log4j12.present' depends='init,discovery'>
|
||||||
<echo>
|
<echo>
|
||||||
*** WARNING ***
|
*** WARNING ***
|
||||||
Log4j 1.2 not found: Cannot Build Log4J12Logger
|
Log4j 1.2 not found: Cannot Build Log4JLogger
|
||||||
</echo>
|
</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
@@ -363,7 +363,7 @@
|
|||||||
<pathelement location="${log4j12.jar}"/>
|
<pathelement location="${log4j12.jar}"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
||||||
<include name="org/apache/commons/logging/impl/Log4J12Logger.java"
|
<include name="org/apache/commons/logging/impl/Log4JLogger.java"
|
||||||
if="log4j12.present"/>
|
if="log4j12.present"/>
|
||||||
</javac>
|
</javac>
|
||||||
</target>
|
</target>
|
||||||
@@ -383,6 +383,11 @@
|
|||||||
<pathelement location="${log4j13.jar}"/>
|
<pathelement location="${log4j13.jar}"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
- Note: log4j13 support not available in 1.1 release. However if we do add it
|
||||||
|
- in a future release, this entry will pick it up. In the meantime, this
|
||||||
|
- simply compiles no classes.
|
||||||
|
-->
|
||||||
<include name="org/apache/commons/logging/impl/Log4J13Logger.java"
|
<include name="org/apache/commons/logging/impl/Log4J13Logger.java"
|
||||||
if="log4j13.present"/>
|
if="log4j13.present"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
|||||||
Reference in New Issue
Block a user