summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README b/sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README
deleted file mode 100644
index 97058ca4c9..0000000000
--- a/sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README
+++ /dev/null
@@ -1,13 +0,0 @@
-To run an application that uses the SCA client API to send messages to the
-Calculator service running in the domain do the following
-
-First start one of the Calculator based contributions. For example,
-
-cd samples/binding-sca/contribution-calculator
-follow the instructions in the README there
-
-Then run the the SCA client by doing the following:
-
-cd samples/calculator-scaclient
-mvn exec:java
-