aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.ant/META-INF/MANIFEST.MF')
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF24
1 files changed, 12 insertions, 12 deletions
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index 147f6724..48011d3f 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,19 +2,19 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.7.3.201502191951
+Bundle-Version: 0.7.4.qualifier
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.3,0.7.4)",
- org.jacoco.core.analysis;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.core.data;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.core.instr;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.core.runtime;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.core.tools;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.report;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.report.check;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.report.csv;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.report.html;bundle-version="[0.7.3,0.7.4)",
- org.jacoco.report.xml;bundle-version="[0.7.3,0.7.4)",
+Import-Package: org.jacoco.agent;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.core.analysis;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.core.data;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.core.instr;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.core.runtime;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.core.tools;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.report;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.report.check;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.report.csv;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.report.html;bundle-version="[0.7.4,0.7.5)",
+ org.jacoco.report.xml;bundle-version="[0.7.4,0.7.5)",
org.objectweb.asm;version="[5.0.1,5.1.0)"