common/build.postbuild.xml
changeset 956 aabab255ad7b
parent 942 dabd7af4f869
child 1026 9983d8eb2250
equal deleted inserted replaced
951:5d2cdb4d231d 956:aabab255ad7b
     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>
   883         <copy todir="${build.log.dir}" preservelastmodified="true" failonerror="false">
   883         <copy todir="${build.log.dir}" preservelastmodified="true" failonerror="false">
   884             <fileset dir="${sf.rombuild.dir}/${sf.spec.referenceroms.variant}/"><include name="*rom.oby"/></fileset>
   884             <fileset dir="${sf.rombuild.dir}/${sf.spec.referenceroms.variant}/"><include name="*rom.oby"/></fileset>
   885         </copy>
   885         </copy>
   886     </target>
   886     </target>
   887 
   887 
       
   888     <target name="sf-build-roms">
       
   889         <if>
       
   890             <istrue value="${sf.spec.referenceroms.createimages.enable}" />
       
   891             <then>
       
   892                 <echo message="INFO Building iMaker configurations"/>
       
   893                 <runtarget target="build-roms"/>
       
   894             </then>
       
   895         </if>    
       
   896     </target>
       
   897     
   888 </project>
   898 </project>