--- a/common/build.xml Tue Dec 08 17:42:29 2009 +0000
+++ b/common/build.xml Mon Oct 12 14:20:56 2009 +0100
@@ -89,13 +89,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>
<target name="sf-check-env">