buildframework/helium/tools/common/libs.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    45     <taskdef name="xpathtest" classname="se.jtech.ant.xpath.XPathEvaluatorTask" classpathref="lib.path" onerror="ignore"/>
    45     <taskdef name="xpathtest" classname="se.jtech.ant.xpath.XPathEvaluatorTask" classpathref="lib.path" onerror="ignore"/>
    46     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    46     <taskdef classpathref="lib.path" resource="emma_ant.properties" />
    47     
    47     
    48     <!-- Nokia internal tasks. -->
    48     <!-- Nokia internal tasks. -->
    49     <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"/>
    50 
       
    51 
       
    52     <!-- This step load the com.nokia.ant.BSFJepEngine class and activate the BSF 
       
    53        registration mechanism.
       
    54     -->
       
    55     <if>
       
    56         <not>
       
    57             <available classname="com.nokia.ant.BSFJepEngine"/>
       
    58         </not>
       
    59         <then>
       
    60             <echo>Jepp is not installed.</echo>    
       
    61         </then>    
       
    62     </if>    
       
    63         
    50         
    64 </project>
    51 </project>