You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/07/19 06:13:45 UTC

svn commit: r557487 - in /incubator/tuscany/branches/sca-java-0.91/demos: alert-aggregator/README bigbank-account/README

Author: svkrish
Date: Wed Jul 18 21:13:44 2007
New Revision: 557487

URL: http://svn.apache.org/viewvc?view=rev&rev=557487
Log:
resolving typos in README - raised by Jira TUSCANY-1420

Modified:
    incubator/tuscany/branches/sca-java-0.91/demos/alert-aggregator/README
    incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/README

Modified: incubator/tuscany/branches/sca-java-0.91/demos/alert-aggregator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/demos/alert-aggregator/README?view=diff&rev=557487&r1=557486&r2=557487
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/demos/alert-aggregator/README (original)
+++ incubator/tuscany/branches/sca-java-0.91/demos/alert-aggregator/README Wed Jul 18 21:13:44 2007
@@ -17,7 +17,7 @@
 
 demo-alert-aggregator.war
 
-This war can be deployed to you web application container and tested (the war
+This war can be deployed to your web application container and tested (the war
 has been tested with Tomcat 6.0.10). 
 
 The Web Application
@@ -27,11 +27,11 @@
 
 http://localhost:8080/demo-alert-aggregator
 
-Taking care to ensure the host name and port number match you local 
+Taking care to ensure the host name and port number match your local 
 configuration. 
 
 This launches a Javascript application in the browser that uses JSONRPC
-to contact the server and retrived a list of alert sources and alerts that
+to contact the server and retrieve a list of alert sources and alerts that
 these sources are providing.
 
 There default sources that you see are stored in a file in the following
@@ -68,7 +68,7 @@
 
 http://localhost:8080/demo-alert-aggregator/services/AlertsFeedServiceRSS
 
-Again taking care to ensure that the host name and port number match you 
+Again taking care to ensure that the host name and port number match your 
 local configuration.
 
 Using Web Services

Modified: incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/README?view=diff&rev=557487&r1=557486&r2=557487
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/README (original)
+++ incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/README Wed Jul 18 21:13:44 2007
@@ -14,7 +14,7 @@
 uses for simple value multiplication. To run the service do the following:
 
 cd bigbank-calculator
-Ant run
+ant run
 
 Bigbank-stockquote
 
@@ -22,7 +22,7 @@
 stock quotes on request.
 
 cd bigbank-stockquote
-Ant run
+ant run
 
 Bigbank-account 
   
@@ -37,7 +37,7 @@
 Maven is used in this last step as there are unresolved issues with running
 this app from the provided ant file. 
 
-To try the app out point you browser at:
+To try the app out point your browser at:
 
 http://localhost:8082/WebResourceComponent/AccountJSON.html
 



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