Bundlor templates now refer to Spring 3.0

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@161 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2008-10-28 11:20:47 +00:00
parent 3b117da6bf
commit 6d4d5d5f4b
10 changed files with 70 additions and 70 deletions
+7 -7
View File
@@ -20,13 +20,13 @@ Import-Template:
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.apache.log4j.*;version="[1.2.15, 2.0.0)";resolution:=optional,
org.apache.taglibs.*;version="[1.1.2, 2.0.0)";resolution:=optional,
org.springframework.aop.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.beans.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.context.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.core.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.remoting.*;version="[2.5.5.A, 2.5.5.A]";resolution:=optional,
org.springframework.ui.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.util.*;version="[2.5.5.A, 2.5.5.A]"
org.springframework.aop.*;version="[3.0.0, 3.0.1)",
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
org.springframework.context.*;version="[3.0.0, 3.0.1)",
org.springframework.core.*;version="[3.0.0, 3.0.1)",
org.springframework.remoting.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.ui.*;version="[3.0.0, 3.0.1)",
org.springframework.util.*;version="[3.0.0, 3.0.1)"
Unversioned-Imports:
com.sun.net.*,
javax.jws.*,