You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2009/04/24 00:17:55 UTC

svn commit: r768079 - /tuscany/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF

Author: edwardsmj
Date: Thu Apr 23 22:17:55 2009
New Revision: 768079

URL: http://svn.apache.org/viewvc?rev=768079&view=rev
Log:
Corrected for OSGi dependency problems

Modified:
    tuscany/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF?rev=768079&r1=768078&r2=768079&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF Thu Apr 23 22:17:55 2009
@@ -11,3 +11,5 @@
 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"