common/build.postbuild.xml
changeset 1028 11f25704ec27
parent 1006 94890205b399
parent 1026 9983d8eb2250
child 1029 8ee0b12c2384
equal deleted inserted replaced
1009:d1cef5ea6d99 1028:11f25704ec27
     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>
   909         <copy todir="${build.log.dir}" preservelastmodified="true" failonerror="false">
   909         <copy todir="${build.log.dir}" preservelastmodified="true" failonerror="false">
   910             <fileset dir="${sf.rombuild.dir}/${sf.spec.referenceroms.variant}/"><include name="*rom.oby"/></fileset>
   910             <fileset dir="${sf.rombuild.dir}/${sf.spec.referenceroms.variant}/"><include name="*rom.oby"/></fileset>
   911         </copy>
   911         </copy>
   912     </target>
   912     </target>
   913 
   913 
       
   914     <target name="sf-build-roms">
       
   915         <if>
       
   916             <istrue value="${sf.spec.referenceroms.createimages.enable}" />
       
   917             <then>
       
   918                 <echo message="INFO Building iMaker configurations"/>
       
   919                 <runtarget target="build-roms"/>
       
   920             </then>
       
   921         </if>    
       
   922     </target>
       
   923     
   914 </project>
   924 </project>