aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorandrew <none@none>2009-11-05 00:02:38 +0000
committerandrew <none@none>2009-11-05 00:02:38 +0000
commiteab691006071f1aa47bb243136afc19cf06c56f1 (patch)
treea39a233a24ff7addd44a18e7eaff8c253ead110d /build.properties
parent53b49f0607c7eaf810d738e72960bc8693993063 (diff)
downloadjdk8u_jaxws-eab691006071f1aa47bb243136afc19cf06c56f1.tar.gz
6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
Summary: Allowthe directory for downloaded drops to beset 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 da9adbf9..9e5f6330 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}
#------------------------------------------------------------