common/build.postbuild.xml
changeset 573 02a549e2960d
parent 547 19f9d5fc6406
child 577 424a5ad9bc7d
--- a/common/build.postbuild.xml	Fri Oct 02 14:12:58 2009 +0100
+++ b/common/build.postbuild.xml	Fri Oct 02 18:26:37 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>