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