From 65a685d57abb8e569ecde6ce15fd92735d2b243e Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 26 Nov 2008 10:26:46 +0000 Subject: [PATCH] + marked expression package as optional for spring-context git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@336 50f2f4bb-b051-0410-bef5-90022cba6387 --- org.springframework.context/template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.context/template.mf b/org.springframework.context/template.mf index cdbf271889a..869e739d788 100644 --- a/org.springframework.context/template.mf +++ b/org.springframework.context/template.mf @@ -28,7 +28,7 @@ Import-Template: org.springframework.aop.*;version="[3.0.0, 3.0.1)", org.springframework.beans.*;version="[3.0.0, 3.0.1)", org.springframework.core.*;version="[3.0.0, 3.0.1)", - org.springframework.expression.*;version="[3.0.0, 3.0.1)", + org.springframework.expression.*;version="[3.0.0, 3.0.1)";resolution:=optional, org.springframework.instrument.*;version="[3.0.0, 3.0.1)";resolution:=optional, org.springframework.metadata.*;version="[3.0.0, 3.0.1)", org.springframework.util.*;version="[3.0.0, 3.0.1)"