summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/0.99-incubating/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
blob: ebca01749a1250a8c6666add76be6fce6bdc7c55 (plain)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Greetings
Bundle-SymbolicName: helloworld.Greetings
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework
Export-Package: helloworld
Bundle-Activator: helloworld.OSGiGreetingsImpl