Configure stages correctly for prep, compile and postbuild.
authorShabe Razvi <shaber@symbian.org>
Fri, 02 Jul 2010 17:59:40 +0100
changeset 1127 67268c5a3e6d
parent 1119 9d4b5a298764
child 1128 14c8058c3fa1
Configure stages correctly for prep, compile and postbuild.
common/build.xml
--- a/common/build.xml	Thu Jul 01 13:15:30 2010 +0100
+++ b/common/build.xml	Fri Jul 02 17:59:40 2010 +0100
@@ -124,6 +124,12 @@
           <hlm:signalInput id="getenvSignalInput" failbuild="never">
               <hlm:notifierListRef refid="defaultFailNotifier" />
           </hlm:signalInput>
+
+          <!-- configure stages -->
+          <hlm:stage id="preparation" starttarget="sf-prep" endtarget="sf-compile"/>
+          <hlm:stage id="compilation" starttarget="sf-compile" endtarget="sf-compile"/>
+          <hlm:stage id="postbuild" starttarget="sf-postbuild" endtarget="sf-postbuild"/>
+
       </then>
     </if>