From 3986d1ff545b621d4154740241bc7214fae5f9eb Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 23 Sep 2009 07:42:00 +0200 Subject: Change to the build process of the eclipse agent: Any dependencies it has on stuff in lombok-core is now explicitly added in build.xml. Less code duplication that way. --- build.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9e6c00d4..3cfa376c 100644 --- a/build.xml +++ b/build.xml @@ -22,6 +22,11 @@ + + + + + @@ -195,7 +200,13 @@ lombok.javac.apt.Processor - + + + + + + + -- cgit