From d232b6a46e4225ff35a0123a5f5597da7592fc38 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Fri, 12 Sep 2008 21:54:50 +0000 Subject: Creating a branch for the equinox work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/osgi/factory/ds/Shipper.mf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 branches/sca-equinox/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf (limited to 'branches/sca-equinox/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf') diff --git a/branches/sca-equinox/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf b/branches/sca-equinox/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf new file mode 100644 index 0000000000..d4b461460e --- /dev/null +++ b/branches/sca-equinox/itest/osgi-implementation/src/main/resources/osgi/factory/ds/Shipper.mf @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Shipper +Bundle-SymbolicName: ds.factory.supplychain.shipper.Shipper +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Import-Package: org.osgi.framework, + org.osgi.service.component, supplychain.customer +Export-Package: supplychain.shipper +Service-Component: osgi/factory/ds/Shipper1.xml, osgi/factory/ds/Shipper2.xml -- cgit v1.2.3