From 3a569a2f00bf172cddfd567149774ee808a2a242 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 30 Mar 2011 19:50:51 +0000 Subject: Create branch for 1.6.2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087059 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/osgi/version/Retailer1.mf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf (limited to 'sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf') diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf b/sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf new file mode 100644 index 0000000000..02f79c15f3 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/osgi-implementation/src/main/resources/osgi/version/Retailer1.mf @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Retailer +Bundle-SymbolicName: version.supplychain.retailer.Retailer +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Import-Package: org.osgi.framework, + supplychain.warehouse +Export-Package: supplychain.retailer;version="1.0.0" +Bundle-Activator: supplychain.retailer.OSGiVersionedRetailerImpl -- cgit v1.2.3