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
This commit is contained in:
slaws 2010-06-04 09:47:02 +00:00
commit 46cd6ac572

View file

@ -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>