Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-10 23:18:14 +0000
committervladt2011-03-10 23:18:36 +0000
commit215bb8a44f8e838d1b92024cdb9cd51f00aabee2 (patch)
tree0e4a2104b8db1f4d016ba1ea8d78f522ab0360e2 /org.eclipse.m2e.editor.xml
parent7a5675ddd7c12dc053afa0f8f93c54a460d59d43 (diff)
downloadm2e-core-215bb8a44f8e838d1b92024cdb9cd51f00aabee2.tar.gz
m2e-core-215bb8a44f8e838d1b92024cdb9cd51f00aabee2.tar.xz
m2e-core-215bb8a44f8e838d1b92024cdb9cd51f00aabee2.zip
339034: Failed to load "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" during install
Diffstat (limited to 'org.eclipse.m2e.editor.xml')
-rw-r--r--org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
index 3bd5a2ab..af366792 100644
--- a/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.editor.xml/META-INF/MANIFEST.MF
@@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filesystem,
org.eclipse.ui.forms,
org.eclipse.m2e.core.ui;bundle-version="[0.13.0,0.14.0)",
- org.slf4j.api;bundle-version="1.5.11"
+ org.slf4j.api;bundle-version="1.6.1"
Export-Package: org.eclipse.m2e.editor.xml;x-internal:=true,
org.eclipse.m2e.editor.xml.internal;x-internal:=true,
org.eclipse.m2e.editor.xml.internal.lifecycle;x-internal:=true,

Back to the top