You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2007/08/18 19:46:12 UTC

svn commit: r567303 - /xmlgraphics/fop/branches/fop-0_94/build.xml

Author: vhennebert
Date: Sat Aug 18 10:46:11 2007
New Revision: 567303

URL: http://svn.apache.org/viewvc?view=rev&rev=567303
Log:
Tweak the javadoc task to make it use a 1.4 JDK. Uses the same javahome.jdk14 property as for Forrest.

Modified:
    xmlgraphics/fop/branches/fop-0_94/build.xml

Modified: xmlgraphics/fop/branches/fop-0_94/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_94/build.xml?view=diff&rev=567303&r1=567302&r2=567303
==============================================================================
--- xmlgraphics/fop/branches/fop-0_94/build.xml (original)
+++ xmlgraphics/fop/branches/fop-0_94/build.xml Sat Aug 18 10:46:11 2007
@@ -1008,6 +1008,7 @@
     <mkdir dir="${build.javadocs.dir}"/>
 
     <javadoc
+      executable="${javahome.jdk14}/bin/javadoc"
         packagenames="${javadoc.packages}"
         destdir="${build.javadocs.dir}"
         author="true"



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org