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 2008/12/09 01:16:50 UTC

svn commit: r724563 - /tuscany/branches/sca-java-1.4/samples/binding-echo/README

Author: lresende
Date: Mon Dec  8 16:16:50 2008
New Revision: 724563

URL: http://svn.apache.org/viewvc?rev=724563&view=rev
Log:
TUSCANY-2729 - Updates to readme to remove statement that sample is not working in linux

Modified:
    tuscany/branches/sca-java-1.4/samples/binding-echo/README

Modified: tuscany/branches/sca-java-1.4/samples/binding-echo/README
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/samples/binding-echo/README?rev=724563&r1=724562&r2=724563&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/samples/binding-echo/README (original)
+++ tuscany/branches/sca-java-1.4/samples/binding-echo/README Mon Dec  8 16:16:50 2008
@@ -22,12 +22,11 @@
 
 This looks like a long command. The three things we add to the classpath are
 
-tuscany-sca-manifest.jar - all of the standard Tuscany SCA runtime and 
-                           extension classes
+tuscany-sca-manifest.jar           - all of the standard Tuscany SCA runtime and 
+                                     extension classes
 sample-binding-echo-extension.jar  - the new echo binding extension implementation
-sample-binding-echo - the application that uses the echo binding                         
+sample-binding-echo                - the application that uses the echo binding                         
 
-Note: this sample currently is not working on Linux
 
 Sample Overview
 ---------------