From c8656f29fbbb5e6d3e6e6c081d03da71bbc629b0 Mon Sep 17 00:00:00 2001 From: mdb Date: Wed, 4 Apr 2007 18:31:50 +0000 Subject: [PATCH] Don't build our Ant task unless ant.jar is available, only skip building MailUtil if the mail stuff is unavailable the rest of the net package is fine. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2082 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 3 ++- depends-incl.xml | 32 ++++++++++++++++++++++---------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index 3c9716dc..2f2df226 100644 --- a/build.xml +++ b/build.xml @@ -63,7 +63,8 @@ - + + diff --git a/depends-incl.xml b/depends-incl.xml index 50fed95a..aa48a3f0 100644 --- a/depends-incl.xml +++ b/depends-incl.xml @@ -16,19 +16,19 @@ ------------------------------------------ Standard extensions - http://java.sun.com/ ------------------------------------------ - + Servlet 2.3: ${servlet2.3.present} - + Java Mail: ${mail.present} - + SAX: ${sax.present} - + JAXP: ${jaxp.present} @@ -59,6 +59,10 @@ --------------- Other libraries --------------- + + Ant: ${ant.present} + EH Cache: ${ehcache.present} @@ -96,13 +100,21 @@ com.samskivert.jdbc.depot: ${build.depot} - + + + + + + + com.samskivert.jdbc.depot.tools: ${build.depot.tools} + + - com.samskivert.net: ${build.net} + com.samskivert.net.MailUtil: ${build.mail}