1<?xml version="1.0"?>
2
3<!--
4   Copyright (c) 2009, 2018 Mountainminds GmbH & Co. KG and Contributors
5   All rights reserved. This program and the accompanying materials
6   are made available under the terms of the Eclipse Public License v1.0
7   which accompanies this distribution, and is available at
8   http://www.eclipse.org/legal/epl-v10.html
9
10   Contributors:
11      Brock Janiczak - initial API and implementation
12-->
13
14<antlib>
15   <taskdef name="coverage" classname="org.jacoco.ant.CoverageTask"/>
16   <taskdef name="agent" classname="org.jacoco.ant.AgentTask"/>
17   <taskdef name="report" classname="org.jacoco.ant.ReportTask"/>
18   <taskdef name="merge" classname="org.jacoco.ant.MergeTask"/>
19   <taskdef name="dump" classname="org.jacoco.ant.DumpTask"/>
20   <taskdef name="instrument" classname="org.jacoco.ant.InstrumentTask"/>
21</antlib>