buildframework/helium/tools/common/libs.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    23 <!--* @package framework -->
    23 <!--* @package framework -->
    24 <project name="libs">
    24 <project name="libs">
    25     <description>
    25     <description>
    26         Ant task definition declarations.
    26         Ant task definition declarations.
    27     </description>
    27     </description>
    28 
       
    29     
    28     
    30     <path id="lib.path">
    29     <path id="lib.path">
    31         <fileset dir="${helium.dir}/external/antlibs2" includes="**/*.jar"/>
    30         <fileset dir="${helium.dir}/external/antlibs2" includes="**/*.jar"/>
    32     </path>
    31     </path>
    33     
    32     
    46     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    45     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    47     
    46     
    48     <!-- Nokia internal tasks. -->
    47     <!-- Nokia internal tasks. -->
    49     <taskdef resource="com/nokia/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
    48     <taskdef resource="com/nokia/ant/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"/>
    49     <taskdef resource="com/nokia/helium/ant/data/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
    51     
    50     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    51     <taskdef resource="com/nokia/helium/environment/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
       
    52     <taskdef resource="com/nokia/helium/signal/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    53     <taskdef resource="com/nokia/helium/scm/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    54     <taskdef resource="com/nokia/helium/metadata/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    55     <taskdef resource="com/nokia/helium/quality/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    56     <taskdef resource="com/nokia/helium/imaker/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    57     <taskdef resource="com/nokia/helium/sbs/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    58     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    59     <taskdef resource="com/nokia/helium/synergy/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    60     <taskdef resource="com/nokia/helium/ccmtask/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    61     <taskdef resource="com/nokia/helium/sysdef/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    62     <taskdef resource="com/nokia/helium/internaldata/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    63 
    52     <!-- Nokia internal types. -->
    64     <!-- Nokia internal types. -->
    53     <typedef resource="com/nokia/helium/ant/coverage/antlib.xml" uri="http://www.nokia.com/helium"/>
    65     <typedef resource="com/nokia/helium/ant/coverage/antlib.xml" uri="http://www.nokia.com/helium"/>
    54         
    66         
    55 </project>
    67 </project>