From f6be4c148d58bb2c9b08364aec3806ec083cbc55 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 30 May 2001 23:51:01 +0000 Subject: [PATCH] Fixed up the classpath for javadoc generation. Need to extract the classpath into a separate entity and refer to it by name because it's used both to generate javadoc and build java files but am too lazy to look up how to do that presently. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@10 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 02cb9c71b..e80e69b3d 100644 --- a/build.xml +++ b/build.xml @@ -37,9 +37,14 @@ + packagenames="com.samskivert.*" + destdir="${javadoc.home}"> + + + + + +