diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-06 14:47:18 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-06 14:47:18 +0000 |
commit | f24f9cb4cc4b6a9e94782146d215b1ff5d0b4f60 (patch) | |
tree | 678897c9623a36a67bcc556894ca0ba80195257e /otest | |
parent | d004f75c12dffcd402c68bdaee7a89c9174dc694 (diff) |
Add in copy for test wsdl doc
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r-- | otest/newlayout/tuscany-java-ci-test-runner/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml index 83eac3a041..04f710afd6 100644 --- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -149,13 +149,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>
|