From fd34d4342b95600825720708d7ff6917bba1ee42 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 27 Jan 2010 09:41:44 +0000 Subject: Java SCA 1.6 RC1 Release Tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903579 13f79535-47bb-0310-9956-ffa450edef68 --- .../osgi-supplychain/src/main/resources/osgi/ds/Customer.mf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sca-java-1.x/tags/1.6-RC1/samples/osgi-supplychain/src/main/resources/osgi/ds/Customer.mf (limited to 'sca-java-1.x/tags/1.6-RC1/samples/osgi-supplychain/src/main/resources/osgi/ds/Customer.mf') diff --git a/sca-java-1.x/tags/1.6-RC1/samples/osgi-supplychain/src/main/resources/osgi/ds/Customer.mf b/sca-java-1.x/tags/1.6-RC1/samples/osgi-supplychain/src/main/resources/osgi/ds/Customer.mf new file mode 100644 index 0000000000..b5c5a862be --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC1/samples/osgi-supplychain/src/main/resources/osgi/ds/Customer.mf @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Customer +Bundle-SymbolicName: ds.supplychain.customer.Customer +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Import-Package: org.osgi.framework, + org.osgi.service.component, supplychain.retailer +Export-Package: supplychain.customer +Service-Component: osgi/ds/Customer.xml -- cgit v1.2.3