1
0

Add an implementation of ServletContextListener for use in avoiding memory leaks in webapps.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@190891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-06-16 09:59:40 +00:00
parent 2b9b9b6f24
commit 70458b7b6e
3 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ logkit.jar=/java/logkit/logkit.jar
# Avalon framework - used for wrapper for avalon framework logger
avalon-framework.jar=../../Avalon-4.1.4/avalon-framework-4.1.4.jar
# ServletApi - used to build ServletContextCleaner class
servletapi.jar=/java/servletapi/servletapi.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.