summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/osgi-implementation/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf2
-rw-r--r--java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf2
-rw-r--r--java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf2
-rw-r--r--java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf2
-rw-r--r--java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf2
5 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf b/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
index 7a06030e32..510b3cdcce 100644
--- a/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
+++ b/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalClient.mf
@@ -4,7 +4,7 @@ Bundle-Name: ConversationTest
Bundle-SymbolicName: conversation.ConversationalClient
Bundle-Version: 1.0.0
Bundle-Localization: plugin
-Import-Package: org.osgi.framework, org.osoa.sca, org.osoa.sca.annotations,
+Import-Package: org.osgi.framework, org.oasisopen.sca, org.oasisopen.sca.annotation,
conversation.service, conversation.referenceclient
Export-Package: conversation.client
Bundle-Activator: conversation.client.ConversationalClientActivator
diff --git a/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf b/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
index 5c39b53b0a..a8270363d2 100644
--- a/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
+++ b/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalReferenceClient.mf
@@ -4,7 +4,7 @@ Bundle-Name: ConversationTest
Bundle-SymbolicName: conversation.ConversationalReferenceClient
Bundle-Version: 1.0.0
Bundle-Localization: plugin
-Import-Package: org.osgi.framework, org.osoa.sca, org.osoa.sca.annotations,
+Import-Package: org.osgi.framework, org.oasisopen.sca, org.oasisopen.sca.annotation,
conversation.service
Export-Package: conversation.referenceclient
Bundle-Activator: conversation.referenceclient.ConversationalReferenceClientActivator
diff --git a/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf b/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
index b8bb809319..6062757a32 100644
--- a/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
+++ b/java/sca/itest/osgi-implementation/src/main/resources/osgi/conversation/ConversationalService.mf
@@ -4,7 +4,7 @@ Bundle-Name: ConversationTest
Bundle-SymbolicName: conversation.ConversationalService
Bundle-Version: 1.0.0
Bundle-Localization: plugin
-Import-Package: org.osgi.framework, org.osoa.sca, org.osoa.sca.annotations,
+Import-Package: org.osgi.framework, org.oasisopen.sca, org.oasisopen.sca.annotation,
conversation.client
Export-Package: conversation.service
Bundle-Activator: conversation.service.ConversationalServiceActivator
diff --git a/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf b/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf
index 6a3c845cca..19b41cf4a4 100644
--- a/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf
+++ b/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf
@@ -5,7 +5,7 @@ Bundle-SymbolicName: ds.helloworld.sdo.HelloWorldClient
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework, org.osgi.service.component,
- org.osoa.sca, org.osoa.sca.annotations,
+ org.oasisopen.sca, org.oasisopen.sca.annotation,
commonj.sdo, commonj.sdo.helper,
org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl,
org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl,
diff --git a/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf b/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf
index 89871fa8f6..d730273c0e 100644
--- a/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf
+++ b/java/sca/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf
@@ -5,7 +5,7 @@ Bundle-SymbolicName: ds.helloworld.sdo.HelloWorldService
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Import-Package: org.osgi.framework, org.osgi.service.component,
- org.osoa.sca, org.osoa.sca.annotations,
+ org.oasisopen.sca, org.oasisopen.sca.annotation,
commonj.sdo, commonj.sdo.helper,
org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl,
org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl