summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 10:11:38 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 10:11:38 +0000
commit9be235690e31c498c7be9c556795b3621c9b0197 (patch)
tree4b748b65e079d06d50ff2dacf9396c010bfe1abf /sca-java-2.x/trunk/itest
parentdd9df341411d0df4286bc8ad3e0b332ab5573b70 (diff)
Switch over to using jar contribution for binding-sca-calculator and have the itest/distro test exercise it
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest')
-rw-r--r--sca-java-2.x/trunk/itest/distribution/launcher-embedded-jse/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/launcher-embedded-jse/build.xml b/sca-java-2.x/trunk/itest/distribution/launcher-embedded-jse/build.xml
index 4bf0367397..cd569b380a 100644
--- a/sca-java-2.x/trunk/itest/distribution/launcher-embedded-jse/build.xml
+++ b/sca-java-2.x/trunk/itest/distribution/launcher-embedded-jse/build.xml
@@ -32,8 +32,9 @@
<target name="run">
- <ant antfile="build.xml"
- dir="${distro.root}/samples/launcher-embedded-jse"/>
+ <ant dir="${distro.root}/samples/launcher-embedded-jse"
+ target="run-contribution-binding-sca-calculator">
+ </ant>
</target>