1
0

Added Log4JCategory into optional distribution

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2005-02-12 19:21:29 +00:00
parent dc14a8cfcc
commit d746ff0810
3 changed files with 230 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
<pathelement location="${build.home}/classes"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${commons-logging-core.jar}"/>
<pathelement location="${log4j12.jar}"/>
</path>
@@ -106,6 +107,7 @@
<pathelement location="${junit.jar}"/>
<pathelement location="${conf.home}"/>
<pathelement location="${commons-logging-core.jar}"/>
<pathelement location="${log4j12.jar}"/>
</path>
<!-- Should all tests fail if one does? -->