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

Target sf-diamonds-connect

+ +

Location

+

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

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + + + +

Property dependencies

+ + +

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

+ +
+ + +

Target dependencies

+

+sf-diamonds-connect dependencies + + + + + +

+
+ + +

Source code

+
+    <target name="sf-diamonds-connect">
+      <if>
+        <istrue value="${sf.spec.publish.enable}"/>
+        <then>
+          <echo>[SF-DIAMONDS-CONNECT]</echo>
+          <runtarget target="diamonds"/>
+          <echo message="Save Diamonds build id value (${diamonds.build.id}) in a file"/>
+          <echo message="diamonds.build.id=${diamonds.build.id}" file="${build.log.dir}/diamonds_build_id.properties"/>
+        </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 + + + + +