From eb9663dad36373b5bd225e6fb9960e1d156241f6 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 19 Sep 2008 18:37:18 +0000 Subject: [PATCH] Fixed template.mf to include 'org.springframework.util.xml' package (with 'util.*'). --- org.springframework.integration.security/template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration.security/template.mf b/org.springframework.integration.security/template.mf index 413da1afb5..839f76f206 100644 --- a/org.springframework.integration.security/template.mf +++ b/org.springframework.integration.security/template.mf @@ -5,7 +5,7 @@ Bundle-ManifestVersion: 2 Import-Template: org.springframework.beans.*;version="[2.5.5.A, 3.0.0)", org.springframework.core;version="[2.5.5.A, 3.0.0)", - org.springframework.util;version="[2.5.5.A, 3.0.0)", + org.springframework.util.*;version="[2.5.5.A, 3.0.0)", org.springframework.aop.*;version="[2.5.5.A, 3.0.0)", org.springframework.integration.*;version="[1.0.0, 1.0.1)", org.springframework.security.*;version="[2.0.2.A, 3.0.0)",