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

View File

@@ -11,8 +11,8 @@ 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.util;version="[3.0.0, 3.1.0)",
org.springframework.beans.factory;version="[${spring.version}, 3.1.0)",
org.springframework.util;version="[${spring.version}, 3.1.0)",
org.openid4java.*;version="[0.9.5, 1.0.0)",
javax.servlet.*;version="0"