aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.examples/META-INF/MANIFEST.MF')
-rw-r--r--org.jacoco.examples/META-INF/MANIFEST.MF16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.jacoco.examples/META-INF/MANIFEST.MF b/org.jacoco.examples/META-INF/MANIFEST.MF
index 43d78725..2ff9381c 100644
--- a/org.jacoco.examples/META-INF/MANIFEST.MF
+++ b/org.jacoco.examples/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
-Bundle-Version: 0.7.8.201612092310
+Bundle-Version: 0.7.9.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: 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.html;bundle-version="[0.7.8,0.7.9)",
+Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.9,0.7.10)",
+ org.jacoco.core.data;bundle-version="[0.7.9,0.7.10)",
+ org.jacoco.core.instr;bundle-version="[0.7.9,0.7.10)",
+ org.jacoco.core.runtime;bundle-version="[0.7.9,0.7.10)",
+ org.jacoco.core.tools;bundle-version="[0.7.9,0.7.10)",
+ org.jacoco.report;bundle-version="[0.7.9,0.7.10)",
+ org.jacoco.report.html;bundle-version="[0.7.9,0.7.10)",
org.objectweb.asm;version="[5.1.0,5.2.0)"