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.site
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.site')
-rw-r--r--org.eclipse.m2e.site/feature.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/org.eclipse.m2e.site/feature.xml b/org.eclipse.m2e.site/feature.xml
index f9f0c19c..e477211c 100644
--- a/org.eclipse.m2e.site/feature.xml
+++ b/org.eclipse.m2e.site/feature.xml
@@ -17,4 +17,31 @@
id="org.eclipse.m2e.logback.feature"
version="0.0.0"/>
+ <plugin id="org.slf4j.api"
+ download-size="0"
+ install-size="0"
+ version="1.6.1"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin id="ch.qos.logback.core"
+ download-size="0"
+ install-size="0"
+ version="0.9.24"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin id="ch.qos.logback.classic"
+ download-size="0"
+ install-size="0"
+ version="0.9.24"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin id="ch.qos.logback.slf4j"
+ download-size="0"
+ install-size="0"
+ version="0.9.24"
+ fragment="true"
+ unpack="false"/>
</feature>

Back to the top