summaryrefslogtreecommitdiffstats
path: root/otest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-04 09:47:02 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-04 09:47:02 +0000
commit46cd6ac572f46bf36f89df9addf33befc9555f48 (patch)
treed7a86b3246ff3d6dd27ba2c818bcae0161831926 /otest
parentcfe1ce937a74bb7df0d9f1dd44ef53e844f853cc (diff)
fix up the location of the sca_variables.dtd file to make the tests work in our environment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r--otest/newlayout/tuscany-ws-test-runner/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/otest/newlayout/tuscany-ws-test-runner/pom.xml b/otest/newlayout/tuscany-ws-test-runner/pom.xml
index 0147cb00b2..7b1ae9c8c6 100644
--- a/otest/newlayout/tuscany-ws-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-ws-test-runner/pom.xml
@@ -165,6 +165,11 @@
<property name="to.file" value="src/main/resources/TestClient.wsdl"/>
<target name="copyFile"/>
</ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-ws/BWS_General/src/main/resources/sca_variables.dtd"/>
+ <property name="to.file" value="./sca_variables.dtd"/>
+ <target name="copyFile"/>
+ </ant>
</tasks>
</configuration>
</execution>