build.properties

changeset 286
f50545b5e2f1
parent 256
23c42f40fd3e
child 637
9c07ef4934dd
     1.1 --- a/build.properties	Fri Feb 24 18:22:57 2012 -0800
     1.2 +++ b/build.properties	Tue Mar 06 16:09:35 2012 -0800
     1.3 @@ -23,10 +23,6 @@
     1.4  # questions.
     1.5  #
     1.6  
     1.7 -# Base locations where bundles are located
     1.8 -slashjava=/java
     1.9 -drops.dir=${slashjava}/devtools/share/jdk8-drops
    1.10 -
    1.11  # This is the JDK used to build and run the bootstrap version of javac.
    1.12  # The bootstrap javac is used to compile both boostrap versions of the
    1.13  # other tools, and product versions of all the tools.
    1.14 @@ -68,15 +64,6 @@
    1.15  dist.classes.jar=${dist.lib.dir}/classes.jar
    1.16  dist.src.zip=${dist.lib.dir}/src.zip
    1.17  
    1.18 -# Where all drop sources get placed when downloaded and unzipped
    1.19 -drop.expanded.dir=${output.dir}/drop
    1.20 -
    1.21 -# Location if the sources were included already
    1.22 -drop.included.dir=./drop_included
    1.23 -
    1.24 -# Where patches to drop bundle sources live
    1.25 -patches.dir=patches
    1.26 -
    1.27  # Sanity information
    1.28  sanity.info= Sanity Settings:${line.separator}\
    1.29    ant.home=${ant.home}${line.separator}\
    1.30 @@ -100,28 +87,6 @@
    1.31    output.dir=${output.dir}${line.separator}\
    1.32    build.dir=${build.dir}${line.separator}\
    1.33    dist.dir=${dist.dir}${line.separator}\
    1.34 -  drop.dir=${drop.dir}${line.separator}\
    1.35 -  drops.dir=${drops.dir}${line.separator}\
    1.36 -${line.separator}
    1.37 -
    1.38 -# Failure messages when source cannot be found on the file system
    1.39 -failed.nourl.src.message=\
    1.40 -ERROR: Cannot find source for project ${ant.project.name}.\
    1.41 -${line.separator}${line.separator}\
    1.42 -HINT: Try setting drops.dir to indicate where the bundles can be found, \
    1.43 -or try setting the ant property allow.downloads=true to download the bundle from the URL.\
    1.44 -${line.separator}\
    1.45 -e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
    1.46 -${line.separator}
    1.47 -
    1.48 -# Failure message when source cannot be downloaded
    1.49 -failed.url.src.message=\
    1.50 -ERROR: Cannot find source for project ${ant.project.name}.\
    1.51 -${line.separator}${line.separator}\
    1.52 -HINT: Try setting drops.dir to indicate where the bundles can be found, \
    1.53 -or try checking the URL with your browser.\
    1.54 -${line.separator}\
    1.55 -e.g. ant -Ddrops.dir=some_directory \
    1.56  ${line.separator}
    1.57  
    1.58  #------------------------------------------------------------

mercurial