Merge with previous modifications.
authorThomasE@UK-ThomasE.symbian.int
Wed, 13 May 2009 16:26:20 +0100
changeset 95 fb924d87bc0c
parent 94 5e9bdb9269c7 (current diff)
parent 93 27826401fee5 (diff)
child 96 d9f19d792d0c
Merge with previous modifications.
--- a/common/build.xml	Wed May 13 16:25:14 2009 +0100
+++ b/common/build.xml	Wed May 13 16:26:20 2009 +0100
@@ -406,8 +406,12 @@
         <then>
         <echo message="RnD binaries found, fast-copying into ${build.drive}/epoc32 tree"/>
         <hlm:fastcopy todir="${build.drive}/epoc32" verbose="true" overwrite="true" threadCount="4">
-            <fileset dir="${build.drive}/rnd"/>
-            <regexpmapper from="^(.*)/(.*)/epoc32/(.*)" to="\3" handledirsep="true"/>
+            <fileset dir="${build.drive}/rnd">
+            <exclude name="**/.hg/**"/>
+            </fileset>
+            <regexpmapper from="internal/initial/epoc32/(.*)" to="\1" handledirsep="true"/>
+            <!--regexpmapper from="[^/]+/[^/]+/epoc32/(.*)" to="\1" handledirsep="true"/-->
+            <!-- TODO make match exactly 2 levels deep otherwise nested epoc32 trees will also be merged -->
         </hlm:fastcopy>
         </then>
     </if>