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 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+d:\maintools\sf-config\common\build.xml:212: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
Name | Edit status | +
---|---|
User editable properties | +|
Internal properties | +|
build.log.dir | discouraged | +
diamonds.build.id | never | +
+ + +
++ <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 + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +