From 27a3efeb1cb6f79ecefc6e641ba78de6d69406c3 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 26 Sep 2009 09:00:12 +0200 Subject: Rewrite of the eclipse agent to use the new lombok.patcher project. --- .classpath | 1 + 1 file changed, 1 insertion(+) (limited to '.classpath') diff --git a/.classpath b/.classpath index adbcc311..95ce615b 100644 --- a/.classpath +++ b/.classpath @@ -18,5 +18,6 @@ + -- cgit From 1f9d6089cd4392eeaeef55fcc4ff0dcb5b382f3a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 7 Oct 2009 20:48:07 +0200 Subject: build.xml was getting rather large, so its been split up into separate scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now. --- .classpath | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 95ce615b..f1f8e5fa 100644 --- a/.classpath +++ b/.classpath @@ -3,7 +3,6 @@ - @@ -17,7 +16,7 @@ - + -- cgit