SEC-1673: Use a map to store the range values use in the bundlor templates.

This commit is contained in:
Luke Taylor
2011-02-07 16:06:23 +00:00
parent eb9482b33b
commit b0df1bd1b0
11 changed files with 119 additions and 102 deletions

View File

@@ -9,11 +9,11 @@ Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
org.springframework.security.core.*;version="[${version}, 3.2.0)",
org.springframework.security.authentication.*;version="[${version}, 3.2.0)",
org.springframework.security.web.*;version="[${version}, 3.2.0)",
org.springframework.beans.factory;version="[${spring.version}, 3.2.0)",
org.springframework.util;version="[${spring.version}, 3.2.0)",
org.openid4java.*;version="[0.9.5, 1.0.0)",
org.apache.commons.logging.*;version="${cloggingRange}",
org.springframework.security.core.*;version="${secRange}",
org.springframework.security.authentication.*;version="${secRange}",
org.springframework.security.web.*;version="${secRange}",
org.springframework.beans.factory;version="${springRange}",
org.springframework.util;version="${springRange}",
org.openid4java.*;version="${openid4javaRange}",
javax.servlet.*;version="0"