From c402dd86379e532895f73ee209c432f84bb5f421 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 24 Oct 2011 21:48:43 +0200 Subject: pretty big refactor; introduced a new source package which should be (and is) separately compilable, i.e. has no deps on any of the others. This is preparation work for being able to access some of these from lombok.ast without creating a cyclic dependency nightmare. --- build.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 34e13d7e..36483835 100644 --- a/build.xml +++ b/build.xml @@ -135,19 +135,35 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + + + + + + + + + + + + - -- cgit