diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-run-sfl-licence-munging.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-run-sfl-licence-munging.html Thu Oct 08 19:36:20 2009 +0100 @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + Target sf-run-sfl-licence-munging + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-run-sfl-licence-munging

+ +

Location

+

d:\maintools\sf-config\common\build.postbuild.xml:743: +

+ +

Conditional execution

+

Target is run if property defined: sf-utilities-available

+
+ +

Description

+

+

+

+


+ + +

Target external Dependency

+

+ + + + + + + +
Name
perl
+

+ + +

Property dependencies

+ + +

+ + + + + + + + + + + + + + + + +
NameEdit status
User editable properties
build.driverecommended
Internal properties
build.log.dirdiscouraged
+

+ +
+ + +

Target dependencies

+

+sf-run-sfl-licence-munging dependencies + + + + + +

+
+ + +

Source code

+
+    <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>
+
+ + +
+ + + + + + + + + + + + + +
+Helium API + +
+ + + Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html + + + + +