--- 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>