From fa42d9d5ec63784a99795d32d51036aaf38c30ce Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 12 Jan 2010 00:33:20 +0000 Subject: [PATCH] Fix taglibs template.mf Was missing sub-packages of org.sfw.security.acls. --- taglibs/template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglibs/template.mf b/taglibs/template.mf index e6b21478bd..556c8b03c1 100644 --- a/taglibs/template.mf +++ b/taglibs/template.mf @@ -12,7 +12,7 @@ Import-Template: org.springframework.security.web.*;version="[${version}, 3.1.0)", org.springframework.security.access.*;version="[${version}, 3.1.0)", org.springframework.security.util;version="[${version}, 3.1.0)", - org.springframework.security.acls;version="[${version}, 3.1.0)";resolution:=optional, + org.springframework.security.acls.*;version="[${version}, 3.1.0)";resolution:=optional, org.springframework.beans.*;version="[${spring.version}, 3.1.0)", org.springframework.context.*;version="[${spring.version}, 3.1.0)", org.springframework.expression;version="[${spring.version}, 3.1.0)";resolution:=optional,