From c1e27601a856fa5d8d7a518301165fe22361f4f9 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 30 Jan 2009 09:36:40 +0000 Subject: Update the calculator-rmi sample Ant build scripts so that they work and use the simple way to build the sample jar. The calculator-rmi-service build creates an SCA contribution, the calculator-rmi-reference creates an 'unmanaged' jar which use the Node APIs to start a runtime, the only difference in the build.xml is the additional pathelement for the tuscany-node-api jar for the unmanaged one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739220 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/samples/calculator-rmi-reference/build.xml | 88 ++++++++-------------- java/sca/samples/calculator-rmi-service/build.xml | 86 ++++++++------------- 2 files changed, 65 insertions(+), 109 deletions(-) (limited to 'java/sca') diff --git a/java/sca/samples/calculator-rmi-reference/build.xml b/java/sca/samples/calculator-rmi-reference/build.xml index ca75625b42..66aa53a5f8 100644 --- a/java/sca/samples/calculator-rmi-reference/build.xml +++ b/java/sca/samples/calculator-rmi-reference/build.xml @@ -16,58 +16,36 @@ * specific language governing permissions and limitations * under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/samples/calculator-rmi-service/build.xml b/java/sca/samples/calculator-rmi-service/build.xml index f98f35e4b0..4abba9f5a6 100644 --- a/java/sca/samples/calculator-rmi-service/build.xml +++ b/java/sca/samples/calculator-rmi-service/build.xml @@ -16,57 +16,35 @@ * specific language governing permissions and limitations * under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3