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