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}