updated library versions to current releases
authormaxcooper <maxcooper>
Sun, 30 Mar 2003 10:34:24 +0000 (10:34 +0000)
committermaxcooper <maxcooper>
Sun, 30 Mar 2003 10:34:24 +0000 (10:34 +0000)
build.properties.sample

index 56a6bb7..10fc8d3 100644 (file)
@@ -1,39 +1,39 @@
 # -----------------------------------------------------------------------------
 # build.properties.sample
 #
-# This is an example "build.properties" file, used to customize building 
-# Security Filter for your local environment.  Make any changes you need, and 
-# rename this file to "build.properties" in the same directory that contains 
+# This is an example "build.properties" file, used to customize building
+# Security Filter for your local environment.  Make any changes you need, and
+# rename this file to "build.properties" in the same directory that contains
 # the Security Filter "build.xml" file.
 #
-# $Id: build.properties.sample,v 1.2 2002/12/17 15:11:26 maxcooper Exp $
+# $Id: build.properties.sample,v 1.3 2003/03/30 10:34:24 maxcooper Exp $
 # -----------------------------------------------------------------------------
 
-# The catalina JAR file from version 4.0 (or later) of the Jakarta Tomcat 
+# The catalina JAR file from version 4.0 (or later) of the Jakarta Tomcat
 # package.
-catalina.jar=/usr/local/jakarta-tomcat-4.0/server/lib/catalina.jar
+catalina.jar=/usr/local/jakarta-tomcat-4.1.24/server/lib/catalina.jar
 
 # The JAR file containing version 1.0 (or later) of the Beanutils package
 # from the Jakarta Commons project.
-commons-beanutils.jar=/usr/local/commons-beanutils-1.0/commons-beanutils.jar
+commons-beanutils.jar=/usr/local/commons-beanutils-1.6.1/commons-beanutils.jar
 
 # The JAR file containing version 1.0 (or later) of the Collections package
 # from the Jakarta Commons project.
-commons-collections.jar=/usr/local/commons-collections-1.0/commons-collections.jar
+commons-collections.jar=/usr/local/commons-collections-2.1/commons-collections.jar
 
 # The JAR file containing version 1.0 (or later) of the Digester package
 # from the Jakarta Commons project.
-commons-digester.jar=/usr/local/commons-digester-1.0/commons-digester.jar
+commons-digester.jar=/usr/local/commons-digester-1.4.1/commons-digester.jar
 
 # The JAR file containing version 1.0 (or later) of the Logging package
 # from the Jakarta Commons project.
-commons-logging.jar=/usr/local/commons-logging-1.0/commons-logging.jar
+commons-logging.jar=/usr/local/commons-logging-1.0.2/commons-logging.jar
 
 # The JAR file containing version 2.0.6 (or later) of
 # the the Jakarta ORO project.
-jakarta-oro.jar=/usr/local/jakarta-oro-2.0.6/jakarta-oro-2.0.6.jar
+jakarta-oro.jar=/usr/local/jakarta-oro-2.0.7/jakarta-oro-2.0.7.jar
 
-# The JAR file containing the Servlet API version 2.3 (or later) classes to 
+# The JAR file containing the Servlet API version 2.3 (or later) classes to
 # compile against
 servlet.jar=/usr/local/jakarta-servletapi-4/lib/servlet.jar