From 6e2bf740788854e46505ecbdb739e69555d24401 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 5 Nov 2001 09:18:10 +0000 Subject: [PATCH] Updated library dependencies. git-svn-id: https://samskivert.googlecode.com/svn/trunk@420 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/lib/README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/projects/samskivert/lib/README b/projects/samskivert/lib/README index 3053f801..5730f54f 100644 --- a/projects/samskivert/lib/README +++ b/projects/samskivert/lib/README @@ -5,7 +5,11 @@ The samskivert code requires the following external Java libraries (JAR files) to be placed here in the lib/ directory or in the shared library directory specified in the build.xml file (${java.libraries}). -* Library: Jakarta Regular Expression package +* Library: Jakarta Commons Utilities (org.apache.commons.util) + http://jakarta.apache.org/commons + Depends: Used by various services. + +* Library: Jakarta Regular Expression package (org.apache.regexp) http://jakarta.apache.org/regexp/ Depends: Used by various services. @@ -17,6 +21,14 @@ directory specified in the build.xml file (${java.libraries}). http://www.webmacro.org/ Depends: Required by com.samskivert.webmacro.* +* Library: Jakarta Commons Collections (org.apache.commons.collections) + http://jakarta.apache.org/commons + Depends: Required by com.samskivert.velocity.* + +* Library: Velocity web template system + http://jakarta.apache.org/velocity + Depends: Required by com.samskivert.velocity.* + * Library: Java API for XML Processing (JAXP) 1.1 http://java.sun.com/xml/download.html (Only crimson.jar and jaxp.jar are required. xalan.jar may @@ -28,4 +40,4 @@ build system will automatically include them in the compile-time classpath. -- -$Id: README,v 1.3 2001/07/20 22:56:12 mdb Exp $ +$Id: README,v 1.4 2001/11/05 09:18:10 mdb Exp $