buildframework/helium/tools/common/libs.ant.xml
branchfix
changeset 402 c6b5bb43133d
parent 217 0f5e3a7fb6af
child 587 85df38eb4012
--- a/buildframework/helium/tools/common/libs.ant.xml	Thu Mar 25 15:34:29 2010 +0000
+++ b/buildframework/helium/tools/common/libs.ant.xml	Thu Mar 25 16:35:29 2010 +0000
@@ -20,6 +20,7 @@
 
 ============================================================================
 -->
+<!--* @package framework -->
 <project name="libs">
     <description>
         Ant task definition declarations.
@@ -47,18 +48,6 @@
     
     <!-- 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>    
+    <taskdef resource="com/nokia/helium/ant/data/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
         
 </project>