common/build.xml
changeset 1117 67268c5a3e6d
parent 1114 0006ed4e0b6d
child 1118 14c8058c3fa1
--- 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>