From 2c239e30d540f85ce5424dfc39f853b067373df9 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 20 Aug 2011 10:23:08 +0000 Subject: [PATCH] Update spring-webmvc-portlet template.mf Add Import-Template entry for org.spring-framework.jndi Issue: SPR-8038 --- org.springframework.web.portlet/template.mf | 1 + 1 file changed, 1 insertion(+) diff --git a/org.springframework.web.portlet/template.mf b/org.springframework.web.portlet/template.mf index 52769b348f..25de73fd80 100644 --- a/org.springframework.web.portlet/template.mf +++ b/org.springframework.web.portlet/template.mf @@ -12,6 +12,7 @@ Import-Template: org.springframework.context.*;version=${spring.osgi.range}, org.springframework.core.*;version=${spring.osgi.range}, org.springframework.http.*;version=${spring.osgi.range}, + org.springframework.jndi.*;version=${spring.osgi.range}, org.springframework.stereotype;version=${spring.osgi.range}, org.springframework.ui.*;version=${spring.osgi.range}, org.springframework.util.*;version=${spring.osgi.range},