1
0

Tweaks to use libs downloaded via newish "ant getlibs" target.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-20 02:39:24 +00:00
parent 7b26b353f7
commit 3c35ab5a60

View File

@@ -13,26 +13,26 @@
# limitations under the License. # limitations under the License.
# Apache Log4j 1.2.x series # Apache Log4j 1.2.x series
log4j12.jar=/java/log4j/log4j-1.2.9.jar log4j12.jar=lib/log4j-1.2.6.jar
# Apache Log4j 1.3.x series # Apache Log4j 1.3.x series
log4j13.jar=/java/log4j/log4j-1.3.0.jar log4j13.jar=lib/log4j-1.3.0.jar
# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon) # logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon)
logkit.jar=/java/logkit/logkit.jar logkit.jar=lib/logkit-1.0.1.jar
# Avalon framework - used for wrapper for avalon framework logger # Avalon framework - used for wrapper for avalon framework logger
avalon-framework.jar=../../Avalon-4.1.4/avalon-framework-4.1.4.jar avalon-framework.jar=lib/avalon-framework-4.1.3.jar
# ServletApi - used to build ServletContextCleaner class # ServletApi - used to build ServletContextCleaner class
servletapi.jar=/java/servletapi/servletapi.jar servletapi.jar=lib/servletapi-2.3.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. # Note that version junit 3.8 is required and 3.8.1 recommended.
# #
# junit.jar=../../jakarta-velocity/build/lib/junit-3.8.1.jar junit.jar=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