From d92f508ec5998c6215ec959e9e9b22a2dc303861 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 6 Nov 2017 23:58:06 +0100 Subject: Fixed `ant test-ecj` --- build.xml | 10 ++++++++-- buildScripts/ivy.xml | 5 ++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 011b9b81..03b90a8a 100644 --- a/build.xml +++ b/build.xml @@ -99,7 +99,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -500,12 +500,18 @@ ${sourceWarning} - + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 45360e57..6cc3cce8 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -11,6 +11,7 @@ + @@ -40,7 +41,9 @@ - + + + -- cgit