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