From: Simon Pepping Date: Tue, 10 Aug 2004 19:30:33 +0000 (+0000) Subject: This change allows users to set the level of the javadocs task to X-Git-Tag: Root_Temp_KnuthStylePageBreaking~625 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=20980d3ae55d7adefea957a2ba210a2450014d34;p=xmlgraphics-fop.git This change allows users to set the level of the javadocs task to private, package or public. It also allows users to set a user hyphenation directory from which hyphenation files are compiled and added to the hyph directory in the build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index f4e4808ec..fd84a96c8 100644 --- a/build.xml +++ b/build.xml @@ -461,17 +461,29 @@ list of possible build targets. - + + + + + + + + + + + @@ -724,7 +736,20 @@ list of possible build targets. - + + + + + + + + + + + + + + + failonerror="true" + public="${javadoc.public}" + package="${javadoc.package}" + private="${javadoc.private}">