aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorohair <none@none>2009-11-11 11:19:10 -0800
committerohair <none@none>2009-11-11 11:19:10 -0800
commitb7f59433721d0a78585e34753b0425c67f33f7fb (patch)
tree4bc7556ac072181908fdebe79e32a9140b7eb130 /build.properties
parentb9a9c97fee011cc785f1878fcd606b9c304d3c9d (diff)
downloadjdk8u_jaxws-b7f59433721d0a78585e34753b0425c67f33f7fb.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 9e5f6330..f31b4057 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