1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
+10 -10
View File
@@ -9,14 +9,14 @@ Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
org.jasig.cas.client.*;version="[3.1.1, 3.2.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.context.*;version="[${spring.version}, 3.2.0)",
org.springframework.dao;version="[${spring.version}, 3.2.0)",
org.springframework.util;version="[${spring.version}, 3.2.0)",
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
org.apache.commons.logging.*;version="${cloggingRange}",
org.jasig.cas.client.*;version="${casRange}",
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.context.*;version="${springRange}",
org.springframework.dao;version="${springRange}",
org.springframework.util;version="${springRange}",
net.sf.ehcache.*;version="${ehcacheRange}";resolution:=optional,
javax.servlet.*;version="0"