<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Copyright (c) 2010 Mountainminds GmbH & Co. KG and others | |
All rights reserved. This program and the accompanying materials | |
are made available under the terms of the Eclipse Public License v1.0 | |
which accompanies this distribution, and is available at | |
http://www.eclipse.org/legal/epl-v10.html | |
Contributors: | |
Marc R. Hoffmann - initial API and implementation | |
$Id: $ | |
--> | |
<project name="org.jacoco.agent.buildhook"> | |
<path id="dependencies"> | |
</path> | |
<fileset file="${result.dist.lib.dir}/jacocoagent.jar" id="classpathresources"> | |
</fileset> | |
<property name="do.compile" value="true"/> | |
<property name="do.package" value="true"/> | |
</project> |