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

Updated bundlor templates and introduced spring.version variable

This commit is contained in:
Luke Taylor
2009-12-22 01:10:04 +00:00
parent 052685e154
commit e64866ae6a
8 changed files with 50 additions and 52 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ Import-Template:
org.springframework.security.core.*;version="[${version}, 3.1.0)",
org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
org.springframework.security.web.*;version="[${version}, 3.1.0)",
org.springframework.beans.factory;version="[3.0.0, 3.1.0)",
org.springframework.context.*;version="[3.0.0, 3.1.0)",
org.springframework.dao;version="[3.0.0, 3.1.0)",
org.springframework.util;version="[3.0.0, 3.1.0)",
org.springframework.beans.factory;version="[${spring.version}, 3.1.0)",
org.springframework.context.*;version="[${spring.version}, 3.1.0)",
org.springframework.dao;version="[${spring.version}, 3.1.0)",
org.springframework.util;version="[${spring.version}, 3.1.0)",
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
javax.servlet.*;version="0"