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

Target sf-diamonds-tag-build

+ +

Location

+

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

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + + + +

Property dependencies

+ + +

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

+ +
+ + +

Target dependencies

+

+sf-diamonds-tag-build dependencies + + + + + +

+
+ + +

Source code

+
+    <target name="sf-diamonds-tag-build">
+      <if>
+        <istrue value="${sf.spec.publish.enable}"/>
+        <then>
+          <echo>[SF-DIAMONDS-TAG-BUILD]</echo>
+          <runtarget target="diamonds"/>
+          <fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml">
+            <data expandProperties="yes">
+              ant: antProperties()
+            </data>
+          </fmpp>
+        </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 + + + + +