Bundlor templates now refer to Spring 3.0

This commit is contained in:
Arjen Poutsma
2008-10-28 11:20:47 +00:00
parent b0f24da5ca
commit 827916b8e9
10 changed files with 70 additions and 70 deletions

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.*,