aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report/META-INF
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-03-18 00:08:13 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-03-18 00:25:10 +0100
commit351b20ee84db15e054b01c3a5e7b4234cecad890 (patch)
tree639ffaf631ae8449c738222b603b941e78f55f64 /org.jacoco.report/META-INF
parent0bc4a63f608bb2b6405bdbd7f216e8b1a87f6c5c (diff)
downloadjacoco-351b20ee84db15e054b01c3a5e7b4234cecad890.tar.gz
Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we get
better stack traces.
Diffstat (limited to 'org.jacoco.report/META-INF')
-rw-r--r--org.jacoco.report/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.jacoco.report/META-INF/MANIFEST.MF b/org.jacoco.report/META-INF/MANIFEST.MF
index ad896062..c5f48094 100644
--- a/org.jacoco.report/META-INF/MANIFEST.MF
+++ b/org.jacoco.report/META-INF/MANIFEST.MF
@@ -14,4 +14,4 @@ Import-Package: org.jacoco.core;bundle-version="[0.6.6,0.6.7)",
org.jacoco.core.analysis;bundle-version="[0.6.6,0.6.7)",
org.jacoco.core.data;bundle-version="[0.6.6,0.6.7)",
org.jacoco.core.runtime;bundle-version="[0.6.6,0.6.7)",
- org.objectweb.asm;version="[4.1.0,4.2.0)"
+ org.objectweb.asm;version="[5.0.0,5.1.0)"