buildframework/helium/sf/java/core/tests/antunit/executor/build.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <project name="test-executor">
    23 <project name="test-executor">
    24     <description>Helium antlib core executor test config.</description>
    24     <description>Helium antlib core executor test config.</description>
       
    25     <property name="hlm.target.final" value="final-target" />
    25 
    26 
    26     <target name="target">
    27     <target name="target">
    27         <echo>Running target.</echo>
    28         <echo>Running target.</echo>
    28     </target>
    29     </target>
       
    30     
       
    31     <target name="final-target">
       
    32         <echo>final-target is executed as postbuild action</echo>
       
    33     </target>
    29 
    34 
    30 </project>
    35 </project>