<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Copyright (c) 2009, 2010 Mountainminds GmbH & Co. KG and Contributors | |
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.report.test.buildhook"> | |
<path id="dependencies"> | |
<path refid="bundle-org.jacoco.core"/> | |
<path refid="bundle-org.jacoco.report"/> | |
<path refid="bundle-org.objectweb.asm"/> | |
<path refid="bundle-org.junit4"/> | |
</path> | |
<fileset dir="${source.bundle.java.dir}" id="classpathresources"> | |
<include name="**/*.dtd"/> | |
<include name="**/*.ent"/> | |
</fileset> | |
<property name="do.compile" value="true"/> | |
<property name="do.verify" value="true"/> | |
<property name="testscope" value="org.jacoco.report.*"/> | |
</project> |