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