summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/node-launcher-equinox/src')
-rw-r--r--java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorld.java2
-rw-r--r--java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorldClient.java8
2 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorld.java b/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorld.java
index 2f519cb81d..e3fcdfd25f 100644
--- a/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorld.java
+++ b/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorld.java
@@ -19,7 +19,7 @@
package hello;
-import org.osoa.sca.annotations.Remotable;
+import org.oasisopen.sca.annotation.Remotable;
/**
* HelloWorld interface
diff --git a/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorldClient.java b/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorldClient.java
index 11e008619c..8232acb658 100644
--- a/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorldClient.java
+++ b/java/sca/modules/node-launcher-equinox/src/test/java/hello/HelloWorldClient.java
@@ -19,10 +19,10 @@
package hello;
-import org.osoa.sca.annotations.EagerInit;
-import org.osoa.sca.annotations.Init;
-import org.osoa.sca.annotations.Reference;
-import org.osoa.sca.annotations.Scope;
+import org.oasisopen.sca.annotation.EagerInit;
+import org.oasisopen.sca.annotation.Init;
+import org.oasisopen.sca.annotation.Reference;
+import org.oasisopen.sca.annotation.Scope;
/**
* This client program shows how to create an SCA runtime, start it,