Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLazar Kirchev2011-10-14 15:34:16 +0000
committerLazar Kirchev2011-10-14 15:34:16 +0000
commitb76a1e93e813b4c95466d65218aca9bb28fb698e (patch)
tree23a8443c75a6e94019ed4acf0b646584da362739 /bundles/org.eclipse.equinox.slf4j.stub/META-INF/p2.inf
parent4e14248e6a74bfe2fc5e77b4f6647f65820b0f7f (diff)
downloadrt.equinox.bundles-b76a1e93e813b4c95466d65218aca9bb28fb698e.tar.gz
rt.equinox.bundles-b76a1e93e813b4c95466d65218aca9bb28fb698e.tar.xz
rt.equinox.bundles-b76a1e93e813b4c95466d65218aca9bb28fb698e.zip
Initial contribution of the console bundles to rt.equinox.bundles. The console bundles are org.eclipse.equinox.console, org.eclipse.equinox.console.jaas.fragment, org.eclipse.equinox.slf4j.stub, and org.eclipse.equinox.console.tests
Diffstat (limited to 'bundles/org.eclipse.equinox.slf4j.stub/META-INF/p2.inf')
-rwxr-xr-xbundles/org.eclipse.equinox.slf4j.stub/META-INF/p2.inf9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.slf4j.stub/META-INF/p2.inf b/bundles/org.eclipse.equinox.slf4j.stub/META-INF/p2.inf
new file mode 100755
index 000000000..b0b7a6cb9
--- /dev/null
+++ b/bundles/org.eclipse.equinox.slf4j.stub/META-INF/p2.inf
@@ -0,0 +1,9 @@
+# this file is a workaround for bug 313553
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=313553
+#
+# see also
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=177851#c9
+
+provides.0.namespace = org.slf4j.api
+provides.0.name = org.slf4j.impl.StaticLoggerBinder
+provides.0.version = 1.6.1

Back to the top