From caf1a19c7fef3d1bd3aa07928fdc97f66c9cb90b Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 28 Feb 2012 16:43:30 +0100 Subject: [PATCH] changed the required spring beans lib version to 3.1.1 in manifest because new API is used --- .../META-INF/MANIFEST.MF | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/org.springframework.ide.eclipse.beans.core.autowire/META-INF/MANIFEST.MF b/plugins/org.springframework.ide.eclipse.beans.core.autowire/META-INF/MANIFEST.MF index 7809fcd272..4c3341295c 100755 --- a/plugins/org.springframework.ide.eclipse.beans.core.autowire/META-INF/MANIFEST.MF +++ b/plugins/org.springframework.ide.eclipse.beans.core.autowire/META-INF/MANIFEST.MF @@ -12,11 +12,11 @@ Import-Package: org.eclipse.core.resources, org.eclipse.jdt.core.dom, org.eclipse.ui.plugin, org.osgi.framework, - org.springframework.beans;version="[3.1.0,3.2.0)", - org.springframework.beans.factory;version="[3.1.0,3.2.0)", - org.springframework.beans.factory.annotation;version="[3.1.0,3.2.0)", - org.springframework.beans.factory.config;version="[3.1.0,3.2.0)", - org.springframework.beans.factory.support;version="[3.1.0,3.2.0)", + org.springframework.beans;version="[3.1.1,3.2.0)", + org.springframework.beans.factory;version="[3.1.1,3.2.0)", + org.springframework.beans.factory.annotation;version="[3.1.1,3.2.0)", + org.springframework.beans.factory.config;version="[3.1.1,3.2.0)", + org.springframework.beans.factory.support;version="[3.1.1,3.2.0)", org.springframework.context.annotation;version="[3.1.0,3.2.0)", org.springframework.core;version="[3.1.0,3.2.0)", org.springframework.core.annotation;version="[3.1.0,3.2.0)", @@ -25,8 +25,8 @@ Import-Package: org.eclipse.core.resources, org.springframework.ide.eclipse.beans.core, org.springframework.ide.eclipse.beans.core.internal.model, org.springframework.ide.eclipse.beans.core.internal.model.validation.rules, - org.springframework.ide.eclipse.beans.core.model, org.springframework.ide.eclipse.beans.core.metadata.model, + org.springframework.ide.eclipse.beans.core.model, org.springframework.ide.eclipse.beans.core.model.validation, org.springframework.ide.eclipse.core, org.springframework.ide.eclipse.core.java,