summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1-RC4/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
blob: 7a06030e32e6b397f584f09e4c5c1d8b5161142b (plain)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ConversationTest
Bundle-SymbolicName: conversation.ConversationalClient
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework, org.osoa.sca, org.osoa.sca.annotations,
                conversation.service, conversation.referenceclient
Export-Package: conversation.client
Bundle-Activator: conversation.client.ConversationalClientActivator