common/build.xml
changeset 829 b9c988316957
parent 792 893b85cda81b
child 856 0e553fdaa218
--- 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">