summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-19 06:30:21 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-19 06:30:21 +0000
commit588762db4d8dfbd58b29eb362d025e2999f22c84 (patch)
tree294f17dd5e607272c88ba2882b220636c90f9423 /sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html
parentdf9955eb5a6092f4e43adaf6798eb45ab50d1f8c (diff)
Fixes to get the store contribution working in a webapp. Make atom binding use the deployed binding URI, like the JSON-RPC already does. Change the dojo include from absolute to a relative path.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html
index 000f1f891f..be3efea327 100644
--- a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html
+++ b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/uiservices/store.html
@@ -20,7 +20,7 @@
<head>
<title>Store</title>
-<script type="text/javascript" src="/dojo/dojo.js"></script>
+<script type="text/javascript" src="../dojo/dojo.js"></script>
<script type="text/javascript" src="store.js"></script>
<script language="JavaScript">