1
0

Add logkit.jar to "test.classpath" as well as "compile.classpath".

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2002-01-22 01:33:45 +00:00
parent dabce5cf42
commit 97142db2c2

View File

@@ -3,7 +3,7 @@
<!-- <!--
"Logging" component of the Jakarta Commons Subproject "Logging" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.7 2002/01/08 22:55:38 craigmcc Exp $ $Id: build.xml,v 1.8 2002/01/22 01:33:45 craigmcc Exp $
--> -->
@@ -92,6 +92,7 @@
<pathelement location="${build.home}/tests"/> <pathelement location="${build.home}/tests"/>
<pathelement location="${junit.jar}"/> <pathelement location="${junit.jar}"/>
<pathelement location="${log4j.jar}"/> <pathelement location="${log4j.jar}"/>
<pathelement location="${logkit.jar}"/>
<pathelement location="${conf.home}"/> <pathelement location="${conf.home}"/>
</path> </path>