aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-12-23 15:57:16 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-12-23 15:57:16 +0100
commit235a09e3dd342588990400fefa99a1ebd74ca47d (patch)
tree229f36d943c6b088135710a279253baccfb12faa /org.jacoco.ant/META-INF/MANIFEST.MF
parent25fb3d4e2bac150627f091d310bafb6be465f37b (diff)
downloadjacoco-235a09e3dd342588990400fefa99a1ebd74ca47d.tar.gz
Ant task for offline instrumentation.
Diffstat (limited to 'org.jacoco.ant/META-INF/MANIFEST.MF')
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index 062f6375..3ef60cb1 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -6,9 +6,11 @@ Bundle-Version: 0.6.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
-Import-Package: org.jacoco.agent;bundle-version="[0.6.1,0.6.2)",
+Import-Package: org.objectweb.asm;version="[4.1.0,4.2.0)",
+ org.jacoco.agent;bundle-version="[0.6.1,0.6.2)",
org.jacoco.core.analysis;bundle-version="[0.6.1,0.6.2)",
org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.instr;version="[0.6.1,0.6.2)",
org.jacoco.core.runtime;bundle-version="[0.6.1,0.6.2)",
org.jacoco.report;bundle-version="[0.6.1,0.6.2)",
org.jacoco.report.csv;bundle-version="[0.6.1,0.6.2)",