summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator-rmi-reference/build.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 15:20:15 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 15:20:15 +0000
commitfb6953b8f1f96f1edd63f4a6afc7028beee0e416 (patch)
treecc7d50d825705ecee3a7dbe47c8c41038934b153 /java/sca/samples/calculator-rmi-reference/build.xml
parent111e0fa26b2847cca685b55d5098f32bb0c00e5b (diff)
Change the samples itest to use the samples from the distribution its testing instead of the svn src, and this has the additional benifit as the sample build scripts can be simplified to only reference jars frm the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/calculator-rmi-reference/build.xml')
-rw-r--r--java/sca/samples/calculator-rmi-reference/build.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/sca/samples/calculator-rmi-reference/build.xml b/java/sca/samples/calculator-rmi-reference/build.xml
index 7db1f55aac..f4fe184455 100644
--- a/java/sca/samples/calculator-rmi-reference/build.xml
+++ b/java/sca/samples/calculator-rmi-reference/build.xml
@@ -39,8 +39,6 @@
<classpath>
<pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
<pathelement location="../../modules/tuscany-node-api-2.0-SNAPSHOT.jar"/>
- <pathelement location="../../modules/sca-api/target/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
- <pathelement location="../../modules/node-api/target/tuscany-node-api-2.0-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">
@@ -59,7 +57,6 @@
failonerror="true">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>
<classpath>
- <pathelement location="../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT-dir/tuscany-sca-2.0-SNAPSHOT/bin/launcher.jar"/>
<pathelement location="../../bin/launcher.jar"/>
</classpath>
<arg value="unmanaged"/>