summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-web/src
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-01-28 14:07:54 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-01-28 14:07:54 +0000
commitcd174bad484f3d6f2f755d9fe517b0b37d7f928b (patch)
tree064000c6d9c5f6ee61031848b46e8299f07086ec /java/sca/samples/helloworld-web/src
parent85060ec6b7a53cb76d969e5d30d80538c7f7ccb9 (diff)
TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications.
To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-web/src')
-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">