aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2009-10-30 10:13:49 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2009-10-30 10:13:49 +0000
commit4dcf784aa6bb14fdb93bae1ba5faaebf5f83effd (patch)
treeab3b5646f18171343465768796d43557400c6da8 /org.jacoco.agent.test
parent7788c734b0e31c8495407760d9003be1972cee0c (diff)
downloadjacoco-4dcf784aa6bb14fdb93bae1ba5faaebf5f83effd.tar.gz
Cleanup bundle dependencies in manifests.
Diffstat (limited to 'org.jacoco.agent.test')
-rw-r--r--org.jacoco.agent.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.jacoco.agent.test/META-INF/MANIFEST.MF b/org.jacoco.agent.test/META-INF/MANIFEST.MF
index 565cb75d..aa9898fe 100644
--- a/org.jacoco.agent.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent.test/META-INF/MANIFEST.MF
@@ -7,4 +7,4 @@ Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.agent
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.junit;version="[4.0.0,5.0.0)",
- org.objectweb.asm.commons
+ org.objectweb.asm.commons;version="[3.1.0,4.0.0)"