From b0c809cac76657147241a8f1f4ccc1a62c1bea87 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 13 Oct 2008 01:50:16 +0000 Subject: [PATCH] Updated template.mf to include org.springframework.beans.* --- org.springframework.integration.samples/template.mf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.springframework.integration.samples/template.mf b/org.springframework.integration.samples/template.mf index 070ad9e78b..faa1f99c98 100644 --- a/org.springframework.integration.samples/template.mf +++ b/org.springframework.integration.samples/template.mf @@ -4,5 +4,7 @@ Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: org.springframework.integration.*;version="[1.0.0, 1.0.1)", + org.springframework.beans.*;version="[2.5.5.A, 3.0.0)", org.springframework.context.support;version="[2.5.5.A, 3.0.0)", org.springframework.stereotype;version="[2.5.5.A, 3.0.0)" +