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,6 +9,6 @@ Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
org.aspectj.*;version="[1.6.0, 1.7.0)";resolution:=optional,
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
org.springframework.security.core.*;version="[${version}, 3.2.0)"
org.aspectj.*;version="${aspectjRange}";resolution:=optional,
org.apache.commons.logging.*;version="${cloggingRange}",
org.springframework.security.core.*;version="${secRange}"