You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/02/26 01:58:06 UTC

svn commit: r916516 - /tuscany/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html

Author: lresende
Date: Fri Feb 26 00:58:05 2010
New Revision: 916516

URL: http://svn.apache.org/viewvc?rev=916516&view=rev
Log:
Adding reference to dojo js

Modified:
    tuscany/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html

Modified: tuscany/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html?rev=916516&r1=916515&r2=916516&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html (original)
+++ tuscany/sca-java-2.x/trunk/samples/store-webapp/src/main/webapp/store.html Fri Feb 26 00:58:05 2010
@@ -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">