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 Transaction
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)"
Import-Template:
com.ibm.wsspi.uow.*;version="[6.0.2.17, 6.1.0)";resolution:=optional,
javax.ejb.*;version="[3.0.0, 4.0.0)";resolution:=optional,
@@ -12,14 +12,14 @@ Import-Template:
org.aopalliance.*;version="[1.0.0, 2.0.0)",
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.objectweb.jotm.*;version="[2.0.10, 3.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.jndi.*;version="[2.5.5.A, 2.5.5.A]";resolution:=optional,
org.springframework.metadata.*;version="[2.5.5.A, 2.5.5.A]",
org.springframework.scheduling.*;version="[2.5.5.A, 2.5.5.A]";resolution:=optional,
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.jndi.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.metadata.*;version="[3.0.0, 3.0.1)",
org.springframework.scheduling.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.util.*;version="[3.0.0, 3.0.1)"
Unversioned-Imports:
javax.management.*,
javax.naming.*,