summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta1-RC3/modules/wink/META-INF/MANIFEST.MF
blob: 17bef2689dc6b679cbb027a1375d53a8de86dc4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
SCA-Version: 1.1
Bundle-Name: Apache Tuscany SCA Wink
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 2.0
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Wink
Import-Package: javax.servlet,
 org.apache.tuscany.sca.implementation.web.runtime.utils;version="2.0",
 org.apache.wink.common;version="1.1.1.incubating",
 org.apache.wink.common.internal.registry;version="1.1.1.incubating",
 org.apache.wink.server.internal;version="1.1.1.incubating",
 org.apache.wink.server.internal.registry;version="1.1.1.incubating",
 org.oasisopen.sca.annotation;version="2.0"
Bundle-SymbolicName: org.apache.tuscany.sca.wink
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6