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
+8 -8
View File
@@ -3,7 +3,7 @@ Bundle-Name: Spring Web Servlet
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Package:
org.springframework.stereotype;version="[2.5.5.A, 2.5.5.A]",
org.springframework.stereotype;version="[3.0.0, 3.0.1)",
org.apache.tiles.definition;version="[2.0.5.osgi, 3.0.0)";resolution:=optional,
org.apache.tiles.jsp.context;version="[2.0.5, 3.0.0)";resolution:=optional
Import-Template:
@@ -35,13 +35,13 @@ Import-Template:
org.apache.velocity.runtime.*;version="[1.5.0, 2.0.0)";resolution:=optional,
org.apache.velocity.tools.generic;version="[1.4.0, 2.0.0)";resolution:=optional,
org.apache.velocity.tools.view.*;version="[1.4.0, 2.0.0)";resolution:=optional,
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.ui.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.util.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.validation.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.web.*;version="[2.5.5.A, 2.5.5.A]"
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.ui.*;version="[3.0.0, 3.0.1)",
org.springframework.util.*;version="[3.0.0, 3.0.1)",
org.springframework.validation.*;version="[3.0.0, 3.0.1)",
org.springframework.web.*;version="[3.0.0, 3.0.1)"
Unversioned-Imports:
javax.sql.*,
javax.xml.transform.*,