common/build.xml
changeset 81 5e724ff842b4
parent 76 a115d49b621f
child 84 fcf94a72b33e
equal deleted inserted replaced
80:5e7e3b1825aa 81:5e724ff842b4
   146 				<then>
   146 				<then>
   147 					<echo message="INFO Packaging Source"/>
   147 					<echo message="INFO Packaging Source"/>
   148 					<runtarget target="sf-package-source"/>
   148 					<runtarget target="sf-package-source"/>
   149 				</then>
   149 				</then>
   150 				</if>
   150 				</if>
       
   151 				
       
   152 				<!-- merge RnD binaries into the epoc tree -->
       
   153 				<echo message="Merges RnD binaries into the Epoc tree"/>
       
   154 				<exec executable="perl" dir="${build.drive}/" failonerror="true" output="${build.log.dir}/mergeepoc32.log">
       
   155 					<arg value="${sf.common.config.dir}/tools/mergeepoc32.pl"/>
       
   156 				</exec>
   151             </then>
   157             </then>
   152         </if>        
   158         </if>        
   153       <if>
   159       <if>
   154         <istrue value="${sf.spec.publish.enable}"/>
   160         <istrue value="${sf.spec.publish.enable}"/>
   155         <then>
   161         <then>