6884220: Have drop sources ignore the output.dir property

Mon, 21 Sep 2009 17:21:14 -0700

author
ohair
date
Mon, 21 Sep 2009 17:21:14 -0700
changeset 86
77708e68db52
parent 85
ae2bec597586
child 87
558985e26fe1

6884220: Have drop sources ignore the output.dir property
Reviewed-by: xdono

build.properties file | annotate | diff | comparison | revisions
     1.1 --- a/build.properties	Mon Sep 21 13:57:02 2009 -0700
     1.2 +++ b/build.properties	Mon Sep 21 17:21:14 2009 -0700
     1.3 @@ -65,7 +65,7 @@
     1.4  dist.src.zip=${dist.lib.dir}/src.zip
     1.5  
     1.6  # Where all drop sources live
     1.7 -drop.dir=${output.dir}/drop
     1.8 +drop.dir=./drop
     1.9  
    1.10  # Where patches to drop bundle sources live
    1.11  patches.dir=patches

mercurial