blob: a00485dc7feceb97a59894d1a7f395fe8d7f8471 [file] [log] [blame]
<?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.buildhook">
<path id="dependencies">
<path refid="bundle-org.jacoco.core"/>
<path refid="bundle-org.objectweb.asm"/>
</path>
<fileset dir="${source.bundle.java.dir}" id="classpathresources">
<include name="org/jacoco/report/internal/html/resources/*.css"/>
<include name="org/jacoco/report/internal/html/resources/*.js"/>
<include name="org/jacoco/report/internal/html/resources/*.gif"/>
<include name="**/*.dtd"/>
</fileset>
<property name="do.compile" value="true"/>
<property name="do.package" value="true"/>
</project>