Bug 881: Now also provides the locations of the two split-build system definitions to the release note generator, so it will work with both single and split builds.
authorSimon Howkins <simonh@symbian.org>
Tue, 10 Nov 2009 11:33:04 +0000
changeset 747 76f9aaeefbab
parent 746 12815724a053
child 748 e13acd883fbe
Bug 881: Now also provides the locations of the two split-build system definitions to the release note generator, so it will work with both single and split builds.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Mon Nov 09 19:16:05 2009 +0000
+++ b/common/build.postbuild.xml	Tue Nov 10 11:33:04 2009 +0000
@@ -609,6 +609,8 @@
             <arg value="${build.drive}/utilities/releaseAutomation/packageComparison.pl"/>
             <arg value="--sources=${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
 	    <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model.xml"/>
+	    <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model_os.xml"/>
+	    <arg value="--sysdef=${sf.spec.sourcesync.sourcespecdir}/sysdefs/system_model_s60.xml"/>
             <arg value="--baseline=${sf.previous.pdk.tag}"/>
         </exec>
         <!-- Mercurial comparison -->