12345678910111213141516171819 |
- Bundle-SymbolicName: org.springframework.security.acls
- Bundle-Name: Spring Security Acls
- Bundle-Vendor: SpringSource
- Bundle-Version: ${version}
- Bundle-ManifestVersion: 2
- Ignored-Existing-Headers:
- Import-Package,
- Export-Package
- Import-Template:
- org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
- org.springframework.security.*;version="[${version}, ${version}]",
- org.springframework.context.*;version="[2.0.8, 3.1.0)";resolution:=optional,
- org.springframework.dao.*;version="[2.0.8, 3.1.0)";resolution:=optional,
- org.springframework.jdbc.core.*;version="[2.0.8, 3.1.0)";resolution:=optional,
- org.springframework.transaction.support.*;version="[2.0.8, 3.1.0)";resolution:=optional,
- org.springframework.util.*;version="[2.0.8, 3.1.0)";resolution:=optional,
- net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
- javax.sql.*;version="0";resolution:=optional
-
|