equal
deleted
inserted
replaced
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"/> |
50 |
51 <taskdef resource="com/nokia/helium/ant/data/antlib.xml" classpathref="lib.path" uri="http://www.nokia.com/helium"/> |
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 |
52 |
64 </project> |
53 </project> |