SEC-1743: Separate remoting from core into separate module.

This commit is contained in:
Luke Taylor
2011-05-14 11:57:30 +01:00
parent 1c1ffe2f0f
commit 295ea27526
22 changed files with 65 additions and 5 deletions

19
remoting/template.mf Normal file
View 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}"