common/build.xml
changeset 1128 14c8058c3fa1
parent 1127 67268c5a3e6d
child 1158 739036c00f80
equal deleted inserted replaced
1127:67268c5a3e6d 1128:14c8058c3fa1
   124           <hlm:signalInput id="getenvSignalInput" failbuild="never">
   124           <hlm:signalInput id="getenvSignalInput" failbuild="never">
   125               <hlm:notifierListRef refid="defaultFailNotifier" />
   125               <hlm:notifierListRef refid="defaultFailNotifier" />
   126           </hlm:signalInput>
   126           </hlm:signalInput>
   127 
   127 
   128           <!-- configure stages -->
   128           <!-- configure stages -->
   129           <hlm:stage id="preparation" starttarget="sf-prep" endtarget="sf-compile"/>
   129           <hlm:stage id="preparation" starttarget="sf-prebuild" endtarget="sf-prebuild"/>
   130           <hlm:stage id="compilation" starttarget="sf-compile" endtarget="sf-compile"/>
   130           <hlm:stage id="compilation" starttarget="sf-compile" endtarget="sf-compile"/>
   131           <hlm:stage id="postbuild" starttarget="sf-postbuild" endtarget="sf-postbuild"/>
   131           <hlm:stage id="postbuild" starttarget="sf-postbuild" endtarget="sf-postbuild"/>
   132 
   132 
   133       </then>
   133       </then>
   134     </if>
   134     </if>