# HG changeset patch # User jjg # Date 1284402927 25200 # Node ID 5e2fbe2442152d493139f5ef3c5fb02078355112 # Parent 9367c22c445f72bf54e7184efd4405109e51406a 6965264: langtools build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar Reviewed-by: mcimadamore Contributed-by: jesse.glick@oracle.com diff -r 9367c22c445f -r 5e2fbe244215 langtools/make/build.xml --- a/langtools/make/build.xml Thu Sep 09 13:31:28 2010 -0700 +++ b/langtools/make/build.xml Mon Sep 13 11:35:27 2010 -0700 @@ -621,7 +621,7 @@ @@ -813,7 +813,8 @@ executable="${boot.java.home}/bin/javac" srcdir="${make.tools.dir}/CompileProperties" destdir="${build.toolclasses.dir}/" - classpath="${ant.home}/lib/ant.jar"/> + classpath="${ant.core.lib}" + includeantruntime="false"/> @@ -827,7 +828,8 @@ executable="${boot.java.home}/bin/javac" srcdir="${make.tools.dir}/GenStubs" destdir="${build.toolclasses.dir}/" - classpath="${build.bootstrap.dir}/classes:${ant.home}/lib/ant.jar"/> + classpath="${build.bootstrap.dir}/classes:${ant.core.lib}" + includeantruntime="false"/>