diff --git a/org.springframework.beans/pom.xml b/org.springframework.beans/pom.xml index 1fe3c9951e..a300495e9d 100644 --- a/org.springframework.beans/pom.xml +++ b/org.springframework.beans/pom.xml @@ -6,11 +6,47 @@ jar Spring Core Abstractions and Utilities 3.0.0.M1 + + + com.springsource.repository.bundles.external + SpringSource Enterprise Bundle Repository - External Bundle Releases + http://repository.springsource.com/maven/bundles/external + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + commons-logging commons-logging 1.1.1 + + org.springframework + org.springframework.core + ${pom.version} + + + javax.el + com.springsource.javax.el + 2.1.0 + true + + + net.sourceforge.cglib + com.springsource.net.sf.cglib + 2.1.3 + true + \ No newline at end of file diff --git a/org.springframework.beans/template.mf b/org.springframework.beans/template.mf index a4871d4dee..0eb68c8010 100644 --- a/org.springframework.beans/template.mf +++ b/org.springframework.beans/template.mf @@ -2,13 +2,13 @@ Bundle-SymbolicName: org.springframework.beans Bundle-Name: Spring Beans Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 -Import-Template: +Import-Template: javax.el.*;version="[2.1.0, 3.0.0)";resolution:=optional, net.sf.cglib.*;version="[2.1.3, 2.2.0)";resolution:=optional, org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", org.springframework.core.*;version="[3.0.0, 3.0.0]", org.springframework.util.*;version="[3.0.0, 3.0.0]", -Unversioned-Imports: +Unversioned-Imports: javax.xml.parsers.*, org.w3c.dom.*, - org.xml.sax.* \ No newline at end of file + org.xml.sax.* diff --git a/org.springframework.core/ivy.xml b/org.springframework.core/ivy.xml index 8532a4dcc1..95b26bd8ec 100644 --- a/org.springframework.core/ivy.xml +++ b/org.springframework.core/ivy.xml @@ -21,9 +21,9 @@ + - diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml index 29b7a5ae55..b4cee14adc 100644 --- a/org.springframework.core/pom.xml +++ b/org.springframework.core/pom.xml @@ -6,11 +6,54 @@ jar Spring Core Abstractions and Utilities 3.0.0.M1 + + + com.springsource.repository.bundles.external + SpringSource Enterprise Bundle Repository - External Bundle Releases + http://repository.springsource.com/maven/bundles/external + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + - commons-logging - commons-logging - 1.1.1 + org.apache.commons + com.springsource.org.apache.commons.logging + 1.1.1 + + + org.apache.log4j + com.springsource.org.apache.log4j + 1.2.15 + true + + + org.apache.commons + com.springsource.org.apache.commons.collections + 3.2.0 + true + + + org.aspectj + com.springsource.org.aspectj.weaver + 1.6.2.RELEASE + true + + + org.objectweb.asm + com.springsource.org.objectweb.asm.commons + 2.2.3 + true \ No newline at end of file