aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorandrew <none@none>2009-11-05 00:00:48 +0000
committerandrew <none@none>2009-11-05 00:00:48 +0000
commit92e6c1002c0a95bdaa124c5292eb16bf2b12a4a2 (patch)
tree20eee6c59c803d91c8e82f2e53cac9511b0933fb /build.properties
parent93e0443cac62dd3137ce7a77ac247f265de4628f (diff)
downloadjdk8u_jaxp-92e6c1002c0a95bdaa124c5292eb16bf2b12a4a2.tar.gz
6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
Summary: Allow the directory for downloaded drops to be set using ALT_DROPS_DIR Reviewed-by: ohair, jjg
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index da9adbf..9e5f633 100644
--- a/build.properties
+++ b/build.properties
@@ -25,7 +25,7 @@
# Base locations where bundles are located
slashjava=/java
-devtools=${slashjava}/devtools
+drops.dir=${slashjava}/devtools/share/jdk7-drops
# This is the JDK used to build and run the bootstrap version of javac.
# The bootstrap javac is used to compile both boostrap versions of the
@@ -97,6 +97,7 @@ sanity.info= Sanity Settings:${line.separator}\
build.dir=${build.dir}${line.separator}\
dist.dir=${dist.dir}${line.separator}\
drop.dir=${drop.dir}${line.separator}\
+ drops.dir=${drops.dir}${line.separator}\
${line.separator}
#------------------------------------------------------------