summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:22:50 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-13 01:22:50 +0000
commit5d6ea66721914239e498c87d6cea79571328602e (patch)
treecca4f352a11a59f428c556082e250710026d1316 /sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
parentb7e45fbc41d9ad16b0f851a1783170099509af00 (diff)
Removing obsolete release candidate tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf')
-rw-r--r--sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf10
1 files changed, 0 insertions, 10 deletions
diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
deleted file mode 100644
index 6066a38f29..0000000000
--- a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/factory/Shipper.mf
+++ /dev/null
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Shipper
-Bundle-SymbolicName: factory.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.OSGiShipperFactoryImpl