diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-11 23:13:16 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-11 23:13:16 +0000 |
commit | 3ac2d800d840f03618fc364090d786effde84b1f (patch) | |
tree | e334754cd5c37e1465230497b48cc79584c1f571 /branches/sca-java-20080910/itest/osgi-contribution/contribution-classes-v2/src/main/resources/osgi/Warehouse.mf | |
parent | 9bed5ae38c581999db465b42b504026a7097af95 (diff) |
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-20080910/itest/osgi-contribution/contribution-classes-v2/src/main/resources/osgi/Warehouse.mf')
-rw-r--r-- | branches/sca-java-20080910/itest/osgi-contribution/contribution-classes-v2/src/main/resources/osgi/Warehouse.mf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/branches/sca-java-20080910/itest/osgi-contribution/contribution-classes-v2/src/main/resources/osgi/Warehouse.mf b/branches/sca-java-20080910/itest/osgi-contribution/contribution-classes-v2/src/main/resources/osgi/Warehouse.mf deleted file mode 100644 index 2e1399bb3b..0000000000 --- a/branches/sca-java-20080910/itest/osgi-contribution/contribution-classes-v2/src/main/resources/osgi/Warehouse.mf +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Warehouse
-Bundle-SymbolicName: supplychain.warehouse.Warehouse
-Bundle-Version: 2.0.0
-Bundle-Localization: plugin
-Import-Package: org.osgi.framework,
- supplychain.shipper;version="[2.0.0,3.0.0)"
-Export-Package: supplychain.warehouse;version="2.0.0"
-Bundle-Activator: supplychain.warehouse.OSGiWarehouseImpl
|