build.properties

changeset 91
cc35f0e129d2
parent 86
77708e68db52
child 92
600bc3d048be
     1.1 --- a/build.properties	Thu Oct 15 16:40:27 2009 -0700
     1.2 +++ b/build.properties	Fri Oct 23 11:06:56 2009 -0700
     1.3 @@ -64,16 +64,15 @@
     1.4  dist.classes.jar=${dist.lib.dir}/classes.jar
     1.5  dist.src.zip=${dist.lib.dir}/src.zip
     1.6  
     1.7 -# Where all drop sources live
     1.8 -drop.dir=./drop
     1.9 +# Where all drop sources get placed when downloaded and unzipped
    1.10 +drop.expanded.dir=${output.dir}/drop
    1.11 +
    1.12 +# Location if the sources were included already
    1.13 +drop.included.dir=./drop_included
    1.14  
    1.15  # Where patches to drop bundle sources live
    1.16  patches.dir=patches
    1.17  
    1.18 -# Original source area
    1.19 -orig.dir=src
    1.20 -orig.src.dir=${orig.dir}/share/classes
    1.21 -
    1.22  # Sanity information
    1.23  sanity.info= Sanity Settings:${line.separator}\
    1.24    ant.home=${ant.home}${line.separator}\

mercurial