Added call to produce package definition peices from system definition(s).
authorSimon Howkins <simonh@symbian.org>
Mon, 07 Jun 2010 16:53:48 +0100
changeset 1079 6677e2cb0850
parent 1078 551e851f4b49
child 1080 35aea233d3f7
Added call to produce package definition peices from system definition(s).
sf-platform/build.xml
--- a/sf-platform/build.xml	Mon Jun 07 15:39:44 2010 +0100
+++ b/sf-platform/build.xml	Mon Jun 07 16:53:48 2010 +0100
@@ -128,6 +128,13 @@
       </filterchain>
     </copy>
 
+    <!-- Now also break up the system definition into a set of package definitions that it corresponds to -->
+    <exec executable="perl.exe">
+        <arg value="${sf.common.config.dir}/tools/split_sysdef.pl"/>
+        <arg value="--sysdef=${canonical.sysdef.file}"/>
+        <arg value="--outdir=${build.log.dir}/BOM/package_definitions"/>
+    </exec>
+
  </target>
 
   <!--
@@ -140,7 +147,7 @@
     ==       s60 build will be skipped if sf.spec.s60.skipbuild=true
     ==
     -->
-    <target name="sf-compile">
+  <target name="sf-compile">
     <stopwatch name="sf-compile"/>
 
     <!-- TODO clean up to single target once genxml v2.0.0 merge is fixed -->