From 1adf82503bf76142914ef423355aea6d8af7e247 Mon Sep 17 00:00:00 2001 From: David Syer Date: Fri, 9 Dec 2011 11:36:54 +0000 Subject: [PATCH] SPR-7404: Fixed metadata --- .../.classpath | 42 +++----------- org.springframework.context.support/.project | 52 +++++++++-------- org.springframework.context/.classpath | 46 ++------------- org.springframework.context/.project | 58 +++++++++---------- org.springframework.jms/.classpath | 2 + org.springframework.jms/jms.iml | 22 +++++++ org.springframework.jms/template.mf | 1 + 7 files changed, 98 insertions(+), 125 deletions(-) diff --git a/org.springframework.context.support/.classpath b/org.springframework.context.support/.classpath index c72b7b361aa..98ca1261cd8 100644 --- a/org.springframework.context.support/.classpath +++ b/org.springframework.context.support/.classpath @@ -1,33 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + diff --git a/org.springframework.context.support/.project b/org.springframework.context.support/.project index 11eeef809b1..de3e4d04528 100644 --- a/org.springframework.context.support/.project +++ b/org.springframework.context.support/.project @@ -1,23 +1,29 @@ - - - org.springframework.context.support - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - + + + org.springframework.context.support + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.jdt.core.javanature + org.eclipse.wst.common.project.facet.core.nature + + diff --git a/org.springframework.context/.classpath b/org.springframework.context/.classpath index 4387b2cd725..394d9f679cf 100644 --- a/org.springframework.context/.classpath +++ b/org.springframework.context/.classpath @@ -1,44 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/org.springframework.context/.project b/org.springframework.context/.project index ab474368445..c2c91119199 100644 --- a/org.springframework.context/.project +++ b/org.springframework.context/.project @@ -1,29 +1,29 @@ - - - org.springframework.context - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - + + + org.springframework.context + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.jdt.core.javanature + org.eclipse.wst.common.project.facet.core.nature + + diff --git a/org.springframework.jms/.classpath b/org.springframework.jms/.classpath index db3ba76f692..3c9ebe937a4 100644 --- a/org.springframework.jms/.classpath +++ b/org.springframework.jms/.classpath @@ -18,6 +18,8 @@ + + diff --git a/org.springframework.jms/jms.iml b/org.springframework.jms/jms.iml index 8d64f1bd241..a19a327b705 100644 --- a/org.springframework.jms/jms.iml +++ b/org.springframework.jms/jms.iml @@ -55,6 +55,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.jms/template.mf b/org.springframework.jms/template.mf index ddc628ef5df..09cc73f63b1 100644 --- a/org.springframework.jms/template.mf +++ b/org.springframework.jms/template.mf @@ -11,6 +11,7 @@ Import-Template: org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", org.apache.commons.pool.*;version="[1.3.0, 2.0.0)";resolution:=optional, + org.codehaus.jackson.*;version="[1.4.2, 2.0.0)";resolution:=optional, org.springframework.aop.*;version=${spring.osgi.range};resolution:=optional, org.springframework.beans.*;version=${spring.osgi.range}, org.springframework.context.*;version=${spring.osgi.range};resolution:=optional,