Catchup merge.
authorchetank <chetank@symbian.org>
Fri, 02 Oct 2009 18:28:31 +0100
changeset 574 a9aa2a2dcbb6
parent 573 02a549e2960d (diff)
parent 572 974b8ee5b70e (current diff)
child 575 588d89ee2c05
Catchup merge.
--- a/common/build.postbuild.xml	Fri Oct 02 15:22:22 2009 +0100
+++ b/common/build.postbuild.xml	Fri Oct 02 18:28:31 2009 +0100
@@ -638,6 +638,14 @@
             <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" />
             <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" />
         </antcall>
+        
+    </target>
+    
+    <target name="sf-run-sfl-licence-munging" depends="sf-check-utilities-dir" if="sf-utilities-available">    
+        <echo message="Running SFL Licence Munging writing log to ${build.log.dir}"/>
+        <exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/postbuild_sfl-licence_munging_results.log">
+          <arg value="${build.drive}/utilities/williamr/convert_to_eula.pl"/>
+        </exec>
     </target>
 
 </project>