diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-11 23:08:11 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-11 23:08:11 +0000 |
commit | 0cc8ed2208c9d04057bcb00859490290e3aa948c (patch) | |
tree | 0087418cfdfc40a85fc250a9c36cb8ddc0ebb5db /branches/sca-java-1.3.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.mf | |
parent | e0ff67c0b32813ea48734c770a5ffc1952644e29 (diff) |
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.mf')
-rw-r--r-- | branches/sca-java-1.3.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.mf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/branches/sca-java-1.3.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.mf b/branches/sca-java-1.3.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.mf deleted file mode 100644 index 0441e8c6f0..0000000000 --- a/branches/sca-java-1.3.2/itest/osgi-contribution/contribution-classes/src/main/resources/osgi/Customer2.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,
- supplychain.shipper,
- supplychain.warehouse
-Export-Package: supplychain.customer;version="1.0.0"
-Bundle-Activator: supplychain.customer.OSGiCustomerImpl
-
|