added format import to web.servlet manifest

This commit is contained in:
Keith Donald
2009-11-07 03:53:38 +00:00
parent 2922b1fcb9
commit 7bd34a6cb1

View File

@@ -26,6 +26,7 @@ Import-Template:
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
org.springframework.context.*;version="[3.0.0, 3.0.1)",
org.springframework.core.*;version="[3.0.0, 3.0.1)",
org.springframework.format.*;version="[3.0.0, 3.0.1)",
org.springframework.http.*;version="[3.0.0, 3.0.1)",
org.springframework.oxm.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.stereotype;version="[3.0.0, 3.0.1)",