From 3c92d18927e6375cc18d8f97ecdd1909d000ad30 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 2 Jun 2011 06:35:38 +0200 Subject: ecj and jdt.core contain mostly the same classes. Its possible to get these mixed up and that would be bad (SecurityExceptions as signatures don't match, and in general mixing and matching classes from different releases). Just ditching ecj should do the job. --- buildScripts/ivy.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildScripts/ivy.xml') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 7ff6bdc9..af557a97 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -7,6 +7,7 @@ + @@ -27,7 +28,7 @@ - + -- cgit