summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF')
-rw-r--r--java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChain.mf4
-rw-r--r--java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChainClient.mf4
2 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChain.mf b/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChain.mf
index f71d822bbe..645a94f6bf 100644
--- a/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChain.mf
+++ b/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChain.mf
@@ -5,8 +5,8 @@ Bundle-SymbolicName: supplychain.SupplyChain
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
- org.osoa.sca,
- org.osoa.sca.annotations,
+ org.oasisopen.sca,
+ org.oasisopen.sca.annotation,
javax.xml.bind.annotation
Export-Package: supplychain.customer, supplychain
diff --git a/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChainClient.mf b/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChainClient.mf
index 13a3c9b82a..4cbd41b627 100644
--- a/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChainClient.mf
+++ b/java/sca/itest/osgi-tuscany/test-bundles/src/main/resources/META-INF/SupplyChainClient.mf
@@ -13,8 +13,8 @@ Import-Package: org.osgi.framework,
org.apache.tuscany.sca.contribution.service,
org.apache.tuscany.sca.core.assembly,
org.apache.tuscany.sca.assembly.builder,
- org.osoa.sca,
- org.osoa.sca.annotations,
+ org.oasisopen.sca,
+ org.oasisopen.sca.annotation,
javax.xml.bind.annotation
Export-Package: supplychain.client
Bundle-Activator: supplychain.client.SupplyChainClient