summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 17:18:04 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 17:18:04 +0000
commita25302a30a386b4578396db3d3d1dc880190183b (patch)
treeb341ae49534886aa25673e76359b50cb2fd8f288 /sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html
parent683ba0c7bcda83722e4d143487e90b3d728c73cd (diff)
progressing towards getting the store webapp going - after this commit you should expect to see "dojo is undefined" -- committing as this represents progress, but need to discuss current state on the list
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html3
1 files changed, 2 insertions, 1 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 ba004e02ac..cf5ae12e8e 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,7 +20,8 @@
<head>
<title>Store</title>
-<script type="text/javascript" src="store.js"></script>
+<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 language="JavaScript">