Skip to content

Commit

Permalink
changed the required spring beans lib version to 3.1.1 in manifest be…
Browse files Browse the repository at this point in the history
…cause new API is used
  • Loading branch information
Martin Lippert committed Feb 28, 2012
1 parent aac89d9 commit caf1a19
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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,
Expand Down

0 comments on commit caf1a19

Please sign in to comment.