diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-syncsource.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-syncsource.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + Target sf-syncsource + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-syncsource

+ +

Location

+

D:\maintools\sf-config\common\build.xml:298: +

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + + + +

Property dependencies

+ + +

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

+ +
+ + +

Target dependencies

+

+sf-syncsource dependencies + + + + + + + + + + + + +

+
+ + +

Source code

+
+    <target name="sf-syncsource">
+        <touch file="${build.log.dir}/BOM/sources.csv"/> 
+        <if>
+            <istrue value="${sf.spec.sourcesync.enable}"/>
+            <then>
+                <runtarget target="sf-get-source"/>                
+                <runtarget target="sf-package-source"/>                
+                <runtarget target="sf-unpack-rnd"/>
+            </then>
+        </if>        
+    </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 + + + + +