# HG changeset patch # User ohair # Date 1257967150 28800 # Node ID 05940e71b36bdf56098639482217628fcfcf3ebf # Parent 09e0b33177af2b98a03c9ca19eedf61440bd1cf6 6900341: jaxp/jaxws ant scripts using ant runtime in classpath, needs to be explicit Reviewed-by: tbell diff -r 09e0b33177af -r 05940e71b36b jaxws/build.properties --- a/jaxws/build.properties Wed Jul 05 17:03:05 2017 +0200 +++ b/jaxws/build.properties Wed Nov 11 11:19:10 2009 -0800 @@ -34,6 +34,10 @@ # one of the standard user build.properties files (see build.xml) javac.jar=${bootstrap.dir}/lib/javac.jar +# The tools.jar is needed in the classpath to compile these sources +jdk.home=${java.home}/.. +tools.jar=${jdk.home}/lib/tools.jar + # options for the tasks used to compile the tools javac.source = 7 javac.target = 7 diff -r 09e0b33177af -r 05940e71b36b jaxws/build.xml --- a/jaxws/build.xml Wed Jul 05 17:03:05 2017 +0200 +++ b/jaxws/build.xml Wed Nov 11 11:19:10 2009 -0800 @@ -113,7 +113,10 @@ -