langtools/make/build.xml
changeset 3658 8ee720a52b7d
parent 3655 f9ee66e780f4
child 3996 dc676a9093b3
--- a/langtools/make/build.xml	Tue Aug 18 17:46:58 2009 -0700
+++ b/langtools/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}/"