From: maxcooper Date: Mon, 26 May 2003 10:53:03 +0000 (+0000) Subject: added commons-codec.jar property X-Git-Tag: rel-2_0-alpha1~91 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=beba2bedd0d1d9a4a5ae2bc1d0f278e8de47cf35;p=securityfilter.git added commons-codec.jar property --- diff --git a/build.properties.sample b/build.properties.sample index 24a0f86..a9d2fc3 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -5,7 +5,7 @@ # Security Filter. Copy this file to "build.properties" and make any changes # you want to use custom values. # -# $Id: build.properties.sample,v 1.5 2003/05/06 13:54:04 maxcooper Exp $ +# $Id: build.properties.sample,v 1.6 2003/05/26 10:53:03 maxcooper Exp $ # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- @@ -53,6 +53,10 @@ # from the Jakarta Commons project. #commons-beanutils.jar=lib/commons-beanutils.jar +# The JAR file containing version 1.1 (or later) of the Codcec package +# from the Jakarta Commons project. +#commons-codec.jar=lib/commons-codec.jar + # The JAR file containing version 1.0 (or later) of the Collections package # from the Jakarta Commons project. #commons-collections.jar=lib/commons-collections.jar diff --git a/properties.xml b/properties.xml index 6bf04ca..f763bb7 100644 --- a/properties.xml +++ b/properties.xml @@ -1,7 +1,7 @@