Added helium target sf-run-sfl-licence-munging for Public PDK creation.
authorchetank
Fri, 02 Oct 2009 18:26:37 +0100
changeset 573 02a549e2960d
parent 571 e84c8ee03c7f
child 574 a9aa2a2dcbb6
Added helium target sf-run-sfl-licence-munging for Public PDK creation.
common/build.postbuild.xml
--- 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>