• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0"?>
2
3<!--
4   Copyright (c) 2009, 2021 Mountainminds GmbH & Co. KG and Contributors
5   This program and the accompanying materials are made available under
6   the terms of the Eclipse Public License 2.0 which is available at
7   http://www.eclipse.org/legal/epl-2.0
8
9   SPDX-License-Identifier: EPL-2.0
10
11   Contributors:
12      Brock Janiczak - initial API and implementation
13-->
14
15<antlib>
16   <taskdef name="coverage" classname="org.jacoco.ant.CoverageTask"/>
17   <taskdef name="agent" classname="org.jacoco.ant.AgentTask"/>
18   <taskdef name="report" classname="org.jacoco.ant.ReportTask"/>
19   <taskdef name="merge" classname="org.jacoco.ant.MergeTask"/>
20   <taskdef name="dump" classname="org.jacoco.ant.DumpTask"/>
21   <taskdef name="instrument" classname="org.jacoco.ant.InstrumentTask"/>
22</antlib>
23