summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/newlayout
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-15 14:05:52 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-15 14:05:52 +0000
commit0ebfb2211876d9aa6cffa5db8b89332aea99ad04 (patch)
tree98ab5a368581d0b06d3c2e033c03590c1f4c3d4f /java/sca/otest/newlayout
parentd1c32ab9c6c27c1d7d9151e515781cb2e9b83bcc (diff)
Also include TestClient.wsdlthe testClient.wsdl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest/newlayout')
-rw-r--r--java/sca/otest/newlayout/tuscany-java-caa-test-runner/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/otest/newlayout/tuscany-java-caa-test-runner/pom.xml b/java/sca/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
index ec18a3cd2e..0184e4f385 100644
--- a/java/sca/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
+++ b/java/sca/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
@@ -160,6 +160,11 @@
<property name="to.file" value="src/test/java/client/TuscanyRuntimeBridge.java"/>
<target name="copyFile"/>
</ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/resources/TestClient.wsdl"/>
+ <property name="to.file" value="src/main/resources/TestClient.wsdl"/>
+ <target name="copyFile"/>
+ </ant>
</tasks>
</configuration>
</execution>