buildframework/helium/tools/common/libs.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 628 7c4a911dc066
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
    26         Ant task definition declarations.
    26         Ant task definition declarations.
    27     </description>
    27     </description>
    28 
    28 
    29     
    29     
    30     <path id="lib.path">
    30     <path id="lib.path">
    31         <fileset dir="${helium.dir}/external/antlibs" includes="**/*.jar"/>
    31         <fileset dir="${helium.dir}/external/antlibs2" includes="**/*.jar"/>
    32         <fileset dir="${helium.dir}/tools/common/java/lib" includes="nokia_ant.jar"/>
       
    33     </path>
    32     </path>
    34     
    33     
    35     <!-- External tasks. -->
    34     <!-- External tasks. -->
    36     <taskdef resource="net/sf/antcontrib/antlib.xml" classpathref="lib.path"/>
    35     <taskdef resource="net/sf/antcontrib/antlib.xml" classpathref="lib.path"/>
    37     <taskdef resource="org/apache/ant/antunit/antlib.xml" classpathref="lib.path" uri="org.apache.ant.antunit"/>
    36     <taskdef resource="org/apache/ant/antunit/antlib.xml" classpathref="lib.path" uri="org.apache.ant.antunit"/>
    47     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    46     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    48     
    47     
    49     <!-- Nokia internal tasks. -->
    48     <!-- Nokia internal tasks. -->
    50     <taskdef resource="com/nokia/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
    49     <taskdef resource="com/nokia/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
    51     <taskdef resource="com/nokia/helium/ant/data/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
    50     <taskdef resource="com/nokia/helium/ant/data/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
       
    51     
       
    52     <!-- Nokia internal types. -->
       
    53     <typedef resource="com/nokia/helium/ant/coverage/antlib.xml" uri="http://www.nokia.com/helium"/>
    52         
    54         
    53 </project>
    55 </project>