summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuoteFactory.mf
blob: 02fefbce4263348865f59638d3da2a053df4863b (plain)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: StockQuote
Bundle-SymbolicName: stockquote.StockQuote
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework, org.osgi.service.cm
Export-Package: stockquote
Bundle-Activator: stockquote.OSGiStockQuoteFactoryImpl