buildframework/helium/sf/java/core/tests/antunit/executor/build.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/core/tests/antunit/executor/build.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/core/tests/antunit/executor/build.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -22,9 +22,14 @@
 -->
 <project name="test-executor">
     <description>Helium antlib core executor test config.</description>
+    <property name="hlm.target.final" value="final-target" />
 
     <target name="target">
         <echo>Running target.</echo>
     </target>
+    
+    <target name="final-target">
+        <echo>final-target is executed as postbuild action</echo>
+    </target>
 
 </project>
\ No newline at end of file