MANIFEST.MF revision 6d343ea2cb81238e877759a35ae028dcc1f4f541
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: JaCoCo Core
4Bundle-SymbolicName: org.jacoco.core
5Bundle-Version: 0.5.3.qualifier
6Bundle-Vendor: Mountainminds GmbH & Co. KG
7Bundle-RequiredExecutionEnvironment: J2SE-1.5
8Require-Bundle: org.objectweb.asm;bundle-version="[3.2.0,4.0.0)"
9Export-Package: org.jacoco.core,
10 org.jacoco.core.analysis,
11 org.jacoco.core.data,
12 org.jacoco.core.instr,
13 org.jacoco.core.internal.analysis; x-internal=true,
14 org.jacoco.core.runtime
15