shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility)

This commit is contained in:
Juergen Hoeller
2011-06-09 13:51:30 +00:00
parent a8ab9af002
commit 7a6b2cfe1f
21 changed files with 81 additions and 81 deletions

View File

@@ -32,7 +32,7 @@
</junit>
<ivy:cachepath resolveId="testng.classpath" pathid="testng.classpath" organisation="org.testng"
module="com.springsource.org.testng" revision="${org.testng.version}"
module="com.springsource.org.testng" revision="${testng.version}"
conf="runtime" type="jar" inline="true" log="download-only"/>
<taskdef name="testng" classpathref="testng.classpath" classname="org.testng.TestNGAntTask" />
<mkdir dir="${test-results.output.dir}/testng"/>