aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples/META-INF/MANIFEST.MF
blob: 4823b0fe171fa4a0d5b2b43731e3f9e99e9e3d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
Bundle-Version: 0.6.3.201306030806
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.3,0.6.4)",
 org.jacoco.core.data;bundle-version="[0.6.3,0.6.4)",
 org.jacoco.core.instr;bundle-version="[0.6.3,0.6.4)",
 org.jacoco.core.runtime;bundle-version="[0.6.3,0.6.4)",
 org.jacoco.report;bundle-version="[0.6.3,0.6.4)",
 org.jacoco.report.html;bundle-version="[0.6.3,0.6.4)",
 org.objectweb.asm;version="[4.1.0,4.2.0)"