summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/properties/ManagedStockQuoteFactory.mf
blob: c7ff94d21661b0a31ebf34b4257638ef77a6774f (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.OSGiManagedStockQuoteFactoryImpl