summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-04-23 22:17:55 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-04-23 22:17:55 +0000
commit7d2015dddd3fe6e34127f22f15398b82b6385f52 (patch)
tree6853d1713eedb058a6593a56d12ea01a4c5771a3
parent3f3e332a0eb9c56360bf02b0e62a53fe84713439 (diff)
Corrected for OSGi dependency problems
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768079 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
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"