# HG changeset patch
# User shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
# Date 1238508393 -3600
# Node ID c10840c6fcbbf6ca6b786a0bad30c1b55a76f53f
# Parent 4753c9491d0cab3db72920085c8ef5f9981e8325
Update Platform Config to build tools2 before tools - which must be run in single thread. Also update sync template to sync in parallel.
diff -r 4753c9491d0c -r c10840c6fcbb common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl Mon Mar 30 13:05:39 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Tue Mar 31 15:06:33 2009 +0100
@@ -2,7 +2,7 @@
<#assign fileset = "" />
-<#assign target_depends = "" />
+<#assign sync_list = "" />
<#assign dollar = "$"/>
<#assign count = 0 />
@@ -25,15 +25,9 @@
- <#assign fileset = "${fileset}" + "" />
- <#if (count == 0) >
- <#assign target_depends = "${target_depends}" + "sf-prebuild-${count}" />
- #if>
- <#if (count > 0) >
- <#assign target_depends ="${target_depends}" + ","+"sf-prebuild-${count}"/>
- #if>
-
+ <#assign fileset = "${fileset}" + "" />
+ <#assign sync_list = "${sync_list}" + "\n"/>
<#assign count = count + 1 />
#list>
@@ -43,6 +37,11 @@
${fileset}
-
+
+
+ ${sync_list}
+
+
+
\ No newline at end of file
diff -r 4753c9491d0c -r c10840c6fcbb sf-platform/build.xml
--- a/sf-platform/build.xml Mon Mar 30 13:05:39 2009 +0100
+++ b/sf-platform/build.xml Tue Mar 31 15:06:33 2009 +0100
@@ -106,8 +106,14 @@
-->
-
-
+
+
+
+
+
+
+
+
@@ -120,7 +126,18 @@
-
+
+
+
+
+
+
+
+
+
+
+
+