summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/binding-ws-calculator
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 09:41:39 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 09:41:39 +0000
commita7621ae2165cc951c45fd44c56df260c9157b849 (patch)
tree99edfb780fdcb2052beabecf5768cfb4ff8961c7 /java/sca/samples/binding-ws-calculator
parentebb89430400c2cb1d1c74ca18927375ff41601cc (diff)
Fix the problem with the distributions overwriting each other by merging the two assembly plugin configs in to one. That has some implications - the itests need the dir distribution so the distributions need to be built all the time not just with the distribution profile, so the assembly builds are moved to the default profile. To get it to work had to change appendAssemblyId to true so the dir distribution folder name changed again and the samples using that updated to match
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/binding-ws-calculator')
-rw-r--r--java/sca/samples/binding-ws-calculator/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/binding-ws-calculator/build.xml b/java/sca/samples/binding-ws-calculator/build.xml
index 0742bb396c..55544a5af7 100644
--- a/java/sca/samples/binding-ws-calculator/build.xml
+++ b/java/sca/samples/binding-ws-calculator/build.xml
@@ -59,7 +59,7 @@
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/tuscany-sca-2.0-SNAPSHOT/bin/launcher.jar"/>
+ <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"/>