summaryrefslogtreecommitdiffstats
path: root/branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-17 06:59:35 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-17 06:59:35 +0000
commit54158d9b017dae6a75d813a96463d05e1153ae31 (patch)
treed193ea0f5c600cdd8a2142bec570687b362f5610 /branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf
parent7679e1376ad956fb631d1ca5c22982e1e5c8058f (diff)
Starting to clean up android branch, creating subsets of samples, demos, tutorials that can be ported to android.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf')
-rw-r--r--branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf10
1 files changed, 0 insertions, 10 deletions
diff --git a/branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf b/branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf
deleted file mode 100644
index de7ac7ec7a..0000000000
--- a/branches/sca-android/samples/osgi-supplychain/src/main/resources/osgi/Shipper.mf
+++ /dev/null
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Shipper
-Bundle-SymbolicName: supplychain.shipper.Shipper
-Bundle-Version: 1.0.0
-Bundle-Localization: plugin
-Import-Package: org.osgi.framework,
- supplychain.customer
-Export-Package: supplychain.shipper
-Bundle-Activator: supplychain.shipper.OSGiShipperImpl