--- a/buildframework/helium/tools/common/libs.ant.xml Thu Mar 25 12:47:55 2010 +0000
+++ b/buildframework/helium/tools/common/libs.ant.xml Thu Mar 25 14:10:11 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>