buildframework/helium/sf/java/logging/tests/scenarii/build_status/build.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    25     <property environment="env"/>
    25     <property environment="env"/>
    26     <property name="step1" value="1" />
    26     <property name="step1" value="1" />
    27     <property name="step2" value="1" />
    27     <property name="step2" value="1" />
    28         
    28         
    29     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
    29     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    30     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
    30     
    31     
    31     <hlm:stage id="stage1" starttarget="stage1" endtarget="stage1" />
    32     <hlm:stage id="stage1" starttarget="stage1" endtarget="stage1" />
    32     <hlm:stage id="stage2" starttarget="stage2" endtarget="stage3" />
    33     <hlm:stage id="stage2" starttarget="stage2" endtarget="stage3" />
    33     
    34     
    34     <hlm:stagerecord id="record.default" defaultoutput="${temp.dir}/main.ant.log" loglevel="info" />
    35     <hlm:stagerecord id="record.default" defaultoutput="${temp.dir}/main.ant.log" loglevel="info" />