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:
|
2011-03-09 00:20:37 +08:00
|
|
|
org.aopalliance.*;version="${aopAllianceRange}",
|
2011-02-08 00:06:23 +08:00
|
|
|
org.apache.commons.logging.*;version="${cloggingRange}",
|
2013-02-26 07:07:09 +08:00
|
|
|
org.springframework.cache.*;version="${springRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.security.core.*;version="${secRange}",
|
|
|
|
org.springframework.security.access.*;version="${secRange}",
|
|
|
|
org.springframework.security.util.*;version="${secRange}",
|
2012-07-26 05:37:39 +08:00
|
|
|
org.springframework.context.*;version="${springRange}";resolution:=optional,
|
2011-02-08 00:06:23 +08:00
|
|
|
org.springframework.dao.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.jdbc.core.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.transaction.support.*;version="${springRange}";resolution:=optional,
|
|
|
|
org.springframework.util.*;version="${springRange}";resolution:=optional,
|
|
|
|
net.sf.ehcache.*;version="${ehcacheRange}";resolution:=optional,
|
2010-02-22 07:25:36 +08:00
|
|
|
javax.sql.*;version="0";resolution:=optional
|