From 70458b7b6e90243b97209dc5b070c2b67cb49d3f Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Thu, 16 Jun 2005 09:59:40 +0000 Subject: [PATCH] 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 --- build.properties.sample | 3 +++ build.xml | 2 ++ project.xml | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/build.properties.sample b/build.properties.sample index ea7461e..6387e64 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -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. diff --git a/build.xml b/build.xml index 94db248..505cba7 100644 --- a/build.xml +++ b/build.xml @@ -49,6 +49,7 @@ + @@ -115,6 +116,7 @@ + diff --git a/project.xml b/project.xml index 6a717aa..10d8128 100644 --- a/project.xml +++ b/project.xml @@ -186,6 +186,11 @@ 4.1.3 + + servletapi + 2.3 + + commons-dev@jakarta.apache.org