buildframework/helium/helium_preinclude.ant.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    22 -->
    22 -->
    23 
    23 
    24 <project name="helium_preinclude" basedir="." xmlns:hlm="http://www.nokia.com/helium">
    24 <project name="helium_preinclude" basedir="." xmlns:hlm="http://www.nokia.com/helium">
    25     
    25     
    26     <description>
    26     <description>
    27     Helium task definations. User can import this file and use helium and helium-antlib tasks.
    27     Users can import this file and use Helium and external tasks.
    28     </description>
    28     </description>
    29     
    29     
    30     <import file="tools/common/libs.ant.xml"/>
    30     <import file="tools/common/libs.ant.xml"/>
    31     <taskdef resource="com/nokia/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
    31     
    32     <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    33     <taskdef resource="com/nokia/helium/signal/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    34     <taskdef resource="com/nokia/helium/scm/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    35     <taskdef resource="com/nokia/helium/metadata/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    36     <taskdef resource="com/nokia/helium/quality/ant/antlib.xml" uri="http://www.nokia.com/helium"/>
       
    37     <taskdef resource="com/nokia/helium/imaker/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    38     <taskdef resource="com/nokia/helium/sbs/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    39     <taskdef resource="com/nokia/helium/logger/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    40     <taskdef resource="com/nokia/helium/synergy/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    41     <taskdef resource="com/nokia/helium/ccmtask/ant/antlib.xml" uri="http://www.nokia.com/helium" />
       
    42 </project>
    32 </project>