summaryrefslogtreecommitdiffstats
path: root/java/sca-contrib/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
blob: 6062757a325facf9fcbb29eefc0ef60c000e9c5e (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.ConversationalService
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework, org.oasisopen.sca, org.oasisopen.sca.annotation,
                conversation.client
Export-Package: conversation.service
Bundle-Activator: conversation.service.ConversationalServiceActivator