added commons-codec.jar property
authormaxcooper <maxcooper>
Mon, 26 May 2003 10:53:03 +0000 (10:53 +0000)
committermaxcooper <maxcooper>
Mon, 26 May 2003 10:53:03 +0000 (10:53 +0000)
build.properties.sample
properties.xml

index 24a0f86..a9d2fc3 100644 (file)
@@ -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 $
 # -----------------------------------------------------------------------------
 
 # -----------------------------------------------------------------------------
 # 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
index 6bf04ca..f763bb7 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-$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 $
 -->
 
 <!--
@@ -24,6 +24,7 @@ $Date: 2003/05/06 13:54:04 $
 <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"/>