diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-09 00:16:23 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-09 00:16:23 +0000 |
commit | fac408d8edcc3df22f57d9ccd0bcc1148f6d8f0e (patch) | |
tree | 095ce931df10bdd34ab8fab1f192b1a3af382ce3 | |
parent | 6ff0b0a1c9fd01052ed7aa5ac56af869aaeb5bf5 (diff) |
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@724562 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-1.x/samples/binding-echo/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/samples/binding-echo/README b/branches/sca-java-1.x/samples/binding-echo/README index 2772460cc6..84367ab5f0 100644 --- a/branches/sca-java-1.x/samples/binding-echo/README +++ b/branches/sca-java-1.x/samples/binding-echo/README @@ -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 --------------- |