From a40e527938d76ba71f211da7e327adb50384ba69 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:26:33 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/osgi/Customer.mf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tags/java/sca/1.5/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer.mf (limited to 'tags/java/sca/1.5/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer.mf') diff --git a/tags/java/sca/1.5/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer.mf b/tags/java/sca/1.5/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer.mf deleted file mode 100644 index 404995a90f..0000000000 --- a/tags/java/sca/1.5/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer.mf +++ /dev/null @@ -1,13 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Customer -Bundle-SymbolicName: supplychain.customer.Customer -Bundle-Version: 1.0.0 -Bundle-Localization: plugin -Import-Package: org.osgi.framework, - supplychain.retailer;version="[1.0.0,2.0.0)", - supplychain.warehouse;version="[1.0.0,2.0.0)", - supplychain.shipper;version="[1.0.0,2.0.0)" -Export-Package: supplychain.customer;version="1.0.0" -Bundle-Activator: supplychain.customer.OSGiCustomerImpl - -- cgit v1.2.3