From beba2bedd0d1d9a4a5ae2bc1d0f278e8de47cf35 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Mon, 26 May 2003 10:53:03 +0000 Subject: [PATCH] added commons-codec.jar property --- build.properties.sample | 6 +++++- properties.xml | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) 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 @@