87
|
1 |
<!--
|
|
2 |
#
|
|
3 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
4 |
# All rights reserved.
|
|
5 |
# This component and the accompanying materials are made available
|
|
6 |
# under the terms of "Eclipse Public License v1.0"
|
|
7 |
# which accompanies this distribution, and is available
|
|
8 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
9 |
#
|
|
10 |
# Initial Contributors:
|
|
11 |
# Nokia Corporation - initial contribution.
|
|
12 |
#
|
|
13 |
# Contributors:
|
|
14 |
#
|
|
15 |
# Description: Cobertura stub build file.
|
|
16 |
#
|
|
17 |
-->
|
|
18 |
|
|
19 |
<project name="CoberturaUtilities">
|
|
20 |
|
|
21 |
<property name="cobertura.classpath" value="" />
|
|
22 |
<property name="cobertura.ant.classpath" value="" />
|
|
23 |
|
|
24 |
<!-- Cobertura jars. -->
|
|
25 |
<path id="cobertura.lib" />
|
|
26 |
|
|
27 |
<!-- Make cobertura instrumentation. -->
|
|
28 |
<target name="cobertura.instr" if="not" />
|
|
29 |
|
|
30 |
<!-- Add System property enabling coverage result writing at shut down -->
|
|
31 |
<target name="cobertura.systemprop" if="not" />
|
|
32 |
|
|
33 |
<!-- Generate Cobertura coverage report. -->
|
|
34 |
<target name="cobertura.report" if="not" />
|
|
35 |
|
|
36 |
<!-- Clean cobertura related files. -->
|
|
37 |
<target name="cobertura.clean" if="not" />
|
|
38 |
|
|
39 |
<!-- End definitions for cobertura. -->
|
|
40 |
|
|
41 |
</project>
|