SEC-1743: Separate remoting from core into separate module.
This commit is contained in:
19
remoting/template.mf
Normal file
19
remoting/template.mf
Normal file
@@ -0,0 +1,19 @@
|
||||
Implementation-Title: org.springframework.security.remoting
|
||||
Implementation-Version: ${version}
|
||||
Bundle-SymbolicName: org.springframework.security.remoting
|
||||
Bundle-Name: Spring Security Remoting
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-Version: ${version}
|
||||
Bundle-ManifestVersion: 2
|
||||
Excluded-Imports:
|
||||
javax.naming.*
|
||||
Ignored-Existing-Headers:
|
||||
Import-Package,
|
||||
Export-Package
|
||||
Import-Template:
|
||||
org.aopalliance.*;version="${aopAllianceRange}",
|
||||
org.apache.commons.logging.*;version="${cloggingRange}",
|
||||
org.springframework.security.core.*;version="${secRange}",
|
||||
org.springframework.security.crypto.*;version="${secRange}",
|
||||
org.springframework.core.*;version="${springRange}",
|
||||
org.springframework.remoting.*;version="${springRange}"
|
||||
Reference in New Issue
Block a user