From 11a07262efd3595fd59e52cf81c21c919ff3814f Mon Sep 17 00:00:00 2001 From: grootjans Date: Mon, 29 Oct 2012 23:38:06 +0100 Subject: Added annotation for the slf4j extended logger --- test/core/src/lombok/RunTestsViaEcj.java | 1 + 1 file changed, 1 insertion(+) (limited to 'test/core/src') diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java index 112f07f9..b081d54a 100644 --- a/test/core/src/lombok/RunTestsViaEcj.java +++ b/test/core/src/lombok/RunTestsViaEcj.java @@ -129,6 +129,7 @@ public class RunTestsViaEcj extends AbstractRunTests { classpath.add("dist/lombok.jar"); classpath.add("lib/test/commons-logging.jar"); classpath.add("lib/test/slf4j-api.jar"); + classpath.add("lib/test/slf4j-ext.jar"); classpath.add("lib/test/log4j.jar"); return new FileSystem(classpath.toArray(new String[0]), new String[] {file.getAbsolutePath()}, "UTF-8"); } -- cgit