Skip to content

Commit

Permalink
Tweak the javadoc task to make it use a 1.4 JDK. Uses the same javaho…
Browse files Browse the repository at this point in the history
…me.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
  • Loading branch information
Vincent Hennebert committed Aug 18, 2007
1 parent b4262a8 commit 00a5a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 00a5a03

Please sign in to comment.