moving .test.* unit tests from .testsuite -> .test

This commit is contained in:
Chris Beams
2008-12-17 07:32:58 +00:00
parent 3e8c013df3
commit 68444367b7
99 changed files with 891 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
<dependency org="org.springframework" name="org.springframework.web" rev="latest.integration" conf="optional->compile"/>
<dependency org="org.springframework" name="org.springframework.web.portlet" rev="latest.integration" conf="optional->compile"/>
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration" conf="optional->compile"/>
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="test->compile"/>
</dependencies>
</ivy-module>