buildframework/helium/tools/common/libs.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/common/libs.ant.xml	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/common/libs.ant.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -47,18 +47,5 @@
     
     <!-- Nokia internal tasks. -->
     <taskdef resource="com/nokia/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
-
-
-    <!-- This step load the com.nokia.ant.BSFJepEngine class and activate the BSF 
-       registration mechanism.
-    -->
-    <if>
-        <not>
-            <available classname="com.nokia.ant.BSFJepEngine"/>
-        </not>
-        <then>
-            <echo>Jepp is not installed.</echo>    
-        </then>    
-    </if>    
         
 </project>