aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant/META-INF/MANIFEST.MF
blob: 0509da9831891dbcc72f5060cef6871c13053452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
Bundle-Version: 0.5.7.201204190339
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)",
 org.jacoco.agent,
 org.jacoco.core,
 org.jacoco.report,
 org.objectweb.asm;bundle-version="[3.2.0,4.0.0)"