20 |
20 |
21 ============================================================================ |
21 ============================================================================ |
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 <description> |
26 <description> |
26 Helium task definations. User can import this file and use helium and helium-antlib tasks. |
27 Helium task definations. User can import this file and use helium and helium-antlib tasks. |
27 </description> |
28 </description> |
|
29 |
28 <import file="tools/common/libs.ant.xml"/> |
30 <import file="tools/common/libs.ant.xml"/> |
29 <taskdef resource="com/nokia/ant/antlib.xml" uri="http://www.nokia.com/helium"/> |
31 <taskdef resource="com/nokia/ant/antlib.xml" uri="http://www.nokia.com/helium"/> |
30 <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/> |
32 <taskdef resource="com/nokia/helium/core/ant/antlib.xml" uri="http://www.nokia.com/helium"/> |
31 <taskdef resource="com/nokia/helium/signal/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"/> |
32 <taskdef resource="com/nokia/helium/scm/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"/> |
33 <taskdef resource="com/nokia/helium/metadata/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"/> |
34 <taskdef resource="com/nokia/helium/quality/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"/> |
35 <taskdef resource="com/nokia/helium/imaker/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" /> |
36 <taskdef resource="com/nokia/helium/sbs/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" /> |
37 <taskdef resource="com/nokia/helium/logger/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" /> |
38 </project> |
42 </project> |