summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3-RC2/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 09:05:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 09:05:18 +0000
commit1ba9532ee841848f5d6e652f9e8f2f1c274b4052 (patch)
treef3b7cbef331e75d018d380ad2e004101dd249a23 /tags/java/sca/1.3-RC2/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
parentcd843c59af26a3ffcccaf8dae167aec7d561088b (diff)
Remove old RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.3-RC2/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf')
-rw-r--r--tags/java/sca/1.3-RC2/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf10
1 files changed, 0 insertions, 10 deletions
diff --git a/tags/java/sca/1.3-RC2/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf b/tags/java/sca/1.3-RC2/itest/osgi-implementation/src/main/resources/osgi/properties/StockQuote.mf
deleted file mode 100644
index 66f98011cb..0000000000
--- a/tags/java/sca/1.3-RC2/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
-