From 8f7d1345268d0421a0e643648270a297e1d3cce2 Mon Sep 17 00:00:00 2001 From: mdb Date: Wed, 7 May 2008 06:39:09 +0000 Subject: [PATCH] Don't build tests unless we have JUnit, don't build FileUtil unless we have commons-io (I should probably move that into com.samskivert.io but there are various dependers that I don't feel like breaking). git-svn-id: https://samskivert.googlecode.com/svn/trunk@2301 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 4 ++++ etc/depends-incl.xml | 34 ++++++++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index f07444bb..7bd03cb2 100644 --- a/build.xml +++ b/build.xml @@ -68,8 +68,10 @@ + + @@ -92,8 +94,10 @@ + + Copyright © 2000-${year} ${copyright.holder}. All Rights Reserved. diff --git a/etc/depends-incl.xml b/etc/depends-incl.xml index 76e9cc4a..8d47f0df 100644 --- a/etc/depends-incl.xml +++ b/etc/depends-incl.xml @@ -66,6 +66,10 @@ EH Cache: ${ehcache.present} + + + JUnit: ${junit.present} @@ -108,14 +112,6 @@ com.samskivert.jdbc.depot.tools: ${build.depot.tools} - - - - - - - com.samskivert.net.MailUtil: ${build.mail} - @@ -156,6 +152,28 @@ com.samskivert.xml: ${build.xml} + + + + + + + com.samskivert.*.tests: ${build.tests} + + + + + + + com.samskivert.util.FileUtil: ${build.fileutil} + + + + + + + + com.samskivert.net.MailUtil: ${build.mail}