aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.rt
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-09-20 12:33:31 -0700
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-09-20 12:33:31 -0700
commitdd44098e32af029b06708a437fbdc20784922dbe (patch)
treed8a5b4a67460b54e905a1453d9d72f200d849cbc /org.jacoco.agent.rt
parent0b8331ba9a100f07f1930d8228b2132262d65d10 (diff)
parent8d9a0dc35282f4d7654cee676f5902a82ca4da9e (diff)
downloadjacoco-dd44098e32af029b06708a437fbdc20784922dbe.tar.gz
Merge pull request #27 from jacoco/topic/asm4
Use ASM 4.0 for full Java 7 support.
Diffstat (limited to 'org.jacoco.agent.rt')
-rw-r--r--org.jacoco.agent.rt/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.jacoco.agent.rt/META-INF/MANIFEST.MF b/org.jacoco.agent.rt/META-INF/MANIFEST.MF
index f4eb53dc..522cbb1a 100644
--- a/org.jacoco.agent.rt/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent.rt/META-INF/MANIFEST.MF
@@ -5,5 +5,8 @@ Bundle-SymbolicName: org.jacoco.agent.rt
Bundle-Version: 0.5.4.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.jacoco.core,
- org.objectweb.asm;bundle-version="[3.2.0,4.0.0)"
+Import-Package: org.jacoco.core,
+ org.jacoco.core.data,
+ org.jacoco.core.instr,
+ org.jacoco.core.runtime,
+ org.objectweb.asm;version="[4.0.0,4.1.0)"