updated template.mf with wildcard on util package

This commit is contained in:
Mark Fisher
2010-08-16 20:36:26 +00:00
parent ffb7b5db8d
commit 3128010981

View File

@@ -9,7 +9,7 @@ Import-Template:
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.http.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.web.*;version="[3.0.0, 4.0.0)";resolution:=optional,
org.apache.commons.httpclient.*;version="[3.1.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",