summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:58:05 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:58:05 +0000
commitf02b13b25c01e312ce106ef8c0571fc8858cf4b9 (patch)
tree60afee9aa658c3e240f202e27d320ef657c941e8 /sca-java-2.x/trunk/samples/store-webapp
parent28350bd4e4901c6c16f0a3941b947cbf569c0e5f (diff)
Adding reference to dojo js
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/store-webapp')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html b/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html
index cf5ae12e8e..917e034c56 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html
+++ b/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html
@@ -20,8 +20,8 @@
<head>
<title>Store</title>
-<script type="text/javascript" src="/sample-store-webapp/dojo/dojo.js"></script>
-<script type="text/javascript" src="/sample-store-webapp/store/store.js"></script>
+<script type="text/javascript" src="dojo/dojo.js"></script>
+<script type="text/javascript" src="store.js"></script>
<script language="JavaScript">