summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.2.1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
blob: da39022d1eb62704da2e5f36956ef093b8d6fc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HelloWorld
Bundle-SymbolicName: helloworld.HelloWorld
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
 org.osgi.service.component ,
 helloworld.ws
Export-Package: helloworld
Bundle-Activator: helloworld.OSGiHelloWorldImpl