aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report/META-INF
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2013-03-20 11:55:53 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2013-05-23 22:21:25 +0200
commit55fae171b754e20062fae7cdb2d5feae8ee54017 (patch)
tree5dfac8aae54da8cb7585f63e6433caf75ccd7531 /org.jacoco.report/META-INF
parentccbbc428f5bad06f43ae6c42f9691a1c9f5a2f73 (diff)
downloadjacoco-55fae171b754e20062fae7cdb2d5feae8ee54017.tar.gz
New coverage check implementation.
New report APIs to check coverage, support for coverage checks in Ant, rework Maven check goal implementation based on new APIs.
Diffstat (limited to 'org.jacoco.report/META-INF')
-rw-r--r--org.jacoco.report/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.jacoco.report/META-INF/MANIFEST.MF b/org.jacoco.report/META-INF/MANIFEST.MF
index 0f13146e..b67fba28 100644
--- a/org.jacoco.report/META-INF/MANIFEST.MF
+++ b/org.jacoco.report/META-INF/MANIFEST.MF
@@ -6,10 +6,12 @@ Bundle-Version: 0.6.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Export-Package: org.jacoco.report;version="0.6.3",
+ org.jacoco.report.check;version="0.6.3",
org.jacoco.report.csv;version="0.6.3",
org.jacoco.report.html;version="0.6.3",
org.jacoco.report.xml;version="0.6.3"
Import-Package: org.jacoco.core;bundle-version="[0.6.3,0.6.4)",
org.jacoco.core.analysis;bundle-version="[0.6.3,0.6.4)",
org.jacoco.core.data;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.runtime;bundle-version="[0.6.3,0.6.4)",
org.objectweb.asm;version="[4.1.0,4.2.0)"