From 7c5fab362de14ad45697203a28a891f59a4487c1 Mon Sep 17 00:00:00 2001 From: "John B. Matthews" Date: Tue, 16 Dec 2008 09:33:58 +0000 Subject: [PATCH] Exclude non-source files in javadoc target. --- build/build.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build/build.xml b/build/build.xml index f5c70f8..535d0a2 100644 --- a/build/build.xml +++ b/build/build.xml @@ -180,9 +180,15 @@ - - + classpath="${swtjar};${junitjar}"> + + + + + + + +