# HG changeset patch # User tbell # Date 1258482230 28800 # Node ID 8b1d8a20852f8fb8482cd3c2f882e8b5fc7872c3 # Parent de2fc0aa0ea10c1d40cc9389f284a08cbfb91e66# Parent 05940e71b36bdf56098639482217628fcfcf3ebf Merge diff -r de2fc0aa0ea1 -r 8b1d8a20852f jaxws/build.properties --- a/jaxws/build.properties Thu Nov 12 15:35:47 2009 -0800 +++ b/jaxws/build.properties Tue Nov 17 10:23:50 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 de2fc0aa0ea1 -r 8b1d8a20852f jaxws/build.xml --- a/jaxws/build.xml Thu Nov 12 15:35:47 2009 -0800 +++ b/jaxws/build.xml Tue Nov 17 10:23:50 2009 -0800 @@ -113,7 +113,10 @@ -