| author | andrew |
| Wed Aug 19 20:44:22 2009 +0100 (6 months ago) | |
| changeset 373 | 2aa3a1cdb094 |
| parent 372 | b055a5ea0dad |
| child 374 | 2ce3597237f0 |
--- a/make/build.xml Tue Aug 18 17:46:58 2009 -0700+++ b/make/build.xml Wed Aug 19 20:44:22 2009 +0100@@ -592,6 +592,8 @@<target name="-def-pcompile"><mkdir dir="${build.toolclasses.dir}"/><javac fork="true"+ source="${boot.javac.source}"+ target="${boot.javac.target}"executable="${boot.java.home}/bin/javac"srcdir="${make.tools.dir}/CompileProperties"destdir="${build.toolclasses.dir}/"