Remove trunk directory

This commit is contained in:
Paulo Gustavo Veiga
2009-11-06 23:30:29 -02:00
parent 2494133fed
commit 75470a91fd
715 changed files with 0 additions and 0 deletions

14
wise-webapp/testng.xml Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="WiseWebServicesSuite" verbose="1" >
<test name="WiseMapping Web Services Integration API">
<groups>
<run>
<exclude name="wsintegration"/>
</run>
</groups>
<packages>
<package name="com.wisemapping.ws.test" />
</packages>
</test>
</suite>