summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/newlayout
diff options
context:
space:
mode:
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>