--- a/doc/api/helium/target-sf-prep.html Tue Oct 06 17:31:14 2009 +0100
+++ b/doc/api/helium/target-sf-prep.html Thu Oct 08 19:36:20 2009 +0100
@@ -82,7 +82,7 @@
<h2>Target sf-prep</h2>
<p><b>Location</b></p>
-<p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.xml#L72">D:\maintools\sf-config\common\build.xml:72:</a></tt>
+<p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.xml#L75">d:\maintools\sf-config\common\build.xml:75:</a></tt>
</p>
<p><b>Conditional execution</b></p>
@@ -131,9 +131,8 @@
<map name="dependencies" id="dependencies">
<area shape="rect" id="node1" href="target-sf-prep.html" title="sf-prep" alt="" coords="152,221,224,269">
<area shape="rect" id="node9" href="target-sf-generate-source-spec.html" title="sf-generate-source-spec" alt="" coords="351,149,543,197">
-<area shape="rect" id="node19" href="target-sf-check-env.html" title="sf-check-env" alt="" coords="393,437,500,485">
+<area shape="rect" id="node17" href="target-sf-check-env.html" title="sf-check-env" alt="" coords="393,437,500,485">
<area shape="rect" id="node2" href="target-sf-prebuild.html" title="sf-prebuild" alt="" coords="7,221,100,269">
-<area shape="rect" id="node10" href="target-sf-parse-project-config.html" title="sf-parse-project-config" alt="" coords="663,149,839,197">
</map>
</p>
<hr/>
@@ -158,14 +157,7 @@
<tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
- <if>
- <not><isset property="sf.suppress.buildenv.check"/></not>
- <then>
- <echo message="Checking build Environment. To suppress this check set property sf.suppress.buildenv.check to any value"/>
- <runtarget target="sf-check-env"/>
- </then>
- </if>
-
+ <runtarget target="sf-check-env"/>
</target>
</pre>