From e5f9db2c76698b4315fbdf197b0fca564a3d9d48 Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Mon, 30 Jan 2012 15:40:52 -0500 Subject: 338252 made sure logback.slf4j bundle fragment is installed Signed-off-by: Igor Fedorenko --- org.eclipse.m2e.logback.configuration/META-INF/p2.inf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'org.eclipse.m2e.logback.configuration') 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 -- cgit v1.2.1