Browse Source

Tweak the javadoc task to make it use a 1.4 JDK. Uses the same javahome.jdk14 property as for Forrest.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@567303 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94^2
Vincent Hennebert 16 years ago
parent
commit
fef8dc80a5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.xml

+ 1
- 0
build.xml View File

@@ -1008,6 +1008,7 @@ NOTE:
<mkdir dir="${build.javadocs.dir}"/>

<javadoc
executable="${javahome.jdk14}/bin/javadoc"
packagenames="${javadoc.packages}"
destdir="${build.javadocs.dir}"
author="true"

Loading…
Cancel
Save