From 9bf0d6c237fd1a700fdae37466fb26c317f529cd Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 1 Nov 2003 01:07:20 +0000 Subject: [PATCH] Modified javadoc build directive to support conditional inclusion of packages to be built depending on what libraries are available. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1284 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/build.xml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/projects/samskivert/build.xml b/projects/samskivert/build.xml index dcaefb48..9a73a327 100644 --- a/projects/samskivert/build.xml +++ b/projects/samskivert/build.xml @@ -91,7 +91,7 @@ - + @@ -186,9 +186,10 @@ - + + debug="on" optimize="${build.optimize}" deprecation="off" + nowarn="on"> @@ -204,14 +205,25 @@ - - + + additionalparam="-breakiterator" + link="http://dev.threerings.net/devel/docs/samskivert/"> + + + + + + + + + + + + Copyright © 2000-${year} ${copyright.holder}. All Rights Reserved.