From d1a53fc8cd1f3993f19a16da94a0356687401948 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 2 Aug 2010 13:24:41 +0000 Subject: [PATCH] Add dependency to Spring OSGi extender git-svn-id: https://svn.argeo.org/commons/trunk@3742 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF index 2e7f5b89b..482c70328 100644 --- a/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.eclipse.ui/META-INF/MANIFEST.MF @@ -6,7 +6,8 @@ Bundle-Version: 0.2.1.SNAPSHOT Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin Bundle-Vendor: Argeo Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime + org.eclipse.core.runtime, + org.springframework.osgi.extender;bundle-version="1.2.1" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Import-Package: org.apache.commons.logging;version="1.1.1", -- 2.30.2