equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 ============================================================================ |
|
4 Name : testing.ant.xml |
|
5 Part of : Helium |
|
6 |
|
7 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
8 All rights reserved. |
|
9 This component and the accompanying materials are made available |
|
10 under the terms of the License "Eclipse Public License v1.0" |
|
11 which accompanies this distribution, and is available |
|
12 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
13 |
|
14 Initial Contributors: |
|
15 Nokia Corporation - initial contribution. |
|
16 |
|
17 Contributors: |
|
18 |
|
19 Description: |
|
20 |
|
21 ============================================================================ |
|
22 --> |
|
23 <!--* @package testing --> |
|
24 <project name="testing"> |
|
25 <description> |
|
26 Testing |
|
27 </description> |
|
28 |
|
29 <!--* @property selge.ini.network.dir |
|
30 \\\\vcfiler02\\pub\\flash_user\\Crashbin/working\\selge_ini_prep. |
|
31 @type string |
|
32 @editable required |
|
33 @scope public |
|
34 --> |
|
35 |
|
36 |
|
37 <!-- ATS testing --> |
|
38 <import file="ats/ats.ant.xml" /> |
|
39 |
|
40 <!-- EUnit testing --> |
|
41 <import file="eunit/eunit.ant.xml" /> |
|
42 |
|
43 <import file="mobilecrash/mobilecrash.ant.xml" /> |
|
44 |
|
45 </project> |