Upgrading to Spring 3.0.1

This commit is contained in:
Arjen Poutsma
2010-02-25 09:31:48 +00:00
parent 52206ca5f4
commit 9a608b4ba3
8 changed files with 32 additions and 67 deletions

View File

@@ -11,6 +11,7 @@
<packaging>jar</packaging>
<name>Spring WS Support</name>
<description>Spring Web Services Support package.</description>
<!--
<repositories>
<repository>
<id>spring-ext</id>
@@ -23,6 +24,7 @@
<url>http://download.java.net/maven/2/</url>
</repository>
</repositories>
-->
<profiles>
<profile>
<id>jdk15</id>

View File

@@ -14,14 +14,14 @@ Import-Template:
javax.net.ssl.*;version="0",
javax.xml.transform.*;version="0",
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.ejb.*;version="[3.0.0, 4.0.0)",
org.springframework.jms.*;version="[3.0.0, 4.0.0)",
org.springframework.jndi.*;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.1, 4.0.0)",
org.springframework.context.*;version="[3.0.1, 4.0.0)",
org.springframework.core.*;version="[3.0.1, 4.0.0)",
org.springframework.ejb.*;version="[3.0.1, 4.0.0)",
org.springframework.jms.*;version="[3.0.1, 4.0.0)",
org.springframework.jndi.*;version="[3.0.1, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.1, 4.0.0)",
org.springframework.util.*;version="[3.0.1, 4.0.0)",
org.springframework.ws.*;version="[${version}, ${version}]",
org.springframework.xml.*;version="[${version}, ${version}]"
Excluded-Imports: