aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test/META-INF/MANIFEST.MF
blob: fb8caeb0ecda7a8c1288fa9598088f5655fb325c (plain)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core Tests
Bundle-SymbolicName: org.jacoco.core.test
Bundle-Version: 0.7.9.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.junit;version="[4.8.0,5.0.0)",
 org.junit.rules;version="[4.8.0,5.0.0)",
 org.objectweb.asm.util;version="[5.2.0,5.3.0)"