From 389dbf5edadfb61e808e7d5273bb11990821ff9f Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 22 Mar 2012 17:16:31 +0100 Subject: build script now contains an explicit javadoc target. --- build.xml | 6 ++++++ buildScripts/website.ant.xml | 1 + 2 files changed, 7 insertions(+) diff --git a/build.xml b/build.xml index e9497c2c..d6134f14 100644 --- a/build.xml +++ b/build.xml @@ -391,6 +391,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index d9e2e8a1..f949efcf 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -303,6 +303,7 @@ such as converting the changelog into HTML, and creating javadoc. ]]> + -- cgit