git_sitools_idoc / flarecast / workspace / fr.cnes.sitools.ext.test / build / taskdef.xml @ master
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<!-- =================================== == Copyright 2010-2014 CNES - CENTRE
|
3 |
NATIONAL d'ETUDES SPATIALES == == This file is part of SITools2. == == SITools2
|
4 |
is free software: you can redistribute it and/or modify == it under the terms
|
5 |
of the GNU General Public License as published by == the Free Software Foundation,
|
6 |
either version 3 of the License, or == (at your option) any later version.
|
7 |
== == SITools2 is distributed in the hope that it will be useful, == but
|
8 |
WITHOUT ANY WARRANTY; without even the implied warranty of == MERCHANTABILITY
|
9 |
or FITNESS FOR A PARTICULAR PURPOSE. See the == GNU General Public License
|
10 |
for more details. == == You should have received a copy of the GNU General
|
11 |
Public License == along with SITools2. If not, see <http://www.gnu.org/licenses/>.
|
12 |
==================================== -->
|
13 |
<!-- taskdef pour CheckStyle -->
|
14 |
<taskdef resource="checkstyletask.properties" classpathref="audit" /> |
15 |
|
16 |
<!-- taskdef pour Cobertura -->
|
17 |
<taskdef resource="tasks.properties" classpathref="test" /> |
18 |
|
19 |
<!-- taskdef pour PMD -->
|
20 |
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" |
21 |
classpathref="audit" /> |
22 |
|
23 |
<!-- taskdef pour CPD -->
|
24 |
<taskdef name="cpd" classname="net.sourceforge.pmd.cpd.CPDTask" |
25 |
classpathref="audit" /> |