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:
parent
6ec4eafe0c
commit
88bcef9710
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue