aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant/META-INF/MANIFEST.MF
blob: 6d2b92d8561d230661630a4173dcdcf87ccf2ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
Bundle-Version: 0.7.8.201612092310
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
Import-Package: org.jacoco.agent;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.core.analysis;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.core.data;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.core.instr;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.core.runtime;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.core.tools;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.report;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.report.check;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.report.csv;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.report.html;bundle-version="[0.7.8,0.7.9)",
 org.jacoco.report.xml;bundle-version="[0.7.8,0.7.9)",
 org.objectweb.asm;version="[5.1.0,5.2.0)"