From 1a0e611a9c5e1ee518670647ce1a44beae559b44 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 25 Nov 2009 07:32:49 +0100 Subject: Refactored the source folders. --- buildScripts/compile.ant.xml | 34 +++++++++++++++++++++++++--------- buildScripts/maven.ant.xml | 6 +++++- buildScripts/website.ant.xml | 2 +- 3 files changed, 31 insertions(+), 11 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 880d7e16..cafc59b9 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -80,12 +80,19 @@ lombok code including the various agents. - - + + + + + + + + + - - + + + - + + + + + - - - - + + + + + + + + diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml index 43fed149..f2495bcd 100644 --- a/buildScripts/maven.ant.xml +++ b/buildScripts/maven.ant.xml @@ -78,7 +78,11 @@ the maven repository that contains lombok's deliverables for those using maven. ${mvn.bin.md5} ${mvn.bin.sha1} - + + + + + ${mvn.src.md5} diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index c8bdf2c2..30d0b29b 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -230,7 +230,7 @@ such as converting the changelog into HTML, and creating javadoc. check the lombok package. If you're trying to extend lombok or write your own plugins, the other packages are what you're looking for. ]]> - + -- cgit