# HG changeset patch # User brendand@symbian.org # Date 1277382592 -3600 # Node ID 82b232da6082af52991bc3187ef28c8390a3cffe # Parent 794ddd7e666ad27d1607daaf60e9c1cd3322fcfb# Parent 488afbbbaebd5ee2148c2fd6ef9a7da23a9e54f3 Merge diff -r 794ddd7e666a -r 82b232da6082 build.xml --- a/build.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/build.xml Thu Jun 24 13:29:52 2010 +0100 @@ -7,9 +7,6 @@ - - - @@ -18,6 +15,19 @@ + + + + + + + + + + + + + diff -r 794ddd7e666a -r 82b232da6082 common/build.postbuild.xml --- a/common/build.postbuild.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/common/build.postbuild.xml Thu Jun 24 13:29:52 2010 +0100 @@ -96,6 +96,7 @@ + @@ -1098,5 +1099,24 @@ - + + + + + + + + + + + + + + + + + + + + diff -r 794ddd7e666a -r 82b232da6082 common/build.xml --- a/common/build.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/common/build.xml Thu Jun 24 13:29:52 2010 +0100 @@ -67,7 +67,7 @@ become immutable after helium.ant.xml import --> - + @@ -92,7 +92,7 @@ - + @@ -119,7 +119,11 @@ - + + + + + @@ -129,7 +133,7 @@ - + @@ -144,6 +148,9 @@ + + + @@ -155,7 +162,7 @@ - + @@ -176,7 +183,7 @@ - + @@ -215,6 +222,26 @@ + + + + + + + + + + + + + + + + + + + + [SF-SUMMARY] @@ -248,26 +275,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -298,12 +305,12 @@ [SF-DIAMONDS-ENVINFO] - - - - - - + + + + + + @@ -348,11 +355,11 @@ - + - + @@ -361,7 +368,7 @@ - + @@ -400,6 +407,7 @@ + @@ -431,8 +439,22 @@ - - + + + + + + + + + + + + + + + + @@ -481,9 +503,11 @@ + - + + @@ -494,15 +518,34 @@ ] - - - ant: antProperties() - data: [ - csv(${sf.test.csv.file}, {separator:','}) - ] - - + + + + + + ant: antProperties() + data: [ + csv(${sf.source_rnd.csv.file}, {separator:','}) + ] + + + + + + + + + + ant: antProperties() + data: [ + csv(${sf.test.csv.file}, {separator:','}) + ] + + + + @@ -633,7 +676,7 @@ - + @@ -726,7 +769,7 @@ - + @@ -740,7 +783,19 @@ - + + + + + + + + + + + + + @@ -754,7 +809,7 @@ - + diff -r 794ddd7e666a -r 82b232da6082 common/common_props.ant.xml --- a/common/common_props.ant.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/common/common_props.ant.xml Thu Jun 24 13:29:52 2010 +0100 @@ -49,9 +49,16 @@ + + + + + + + diff -r 794ddd7e666a -r 82b232da6082 common/templates/run-qmake.ant.xml.ftl --- a/common/templates/run-qmake.ant.xml.ftl Tue Jun 22 11:48:19 2010 +0100 +++ b/common/templates/run-qmake.ant.xml.ftl Thu Jun 24 13:29:52 2010 +0100 @@ -3,10 +3,12 @@ - + + + - <#list data["//unit/@bldFile/.."] as unit> <#if (unit.@bldFile=="/sf/mw/qt/src/s60installs/deviceconfiguration")> INFO: Building and configuring qmake for ${unit.@bldFile} diff -r 794ddd7e666a -r 82b232da6082 common/templates/zip.cfg.xml.ftl.template --- a/common/templates/zip.cfg.xml.ftl.template Tue Jun 22 11:48:19 2010 +0100 +++ b/common/templates/zip.cfg.xml.ftl.template Thu Jun 24 13:29:52 2010 +0100 @@ -15,9 +15,9 @@ - - - + + + @@ -121,7 +121,7 @@ - + diff -r 794ddd7e666a -r 82b232da6082 sf-package/package_props.ant.xml --- a/sf-package/package_props.ant.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/sf-package/package_props.ant.xml Thu Jun 24 13:29:52 2010 +0100 @@ -9,7 +9,7 @@ - + diff -r 794ddd7e666a -r 82b232da6082 sf-platform/build.xml --- a/sf-platform/build.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/sf-platform/build.xml Thu Jun 24 13:29:52 2010 +0100 @@ -63,7 +63,13 @@ - + + + + + + + diff -r 794ddd7e666a -r 82b232da6082 sf-platform/compile.ant.xml --- a/sf-platform/compile.ant.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/sf-platform/compile.ant.xml Thu Jun 24 13:29:52 2010 +0100 @@ -24,8 +24,6 @@ note: must be called from sf-os/s60-compile targets, as sys model input needed --> - - @@ -46,8 +44,7 @@ - - + @@ -59,7 +56,7 @@ - + @@ -69,17 +66,24 @@ - + + + + + + + + - + @@ -111,7 +115,7 @@ - + @@ -145,7 +149,7 @@ - + diff -r 794ddd7e666a -r 82b232da6082 sf-platform/platform_props.ant.xml --- a/sf-platform/platform_props.ant.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/sf-platform/platform_props.ant.xml Thu Jun 24 13:29:52 2010 +0100 @@ -7,16 +7,18 @@ - + - + - + + + diff -r 794ddd7e666a -r 82b232da6082 sf-tools/build.xml --- a/sf-tools/build.xml Tue Jun 22 11:48:19 2010 +0100 +++ b/sf-tools/build.xml Thu Jun 24 13:29:52 2010 +0100 @@ -104,6 +104,7 @@ +