diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/modules/binding-atom-runtime/META-INF/MANIFEST.MF')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta2/modules/binding-atom-runtime/META-INF/MANIFEST.MF | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/modules/binding-atom-runtime/META-INF/MANIFEST.MF b/sca-java-2.x/branches/2.0-Beta2/modules/binding-atom-runtime/META-INF/MANIFEST.MF deleted file mode 100644 index b077100048..0000000000 --- a/sca-java-2.x/branches/2.0-Beta2/modules/binding-atom-runtime/META-INF/MANIFEST.MF +++ /dev/null @@ -1,49 +0,0 @@ -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/
-
|