TUSCANY-2729 - Updates to readme to remove statement that sample is not working in linux

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2008-12-09 00:16:50 +00:00
parent fac408d8ed
commit cff89c386c

View file

@ -22,12 +22,11 @@ java -cp ../../lib/tuscany-sca-manifest.jar:../binding-echo-extension/target/sam
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
---------------