buildframework/helium/tools/common/libs.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 587 85df38eb4012
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
    18 
    18 
    19 Description:
    19 Description:
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
       
    23 <!--* @package framework -->
    23 <project name="libs">
    24 <project name="libs">
    24     <description>
    25     <description>
    25         Ant task definition declarations.
    26         Ant task definition declarations.
    26     </description>
    27     </description>
    27 
    28 
    45     <taskdef name="xpathtest" classname="se.jtech.ant.xpath.XPathEvaluatorTask" classpathref="lib.path" onerror="ignore"/>
    46     <taskdef name="xpathtest" classname="se.jtech.ant.xpath.XPathEvaluatorTask" classpathref="lib.path" onerror="ignore"/>
    46     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    47     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    47     
    48     
    48     <!-- Nokia internal tasks. -->
    49     <!-- Nokia internal tasks. -->
    49     <taskdef resource="com/nokia/ant/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/>
    50     <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         
    52         
    51 </project>
    53 </project>