From ce800fb45a16bffd860b49abc2f3181e38720cc4 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 23 Sep 2009 18:14:20 +0000 Subject: [PATCH] allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147) --- 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 262398c508..c51781e522 100644 --- a/org.springframework.context/template.mf +++ b/org.springframework.context/template.mf @@ -35,7 +35,7 @@ Import-Template: 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)";resolution:=optional, - org.springframework.instrument.*;version="[3.0.0, 3.0.1)";resolution:=optional, + org.springframework.instrument.*;version="0";resolution:=optional, org.springframework.util.*;version="[3.0.0, 3.0.1)", org.xml.sax.*;version="0";resolution:=optional, org.w3c.dom.*;version="0";resolution:=optional