aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2016-05-11 21:26:37 +0200
committerRoel Spilker <r.spilker@gmail.com>2016-05-11 21:26:37 +0200
commit3372b5f442110e004a3b1e1cd5116ecabf5f239e (patch)
tree33ff02b0533cea4b1d5eaaeb0e5c1ae5415844be /test
parentc0a2eecb2f6a647d9b9862681c0407043e515b51 (diff)
downloadlombok-3372b5f442110e004a3b1e1cd5116ecabf5f239e.tar.gz
lombok-3372b5f442110e004a3b1e1cd5116ecabf5f239e.tar.bz2
lombok-3372b5f442110e004a3b1e1cd5116ecabf5f239e.zip
Integrate JBossLog code
- fix jboss-logging.jar name - add copyright notice to new source files - add cross-references from other @Log annotations - update feature page
Diffstat (limited to 'test')
-rw-r--r--test/core/src/lombok/RunTestsViaEcj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java
index 7dfe5e7e..3f2698bb 100644
--- a/test/core/src/lombok/RunTestsViaEcj.java
+++ b/test/core/src/lombok/RunTestsViaEcj.java
@@ -144,7 +144,7 @@ public class RunTestsViaEcj extends AbstractRunTests {
classpath.add("lib/test/org.slf4j-slf4j-ext.jar");
classpath.add("lib/test/log4j-log4j.jar");
classpath.add("lib/test/org.apache.logging.log4j-log4j-api.jar");
- classpath.add("lib/test/jboss-logging.jar");
+ classpath.add("lib/test/org.jboss.logging-jboss-logging.jar");
classpath.add("lib/test/com.google.guava-guava.jar");
classpath.add("lib/test/com.google.code.findbugs-findbugs.jar");
return new FileSystem(classpath.toArray(new String[0]), new String[] {file.getAbsolutePath()}, "UTF-8");