Author: edwardsmj
Date: Thu May  7 15:57:51 2009
New Revision: 772687

URL: http://svn.apache.org/viewvc?rev=772687&view=rev
Log:
Added missing springframework package dependencies to the MANIFEST.MF of 
implementation-spring-runtime

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

Modified: 
tuscany/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF?rev=772687&r1=772686&r2=772687&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF 
(original)
+++ tuscany/java/sca/modules/implementation-spring-sca/META-INF/MANIFEST.MF Thu 
May  7 15:57:51 2009
@@ -14,8 +14,13 @@
 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"
 


Reply via email to