aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorohair <none@none>2009-10-23 11:05:51 -0700
committerohair <none@none>2009-10-23 11:05:51 -0700
commitc4ad6c7aa604ad7e7bac2489fc2e4f97be84031a (patch)
tree707900e07ac3b0e2b4ce9701f7266c802cc5c701 /build.properties
parentd2de8d64fb3c2d8c01c3de8b0a3c492fc6f33c75 (diff)
downloadjdk8u_jaxp-c4ad6c7aa604ad7e7bac2489fc2e4f97be84031a.tar.gz
6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
Reviewed-by: andrew
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties11
1 files changed, 5 insertions, 6 deletions
diff --git a/build.properties b/build.properties
index 880b11c..da9adbf 100644
--- a/build.properties
+++ b/build.properties
@@ -64,16 +64,15 @@ dist.lib.dir=${dist.dir}/lib
dist.classes.jar=${dist.lib.dir}/classes.jar
dist.src.zip=${dist.lib.dir}/src.zip
-# Where all drop sources live
-drop.dir=./drop
+# Where all drop sources get placed when downloaded and unzipped
+drop.expanded.dir=${output.dir}/drop
+
+# Location if the sources were included already
+drop.included.dir=./drop_included
# Where patches to drop bundle sources live
patches.dir=patches
-# Original source area
-orig.dir=src
-orig.src.dir=${orig.dir}/share/classes
-
# Sanity information
sanity.info= Sanity Settings:${line.separator}\
ant.home=${ant.home}${line.separator}\