common/build.xml
changeset 1109 cae69bccf0cc
parent 1106 232bce64d370
child 1110 4b2c741f781a
equal deleted inserted replaced
1108:09255e80a1ec 1109:cae69bccf0cc
    65     <!-- override helium 7 defaults to operate like helium 5.
    65     <!-- override helium 7 defaults to operate like helium 5.
    66        *.log.dir props dont exist yet so need to be set now, otherwise they 
    66        *.log.dir props dont exist yet so need to be set now, otherwise they 
    67        become immutable after helium.ant.xml import -->
    67        become immutable after helium.ant.xml import -->
    68       
    68       
    69     <property name="prep.log.dir"    value="${build.drive}/output/logs"/>
    69     <property name="prep.log.dir"    value="${build.drive}/output/logs"/>
    70     <property name="compile.log.dir" value="${build.drive}/output/logs"/>
    70     <!-- property name="compile.log.dir" value="${build.drive}/output/logs"/-->
    71     <property name="post.log.dir"    value="${build.drive}/output/logs"/>
    71     <property name="post.log.dir"    value="${build.drive}/output/logs"/>
    72     <property name="archive.log.dir"    value="${build.drive}/output/logs"/>
    72     <property name="archive.log.dir"    value="${build.drive}/output/logs"/>
    73     <property name="signals.log.dir"    value="${build.drive}/output/logs"/>
    73     <property name="signals.log.dir"    value="${build.drive}/output/logs"/>
    74      
    74      
    75     <if>
    75     <if>