1
0

LogKit wrapper initial commit

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2002-01-07 23:06:10 +00:00
parent af62db1c56
commit bac9c212f3
3 changed files with 208 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
# log4j.jar - log4j classes (see http://jakarta.apache.org/log4j)
log4j.jar=/java/log4j/log4j.jar
# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/jakarta-avalon)
logkit.jar=/java/logkit/logkit.jar
#
# if you want to run the test cases, junit needs to be in the classpath.
# the build.xml uses a default value so you might not need to set this property.