From be4ed484db62409cc4b22f70e1acd8842df6c90e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 7 May 2014 22:32:31 +0200 Subject: Fixed missing dep resolution for ecj variants used by testing. --- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 8ca93a73..6b2a6f1b 100644 --- a/build.xml +++ b/build.xml @@ -439,7 +439,7 @@ ${sourceWarning} WARNING: If you wish to test JDK8 features in eclipse, there must be a JDK8 installation configured in your eclipse, and it must be called 'JavaSE-1.8'. - + @@ -454,7 +454,7 @@ ${sourceWarning} - + @@ -469,7 +469,7 @@ ${sourceWarning} - + @@ -484,7 +484,7 @@ ${sourceWarning} - + -- cgit