2010-10-26 20:52:40 +08:00
|
|
|
Implementation-Title: org.springframework.security.acls
|
|
|
|
Implementation-Version: ${version}
|
2009-04-24 17:12:53 +08:00
|
|
|
Bundle-SymbolicName: org.springframework.security.acls
|
|
|
|
Bundle-Name: Spring Security Acls
|
|
|
|
Bundle-Vendor: SpringSource
|
|
|
|
Bundle-Version: ${version}
|
|
|
|
Bundle-ManifestVersion: 2
|
2010-02-22 07:25:36 +08:00
|
|
|
Ignored-Existing-Headers:
|
2009-04-24 17:12:53 +08:00
|
|
|
Import-Package,
|
|
|
|
Export-Package
|
2010-02-22 07:25:36 +08:00
|
|
|
Import-Template:
|
2009-04-24 17:12:53 +08:00
|
|
|
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
2010-02-22 07:25:36 +08:00
|
|
|
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.security.access.*;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.security.util.*;version="[${version}, 3.2.0)",
|
|
|
|
org.springframework.context.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
|
|
|
org.springframework.dao.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
|
|
|
org.springframework.jdbc.core.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
|
|
|
org.springframework.transaction.support.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
|
|
|
org.springframework.util.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
2009-04-24 17:12:53 +08:00
|
|
|
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
2010-02-22 07:25:36 +08:00
|
|
|
javax.sql.*;version="0";resolution:=optional
|