From b8049aa1c79aa964f06d9b284c29d4c5241630d8 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 23 Jan 2012 20:21:55 +0100 Subject: Okay, now the build should be truly fixed again... at least, if you're running on a 1.6 VM. The test run now has more fine-grained dependency control, in preparation for running tests against multiple different platform versions (javac1.6, old eclipse, new eclipse, etc) --- build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 132ccc7a..d78f72b2 100644 --- a/build.xml +++ b/build.xml @@ -48,6 +48,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + @@ -108,7 +114,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -298,6 +304,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -325,6 +332,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + -- cgit