summaryrefslogtreecommitdiffstats
path: root/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf')
-rw-r--r--sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf10
1 files changed, 10 insertions, 0 deletions
diff --git a/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
new file mode 100644
index 0000000000..66f98011cb
--- /dev/null
+++ b/sandbox/axis2-1.4/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
@@ -0,0 +1,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.OSGiStockQuoteImpl
+