summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/samples/binding-echo/README7
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
---------------