aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorohair <none@none>2009-11-11 11:17:51 -0800
committerohair <none@none>2009-11-11 11:17:51 -0800
commit45a3791723b76e5c0bd8fa227d92214d8c6fe277 (patch)
tree513f10bdac6f9d1b13a1d2437fe4815a53caf149 /build.properties
parentfc9f1b49c91c10d741e21bfe90f4d3841b631792 (diff)
downloadjdk8u_jaxp-45a3791723b76e5c0bd8fa227d92214d8c6fe277.tar.gz
6900341: jaxp/jaxws ant scripts using ant runtime in classpath, needs to be explicit
Reviewed-by: tbell
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.properties b/build.properties
index 9e5f633..f31b405 100644
--- a/build.properties
+++ b/build.properties
@@ -34,6 +34,10 @@ drops.dir=${slashjava}/devtools/share/jdk7-drops
# 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 <javac> tasks used to compile the tools
javac.source = 7
javac.target = 7