From d80d0ef30325d00d959ef0795b22b16fdf702008 Mon Sep 17 00:00:00 2001 From: antelder Date: Sun, 23 Jan 2011 19:50:56 +0000 Subject: Tag 2.0 Beta2 RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062506 13f79535-47bb-0310-9956-ffa450edef68 --- .../binding-atom-runtime/META-INF/MANIFEST.MF | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC1/modules/binding-atom-runtime/META-INF/MANIFEST.MF (limited to 'sca-java-2.x/tags/2.0-Beta2-RC1/modules/binding-atom-runtime/META-INF') diff --git a/sca-java-2.x/tags/2.0-Beta2-RC1/modules/binding-atom-runtime/META-INF/MANIFEST.MF b/sca-java-2.x/tags/2.0-Beta2-RC1/modules/binding-atom-runtime/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..b077100048 --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC1/modules/binding-atom-runtime/META-INF/MANIFEST.MF @@ -0,0 +1,49 @@ +Manifest-Version: 1.0 +Export-Package: + org.apache.tuscany.sca.binding.atom.collection +SCA-Version: 1.1 +Bundle-Name: Apache Tuscany SCA Abdera Atom Feed Binding Extension +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0 +Bundle-ManifestVersion: 2 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-Description: Apache Tuscany SCA Abdera Atom Feed Binding Extens + ion +Import-Package: javax.servlet, + javax.servlet.http, + org.apache.abdera, + org.apache.abdera.factory, + org.apache.abdera.i18n.iri, + org.apache.abdera.model, + org.apache.abdera.parser, + org.apache.abdera.protocol, + org.apache.abdera.protocol.client, + org.apache.abdera.protocol.client.util, + org.apache.abdera.writer, + org.apache.commons.codec.binary, + org.apache.http, + org.apache.http.client, + org.apache.http.client.entity, + org.apache.http.client.methods, + org.apache.http.conn, + org.apache.http.entity, + org.apache.http.message, + org.apache.tuscany.sca.assembly;version="2.0.0", + org.apache.tuscany.sca.binding.atom;version="2.0.0", + org.apache.tuscany.sca.common.http;version="2.0.0", + org.apache.tuscany.sca.core;version="2.0.0", + org.apache.tuscany.sca.data.collection;version="2.0.0", + org.apache.tuscany.sca.databinding;version="2.0.0", + org.apache.tuscany.sca.host.http;version="2.0.0", + org.apache.tuscany.sca.host.http.client;version="2.0.0", + org.apache.tuscany.sca.interfacedef;version="2.0.0", + org.apache.tuscany.sca.interfacedef.impl;version="2.0.0";resolution:=optional, + org.apache.tuscany.sca.interfacedef.util;version="2.0.0", + org.apache.tuscany.sca.invocation;version="2.0.0", + org.apache.tuscany.sca.provider;version="2.0.0", + org.apache.tuscany.sca.runtime;version="2.0.0", + org.oasisopen.sca;version="2.0.0", + org.oasisopen.sca.annotation;version="2.0.0";resolution:=optional +Bundle-SymbolicName: org.apache.tuscany.sca.binding.atom.abdera +Bundle-DocURL: http://www.apache.org/ + -- cgit v1.2.3