summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-21 08:14:31 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-21 08:14:31 +0000
commit034e03890d89278fa9ad28ededd9d102ba30203f (patch)
tree1c5a5cd7ec7a5f4d40d071d4511075dd47554163 /tags/java/sca/1.3.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
parent7129fe95fe32ec13b7dad3788896c32d22040458 (diff)
Tag 1.3.1 RC1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--tags/java/sca/1.3.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/java/sca/1.3.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf b/tags/java/sca/1.3.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
new file mode 100644
index 0000000000..f0090fb52b
--- /dev/null
+++ b/tags/java/sca/1.3.1/itest/osgi-implementation/src/main/resources/osgi/wiring/Retailer.mf
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Retailer
+Bundle-SymbolicName: wiring.supplychain.retailer.Retailer
+Bundle-Version: 1.0.0
+Bundle-Localization: plugin
+Import-Package: org.osgi.framework,
+ supplychain.warehouse
+Export-Package: supplychain.retailer
+Bundle-Activator: supplychain.retailer.OSGiRetailerImpl