Author: lresende
Date: Thu Oct  8 16:11:42 2009
New Revision: 823219

URL: http://svn.apache.org/viewvc?rev=823219&view=rev
Log:
Fixing up Atom Binding manifest imports

Modified:
    tuscany/java/sca/modules/binding-atom-runtime/META-INF/MANIFEST.MF
    tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/binding-atom-runtime/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom-runtime/META-INF/MANIFEST.MF?rev=823219&r1=823218&r2=823219&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-atom-runtime/META-INF/MANIFEST.MF 
(original)
+++ tuscany/java/sca/modules/binding-atom-runtime/META-INF/MANIFEST.MF Thu Oct  
8 16:11:42 2009
@@ -18,6 +18,8 @@
  org.apache.abdera.i18n.iri,
  org.apache.abdera.model,
  org.apache.abdera.parser,
+ org.apache.abdera.protocol.client,
+ org.apache.abdera.protocol.client.util,
  org.apache.abdera.writer,
  org.apache.commons.codec.binary,
  org.apache.commons.httpclient,
@@ -40,4 +42,5 @@
  org.oasisopen.sca.annotation;version="2.0.0"
 Bundle-SymbolicName: org.apache.tuscany.sca.binding.atom.abdera
 Bundle-DocURL: http://www.apache.org/
+Require-Bundle: org.apache.abdera.abdera-core
 

Modified: tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF?rev=823219&r1=823218&r2=823219&view=diff
==============================================================================
--- tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF Thu Oct  8 16:11:42 
2009
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
-Export-Package: org.apache.tuscany.sca.data.collection
+Export-Package: org.apache.tuscany.sca.data.collection;version="2.0.0"
 Tool: Bnd-0.0.357
 Bundle-Name: Apache Tuscany SCA Data API
 Created-By: 1.6.0_15 (Apple Inc.)


Reply via email to