Include the report bundle with the build.
diff --git a/org.jacoco.build/buildbundle.xml b/org.jacoco.build/buildbundle.xml
index 54ea9d6..d0aa691 100644
--- a/org.jacoco.build/buildbundle.xml
+++ b/org.jacoco.build/buildbundle.xml
@@ -2,6 +2,12 @@
<project name="org.jacoco.build.bundle" default="package">
+ <description>
+ This build file is executed for every JaCoCo bundle. Every bundle must
+ contain a buildhook.xml file that gets imported into this build file and
+ customizes the specific build actions for the bundle.
+ </description>
+
<property name="source.bundle.dir" location="${basedir}"/>
<property name="source.bundle.java.dir" location="${source.bundle.dir}/src"/>