summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
blob: d8e4c1cb7ea42ab0fdded76a89a18439332d7e71 (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