From 310862d94e3a4705faf0d2b6ed9cdb40247b39ca Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 11 Oct 2009 07:54:25 +0200 Subject: Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that installs, is a javac apt processor, and an agent, all at once. --- buildScripts/compile.ant.xml | 49 +++++++++----------------------------------- buildScripts/deps.ant.xml | 8 ++++---- 2 files changed, 14 insertions(+), 43 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 82ee07f7..075bc394 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -34,35 +34,21 @@ lombok code including the various agents. - - - - - - + - - - - - - - - - - + @@ -74,13 +60,16 @@ lombok code including the various agents. javac 1.5, partly because they completely rewrote large swaths of javac, and partly because our injection mechanism (annotations) doesn't work very well on javac 1.5, hence, when using javac, we do demand you're on 1.6. --> - + + + + - + - + @@ -93,35 +82,17 @@ lombok code including the various agents. lombok.javac.apt.Processor - - - - - - - - - - - - - - - - - - - - + + diff --git a/buildScripts/deps.ant.xml b/buildScripts/deps.ant.xml index 1c6919ee..b9d447f8 100644 --- a/buildScripts/deps.ant.xml +++ b/buildScripts/deps.ant.xml @@ -36,16 +36,16 @@ and building dependencies. - + + targetfile="lib/lombok/lombok-patcher.jar" /> - - ** UPDATED: lib/eclipse.agent/lombok-patcher.jar + + ** UPDATED: lib/lombok/lombok-patcher.jar -- cgit