From 95f9f9405b74d5ee10d542a2c903689a5ee360c4 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 20 Feb 2006 21:58:37 +0000 Subject: [PATCH] Introduced a dependency on the Jakarta Commons IO library to the JDBC package. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1789 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 12 +++++++++--- lib/LIBS | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 5d18aa49..23f8a0b1 100644 --- a/build.xml +++ b/build.xml @@ -54,10 +54,10 @@ - - + + + + @@ -93,6 +98,7 @@ + @@ -127,7 +133,7 @@ - + diff --git a/lib/LIBS b/lib/LIBS index 8da7df6b..72c972c4 100644 --- a/lib/LIBS +++ b/lib/LIBS @@ -1,6 +1,7 @@ commons-collections.jar commons-digester.jar commons-logging.jar +commons-io.jar mail.jar servlet-2.3.jar velocity-1.5-dev.jar