SEC-1600: Added Implementation-Version and Implementation-Title to manifest templates and checking of version numbers in namespace config module and core. Config checks the version of core it is running against and core checks the Spring version, reporting any mismatches or situations where the app is running with less than the recommended Spring version.

This commit is contained in:
Luke Taylor
2010-10-26 13:52:40 +01:00
parent 4de8b84b0d
commit 21ed5feb8d
11 changed files with 80 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
Implementation-Title: org.springframework.security.web
Implementation-Version: ${version}
Bundle-SymbolicName: org.springframework.security.web
Bundle-Name: Spring Security Web
Bundle-Vendor: SpringSource