27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
Bundle-SymbolicName: org.springframework.data.commons.aspects
|
|
Bundle-Name: Spring Data Commons Aspects
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Package:
|
|
sun.reflect;version="0";resolution:=optional
|
|
Excluded-Imports:
|
|
org.springframework.persistence,
|
|
org.springframework.persistence.support
|
|
Import-Template:
|
|
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.dao.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.orm.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.transaction..*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.util.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.data.core.*;version="[1.0.0, 2.0.0)",
|
|
javax.validation.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
|
javax.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional,
|
|
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
|
org.aspectj.*;version="[1.6.5, 2.0.0)",
|
|
org.w3c.dom.*;version="0"
|
|
|
|
|