1
0

Added note about junit property (for running test cases)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2002-01-03 18:53:21 +00:00
parent 5b72a5551e
commit dea4a74d36

View File

@@ -1,2 +1,8 @@
# log4j.jar - log4j classes (see http://jakarta.apache.org/log4j)
log4j.jar=/java/log4j/log4j.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.
#
# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar