Added testsuite, as one project for now. Will move individual tests to respective modules later

This commit is contained in:
Arjen Poutsma
2008-10-29 01:17:37 +00:00
parent 6b62bd0876
commit 2c7d3673a8
1104 changed files with 144705 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.testsuite">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>