Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.m2e.logback.configuration/META-INF/p2.inf6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.m2e.logback.configuration/META-INF/p2.inf b/org.eclipse.m2e.logback.configuration/META-INF/p2.inf
index fe8e606a..6e76d487 100644
--- a/org.eclipse.m2e.logback.configuration/META-INF/p2.inf
+++ b/org.eclipse.m2e.logback.configuration/META-INF/p2.inf
@@ -1 +1,5 @@
-instructions.configure = markStarted(started: true); \ No newline at end of file
+instructions.configure = markStarted(started: true);
+
+requires.1.namespace = osgi.bundle
+requires.1.name = ch.qos.logback.slf4j
+requires.1.range = 0.9.24

Back to the top