# HG changeset patch
# User Arnaud Lenoir
# Date 1281465830 -3600
# Node ID cc6f08463c98479328dbc35ecc4b8748ccd17a4d
# Parent 4518bca1baf009e61f1f14f68927e4be34e75967# Parent 67aec47e519a5bf3d5006e2059d8f8963423e517
Merge templates for Tests Guidelines (http://developer.symbian.org/wiki/index.php/Guidelines_for_Package_Test_Organisation) created by TWG.
diff -r 67aec47e519a -r cc6f08463c98 common/build.postbuild.xml
--- a/common/build.postbuild.xml Tue Jul 20 23:33:58 2010 +0100
+++ b/common/build.postbuild.xml Tue Aug 10 19:43:50 2010 +0100
@@ -335,7 +335,11 @@
+
+
+
+
@@ -356,6 +360,7 @@
+
@@ -470,6 +475,9 @@
+
+
+
@@ -890,28 +898,28 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1060,13 +1068,27 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1074,21 +1096,21 @@
-
+
-
+
-
+
-
+
diff -r 67aec47e519a -r cc6f08463c98 common/build.xml
--- a/common/build.xml Tue Jul 20 23:33:58 2010 +0100
+++ b/common/build.xml Tue Aug 10 19:43:50 2010 +0100
@@ -128,8 +128,9 @@
+
-
+
@@ -475,24 +476,28 @@
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
@@ -534,29 +539,23 @@
-
-
-
-
+
+
-
-
+
+
+ ant: antProperties()
+ data: [
+ csv(${sf.source.csv.file}, {separator:','})
+ ]
+
+
-
-
-
-
- ant: antProperties()
- data: [
- csv(${sf.source.csv.file}, {separator:','})
- ]
-
-
-
-
+
+
@@ -569,8 +568,10 @@
+
+
-
+
@@ -713,21 +714,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
@@ -821,7 +822,7 @@
-
+
diff -r 67aec47e519a -r cc6f08463c98 common/templates/run-qmake.ant.xml.ftl
--- a/common/templates/run-qmake.ant.xml.ftl Tue Jul 20 23:33:58 2010 +0100
+++ b/common/templates/run-qmake.ant.xml.ftl Tue Aug 10 19:43:50 2010 +0100
@@ -1,116 +1,107 @@
-
+
-
-
-
-
- <#list data["//unit/@bldFile/.."] as unit>
- <#if (unit.@bldFile=="/sf/mw/qt/src/s60installs/deviceconfiguration")>
- INFO: Building and configuring qmake for ${unit.@bldFile}
-
-
-
-
-
-
-
-
-
-
-
-
-
- #if>
- #list>
-
-
-
-
+
+
+
+
+ <#list data["//unit[@bldFile = '/sf/mw/qt/src/s60installs/deviceconfiguration']"] as unit>
+ INFO: Building and configuring qmake for ${unit.@bldFile}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #list>
+
+
+
+
- <#list data["//unit/@bldFile/.."] as unit>
- <#if (unit.@bldFile=="/sf/mw/qtextensions/group")>
- INFO: Configuring qtextensions for ${unit.@bldFile}
-
-
-
-
-
-
-
-
-
-
-
-
- #if>
- #list>
-
-
+
+
+ <#list data["//unit[@bldFile = '/sf/mw/qtextensions/group']"] as unit>
+ INFO: Configuring qtextensions for ${unit.@bldFile}
+
+
+
+
+
+
+
+
+
+
+
+
+ #list>
+
+
+
+
+
+ <#list data["//unit[@proFile = 'hb.pro']"] as unit>
+ Running configure.py for ${unit.@bldFile}/${unit.@proFile}
+
+
+
+
+
+
+
+
+
+ INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}
+ INFO: Running Orbit theme installer, make install step
+
+
+
+
+
+
+
+
+
+ #list>
+
+
+
+
+
+ <#list data["//unit[@proFile != 'hb.pro']"] as unit>
- <#list data["//unit/@proFile/.."] as unit>
- <#if (unit.@proFile=="hb.pro")>
- Running configure.py for ${unit.@bldFile}/${unit.@proFile}
-
-
-
-
-
-
-
-
-
- INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}
- INFO: Running Orbit theme installer, make install step
-
-
-
-
-
-
-
-
-
- #if>
- #list>
-
-
-
-
- <#list data["//unit/@proFile/.."] as unit>
-
-
- <#if (unit.@proFile!="hb.pro")>
-
Running qmake for ${unit.@bldFile}/${unit.@proFile}
-
+
-
+
- <#if unit.@qmakeArgs[0]??>
-
- <#else>
-
- #if>
+ <#escape x as x?xml>
+
+ #escape>
-
+
- #if>
-
-
- #list>
+ #list>
diff -r 67aec47e519a -r cc6f08463c98 common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl Tue Jul 20 23:33:58 2010 +0100
+++ b/common/templates/source-spec.ant.xml.ftl Tue Aug 10 19:43:50 2010 +0100
@@ -17,19 +17,19 @@
<#list data as csv_file>
<#list csv_file as pkg_detail>
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -45,7 +45,7 @@
-
+
@@ -58,6 +58,7 @@
+
@@ -104,7 +105,7 @@
-
+
@@ -113,11 +114,13 @@
+
+
@@ -129,7 +132,7 @@
-
+
@@ -138,11 +141,13 @@
+
+
@@ -152,25 +157,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r 67aec47e519a -r cc6f08463c98 common/tools/generate_package_defs.pl
--- a/common/tools/generate_package_defs.pl Tue Jul 20 23:33:58 2010 +0100
+++ b/common/tools/generate_package_defs.pl Tue Aug 10 19:43:50 2010 +0100
@@ -52,6 +52,15 @@
print "$splitmodel2_cmd\n";
system($splitmodel2_cmd);
}
+ if ($codeline eq 'symbian4') # also update tip_pbc (package based contribution) branch
+ {
+ my $rmdir3_cmd = "del /S packages\\tip_pbc\\package_definition.xml >nul";
+ print "$rmdir3_cmd\n";
+ system($rmdir3_cmd);
+ my $splitmodel3_cmd = "perl ..\\split_sysdef.pl -s platforms\\$codeline\\single\\sysdefs\\system_model.xml -o packages\\tip_pbc";
+ print "$splitmodel3_cmd\n";
+ system($splitmodel3_cmd);
+ }
my $addremove_cmd = "hg -R packages addremove";
print "$addremove_cmd\n";
system($addremove_cmd);
@@ -65,7 +74,7 @@
system($commit_cmd);
my $push_cmd = "hg -R packages push http://darios:symbian696b\@developer.symbian.org/oss/MCL/sftools/fbf/projects/packages";
print "$push_cmd\n";
- system($push_cmd);
+ #system($push_cmd);
}
}
diff -r 67aec47e519a -r cc6f08463c98 sf-package/symbian3_props.ant.xml
--- a/sf-package/symbian3_props.ant.xml Tue Jul 20 23:33:58 2010 +0100
+++ b/sf-package/symbian3_props.ant.xml Tue Aug 10 19:43:50 2010 +0100
@@ -1,6 +1,6 @@
-
+
diff -r 67aec47e519a -r cc6f08463c98 sf-package/tip_pbc_props.ant.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sf-package/tip_pbc_props.ant.xml Tue Aug 10 19:43:50 2010 +0100
@@ -0,0 +1,6 @@
+
+
+
+
+
+