aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorohair <none@none>2012-03-04 11:55:34 -0800
committerohair <none@none>2012-03-04 11:55:34 -0800
commit6c32066a02948e0679eb6d8dedb4e3d2c0109a77 (patch)
tree5f800d77c68ad5d9d399d5a7e5f6a971e57d0e11 /build.properties
parent9487cffffe3d240071004612d3dd38ea138297fe (diff)
downloadjdk8u_jaxp-6c32066a02948e0679eb6d8dedb4e3d2c0109a77.tar.gz
7150324: Stop using drop bundles in jaxp
Reviewed-by: prr, joehw
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties35
1 files changed, 0 insertions, 35 deletions
diff --git a/build.properties b/build.properties
index a468f81..9240acc 100644
--- a/build.properties
+++ b/build.properties
@@ -23,10 +23,6 @@
# questions.
#
-# Base locations where bundles are located
-slashjava=/java
-drops.dir=${slashjava}/devtools/share/jdk8-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
# other tools, and product versions of all the tools.
@@ -68,15 +64,6 @@ 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 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
-
# Sanity information
sanity.info= Sanity Settings:${line.separator}\
ant.home=${ant.home}${line.separator}\
@@ -100,28 +87,6 @@ sanity.info= Sanity Settings:${line.separator}\
output.dir=${output.dir}${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}
-
-# Failure messages when source cannot be found on the file system
-failed.nourl.src.message=\
-ERROR: Cannot find source for project ${ant.project.name}.\
-${line.separator}${line.separator}\
-HINT: Try setting drops.dir to indicate where the bundles can be found, \
-or try setting the ant property allow.downloads=true to download the bundle from the URL.\
-${line.separator}\
-e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
-${line.separator}
-
-# Failure message when source cannot be downloaded
-failed.url.src.message=\
-ERROR: Cannot find source for project ${ant.project.name}.\
-${line.separator}${line.separator}\
-HINT: Try setting drops.dir to indicate where the bundles can be found, \
-or try checking the URL with your browser.\
-${line.separator}\
-e.g. ant -Ddrops.dir=some_directory \
${line.separator}
#------------------------------------------------------------