You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/31 18:13:50 UTC

svn commit: r709482 - /tuscany/branches/sca-equinox/modules/implementation-resource-runtime/META-INF/MANIFEST.MF

Author: rfeng
Date: Fri Oct 31 10:13:50 2008
New Revision: 709482

URL: http://svn.apache.org/viewvc?rev=709482&view=rev
Log:
Fix bundle import package

Modified:
    tuscany/branches/sca-equinox/modules/implementation-resource-runtime/META-INF/MANIFEST.MF

Modified: tuscany/branches/sca-equinox/modules/implementation-resource-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/implementation-resource-runtime/META-INF/MANIFEST.MF?rev=709482&r1=709481&r2=709482&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/implementation-resource-runtime/META-INF/MANIFEST.MF (original)
+++ tuscany/branches/sca-equinox/modules/implementation-resource-runtime/META-INF/MANIFEST.MF Fri Oct 31 10:13:50 2008
@@ -10,13 +10,16 @@
 Bundle-ManifestVersion: 2
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Bundle-Description: Apache Tuscany SCA Resource Implementation Runtime
-Import-Package: org.apache.tuscany.sca.assembly;version="1.4",org.apac
- he.tuscany.sca.core;version="1.4",org.apache.tuscany.sca.implementati
- on.resource;version="1.4",org.apache.tuscany.sca.interfacedef;version
- ="1.4",org.apache.tuscany.sca.invocation;version="1.4",org.apache.tus
- cany.sca.provider;version="1.4",org.apache.tuscany.sca.runtime;versio
- n="1.4",junit.framework;resolution:=optional,org.apache.tuscany.sca.n
- ode;resolution:=optional
+Import-Package: junit.framework;resolution:=optional,
+ org.apache.tuscany.sca.assembly;version="1.4",
+ org.apache.tuscany.sca.core;version="1.4",
+ org.apache.tuscany.sca.data.collection;version="1.4.0",
+ org.apache.tuscany.sca.implementation.resource;version="1.4",
+ org.apache.tuscany.sca.interfacedef;version="1.4",
+ org.apache.tuscany.sca.invocation;version="1.4",
+ org.apache.tuscany.sca.node;resolution:=optional,
+ org.apache.tuscany.sca.provider;version="1.4",
+ org.apache.tuscany.sca.runtime;version="1.4"
 Bundle-SymbolicName: org.apache.tuscany.sca.implementation.resource.ru
  ntime
 Bundle-DocURL: http://www.apache.org/