common/build.xml
changeset 1127 67268c5a3e6d
parent 1117 0006ed4e0b6d
child 1128 14c8058c3fa1
equal deleted inserted replaced
1119:9d4b5a298764 1127:67268c5a3e6d
   122           
   122           
   123            <!-- allow use of a release_metadata.xml without all referenced files being present -->
   123            <!-- allow use of a release_metadata.xml without all referenced files being present -->
   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 
       
   128           <!-- configure stages -->
       
   129           <hlm:stage id="preparation" starttarget="sf-prep" 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"/>
       
   132 
   127       </then>
   133       </then>
   128     </if>
   134     </if>
   129     
   135     
   130     <!--
   136     <!--
   131       - END OF PROPERTY DEFINITIONS, TARGETS START HERE
   137       - END OF PROPERTY DEFINITIONS, TARGETS START HERE