summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 07:11:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 07:11:27 +0000
commit0d6d7922ed17cca55ec36ff2626d1080e76d6d13 (patch)
treeb4d1cd6855943866af3dc7bb77f0e83c9f44b2c4 /sca-java-2.x/branches/2.0-Beta1/samples/calculator-scaclient/README
parent57ae1afa2ecfee292787d893ad8ba868a4a3504e (diff)
Remove old beta1 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027389 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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
-