From 9764ab554ec41c05cc7e3eecee06170fc7af605a Mon Sep 17 00:00:00 2001 From: mdb Date: Fri, 20 Jul 2001 22:56:12 +0000 Subject: [PATCH] Added JAXP dependency; modified format to be more explicity about which samskivert services require which libraries. git-svn-id: https://samskivert.googlecode.com/svn/trunk@198 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/lib/README | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/projects/samskivert/lib/README b/projects/samskivert/lib/README index 32581a33..3053f801 100644 --- a/projects/samskivert/lib/README +++ b/projects/samskivert/lib/README @@ -5,18 +5,27 @@ 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}). -* Jakarta Regular Expression package: - http://jakarta.apache.org/regexp/ +* Library: Jakarta Regular Expression package + http://jakarta.apache.org/regexp/ + Depends: Used by various services. -* MM MySQL driver: - http://mmmysql.sourceforge.net/ +* Library: JDBC driver + MM MySQL driver: http://mmmysql.sourceforge.net/ + Depends: Required by com.samskivert.jdbc.* -* WebMacro web template system: - http://www.webmacro.org/ +* Library: WebMacro web template system + http://www.webmacro.org/ + Depends: Required by com.samskivert.webmacro.* + +* 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 + safely be excluded.) + Depends: Required by com.samskivert.xml.* Once the jar files are in place (regardless of what they are named), the build system will automatically include them in the compile-time classpath. -- -$Id: README,v 1.2 2001/06/05 20:23:52 mdb Exp $ +$Id: README,v 1.3 2001/07/20 22:56:12 mdb Exp $