From 7d2015dddd3fe6e34127f22f15398b82b6385f52 Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Thu, 23 Apr 2009 22:17:55 +0000 Subject: Corrected for OSGi dependency problems git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768079 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF b/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF index ee6ccdfcdd..c27deb9638 100644 --- a/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF +++ b/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF @@ -11,3 +11,5 @@ Bundle-Description: Apache Tuscany SCA Spring Implementation Runtime Model Bundle-SymbolicName: org.apache.tuscany.sca.implementation.spring.runtime Bundle-DocURL: http://www.apache.org/ Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 +Import-Package: org.springframework.beans.factory.config;version="2.5.5", + org.springframework.beans.factory.xml;version="2.5.5" -- cgit v1.2.3