You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/05/17 13:58:35 UTC

svn commit: r407224 - /incubator/tuscany/java/samples/sca/helloworldws-celtix/readme.htm

Author: antelder
Date: Wed May 17 04:58:34 2006
New Revision: 407224

URL: http://svn.apache.org/viewcvs?rev=407224&view=rev
Log:
TUSCANY-390, applied patch from Jervis Liu to fix readme typos

Modified:
    incubator/tuscany/java/samples/sca/helloworldws-celtix/readme.htm

Modified: incubator/tuscany/java/samples/sca/helloworldws-celtix/readme.htm
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/sca/helloworldws-celtix/readme.htm?rev=407224&r1=407223&r2=407224&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws-celtix/readme.htm (original)
+++ incubator/tuscany/java/samples/sca/helloworldws-celtix/readme.htm Wed May 17 04:58:34 2006
@@ -32,7 +32,7 @@
 
 <h3>Running</h3>
 
-    In the directory samples/sca/helloworld use the JDK 1.5 java command to run the class helloworld.HelloWorldClient
+    In the directory samples/sca/helloworldws-celtix use the JDK 1.5 java command to run the class helloworld.HelloWorldServer
 
     <pre>Linux: java -cp ../../../lib/tuscany-runtime-incubating-M1.jar:../../../lib/celtix/tuscany-celtix-incubating-M1.jar:target/sample-helloworldws-celtix-incubating-M1.jar helloworld.HelloWorldServer</pre>
     <pre>Windows: java -cp ../../../lib/tuscany-runtime-incubating-M1.jar;../../../lib/celtix/tuscany-celtix-incubating-M1.jar;target/sample-helloworldws-celtix-incubating-M1.jar helloworld.HelloWorldServer</pre>