1 Manifest-Version: 1.0 2 Bundle-ManifestVersion: 2 3 Bundle-Name: JaCoCo Core 4 Bundle-SymbolicName: org.jacoco.core 5 Bundle-Version: 0.7.5.201505241946 6 Bundle-Vendor: Mountainminds GmbH & Co. KG 7 Bundle-RequiredExecutionEnvironment: J2SE-1.5 8 Export-Package: org.jacoco.core;version="0.7.5", 9 org.jacoco.core.analysis;version="0.7.5", 10 org.jacoco.core.data;version="0.7.5", 11 org.jacoco.core.instr;version="0.7.5", 12 org.jacoco.core.internal.analysis;version="0.7.5";x-internal=true, 13 org.jacoco.core.runtime;version="0.7.5", 14 org.jacoco.core.tools;version="0.7.5" 15 Import-Package: org.objectweb.asm;version="[5.0.1,5.1.0)", 16 org.objectweb.asm.tree;version="[5.0.1,5.1.0)", 17 org.objectweb.asm.commons;version="[5.0.1,5.1.0)" 18