1<?xml version="1.0"?>
2
3<!-- 
4   Copyright (c) 2009, 2015 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   $Id: $
14-->
15
16<antlib>
17   <taskdef name="coverage" classname="org.jacoco.ant.CoverageTask"/>
18   <taskdef name="agent" classname="org.jacoco.ant.AgentTask"/>
19   <taskdef name="report" classname="org.jacoco.ant.ReportTask"/>
20   <taskdef name="merge" classname="org.jacoco.ant.MergeTask"/>
21   <taskdef name="dump" classname="org.jacoco.ant.DumpTask"/>
22   <taskdef name="instrument" classname="org.jacoco.ant.InstrumentTask"/>
23</antlib>