build.properties

changeset 92
600bc3d048be
parent 91
cc35f0e129d2
child 95
4023edcd8433
     1.1 --- a/build.properties	Fri Oct 23 11:06:56 2009 -0700
     1.2 +++ b/build.properties	Thu Nov 05 00:02:38 2009 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  
     1.5  # Base locations where bundles are located
     1.6  slashjava=/java
     1.7 -devtools=${slashjava}/devtools
     1.8 +drops.dir=${slashjava}/devtools/share/jdk7-drops
     1.9  
    1.10  # This is the JDK used to build and run the bootstrap version of javac.
    1.11  # The bootstrap javac is used to compile both boostrap versions of the
    1.12 @@ -97,6 +97,7 @@
    1.13    build.dir=${build.dir}${line.separator}\
    1.14    dist.dir=${dist.dir}${line.separator}\
    1.15    drop.dir=${drop.dir}${line.separator}\
    1.16 +  drops.dir=${drops.dir}${line.separator}\
    1.17  ${line.separator}
    1.18  
    1.19  #------------------------------------------------------------

mercurial