buildframework/helium/tools/common/libs.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 628 7c4a911dc066
--- a/buildframework/helium/tools/common/libs.ant.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/tools/common/libs.ant.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -28,8 +28,7 @@
 
     
     <path id="lib.path">
-        <fileset dir="${helium.dir}/external/antlibs" includes="**/*.jar"/>
-        <fileset dir="${helium.dir}/tools/common/java/lib" includes="nokia_ant.jar"/>
+        <fileset dir="${helium.dir}/external/antlibs2" includes="**/*.jar"/>
     </path>
     
     <!-- External tasks. -->
@@ -49,5 +48,8 @@
     <!-- Nokia internal tasks. -->
     <taskdef resource="com/nokia/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
     <taskdef resource="com/nokia/helium/ant/data/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
+    
+    <!-- Nokia internal types. -->
+    <typedef resource="com/nokia/helium/ant/coverage/antlib.xml" uri="http://www.nokia.com/helium"/>
         
 </project>