# HG changeset patch # User jjg # Date 1297376854 28800 # Node ID 747a7601b6d6b50b6cc474ee6e9b36ba898fe32d # Parent a19b1f4f23c9266c28c23ca1fce45c66b9821fe0 7018452: langtools not buildable on Mac Reviewed-by: ohair diff -r a19b1f4f23c9 -r 747a7601b6d6 make/build.xml --- a/make/build.xml Thu Feb 10 14:24:26 2011 -0800 +++ b/make/build.xml Thu Feb 10 14:27:34 2011 -0800 @@ -868,8 +868,10 @@ executable="${boot.java.home}/bin/javac" srcdir="${make.tools.dir}/GenStubs" destdir="${build.toolclasses.dir}/" - classpath="${build.bootstrap.dir}/classes:${ant.core.lib}" - includeantruntime="false"/> + classpath="${ant.core.lib}" + includeantruntime="false"> + +