From e14a904306139ed7fab2e4cb19ba85b2b2c6982e Mon Sep 17 00:00:00 2001 From: Mike Wiesner Date: Wed, 2 Sep 2009 15:31:22 +0000 Subject: [PATCH] SEC-1181: fixed recursive import in template.mf --- core/template.mf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/template.mf b/core/template.mf index a14b05118d..e998ee17c3 100644 --- a/core/template.mf +++ b/core/template.mf @@ -26,6 +26,5 @@ Import-Template: javax.annotation.security.*;version="0";resolution:=optional, javax.crypto.*;version="0";resolution:=optional, javax.security.auth.*;version="0";resolution:=optional, - javax.naming.*;version="0";resolution:=optional, - javax.naming.directory.*;version="0";resolution:=optional + javax.naming.*;version="0";resolution:=optional \ No newline at end of file