--- a/jaxp/build.properties Wed Jul 05 18:03:56 2017 +0200
+++ b/jaxp/build.properties Sun Mar 04 11:55:34 2012 -0800
@@ -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.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 @@
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}
#------------------------------------------------------------