From b6cd2fbc9edbc10b8652777628e7da2b2df4f674 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 2 Nov 2009 04:08:44 +0100 Subject: Added 'clean' to all the publish targets. Occassionally dirty build dirs cause mistakes, which isn't worth massively slowing down builds normally, but it is, when publishing. Done on suggestion by Ray vanderborght via http://groups.google.com/group/project-lombok/browse_thread/thread/b0e48417fc4c0e9 --- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index b38d50ee..65e355f0 100644 --- a/build.xml +++ b/build.xml @@ -81,19 +81,19 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + - + - @@ -102,7 +102,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - -- cgit