summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-web/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-web/src/main/java/sample/HelloworldServiceImpl.java2
-rw-r--r--java/sca/samples/helloworld-web/src/main/webapp/hello.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/helloworld-web/src/main/java/sample/HelloworldServiceImpl.java b/java/sca/samples/helloworld-web/src/main/java/sample/HelloworldServiceImpl.java
index be83d3b407..2664e75188 100644
--- a/java/sca/samples/helloworld-web/src/main/java/sample/HelloworldServiceImpl.java
+++ b/java/sca/samples/helloworld-web/src/main/java/sample/HelloworldServiceImpl.java
@@ -1,6 +1,6 @@
package sample;
-import org.osoa.sca.annotations.Service;
+import org.oasisopen.sca.annotation.Service;
@Service(HelloworldService.class)
public class HelloworldServiceImpl implements HelloworldService {
diff --git a/java/sca/samples/helloworld-web/src/main/webapp/hello.html b/java/sca/samples/helloworld-web/src/main/webapp/hello.html
index 83ac0ae576..f7f8b2d4a9 100644
--- a/java/sca/samples/helloworld-web/src/main/webapp/hello.html
+++ b/java/sca/samples/helloworld-web/src/main/webapp/hello.html
@@ -20,7 +20,7 @@
<head>
<title>Apache Tuscany Helloworld Web Sample</title>
- <script type="text/javascript" src="org.osoa.sca.componentContext.js"></script>
+ <script type="text/javascript" src="org.oasisopen.sca.componentContext.js"></script>
<script language="JavaScript">