From ceffa783d4026ff2672d297eb1281e16bf171ec9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 3 Jul 2009 10:49:17 +0000 Subject: [PATCH] [SPR-5889] Customized Spring Build to include TestNG tests in the automated build process; added global build.versions properties file as well. --- build.versions | 2 ++ org.springframework.test/build.xml | 44 +++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 build.versions diff --git a/build.versions b/build.versions new file mode 100644 index 00000000000..3ffdf333ae3 --- /dev/null +++ b/build.versions @@ -0,0 +1,2 @@ +org.testng.version=5.9.0 +org.junit.version=4.6.0 \ No newline at end of file diff --git a/org.springframework.test/build.xml b/org.springframework.test/build.xml index 37bc26f00fc..15152fc484b 100644 --- a/org.springframework.test/build.xml +++ b/org.springframework.test/build.xml @@ -1,6 +1,48 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +