Fixesfor change in BaseJAXWSTestRunner name from BaseJAXWSTestCase

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ramkumar 2009-11-19 12:04:48 +00:00
parent 6ec4eafe0c
commit 88bcef9710

View file

@ -129,8 +129,8 @@
<target name="copySourceDir"/>
</ant>
<ant antfile="../build.xml">
<property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/BaseJAXWSTestCase.java"/>
<property name="to.file" value="src/test/java/client/BaseJAXWSTestCase.java"/>
<property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/BaseJAXWSTestRunner.java"/>
<property name="to.file" value="src/test/java/client/BaseJAXWSTestRunner.java"/>
<target name="copyFile"/>
</ant>
<ant antfile="../build.xml">