You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/09/17 19:08:41 UTC

svn commit: r576530 - /incubator/tuscany/java/sca/samples/store/src/main/resources/ufservices/store.html

Author: jsdelfino
Date: Mon Sep 17 10:08:41 2007
New Revision: 576530

URL: http://svn.apache.org/viewvc?rev=576530&view=rev
Log:
Removed a trailing / in the URL used in store.html, preventing the sample to work.

Modified:
    incubator/tuscany/java/sca/samples/store/src/main/resources/ufservices/store.html

Modified: incubator/tuscany/java/sca/samples/store/src/main/resources/ufservices/store.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/store/src/main/resources/ufservices/store.html?rev=576530&r1=576529&r2=576530&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/store/src/main/resources/ufservices/store.html (original)
+++ incubator/tuscany/java/sca/samples/store/src/main/resources/ufservices/store.html Mon Sep 17 10:08:41 2007
@@ -25,9 +25,9 @@
 <script language="JavaScript">
 
 	//Reference
-	catalog = (new JSONRpcClient("../Catalog/")).Catalog;
+	catalog = (new JSONRpcClient("../Catalog")).Catalog;
 	//Reference
-	shoppingCart = new AtomClient("../ShoppingCart/");
+	shoppingCart = new AtomClient("../ShoppingCart");
 
 
 	function catalog_getResponse(items) {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org