common/build.postbuild.xml
changeset 1026 9983d8eb2250
parent 985 0c73a8e8c626
parent 956 aabab255ad7b
child 1028 11f25704ec27
equal deleted inserted replaced
991:f2c5bb4624be 1026:9983d8eb2250
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium">
     2 <project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium">
     3     <target name="sf-postbuild">
     3     <target name="sf-postbuild" depends="sf-build-roms">
     4         <stopwatch name="sf-postbuild"/>
     4         <stopwatch name="sf-postbuild"/>
     5         <echo>[SF-POSTBUILD]</echo>
     5         <echo>[SF-POSTBUILD]</echo>
     6         
     6         
     7         <if><istrue value="${sf.relicense.exported.headers}"/>
     7         <if><istrue value="${sf.relicense.exported.headers}"/>
     8         <then>
     8         <then>
   896         <copy todir="${build.log.dir}" preservelastmodified="true" failonerror="false">
   896         <copy todir="${build.log.dir}" preservelastmodified="true" failonerror="false">
   897             <fileset dir="${sf.rombuild.dir}/${sf.spec.referenceroms.variant}/"><include name="*rom.oby"/></fileset>
   897             <fileset dir="${sf.rombuild.dir}/${sf.spec.referenceroms.variant}/"><include name="*rom.oby"/></fileset>
   898         </copy>
   898         </copy>
   899     </target>
   899     </target>
   900 
   900 
       
   901     <target name="sf-build-roms">
       
   902         <if>
       
   903             <istrue value="${sf.spec.referenceroms.createimages.enable}" />
       
   904             <then>
       
   905                 <echo message="INFO Building iMaker configurations"/>
       
   906                 <runtarget target="build-roms"/>
       
   907             </then>
       
   908         </if>    
       
   909     </target>
       
   910     
   901 </project>
   911 </project>