equal
deleted
inserted
replaced
361 |
361 |
362 <target name="sf-merge-epoc32"> |
362 <target name="sf-merge-epoc32"> |
363 <!-- conditional execution of merge if rnd dir is found --> |
363 <!-- conditional execution of merge if rnd dir is found --> |
364 <if><available file="${build.drive}/rnd" type="dir" /> |
364 <if><available file="${build.drive}/rnd" type="dir" /> |
365 <then> |
365 <then> |
366 <echo message="RnD binaries found, merging into ${build.drive}/epoc32 tree"/> |
366 <echo message="RnD binaries found, fast-copying into ${build.drive}/epoc32 tree"/> |
367 <copy todir="${build.drive}/epoc32" verbose="false" overwrite="true"> |
367 <hlm:fastcopy todir="${build.drive}/epoc32" verbose="false" overwrite="true" threadCount="8"> |
368 <fileset dir="${build.drive}/rnd"/> |
368 <fileset dir="${build.drive}/rnd"/> |
369 <regexpmapper from="^(.*)/(.*)/epoc32/(.*)" to="\3" handledirsep="true"/> |
369 <regexpmapper from="^(.*)/(.*)/epoc32/(.*)" to="\3" handledirsep="true"/> |
370 </copy> |
370 </hlm:fastcopy> |
371 </then> |
371 </then> |
372 </if> |
372 </if> |
373 </target> |
373 </target> |
374 |
374 |
375 </project> |
375 </project> |
376 |
376 |