diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-07 15:57:51 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-07 15:57:51 +0000 |
commit | 6366831f34aaf3d376067a68463e8d2928a7ac5b (patch) | |
tree | c229ff760d3e4c190a357c17c2670e47e4be2311 /java | |
parent | ec49a09d08515176cb5bf326d0a28bb40e5ad548 (diff) |
Added missing springframework package dependencies to the MANIFEST.MF of implementation-spring-runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF b/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF index 341e41d21a..801258d85c 100644 --- a/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF +++ b/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF @@ -14,8 +14,13 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 Import-Package: org.oasisopen.sca;version="2.0.0",
org.oasisopen.sca.annotation;version="2.0.0",
org.springframework.beans;version="2.5.5",
+ org.springframework.beans.factory;version="2.5.5",
org.springframework.beans.factory.annotation;version="2.5.5",
org.springframework.beans.factory.config;version="2.5.5",
+ org.springframework.beans.factory.support;version="2.5.5",
org.springframework.beans.factory.xml;version="2.5.5",
+ org.springframework.context;version="2.5.5",
+ org.springframework.context.support;version="2.5.5",
+ org.springframework.core.io;version="2.5.5",
org.springframework.util;version="2.5.5"
|