# 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 $
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# 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
<!--
-$Id: properties.xml,v 1.4 2003/05/06 13:54:04 maxcooper Exp $
-$Revision: 1.4 $
-$Date: 2003/05/06 13:54:04 $
+$Id: properties.xml,v 1.5 2003/05/26 10:54:22 maxcooper Exp $
+$Revision: 1.5 $
+$Date: 2003/05/26 10:54:22 $
-->
<!--
<property name="lib.dir" location="lib"/>
<property name="catalina.jar" location="${lib.dir}/catalina.jar"/>
<property name="commons-beanutils.jar" location="${lib.dir}/commons-beanutils.jar"/>
+<property name="commons-codec.jar" location="${lib.dir}/commons-codec.jar"/>
<property name="commons-collections.jar" location="${lib.dir}/commons-collections.jar"/>
<property name="commons-digester.jar" location="${lib.dir}/commons-digester.jar"/>
<property name="commons-logging.jar" location="${lib.dir}/commons-logging.jar"/>