1
0

The tests need JUnit version 3.8 or higher to run.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2005-07-07 18:36:47 +00:00
parent 3083b9a334
commit 9e417f2e72
2 changed files with 4 additions and 3 deletions

View File

@@ -30,8 +30,9 @@ servletapi.jar=/java/servletapi/servletapi.jar
# #
# if you want to run the test cases, junit needs to be in the classpath. # 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. # the build.xml uses a default value so you might not need to set this property.
# # Note that version junit 3.8 is required and 3.8.1 recommended.
# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar #
# junit.jar=../../jakarta-velocity/build/lib/junit-3.8.1.jar
# Maven properties (for web site build) # Maven properties (for web site build)
# Those committers using agents may like to use # Those committers using agents may like to use

View File

@@ -178,7 +178,7 @@
<dependency> <dependency>
<id>junit</id> <id>junit</id>
<version>3.7</version> <version>3.8.1</version>
</dependency> </dependency>
<dependency> <dependency>