Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.logging/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.logging/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.m2e.logging/META-INF/MANIFEST.MF b/org.eclipse.m2e.logging/META-INF/MANIFEST.MF
index 54681e6a..98be5a1f 100644
--- a/org.eclipse.m2e.logging/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.logging/META-INF/MANIFEST.MF
@@ -3,11 +3,12 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-SymbolicName: org.eclipse.m2e.logging
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 0.13.0.qualifier
Bundle-Activator: org.eclipse.m2e.internal.logging.LogPlugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
ch.qos.logback.classic;bundle-version="0.9.19",
ch.qos.logback.core;bundle-version="0.9.19",
org.slf4j.api;bundle-version="1.5.11"
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,
+ JavaSE-1.6

Back to the top